summaryrefslogtreecommitdiff
path: root/libavfilter/vf_pp7.c
Commit message (Expand)AuthorAge
* avutil/common: Don't auto-include mem.hAndreas Rheinhardt2024-03-31
* all: use designated initializers for AVOption.unitAnton Khirnov2024-02-14
* avutil/internal: Don't auto-include emms.hAndreas Rheinhardt2023-09-04
* avfilter: Deduplicate default video inputs/outputsAndreas Rheinhardt2023-08-07
* avfilter/internal: Don't include video.hAndreas Rheinhardt2023-08-07
* all: Replace if (ARCH_FOO) checks by #if ARCH_FOOAndreas Rheinhardt2022-06-15
* avfilter: Reindentation after query_formats changesAndreas Rheinhardt2021-10-05
* avfilter/vf_pp7: 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_pp7: 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: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-08
* avfilter/vf_pp7: remove unused varMartin Vignali2015-03-20
* Replace PixelFormats which sneaked in over time or where forgotten by AVPixel...Michael Niedermayer2015-03-18
* Fix frame-alignment in PP7Arwa Arif2015-01-29
* avfilter/vf_pp7: Add GBRP pixel formatMichael Niedermayer2015-01-10
* avfilter/vf_pp7: use av_malloc_array()Michael Niedermayer2015-01-10
* avfilter: Factorize the use of norm_qscale in pp7Arwa Arif2015-01-10
* lavfi: port mp=pp7 to libavfilterArwa Arif2015-01-09