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 (Expand)Author
2011-06-20lavfi: fix Makefile HEADERSStefano Sabatini
2011-06-19lavfi: add vsink_buffer, and use it in ff* toolsStefano Sabatini
2011-06-19lavfi: add negate filterStefano Sabatini
2011-06-19lavfi: add LUT (LookUp Table) generic filtersStefano Sabatini
2011-05-25lavfi: add select filterStefano Sabatini
2011-05-22lavfi: make vsrc_buffer.h header publicStefano Sabatini
2011-05-21libavfilter: vf_split from soc.Bobby Bingham
2011-05-07lavfi: add libavfilter/avcodec.h and avfilter_copy_frame_props()Stefano Sabatini
2011-04-27lavfi: add showinfo filterStefano Sabatini
2011-04-11lavfi: add fieldorder filterMark Himsley
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
2011-02-21lavfi: add fade filterBrandon Mintern
2011-02-21lavfi: put color source in a dedicated fileStefano Sabatini
2011-02-21lavfi: add drawutilsStefano Sabatini
2011-02-17Merge libavcore into libavutilReinhard Tartler
2011-02-09libavfilter: add video movie sourceStefano Sabatini
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
2010-12-23Redesign the libopencv wrapper to make it more generic. Accept bothStefano Sabatini
2010-12-12Add gradfun filter, ported from MPlayer.Nolan L
2010-12-04Port libmpcodecs hqdn3d filter.Baptiste Coudurier
2010-11-30Implement frei0r source.Stefano Sabatini
2010-11-23Give more explicit/less confusing names to the filters dealing withStefano Sabatini
2010-11-21Use the new libavcore audio channel API.Stefano Sabatini
2010-11-21Port overlay filter from the libavfilter repo (with many fixes),Stefano Sabatini
2010-11-18move the av_parse_color() function from libavfilter to libavcoreAurelien Jacobs
2010-11-13Make avfiltergraph.h public.Stefano Sabatini
2010-11-031/PHIl: swap again settb/setpts, fix alphabetical order.Stefano Sabatini
2010-11-03Add setpts filter, ported from the libavfilter soc repo.Stefano Sabatini
2010-10-19Add transpose filter.Stefano Sabatini
2010-10-12Implement cropdetect filter.Stefano Sabatini
2010-10-11Implement settb filter.Stefano Sabatini
2010-09-28Add the drawbox filter from the soc libavfilter repo.Stefano Sabatini
2010-09-28use a Makefile in x86 subdirAurelien Jacobs
2010-09-27Port MPlayer blackframe filter.Stefano Sabatini
2010-09-25Stefanos port was missing DIRS variable in the Makefile for the newly added x86Michael Niedermayer
2010-09-25yadif filter, based on stefanos port of my yadif from mplayer.Michael Niedermayer
2010-09-25Add asink_anullsink - null audio sink.S.N. Hemanth Meenakshisundaram
2010-09-25Add asrc_anullsrc - null audio source.Stefano Sabatini
2010-09-24Add frei0r filter.Stefano Sabatini
2010-09-14Implement libopencv smooth filter.Stefano Sabatini
2010-08-24Add fifo filter.Stefano Sabatini
2010-08-21Add null audio filter.S.N. Hemanth Meenakshisundaram
2010-08-17Add hflip filter.Stefano Sabatini
2010-07-28Require libswscale only if the scale filter is used.Stefano Sabatini
2010-07-28Remove reference to the unexisting movie filter and the correspondingStefano Sabatini
2010-07-27Deprecate av_parse_video_frame_size() and av_parse_video_frame_rate()Stefano Sabatini
2010-07-17Add color source.Stefano Sabatini