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-04-05avfilter/vf_mergeplanes: deprecate mapping optionPaul B Mahol
2022-04-05avfilter/vf_mergeplanes: add alternative for less user friendly optionPaul B Mahol
2022-04-05avfilter/vf_mergeplanes: make map code more verbosePaul B Mahol
2021-10-05avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt
2021-08-22avfilter/vf_mergeplanes: Free inpads' names genericallyAndreas Rheinhardt
2021-08-20avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt
2021-08-17avfilter/avfilter: Remove unused feature to add pads in the middleAndreas Rheinhardt
2021-04-27avfilter: Constify all AVFiltersAndreas Rheinhardt
2020-09-08lavfi: regroup formats lists in a single structure.Nicolas George
2017-09-12lavfi: rename framesync2 to framesync.Nicolas George
2017-07-30lavfi/vf_mergeplanes: move to "activate" design.Nicolas George
2016-11-01lavfi/mergeplanes: Fix little endian yuv formats >8 bit and <16bit.Carl Eugen Hoyos
2016-11-01lavfi/mergeplanes: Fix >8 bit for big endian formats and yuv4xxp16le.Carl Eugen Hoyos
2016-01-27avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis
2015-10-14avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde
2015-09-08Replace all remaining occurances of step/depth_minus1 and offset_plus1Hendrik Leppkes
2015-08-26avfilter/framesync: allocate FFFrameSyncIn internallyPaul B Mahol
2014-05-27avfilter/vf_mergeplanes: Avoid using non public AV_PIX_FMT_NBMichael Niedermayer
2013-12-26lavu,lavfi,lavd: do not hardcode AV_PIX_FMT_NB value when setting pixel forma...Stefano Sabatini
2013-12-08avfilter/vf_mergeplanes: specify pixel format min/maxMichael Niedermayer
2013-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-10-27avfilter: add mergeplanes filterPaul B Mahol