summaryrefslogtreecommitdiff
path: root/libavfilter/vf_mergeplanes.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/vf_mergeplanes: deprecate mapping optionPaul B Mahol2022-04-051-1/+1
* avfilter/vf_mergeplanes: add alternative for less user friendly optionPaul B Mahol2022-04-051-7/+17
* avfilter/vf_mergeplanes: make map code more verbosePaul B Mahol2022-04-051-9/+14
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-1/+1
* avfilter/vf_mergeplanes: Free inpads' names genericallyAndreas Rheinhardt2021-08-221-7/+1
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-2/+1
* avfilter/avfilter: Remove unused feature to add pads in the middleAndreas Rheinhardt2021-08-171-1/+1
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* lavfi: regroup formats lists in a single structure.Nicolas George2020-09-081-2/+2
* lavfi: rename framesync2 to framesync.Nicolas George2017-09-121-6/+6
* lavfi/vf_mergeplanes: move to "activate" design.Nicolas George2017-07-301-16/+9
* lavfi/mergeplanes: Fix little endian yuv formats >8 bit and <16bit.Carl Eugen Hoyos2016-11-011-0/+1
* lavfi/mergeplanes: Fix >8 bit for big endian formats and yuv4xxp16le.Carl Eugen Hoyos2016-11-011-4/+4
* avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-271-4/+4
* avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde2015-10-141-6/+9
* Replace all remaining occurances of step/depth_minus1 and offset_plus1Hendrik Leppkes2015-09-081-4/+4
* avfilter/framesync: allocate FFFrameSyncIn internallyPaul B Mahol2015-08-261-3/+4
* avfilter/vf_mergeplanes: Avoid using non public AV_PIX_FMT_NBMichael Niedermayer2014-05-271-1/+1
* lavu,lavfi,lavd: do not hardcode AV_PIX_FMT_NB value when setting pixel forma...Stefano Sabatini2013-12-261-1/+1
* avfilter/vf_mergeplanes: specify pixel format min/maxMichael Niedermayer2013-12-081-1/+1
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-291-1/+1
* avfilter: add mergeplanes filterPaul B Mahol2013-10-271-0/+313