代码搜索结果
找到约 10,000 项符合
Video 的代码
svgalib.c
/*****************************************************************************
* svgalib.c : SVGAlib plugin for vlc
*****************************************************************************
* C
makefile.in
# Makefile.in generated by automake 1.7.9 from Makefile.am.
# @configure_input@
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
# Free Software Foundation, Inc.
# This Makefile
x264.c
/*****************************************************************************
* x264.c: h264 video encoder
*****************************************************************************
* Copyright
main.c
#ifndef lint
static char sccsid[] = "@(#)main.c 1.1 92/07/30 SMI";
#endif not lint
/*
* Copyright (c) 1989 by Sun Microsystems, Inc.
*/
#include
#include
#include
sb_testlist.c
#ifndef lint
static char sccsid[] = "@(#)sb_testlist.c 1.1 92/07/30 Copyr 1990 Sun Micro";
#endif
/*
* Copyright (c) 1990 by Sun Microsystems, Inc.
*/
#include
extern
char *dsp(),
*
makefile.in
# Makefile.in generated automatically by automake 1.5 from Makefile.am.
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
# Free Software Foundation, Inc.
# This Makefile.in is free soft
makefile.am
## Makefile.am for SDL using the X11 video driver
noinst_LTLIBRARIES = libvideo_x11.la
libvideo_x11_la_SOURCES = $(X11_SRCS)
# The SDL X11 video driver sources
X11_SRCS = \
SDL_x11dga.c
makefile.am
## Makefile.am for SDL using the DirectX video driver
noinst_LTLIBRARIES = libvideo_windx5.la
libvideo_windx5_la_SOURCES = $(DIRECTX_SRCS)
# The SDL DirectX video driver sources
DIRECTX_SRCS
mbcoding.h
#ifndef _MB_CODING_H_
#define _MB_CODING_H_
#include "../portab.h"
#include "../global.h"
#include "bitstream.h"
void init_vlc_tables(void);
int get_mcbpc_intra(Bitstream * bs);
int get_m
minf.c
#include "quicktime.h"
int quicktime_minf_init(quicktime_minf_t *minf)
{
minf->is_video = minf->is_audio = minf->is_hint = 0;
quicktime_vmhd_init(&(minf->vmhd));
quicktime_smhd_init(&(mi