]> git.sesse.net Git - ffmpeg/history - libavfilter/allfilters.c
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
[ffmpeg] / libavfilter / allfilters.c
2012-08-15 Martin StorsjöDon't include common.h from avutil.h
2012-06-22 Alex Converselavfi: Add the af_channelmap audio channel mapping...
2012-06-22 Anton Khirnovlavfi: add join audio filter.
2012-06-21 Anton Khirnovlavfi/fifo: add audio version of the fifo filter.
2012-06-13 Anton Khirnovlavfi: allow building without swscale.
2012-06-12 Anton Khirnovlavfi: add channelsplit audio filter.
2012-05-23 Justin Ruggleslavfi: add audio mix filter
2012-05-21 Justin Ruggleslavfi: add an audio split filter
2012-05-18 Anton Khirnovlavfi: Add fps filter.
2012-05-14 Anton Khirnovlavfi: add asyncts filter.
2012-05-14 Anton Khirnovlavfi: add aformat filter
2012-05-14 Anton Khirnovlavfi: add an audio buffer sink.
2012-05-14 Anton Khirnovlavfi: add an audio buffer source.
2012-05-12 Anton Khirnovlavfi: add lavr-based audio resampling filter.
2012-05-09 Anton Khirnovlavfi: add video buffer sink, and use it in avtools
2012-05-06 Anton Khirnovlavfi: always enable the scale filter and depend on...
2011-12-23 Anton Khirnovallfilters: fix type of avfilter_vsrc_buffer.
2011-12-22 Anton Khirnovlavfi: always build vsrc_buffer.
2011-10-19 Stefano Sabatinilavfi: add rgbtestsrc source, ported from MPlayer libmp...
2011-10-19 Stefano Sabatinilavfi: add testsrc source
2011-10-17 Stefano Sabatinilavfi: port libmpcodecs delogo filter
2011-10-17 Stefano Sabatinilavfi: port boxblur filter from libmpcodecs
2011-10-17 Stefano Sabatinilavfi: add negate filter
2011-10-17 Stefano Sabatinilavfi: add LUT (LookUp Table) generic filters
2011-09-17 Stefano Sabatinilavfi: add select filter
2011-09-12 Bobby Binghamlavfi: add split filter from soc.
2011-09-12 Stefano Sabatinilavfi: add showinfo filter
2011-05-07 Stefano Sabatinilavfi: Port drawtext filter by Hemanth from the libavfi...
2011-04-26 Mark Himsleylavfi: add fieldorder filter
2011-04-03 Brandon Minternlavfi: add fade filter
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-08 Stefano Sabatinilibavfilter: add video movie source
2010-12-28 Stefano SabatiniAdd copy filter, useful for testing the avfilter_draw_s...
2010-12-23 Stefano SabatiniRedesign the libopencv wrapper to make it more generic...
2010-12-12 Nolan LAdd gradfun filter, ported from MPlayer.
2010-12-04 Baptiste CoudurierPort libmpcodecs hqdn3d filter.
2010-11-30 Stefano SabatiniImplement frei0r source.
2010-11-28 Stefano SabatiniIn libavfilter, use consistently "Copyright (c)" in...
2010-11-22 Stefano SabatiniGive more explicit/less confusing names to the filters...
2010-11-21 Stefano SabatiniPort overlay filter from the libavfilter repo (with...
2010-11-02 Stefano Sabatini1/PHIl: swap again settb/setpts, fix alphabetical order.
2010-11-02 Stefano SabatiniAdd setpts filter, ported from the libavfilter soc...
2010-10-18 Stefano SabatiniAdd transpose filter.
2010-10-12 Stefano SabatiniImplement cropdetect filter.
2010-10-11 Stefano SabatiniImplement settb filter.
2010-09-28 Stefano SabatiniAdd the drawbox filter from the soc libavfilter repo.
2010-09-26 Stefano SabatiniPort MPlayer blackframe filter.
2010-09-25 Michael Niedermayeryadif filter, based on stefanos port of my yadif from...
2010-09-25 S.N. Hemanth Meena... Add asink_anullsink - null audio sink.
2010-09-25 Stefano SabatiniAdd asrc_anullsrc - null audio source.
2010-09-24 Stefano SabatiniAdd frei0r filter.
2010-09-14 Stefano SabatiniImplement libopencv smooth filter.
2010-08-24 Stefano SabatiniAdd fifo filter.
2010-08-20 S.N. Hemanth Meena... Add null audio filter.
2010-08-17 Stefano SabatiniAdd hflip filter.
2010-07-17 Stefano SabatiniAdd color source.
2010-07-07 Stefano SabatiniAdd pixdesctest filter and corresponding test.
2010-05-07 Michael NiedermayerAdd pad filter.
2010-05-07 Michael NiedermayerEnable vsrc_buffer
2010-04-07 Bobby BinghamAdd unsharp video filter.
2010-03-17 Bobby BinghamCosmetics: vertical align
2010-03-17 Bobby BinghamAdd video filter to manipulate aspect ratio
2010-01-16 Stefano SabatiniImplement null video sink.
2010-01-16 Stefano SabatiniImplement null video source.
2009-11-11 Stefano SabatiniAdd scale filter.
2009-11-03 Stefano SabatiniUse spaces after commas for improving readability.
2009-11-03 Stefano SabatiniAdd slicify video filter.
2009-10-27 Stefano SabatiniAdd format and noformat filters.
2009-10-22 Stefano SabatiniAdd video vertical flip filter.
2009-10-21 Stefano SabatiniAdd video crop filter.
2009-10-18 Stefano SabatiniAdd the null video filter.
2009-01-14 Aurelien Jacobsreplace all occurrence of ENABLE_ by the corresponding...
2008-03-03 Vitor SessakFix libavfilter compilation and make it more in line
2008-02-15 Vitor SessakAdd last file of main filter framework