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
2014-05-13build: handle library dependencies in configureJanne Grunau
2014-05-01lavfi: add Bauer stereo-to-binaural audio filterAlessandro Ghedini
2014-04-10libavfilter: Add asettb filter for setting timebase for audioNicolas George
2014-04-02vf_settb: rename to settbKaterina Barone-Adesi
2014-03-06lavfi: add shuffleplanes filterAnton Khirnov
2014-02-26lavfi: add compand audio filterAndrew Kelley
2014-01-10lavfi: add framepack filterVittorio Giovara
2013-05-24lavfi: add a slice threading infrastructureAnton Khirnov
2013-04-30lavfi: add trim and atrim filters.Anton Khirnov
2013-04-30lavfi: add an asetpts filterAnton Khirnov
2013-04-11lavfi: new interlace filterVittorio Giovara
2012-12-23avfilter: Compile FIFO filters unconditionallyDiego Biurrun
2012-12-21build: avfilter: Remove duplicate compilation entry for vf_scaleDiego Biurrun
2012-12-05lavfi: add volume filterJustin Ruggles
2012-11-28lavfi: remove vf_slicifyAnton Khirnov
2012-10-30lavfi: add ashowinfo filterAnton Khirnov
2012-07-04lavfi: reclassify showfiltfmts as a TESTPROGMans Rullgard
2012-06-26lavfi: remove disabled FF_API_VSRC_BUFFER_ADD_FRAME cruftAnton Khirnov
2012-06-23lavfi: Add the af_channelmap audio channel mapping filter.Alex Converse
2012-06-22lavfi: add join audio filter.Anton Khirnov
2012-06-21lavfi/fifo: add audio version of the fifo filter.Anton Khirnov
2012-06-21lavfi: rename vf_fifo.c -> fifo.cAnton Khirnov
2012-06-13lavfi: allow building without swscale.Anton Khirnov
2012-06-12lavfi: add channelsplit audio filter.Anton Khirnov
2012-05-24lavfi: add audio mix filterJustin Ruggles
2012-05-22lavfi: deprecate default config_props() callback and refactor avfilter_config...Mina Nagy Zaki
2012-05-21lavfi: add an audio split filterJustin Ruggles
2012-05-21lavfi: rename vf_split.c to split.cJustin Ruggles
2012-05-18lavfi: Add fps filter.Anton Khirnov
2012-05-15lavfi: move buffer management function to a separate file.Anton Khirnov
2012-05-15lavfi: move video-related functions to a separate file.Anton Khirnov
2012-05-14lavfi: add asyncts filter.Anton Khirnov
2012-05-14lavfi: add aformat filterAnton Khirnov
2012-05-14lavfi: rename vsrc_buffer.c to buffersrc.cAnton Khirnov
2012-05-12lavfi: add lavr-based audio resampling filter.Anton Khirnov
2012-05-09lavfi: move audio-related functions to a separate file.Anton Khirnov
2012-05-09lavfi: add video buffer sink, and use it in avtoolsAnton Khirnov
2012-05-07build: cosmetics: Add missing end-of-line backslashes to item lists.Diego Biurrun
2012-05-07build: cosmetics: Split HEADERS/OBJS/PROGS lists into one entry per line.Diego Biurrun
2012-05-06lavfi: always enable the scale filter and depend on sws.Anton Khirnov
2012-03-26build: Only clean the architecture subdirectory we build for.Diego Biurrun
2012-01-25build: Automatically include architecture-specific library Makefile snippets.Diego Biurrun
2012-01-12lavfi: move version macros to a new installed header version.hAnton Khirnov
2011-12-25lavfi: add a new function av_buffersrc_buffer().Anton Khirnov
2011-12-22lavfi: always build vsrc_buffer.Anton Khirnov
2011-12-13build: move inclusion of subdir.mak to main subdir loopMans Rullgard
2011-12-11lavfi: install libavfilter/vsrc_buffer.hAndrey Utkin
2011-10-19lavfi: add rgbtestsrc source, ported from MPlayer libmpcodecsStefano Sabatini
2011-10-19lavfi: add testsrc sourceStefano Sabatini
2011-10-17lavfi: port libmpcodecs delogo filterStefano Sabatini