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-10-05avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt
2021-09-26avfilter/formats: Make ff_formats_pixdesc_filter return AVFilterFormats*Andreas Rheinhardt
2021-08-20avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt
2021-04-27avfilter: Constify all AVFiltersAndreas Rheinhardt
2021-01-16avfilter/vf_copy: use ff_formats_pixdesc_filter()Paul B Mahol
2019-10-01avfilter/copy: add forgotten checkPaul B Mahol
2019-10-01avfilter/vf_copy: check for error cases and handle themPaul B Mahol
2016-02-27vf_copy: exclude hwaccel formatswm4
2014-02-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2014-02-24Use av_frame_copy() to simplify code where appropriate.Anton Khirnov
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-09-07avfilter: remove redundant .get_(audio/video)_buffer initializationsPaul B Mahol
2013-05-11vf_copy: silence "incompatible pointer type" warningMichael Niedermayer
2013-03-10Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer
2013-03-08lavfi: switch to AVFrame.Anton Khirnov
2012-11-29vf_copy: 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-12-28Add copy filter, useful for testing the avfilter_draw_slice() copyStefano Sabatini