代码搜索结果
找到约 20,731 项符合
Video 的代码
video.cpp
/*****************************************************************************
* video.cpp : wxWindows plugin for vlc
*****************************************************************************
*
video.cpp
/*****************************************************************************
* video.cpp : WinCE gui plugin for VLC
*****************************************************************************
*
vout.m
/*****************************************************************************
* vout.m: MacOS X video output module
*****************************************************************************
*
logo.c
/*****************************************************************************
* logo.c : logo video plugin for vlc
*****************************************************************************
* C
clone.c
/*****************************************************************************
* clone.c : Clone video plugin for vlc
*****************************************************************************
*
scale.c
/*****************************************************************************
* resize.c: video scaling module for YUVP/A pictures
* Uses the low quality "nearest neighbour" algorithm.
**********
filter.c
/*****************************************************************************
* filter.c: video scaling module using the swscale library
************************************************************
rawvideo.c
/*****************************************************************************
* rawvideo.c: Pseudo video decoder/packetizer for raw video data
******************************************************
video_filter.c
/*****************************************************************************
* video filter: video filter doing chroma conversion and resizing
* using the ffmpeg library
***********
modules.am
SOURCES_ffmpeg = \
ffmpeg.c \
ffmpeg.h \
video.c \
audio.c \
video_filter.c \
chroma.c \
encoder.c \
postprocess.c \
demux.c \
$(NULL)
SOURCES_ffmpegaltivec = \
ffmpeg.c \
ffmpeg.h \
vid