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-10-05avfilter: Reindentation after query_formats changesAndreas Rheinhardt
2021-10-05avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt
2021-10-05avfilter/vf_fieldorder: Remove always-true checkAndreas Rheinhardt
2021-08-20avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt
2021-08-16avfilter/vf_fieldorder: Simplify setting common pixel formatsAndreas Rheinhardt
2021-04-27avfilter: Constify all AVFiltersAndreas Rheinhardt
2020-09-08lavfi: regroup formats lists in a single structure.Nicolas George
2019-10-14avfilter/vf_fieldorder: fix heap-buffer overflowPaul B Mahol
2015-10-14avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde
2015-04-20Merge commit '1a3eb042c704dea190c644def5b32c9cee8832b8'Michael Niedermayer
2015-04-19Replace av_dlog with normal av_log at trace levelVittorio Giovara
2014-05-27Merge commit 'a7d070acb55c3ebbdd5e93e3366f32865732b8a3'Michael Niedermayer
2014-05-27vf_fieldorder: avoid using AV_PIX_FMT_NBAnton Khirnov
2014-04-19Merge commit '58400ac133bcfb6bf8196b4e5208bc178307739b'Michael Niedermayer
2014-04-19lavfi: name anonymous structsVittorio Giovara
2013-11-04vf_fieldorder: remove superfluous get_video_bufferVittorio Giovara
2013-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-10-28lavfi: do not export the filters from shared objectsAnton Khirnov
2013-10-22Merge commit '00d7369de06a16f7c8770a899fcb16bcb94b1e20'Michael Niedermayer
2013-10-22vf_fieldorder: log when processing is skippedVittorio Giovara
2013-09-21avfilter: remove duplicate includesMichael Niedermayer
2013-09-12avfilter: various cosmeticsPaul B Mahol
2013-09-06lavfi/fieldorder: work with non writtable frames tooPaul B Mahol
2013-09-06lavfi/fieldorder: remove pal8 formatPaul B Mahol
2013-09-06lavfi/fieldorder: add timeline supportPaul B Mahol
2013-09-06lavfi/fieldorder: use av_image_fill_linesizes()Paul B Mahol
2013-09-06lavfi/fieldorder: remove redundant get_video_buffer()Paul B Mahol
2013-08-03avfilter: fix plane validity checksMichael Niedermayer
2013-05-16Merge commit 'f6b6d6ac42c0ee427fcd3fae4c398b2103b491b8'Michael Niedermayer
2013-05-16vf_fieldorder: use the name 's' for the pointer to the private contextAnton Khirnov
2013-05-16vf_fieldorder: cosmetics, remove an extra linebreakAnton Khirnov
2013-05-16Remove commented-out debug #define cruftDiego Biurrun
2013-05-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-05-15pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*Anton Khirnov
2013-04-10Merge commit 'a39c154049a2d0c4fb02a5c74f58d6986ec21cec'Michael Niedermayer
2013-04-09vf_fieldorder: switch to an AVOptions-based system.Anton Khirnov
2013-03-24lavfi/fieldorder: use standard options parsing.Clément Bœsch
2013-03-13lavfi/fieldorder: add support to named optionsStefano Sabatini
2013-03-13lavfi/fieldorder: remove unused headers and commented defineStefano Sabatini
2013-03-10Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer
2013-03-08lavfi: switch to AVFrame.Anton Khirnov
2012-11-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-11-28vf_fieldorder: switch to filter_frame, this filter did not support real slicesAnton Khirnov
2012-11-28vf_fieldorder: require write permissionsAnton Khirnov
2012-11-28vf_fieldorder: reindentAnton Khirnov
2012-11-28lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov
2012-10-12Merge commit '59ee9f78b0cc4fb84ae606fa317d8102ad32a627'Michael Niedermayer
2012-10-12lavfi: do not use av_pix_fmt_descriptors directly.Anton Khirnov
2012-10-11Merge commit '4436f25a1682ada3f7226cb6fadf429946933161'Michael Niedermayer
2012-10-11lavfi: convert input/ouput list compound literals to named objectsMans Rullgard