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-02-24Remove obsolete version.h inclusionsAndreas Rheinhardt
2021-10-05avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt
2021-08-20avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt
2021-08-17avfilter/internal: Combine get_(audio|video)_buffer into unionAndreas Rheinhardt
2021-04-27avfilter: Constify all AVFiltersAndreas Rheinhardt
2021-04-27avutil/frame: Remove deprecated AVFrame.errorAndreas Rheinhardt
2016-08-28avfilter: hflip,swapuv,vflip: add timeline supportPaul B Mahol
2015-10-14avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde
2015-10-03Merge commit '1aa24df74c052a73175c43e57d35b4835e537ec8'Hendrik Leppkes
2015-09-08Replace all remaining occurances of step/depth_minus1 and offset_plus1Hendrik Leppkes
2015-04-08avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol
2014-05-27avfilter/vf_swapuv: Avoid using non public AV_PIX_FMT_NBMichael Niedermayer
2013-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-09-12avfilter: various cosmeticsPaul B Mahol
2013-05-15replace remaining PIX_FMT_* flags with AV_PIX_FMT_FLAG_*Michael Niedermayer
2013-03-17lavfi/swapuv: remove deprecated base field useStefano Sabatini
2013-03-10Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer
2013-01-23lavfi/swapuv: support all planar yuv pixel formatsPaul B Mahol
2012-12-21lavfi/swapuv: use FFSWAPPaul B Mahol
2012-12-08lavfi/swapuv: switch to filter_frame APIStefano Sabatini
2012-11-29lavfi: convert remaining input/output list compound literals to named objects.Clément Bœsch
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
2012-07-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-16lavfi: update some deprecated functionsPaul B Mahol
2012-03-10lavfi: port MP swapuv filterStefano Sabatini