Go to the source code of this file.
Classes | |
| struct | ThisFilter |
Functions | |
| int | pp (VideoFilter *vf, VideoFrame *frame) |
| void | cleanup (VideoFilter *filter) |
| VideoFilter * | new_filter (VideoFrameType inpixfmt, VideoFrameType outpixfmt, int *width, int *height, char *options) |
Variables | |
| FmtConv | FmtList [] |
| FilterInfo | filter_table [] |
| int pp | ( | VideoFilter * | vf, | |
| VideoFrame * | frame | |||
| ) |
Definition at line 39 of file filter_postprocess.c.
Referenced by HistogramAnalyzer::analyzeFrame(), ProgramInfo::FillInRecordInfo(), get_pid(), new_filter(), shift_codebook(), and vmd_decode().
| void cleanup | ( | VideoFilter * | filter | ) |
Definition at line 77 of file filter_postprocess.c.
Referenced by RemoteEncoder::GetChannelInfo(), RemoteEncoder::GetNextProgram(), MainServer::HandleSetChannelInfo(), main(), new_filter(), AppleRemote::startListening(), and vcedit_write().
| VideoFilter* new_filter | ( | VideoFrameType | inpixfmt, | |
| VideoFrameType | outpixfmt, | |||
| int * | width, | |||
| int * | height, | |||
| char * | options | |||
| ) |
Definition at line 83 of file filter_postprocess.c.
Initial value:
Definition at line 123 of file filter_postprocess.c.
Initial value:
{
{
symbol: "new_filter",
name: "postprocess",
descript: "FFMPEG's postprocessing filters",
formats: FmtList,
libname: NULL
},
FILT_NULL
}
Definition at line 129 of file filter_postprocess.c.
1.5.5