Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-06-20lavfi: fix Makefile HEADERSStefano Sabatini
Add a missing space between vsink_buffer.h and vsrc_buffer.h. 1000l.
2011-06-19lavfi: add vsink_buffer, and use it in ff* toolsStefano Sabatini
Also add the public interface libavfilter/vsink_buffer.h.
2011-06-19lavfi: add negate filterStefano Sabatini
This filter is a simple wrapper around the LUT filter.
2011-06-19lavfi: add LUT (LookUp Table) generic filtersStefano Sabatini
2011-05-25lavfi: add select filterStefano Sabatini
Address trac issue #92.
2011-05-22lavfi: make vsrc_buffer.h header publicStefano Sabatini
Address trac issue #33.
2011-05-21libavfilter: vf_split from soc.Bobby Bingham
Commited by michael, for detailed authorship see soc repo
2011-05-07lavfi: add libavfilter/avcodec.h and avfilter_copy_frame_props()Stefano Sabatini
avfilter_copy_frame_props() avoids code duplication and increases robustness. The added files libavfilter/avcodec.[ch] are used for containing utilities useful for gluing togheter libavfilter and libavcodec.
2011-04-27lavfi: add showinfo filterStefano Sabatini
2011-04-11lavfi: add fieldorder filterMark Himsley
Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it>
2011-02-25Add libmpcodecs to the list of libavfilter subdirectories.Carl Eugen Hoyos
2011-02-22Port drawtext filter by Hemanth from the libavfilter soc repo, withStefano Sabatini
the following additions: * support to anti-aliased glyph rendering * support to UTF-8 text and Unicode chars rendering * support for RGB packed formats Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2011-02-21lavfi: add fade filterBrandon Mintern
Port fade filter from libavfilter soc repo, with minor fixes by Stefano. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2011-02-21lavfi: put color source in a dedicated fileStefano Sabatini
Move the color source code from vf_pad.c to vsrc_color.c. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2011-02-21lavfi: add drawutilsStefano Sabatini
Add drawutils.h and drawutils.c, and use them in the pad filter. The new functions are going to be shared by other filters. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2011-02-17Merge libavcore into libavutilReinhard Tartler
Done to keep ABI compatible. Otherwise this is just silly
2011-02-09libavfilter: add video movie sourceStefano Sabatini
See thread: Subject: [PATCH] movie video source Date: 2010-12-31 15:35:30 GMT Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
2011-01-28Add forgotten dependancy of avcodec for vf_mp.cMichael Niedermayer
2011-01-20Enable libmpcodecs support.Michael Niedermayer
2010-12-28Add copy filter, useful for testing the avfilter_draw_slice() copyStefano Sabatini
code. Originally committed as revision 26112 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-12-23Redesign the libopencv wrapper to make it more generic. Accept bothStefano Sabatini
FILTERNAME=ARGS and FILTERNAME:ARGS syntax. The same filter class will be used for managing all the libopencv filtering functions. Originally committed as revision 26079 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-12-12Add gradfun filter, ported from MPlayer.Nolan L
Patch by Nolan L nol888 <=> gmail >=< com. See thread: Subject: [FFmpeg-devel] [PATCH] Port gradfun to libavfilter (GCI) Date: Mon, 29 Nov 2010 07:18:14 -0500 Originally committed as revision 25942 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-12-04Port libmpcodecs hqdn3d filter.Baptiste Coudurier
Patch by Baptiste with some fixes by me. Originally committed as revision 25880 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-11-30Implement frei0r source.Stefano Sabatini
Originally committed as revision 25855 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-11-23Give more explicit/less confusing names to the filters dealing withStefano Sabatini
aspect ratio. Originally committed as revision 25800 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-11-21Use the new libavcore audio channel API.Stefano Sabatini
This also allows to remove a linking dependency of libavfilter on libavcodec. Originally committed as revision 25789 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-11-21Port overlay filter from the libavfilter repo (with many fixes),Stefano Sabatini
adopting Baptiste variant which is simpler and faster. Originally committed as revision 25784 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-11-18move the av_parse_color() function from libavfilter to libavcoreAurelien Jacobs
Originally committed as revision 25761 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-11-13Make avfiltergraph.h public.Stefano Sabatini
Originally committed as revision 25740 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-11-031/PHIl: swap again settb/setpts, fix alphabetical order.Stefano Sabatini
Originally committed as revision 25657 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-11-03Add setpts filter, ported from the libavfilter soc repo.Stefano Sabatini
Originally committed as revision 25655 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-10-19Add transpose filter.Stefano Sabatini
Originally committed as revision 25525 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-10-12Implement cropdetect filter.Stefano Sabatini
Originally committed as revision 25447 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-10-11Implement settb filter.Stefano Sabatini
Originally committed as revision 25445 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-09-28Add the drawbox filter from the soc libavfilter repo.Stefano Sabatini
Pedagogically useful. Originally committed as revision 25244 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-09-28use a Makefile in x86 subdirAurelien Jacobs
Originally committed as revision 25234 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-09-27Port MPlayer blackframe filter.Stefano Sabatini
See thread: Subject: [FFmpeg-devel] [PATCH] Port MPlayer blackframe filter. Date: Sun, 26 Sep 2010 01:10:40 +0200 Originally committed as revision 25214 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-09-25Stefanos port was missing DIRS variable in the Makefile for the newly added x86Michael Niedermayer
Originally committed as revision 25199 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-09-25yadif filter, based on stefanos port of my yadif from mplayer.Michael Niedermayer
Compared to stefanos, 2 frame output works with ffplay. Originally committed as revision 25196 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-09-25Add asink_anullsink - null audio sink.S.N. Hemanth Meenakshisundaram
Patch by "S.N. Hemanth Meenakshisundaram" /smeenaks/ucsd/edu. Originally committed as revision 25189 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-09-25Add asrc_anullsrc - null audio source.Stefano Sabatini
Based on a patch by "S.N. Hemanth Meenakshisundaram" smeenaks!ucsd!edu. Originally committed as revision 25188 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-09-24Add frei0r filter.Stefano Sabatini
See thread: Subject: [FFmpeg-devel] [POC] frei0r wrapper Date: Tue, 24 Aug 2010 21:37:32 +0200 Originally committed as revision 25165 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-09-14Implement libopencv smooth filter.Stefano Sabatini
Originally committed as revision 25118 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-08-24Add fifo filter.Stefano Sabatini
Originally committed as revision 24896 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-08-21Add null audio filter.S.N. Hemanth Meenakshisundaram
Patch by S.N. Hemanth Meenakshisundaram -af smeenaks,ucsd,edu. Originally committed as revision 24856 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-08-17Add hflip filter.Stefano Sabatini
Originally committed as revision 24806 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-28Require libswscale only if the scale filter is used.Stefano Sabatini
Although with several limitations, lavfi can be compiled and used without the scale filter. Originally committed as revision 24570 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-28Remove reference to the unexisting movie filter and the correspondingStefano Sabatini
useless --enable-avfilter-lavf option. Originally committed as revision 24569 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-27Deprecate av_parse_video_frame_size() and av_parse_video_frame_rate()Stefano Sabatini
in favor of the newly added corresponding functions av_parse_video_size() and av_parse_video_rate() defined in libavcore/parseutils.h. This change also adds a linking-time dependency of libavcodec and of libavfilter on libavcore. Originally committed as revision 24518 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-17Add color source.Stefano Sabatini
Originally committed as revision 24282 to svn://svn.ffmpeg.org/ffmpeg/trunk