summaryrefslogtreecommitdiff
path: root/libavfilter/vf_telecine.c
Commit message (Expand)AuthorAge
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-05
* avfilter/formats: Make ff_formats_pixdesc_filter return AVFilterFormats*Andreas Rheinhardt2021-09-26
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* avfilter/vf_telecine: use ff_formats_pixdesc_filter()Paul B Mahol2021-01-16
* avfilter/vf_telecine: avoid possible null-pointer dereferencePaul B Mahol2020-04-14
* lavfi/telecine: Mark telecined frames as interlaced.Carl Eugen Hoyos2020-04-11
* avfilter: don't anonymously typedef structsPaul B Mahol2017-05-13
* lavfi: split frame_count between input and output.Nicolas George2016-11-13
* avfilter/vf_telecine: Make frame writable before writing into itMichael Niedermayer2016-06-14
* avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-27
* avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde2015-10-14
* lavfi: remove FF_LINK_FLAG_REQUEST_LOOP.Nicolas George2015-09-20
* avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-08
* avfilter/vf_telecine: Avoid floating point valuesHimangi Saraogi2015-03-27
* avfilter/vf_telecine: Fix loss of AVFrame properties in outputHimangi Saraogi2015-03-27
* avfilter/vf_telecine: Fix AV desync by using the first input timestampHimangi Saraogi2015-03-26
* avfilter/vf_telecine: use the name 's' for the pointer to the private contextPaul B Mahol2015-01-28
* avfilter/vf_telecine: Avoid using non public AV_PIX_FMT_NBMichael Niedermayer2014-05-27
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-29
* avfilter/vf_telecine: remove redudant av_frame_copy_props()Paul B Mahol2013-09-18
* lavfi/telecine: remove bitstream and pal formatsPaul B Mahol2013-09-06
* replace remaining PIX_FMT_* flags with AV_PIX_FMT_FLAG_*Michael Niedermayer2013-05-15
* lavfi: use ceil right shift for chroma width/height.Clément Bœsch2013-05-10
* lavfi/telecine: show time base change tooPaul B Mahol2013-04-25
* lavfi: add frame counter into AVFilterLink and use it in filters.Clément Bœsch2013-04-23
* lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer2013-04-12
* telecine filterPaul B Mahol2013-04-11