代码搜索结果
找到约 20,731 项符合
Video 的代码
video.cpp
/*
* The contents of this file are subject to the Mozilla Public
* License Version 1.1 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy o
makefile.am
SUBDIRS = video
mpeg3vtrack.h
#ifndef MPEG3_VTRACK_H
#define MPEG3_VTRACK_H
#include "mpeg3demux.h"
//#include "video/mpeg3video.h"
typedef struct
{
void *file;
int width;
int height;
float frame_rate;
float as
headers.c
#include "../mpeg3private.h"
#include "../mpeg3protos.h"
#include "mpeg3video.h"
#include
#include
int mpeg3video_getseqhdr(mpeg3video_t *video)
{
int i;
int aspec
readme
July 15, 2002 - Dave Mackie
MP4LIVE
=======
MP4LIVE is a Linux audio/video capture utility that can capture and encode
audio and video in real-time. The results can be written to either an .
makefile.am
if MP4LIVE
SUBDIRS = audio video mp4creator util mp4live
else
SUBDIRS = audio video mp4creator util
endif
video.h
/* video.h */
#define MAX_AVI_FILES 10
EXTERN HRESULT hResult;
EXTERN PAVISTREAM pAudioStreams[MAX_AVI_FILES];
EXTERN AVISTREAMINFO pAudioStreamInfo[MAX_AVI_FILES];
EXTERN PAVIFILE pfil
vout.h
/*****************************************************************************
* vout.h: Windows DirectX video output header file
********************************************************************
vout.c
/*****************************************************************************
* vout.c: QNX RTOS video output display method
************************************************************************
libffmpeg_a-video.po
libffmpeg_a-video.o : \
video.c ../../../include/vlc/vlc.h \
../../../include/vlc_common.h ../../../config.h \
../../../include/vlc_config.h ../../../include/modules_inner.h \
/usr/include/stdlib.