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
2022-06-15all: Replace if (ARCH_FOO) checks by #if ARCH_FOOAndreas Rheinhardt
2021-10-05avfilter: Reindentation after query_formats changesAndreas Rheinhardt
2021-10-05avfilter/vf_fspp: Use formats list instead of query functionAndreas Rheinhardt
2021-10-05avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt
2021-08-20avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt
2021-08-13avfilter/formats: Factor common function combinations outAndreas Rheinhardt
2021-07-22Remove unnecessary avassert.h inclusionsAndreas Rheinhardt
2021-04-27avfilter: Constify all AVFiltersAndreas Rheinhardt
2021-01-01lavfi/vf_fspp: convert to the video_enc_params APIAnton Khirnov
2021-01-01lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov
2016-01-27avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis
2015-09-09avfilter/fspp: use AV_OPT_TYPE_BOOL for use_bframe_qp optionClément Bœsch
2015-04-08avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol
2015-03-18Replace PixelFormats which sneaked in over time or where forgotten by AVPixel...Michael Niedermayer
2015-01-28avfilter/vf_fspp: check count before calling row_idct()Michael Niedermayer
2015-01-28avfilter/vf_fspp: Fix frame-alignment in FSPPArwa Arif
2015-01-13lavfi: use ff_norm_qscale(), factorizeStefano Sabatini
2014-12-27avfilter/vf_fspp: Add GBRP and gray8 supportMichael Niedermayer
2014-12-26x86/vf_fspp: port inline asm to yasmJames Almer
2014-12-26avfilter/vf_fspp: clarify commentMichael Niedermayer
2014-12-24lavfi: port mp=fspp to a native libavfilter filterArwa Arif