| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/vf_alphamerge: warn if input not full range | Niklas Haas | 2023-11-09 | 1 | -0/+6 |
* | avfilter: Replace query_formats callback with union of list and callback | Andreas Rheinhardt | 2021-10-05 | 1 | -1/+1 |
* | avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilter | Andreas Rheinhardt | 2021-08-20 | 1 | -4/+2 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | lavfi: regroup formats lists in a single structure. | Nicolas George | 2020-09-08 | 1 | -3/+3 |
* | avfilter/vf_alphamerge: use framesync | Paul B Mahol | 2020-09-04 | 1 | -73/+63 |
* | avfilter/vf_alphamerge: Fix double-free of AVFilterFormats on error | Andreas Rheinhardt | 2020-08-23 | 1 | -19/+7 |
* | avfilter/vf_alphamerge: add AVClass to private context | Paul B Mahol | 2020-02-08 | 1 | -0/+2 |
* | avfilter/vf_alphamerge: add timeline support | Paul B Mahol | 2020-02-08 | 1 | -1/+11 |
* | avfilter/vf_alphamere: use the name 's' for the pointer to the private context | Paul B Mahol | 2019-10-01 | 1 | -6/+6 |
* | avfilter/vf_alphamerge: do not check for ret value if all wanted frames are p... | Paul B Mahol | 2018-11-12 | 1 | -7/+5 |
* | avfilter/vf_alphamerge: switch to activate | Paul B Mahol | 2018-11-12 | 1 | -44/+44 |
* | avfilter: don't anonymously typedef structs | Paul B Mahol | 2017-05-13 | 1 | -1/+1 |
* | avfilter/vf_alphamerge: add GBRAP support | Paul B Mahol | 2017-04-10 | 1 | -1/+3 |
* | avfilter/vf_alphamerge: use av_image_copy_plane() | Paul B Mahol | 2017-04-10 | 1 | -6/+4 |
* | lavfi/vf_alphamerge: fix unitialized pointers | Ganesh Ajjanagadde | 2015-12-10 | 1 | -1/+1 |
* | lavfi/vf_alphamerge: fix memory leaks | Ganesh Ajjanagadde | 2015-12-09 | 1 | -3/+13 |
* | avfilter/all: propagate errors of functions from avfilter/formats | Ganesh Ajjanagadde | 2015-10-14 | 1 | -5/+10 |
* | lavfi/vf_alphamerge: reindent after last commit. | Nicolas George | 2015-10-07 | 1 | -5/+4 |
* | lavfi/vf_alphamerge: remove looping on request_frame(). | Nicolas George | 2015-10-07 | 1 | -5/+1 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-10-29 | 1 | -1/+1 |
* | avfilter: remove redundant .get_(audio/video)_buffer initializations | Paul B Mahol | 2013-09-07 | 1 | -1/+0 |
* | lavfi/alphamerge: raise filter_frame() error. | Clément Bœsch | 2013-03-13 | 1 | -4/+5 |
* | lavfi: remove remaining forgotten min/rej perms. | Clément Bœsch | 2013-03-10 | 1 | -2/+1 |
* | Merge commit '7e350379f87e7f74420b4813170fe808e2313911' | Michael Niedermayer | 2013-03-10 | 1 | -8/+8 |
* | lavfi: declare arrays that never change as static const | Paul B Mahol | 2012-12-21 | 1 | -2/+2 |
* | lavfi/alphamerge: fix leak introduced in 217163eb | Stefano Sabatini | 2012-12-02 | 1 | -1/+1 |
* | lavfi/alphamerge: switch to ff_filter_frame() API | Stefano Sabatini | 2012-12-02 | 1 | -16/+5 |
* | lavfi: convert remaining input/output list compound literals to named objects. | Clément Bœsch | 2012-11-28 | 1 | -25/+33 |
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 1 | -5/+5 |
* | vf_alphamerge: fix permissions. | Nicolas George | 2012-08-17 | 1 | -4/+2 |
* | vf_alphamerge: Fix reversed conditional | Steven Robertson | 2012-07-27 | 1 | -1/+1 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-22 | 1 | -3/+4 |
* | lavfi: add alphaextract and alphamerge filters | Steven Robertson | 2012-07-22 | 1 | -0/+212 |