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
2021-12-04avfilter: add AVFILTER_FLAG_METADATA_ONLYAnton Khirnov
2021-08-20avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt
2021-04-27avfilter: Constify all AVFiltersAndreas Rheinhardt
2013-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-10-28lavfi: do not export the filters from shared objectsAnton Khirnov
2013-09-12avfilter: various cosmeticsPaul B Mahol
2013-05-08lavfi/null: remove redudant linesPaul B Mahol
2012-11-29vf_null: switch to filter_frameAnton Khirnov
2012-11-28lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov
2012-10-11Merge commit '4436f25a1682ada3f7226cb6fadf429946933161'Michael Niedermayer
2012-10-11lavfi: convert input/ouput list compound literals to named objectsMans Rullgard
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-07-23Merge commit '1470ce21cec5ee26e106e2a884c26bbf84e5aaea'Michael Niedermayer
2012-07-22lavfi: use const for AVFilterPad declarations in all filters.Ronald S. Bultje
2012-06-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-13lavfi: make AVFilterPad opaque after two major bumps.Anton Khirnov
2012-05-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-22lavfi: remove avfilter_null_* from public API on next bump.Anton Khirnov
2011-11-06Mark AVFilterPad[] compound literals as const.Reimar Döffinger
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-03-19Use the new null callbacks to simplify filters and reduce duplicated code.Bobby Bingham
2009-11-04Explicitely define get_video_buffer() callbacks in the format,Stefano Sabatini
2009-10-30Remove the get_video_buffer() callback.Stefano Sabatini
2009-10-27Add descriptions for the committed filters.Stefano Sabatini
2009-10-19Break over-80-chars-long line.Stefano Sabatini
2009-10-19Make clear in the doxy that this is a *video* filter.Stefano Sabatini
2009-10-18Add the null video filter.Stefano Sabatini