summaryrefslogtreecommitdiff
path: root/libavfilter/vf_fspp.c
Commit message (Expand)AuthorAge
* all: Replace if (ARCH_FOO) checks by #if ARCH_FOOAndreas Rheinhardt2022-06-15
* avfilter: Reindentation after query_formats changesAndreas Rheinhardt2021-10-05
* avfilter/vf_fspp: Use formats list instead of query functionAndreas Rheinhardt2021-10-05
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-05
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-13
* Remove unnecessary avassert.h inclusionsAndreas Rheinhardt2021-07-22
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* lavfi/vf_fspp: convert to the video_enc_params APIAnton Khirnov2021-01-01
* lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov2021-01-01
* avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-27
* avfilter/fspp: use AV_OPT_TYPE_BOOL for use_bframe_qp optionClément Bœsch2015-09-09
* avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-08
* Replace PixelFormats which sneaked in over time or where forgotten by AVPixel...Michael Niedermayer2015-03-18
* avfilter/vf_fspp: check count before calling row_idct()Michael Niedermayer2015-01-28
* avfilter/vf_fspp: Fix frame-alignment in FSPPArwa Arif2015-01-28
* lavfi: use ff_norm_qscale(), factorizeStefano Sabatini2015-01-13
* avfilter/vf_fspp: Add GBRP and gray8 supportMichael Niedermayer2014-12-26
* x86/vf_fspp: port inline asm to yasmJames Almer2014-12-26
* avfilter/vf_fspp: clarify commentMichael Niedermayer2014-12-26
* lavfi: port mp=fspp to a native libavfilter filterArwa Arif2014-12-24