| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avfilter/vf_telecine: use ff_formats_pixdesc_filter() | Paul B Mahol | 2021-01-16 | 1 | -13/+10 |
* | avfilter/vf_telecine: avoid possible null-pointer dereference | Paul B Mahol | 2020-04-14 | 1 | -2/+2 |
* | lavfi/telecine: Mark telecined frames as interlaced. | Carl Eugen Hoyos | 2020-04-11 | 1 | -0/+8 |
* | avfilter: don't anonymously typedef structs | Paul B Mahol | 2017-05-13 | 1 | -1/+1 |
* | lavfi: split frame_count between input and output. | Nicolas George | 2016-11-13 | 1 | -1/+1 |
* | avfilter/vf_telecine: Make frame writable before writing into it | Michael Niedermayer | 2016-06-14 | 1 | -0/+2 |
* | avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT | Derek Buitenhuis | 2016-01-27 | 1 | -1/+1 |
* | avfilter/all: propagate errors of functions from avfilter/formats | Ganesh Ajjanagadde | 2015-10-14 | 1 | -3/+4 |
* | lavfi: remove FF_LINK_FLAG_REQUEST_LOOP. | Nicolas George | 2015-09-20 | 1 | -1/+0 |
* | avfilter: handle error in query_formats() in bunch of filters | Paul B Mahol | 2015-04-08 | 1 | -2/+1 |
* | avfilter/vf_telecine: Avoid floating point values | Himangi Saraogi | 2015-03-27 | 1 | -3/+4 |
* | avfilter/vf_telecine: Fix loss of AVFrame properties in output | Himangi Saraogi | 2015-03-27 | 1 | -0/+1 |
* | avfilter/vf_telecine: Fix AV desync by using the first input timestamp | Himangi Saraogi | 2015-03-26 | 1 | -1/+8 |
* | avfilter/vf_telecine: use the name 's' for the pointer to the private context | Paul B Mahol | 2015-01-28 | 1 | -55/+55 |
* | avfilter/vf_telecine: Avoid using non public AV_PIX_FMT_NB | Michael Niedermayer | 2014-05-27 | 1 | -1/+1 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-10-29 | 1 | -1/+1 |
* | avfilter/vf_telecine: remove redudant av_frame_copy_props() | Paul B Mahol | 2013-09-18 | 1 | -1/+0 |
* | lavfi/telecine: remove bitstream and pal formats | Paul B Mahol | 2013-09-06 | 1 | -1/+3 |
* | replace remaining PIX_FMT_* flags with AV_PIX_FMT_FLAG_* | Michael Niedermayer | 2013-05-15 | 1 | -1/+1 |
* | lavfi: use ceil right shift for chroma width/height. | Clément Bœsch | 2013-05-10 | 1 | -1/+1 |
* | lavfi/telecine: show time base change too | Paul B Mahol | 2013-04-25 | 1 | -0/+2 |
* | lavfi: add frame counter into AVFilterLink and use it in filters. | Clément Bœsch | 2013-04-23 | 1 | -2/+1 |
* | lavfi: remove now unused args parameter from AVFilter.init and init_opaque | Michael Niedermayer | 2013-04-12 | 1 | -1/+1 |
* | telecine filter | Paul B Mahol | 2013-04-11 | 1 | -0/+283 |