summaryrefslogtreecommitdiff
path: root/libavfilter/vf_pp7.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter: Reindentation after query_formats changesAndreas Rheinhardt2021-10-051-9/+9
* avfilter/vf_pp7: Use formats list instead of query functionAndreas Rheinhardt2021-10-051-6/+1
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-1/+1
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-4/+2
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-131-4/+1
* Remove unnecessary avassert.h inclusionsAndreas Rheinhardt2021-07-221-1/+0
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* lavfi/vf_pp7: convert to the video_enc_params APIAnton Khirnov2021-01-011-3/+11
* lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov2021-01-011-0/+1
* avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-271-2/+2
* avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-081-2/+5
* avfilter/vf_pp7: remove unused varMartin Vignali2015-03-201-7/+0
* Replace PixelFormats which sneaked in over time or where forgotten by AVPixel...Michael Niedermayer2015-03-181-1/+1
* Fix frame-alignment in PP7Arwa Arif2015-01-291-0/+2
* avfilter/vf_pp7: Add GBRP pixel formatMichael Niedermayer2015-01-101-0/+1
* avfilter/vf_pp7: use av_malloc_array()Michael Niedermayer2015-01-101-1/+1
* avfilter: Factorize the use of norm_qscale in pp7Arwa Arif2015-01-101-13/+1
* lavfi: port mp=pp7 to libavfilterArwa Arif2015-01-091-0/+419