History | View | Annotate | Download (15.6 KB)
Add asink_anullsink - null audio sink.
Patch by "S.N. Hemanth Meenakshisundaram" /smeenaks/ucsd/edu.
Originally committed as revision 25189 to svn://svn.ffmpeg.org/ffmpeg/trunk
Add asrc_anullsrc - null audio source.
Based on a patch by "S.N. Hemanth Meenakshisundaram" smeenaks!ucsd!edu.
Originally committed as revision 25188 to svn://svn.ffmpeg.org/ffmpeg/trunk
Make the crop filters accept parametric expressions.
Originally committed as revision 25185 to svn://svn.ffmpeg.org/ffmpeg/trunk
Change the syntax of the crop filter from x:y:w:h to w:h:x:y.
Slightly more intuitive and required by a pending changes for makingthe filter parametric.
Originally committed as revision 25184 to svn://svn.ffmpeg.org/ffmpeg/trunk
Add frei0r filter.
See thread:Subject: [FFmpeg-devel] [POC] frei0r wrapperDate: Tue, 24 Aug 2010 21:37:32 +0200
Originally committed as revision 25165 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fix grammar in the ocv_smooth filter documentation.
Originally committed as revision 25131 to svn://svn.ffmpeg.org/ffmpeg/trunk
Prefer "X" over ``X'', looks more readable and more consistent withthe rest of FFmpeg docs.
Originally committed as revision 25130 to svn://svn.ffmpeg.org/ffmpeg/trunk
Implement libopencv smooth filter.
Originally committed as revision 25118 to svn://svn.ffmpeg.org/ffmpeg/trunk
Add fifo filter.
Originally committed as revision 24896 to svn://svn.ffmpeg.org/ffmpeg/trunk
Add null audio filter.
Patch by S.N. Hemanth Meenakshisundaram -af smeenaks,ucsd,edu.
Originally committed as revision 24856 to svn://svn.ffmpeg.org/ffmpeg/trunk
Add AUDIO FILTERS section.
Originally committed as revision 24855 to svn://svn.ffmpeg.org/ffmpeg/trunk
Add hflip filter.
Originally committed as revision 24806 to svn://svn.ffmpeg.org/ffmpeg/trunk
Typo.
Originally committed as revision 24392 to svn://svn.ffmpeg.org/ffmpeg/trunk
Document the buffer source.
Originally committed as revision 24388 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fix documentation syntax for the color source, the third parameter isframe_rate, not frame_width. Thanks elenril for spotting it.
Originally committed as revision 24287 to svn://svn.ffmpeg.org/ffmpeg/trunk
Add color source.
Originally committed as revision 24282 to svn://svn.ffmpeg.org/ffmpeg/trunk
Add pixdesctest filter and corresponding test.
Originally committed as revision 24092 to svn://svn.ffmpeg.org/ffmpeg/trunk
Re-add the list of parameters for the unsharp filter, I somehow lostit in the previous commit.
Originally committed as revision 23690 to svn://svn.ffmpeg.org/ffmpeg/trunk
Make the ffmpeg and ffplay man pages show the list of lavfi filters,sinks and sources, and document the -vf option.
Originally committed as revision 23689 to svn://svn.ffmpeg.org/ffmpeg/trunk