| Commit message (Expand) | Author | Age | Files | Lines |
* | lavfi: add Bauer stereo-to-binaural audio filter | Alessandro Ghedini | 2014-05-01 | 1 | -0/+1 |
* | libavfilter: Add asettb filter for setting timebase for audio | Nicolas George | 2014-04-10 | 1 | -0/+1 |
* | lavfi: add shuffleplanes filter | Anton Khirnov | 2014-03-05 | 1 | -0/+1 |
* | lavfi: add compand audio filter | Andrew Kelley | 2014-02-26 | 1 | -0/+1 |
* | lavfi: add framepack filter | Vittorio Giovara | 2014-01-09 | 1 | -0/+1 |
* | lavfi: do not export the filters from shared objects | Anton Khirnov | 2013-10-28 | 1 | -4/+4 |
* | lavfi: add trim and atrim filters. | Anton Khirnov | 2013-04-30 | 1 | -0/+2 |
* | lavfi: add an asetpts filter | Anton Khirnov | 2013-04-30 | 1 | -0/+1 |
* | lavfi: new interlace filter | Vittorio Giovara | 2013-04-11 | 1 | -0/+1 |
* | cosmetics: Prettyprint codec/format/filter registration files | Diego Biurrun | 2012-12-28 | 1 | -61/+64 |
* | avfilter: Refactor unconditional filter registration | Diego Biurrun | 2012-12-28 | 1 | -24/+12 |
* | avfilter: Compile FIFO filters unconditionally | Diego Biurrun | 2012-12-23 | 1 | -2/+8 |
* | lavfi: add volume filter | Justin Ruggles | 2012-12-05 | 1 | -0/+1 |
* | lavfi: remove vf_slicify | Anton Khirnov | 2012-11-28 | 1 | -1/+0 |
* | lavfi: add ashowinfo filter | Anton Khirnov | 2012-10-29 | 1 | -0/+1 |
* | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+1 |
* | lavfi: Add the af_channelmap audio channel mapping filter. | Alex Converse | 2012-06-22 | 1 | -0/+1 |
* | lavfi: add join audio filter. | Anton Khirnov | 2012-06-22 | 1 | -0/+1 |
* | lavfi/fifo: add audio version of the fifo filter. | Anton Khirnov | 2012-06-21 | 1 | -0/+1 |
* | lavfi: allow building without swscale. | Anton Khirnov | 2012-06-13 | 1 | -4/+1 |
* | lavfi: add channelsplit audio filter. | Anton Khirnov | 2012-06-12 | 1 | -0/+1 |
* | lavfi: add audio mix filter | Justin Ruggles | 2012-05-23 | 1 | -0/+1 |
* | lavfi: add an audio split filter | Justin Ruggles | 2012-05-21 | 1 | -0/+1 |
* | lavfi: Add fps filter. | Anton Khirnov | 2012-05-18 | 1 | -0/+1 |
* | lavfi: add asyncts filter. | Anton Khirnov | 2012-05-14 | 1 | -0/+1 |
* | lavfi: add aformat filter | Anton Khirnov | 2012-05-14 | 1 | -0/+1 |
* | lavfi: add an audio buffer sink. | Anton Khirnov | 2012-05-14 | 1 | -0/+4 |
* | lavfi: add an audio buffer source. | Anton Khirnov | 2012-05-14 | 1 | -0/+4 |
* | lavfi: add lavr-based audio resampling filter. | Anton Khirnov | 2012-05-12 | 1 | -0/+1 |
* | lavfi: add video buffer sink, and use it in avtools | Anton Khirnov | 2012-05-09 | 1 | -0/+4 |
* | lavfi: always enable the scale filter and depend on sws. | Anton Khirnov | 2012-05-06 | 1 | -2/+6 |
* | allfilters: fix type of avfilter_vsrc_buffer. | Anton Khirnov | 2011-12-23 | 1 | -1/+1 |
* | lavfi: always build vsrc_buffer. | Anton Khirnov | 2011-12-22 | 1 | -1/+6 |
* | lavfi: add rgbtestsrc source, ported from MPlayer libmpcodecs | Stefano Sabatini | 2011-10-19 | 1 | -0/+1 |
* | lavfi: add testsrc source | Stefano Sabatini | 2011-10-19 | 1 | -0/+1 |
* | lavfi: port libmpcodecs delogo filter | Stefano Sabatini | 2011-10-17 | 1 | -0/+1 |
* | lavfi: port boxblur filter from libmpcodecs | Stefano Sabatini | 2011-10-17 | 1 | -0/+1 |
* | lavfi: add negate filter | Stefano Sabatini | 2011-10-17 | 1 | -0/+1 |
* | lavfi: add LUT (LookUp Table) generic filters | Stefano Sabatini | 2011-10-17 | 1 | -0/+3 |
* | lavfi: add select filter | Stefano Sabatini | 2011-09-17 | 1 | -0/+1 |
* | lavfi: add split filter from soc. | Bobby Bingham | 2011-09-12 | 1 | -0/+1 |
* | lavfi: add showinfo filter | Stefano Sabatini | 2011-09-12 | 1 | -0/+1 |
* | lavfi: Port drawtext filter by Hemanth from the libavfilter soc repo | Stefano Sabatini | 2011-05-07 | 1 | -0/+1 |
* | lavfi: add fieldorder filter | Mark Himsley | 2011-04-26 | 1 | -0/+1 |
* | lavfi: add fade filter | Brandon Mintern | 2011-04-03 | 1 | -0/+1 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | libavfilter: add video movie source | Stefano Sabatini | 2011-02-08 | 1 | -0/+1 |
* | Add copy filter, useful for testing the avfilter_draw_slice() copy | Stefano Sabatini | 2010-12-28 | 1 | -0/+1 |
* | Redesign the libopencv wrapper to make it more generic. Accept both | Stefano Sabatini | 2010-12-23 | 1 | -1/+1 |
* | Add gradfun filter, ported from MPlayer. | Nolan L | 2010-12-12 | 1 | -0/+1 |