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
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
2011-10-17lavfi: port boxblur filter from libmpcodecsStefano Sabatini
2011-10-17lavfi: add negate filterStefano Sabatini
2011-10-17lavfi: add LUT (LookUp Table) generic filtersStefano Sabatini
2011-09-17lavfi: add select filterStefano Sabatini
2011-09-12lavfi: add split filter from soc.Bobby Bingham
2011-09-12lavfi: add showinfo filterStefano Sabatini
2011-07-11build: rework rules for things in the tools dirMans Rullgard
2011-06-28build: include sub-makefiles using full path instead of symlinksMans Rullgard
2011-06-25build: Remove redundant config.mak includes from subdirectory Makefiles.Diego Biurrun
2011-05-07lavfi: Port drawtext filter by Hemanth from the libavfilter soc repoStefano Sabatini
2011-04-26lavfi: add fieldorder filterMark Himsley
2011-04-03lavfi: add fade filterBrandon Mintern
2011-02-21lavfi: put color source in a dedicated fileStefano Sabatini
2011-02-21lavfi: add drawutilsStefano Sabatini
2011-02-15Merge libavcore into libavutilReinhard Tartler
2011-02-08libavfilter: add video movie sourceStefano Sabatini
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