代码搜索结果
找到约 10,000 项符合
Video 的代码
demux_lavf.c
/*
Copyright (C) 2004 Michael Niedermayer
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as p
son_gc_detectreset.c
/*******************************************************************
This software module was originally developed by
Yasuhiro Toguri (Sony Corporation)
in the course of development of the MPEG-2 N
wb_master.vhd
--
-- File wb_master.vhd, WISHBONE MASTER interface (video-memory/clut memory)
-- Project: VGA
-- Author : Richard Herveille
-- rev.: 1.0 May 1st, 2001
-- rev.: 1.1 June 3rd, 2001. Changed addre
dxc.c
//多线程成功实例
#include
#include
#include
#include
#include
#include
#include
#include
#include
control.in
Package: fame
Version: @VERSION@
Maintainer: Vivien Chappelier
Description: Fast Assembly MPEG Encoder
.
An MPEG encoder optimized for Pentium MMX technology.
makefile
SDLDIR = /usr/include/SDL/
TARGET = YUV_player
CXXFLAGS = -pthread -I$(SDLDIR)
LIBS = -lSDL -pthread
CXX = g++
OBJS = video_play.o
all: $(OBJS)
$(CXX) -o $(TARGET) $(LIBS) $(OBJS)
video_play.o:vi
main.c
/*============================================================================
MAIN KERNEL CODE
EXPORTS:
void kprintf(const char *fmt, ...);
int main(void);
==========================================
mime.c
/*
* mime.c -- Web server mime types
*
* Copyright (c) GoAhead Software Inc., 1995-2000. All Rights Reserved.
*
* See the file "license.txt" for usage and redistribution license requirements
mime_types.txt.bak
# mime_types.txt
#
# A list of file extensions followed by the corresponding MIME type.
# Extensions not found in the table are returned as text/plain.
html text/html
htm text/html
rtx text/richtext
mime_types.h.bak
{ "html", "text/html" },
{ "htm", "text/html" },
{ "rtx", "text/richtext" },
{ "etx", "text/x-setext" },
{ "tsv", "text/tab-separated-values" },
{ "gif", "image/gif" },
{ "jpg", "image/jpeg" },
{ "jpe