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
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-04-27avfilter: Constify all AVFiltersAndreas Rheinhardt
2020-09-08lavfi: regroup formats lists in a single structure.Nicolas George
2020-09-04avfilter/vf_alphamerge: use framesyncPaul B Mahol
2020-08-24avfilter/vf_alphamerge: Fix double-free of AVFilterFormats on errorAndreas Rheinhardt
2020-02-08avfilter/vf_alphamerge: add AVClass to private contextPaul B Mahol
2020-02-08avfilter/vf_alphamerge: add timeline supportPaul B Mahol
2019-10-01avfilter/vf_alphamere: use the name 's' for the pointer to the private contextPaul B Mahol
2018-11-13avfilter/vf_alphamerge: do not check for ret value if all wanted frames are p...Paul B Mahol
2018-11-12avfilter/vf_alphamerge: switch to activatePaul B Mahol
2017-05-13avfilter: don't anonymously typedef structsPaul B Mahol
2017-04-10avfilter/vf_alphamerge: add GBRAP supportPaul B Mahol
2017-04-10avfilter/vf_alphamerge: use av_image_copy_plane()Paul B Mahol
2015-12-10lavfi/vf_alphamerge: fix unitialized pointersGanesh Ajjanagadde
2015-12-09lavfi/vf_alphamerge: fix memory leaksGanesh Ajjanagadde
2015-10-14avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde
2015-10-07lavfi/vf_alphamerge: reindent after last commit.Nicolas George
2015-10-07lavfi/vf_alphamerge: remove looping on request_frame().Nicolas George
2013-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-09-07avfilter: remove redundant .get_(audio/video)_buffer initializationsPaul B Mahol
2013-03-13lavfi/alphamerge: raise filter_frame() error.Clément Bœsch
2013-03-10lavfi: remove remaining forgotten min/rej perms.Clément Bœsch
2013-03-10Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer
2012-12-22lavfi: declare arrays that never change as static constPaul B Mahol
2012-12-02lavfi/alphamerge: fix leak introduced in 217163ebStefano Sabatini
2012-12-02lavfi/alphamerge: switch to ff_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-08-17vf_alphamerge: fix permissions.Nicolas George
2012-07-27vf_alphamerge: Fix reversed conditionalSteven Robertson
2012-07-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-22lavfi: add alphaextract and alphamerge filtersSteven Robertson