summaryrefslogtreecommitdiff
path: root/libavfilter/vf_telecine.c
Commit message (Expand)AuthorAgeFilesLines
* avutil/frame: deprecate interlaced_frame and top_field_firstJames Almer2023-05-041-0/+12
* avfilter: use the new AVFrame interlace flags in all filtersJames Almer2023-05-041-2/+16
* avfilter: use ff_inlink_make_frame_writable()Paul B Mahol2023-02-121-2/+11
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-1/+1
* avfilter/formats: Make ff_formats_pixdesc_filter return AVFilterFormats*Andreas Rheinhardt2021-09-261-10/+5
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-4/+2
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* avfilter/vf_telecine: use ff_formats_pixdesc_filter()Paul B Mahol2021-01-161-13/+10
* avfilter/vf_telecine: avoid possible null-pointer dereferencePaul B Mahol2020-04-141-2/+2
* lavfi/telecine: Mark telecined frames as interlaced.Carl Eugen Hoyos2020-04-111-0/+8
* avfilter: don't anonymously typedef structsPaul B Mahol2017-05-131-1/+1
* lavfi: split frame_count between input and output.Nicolas George2016-11-131-1/+1
* avfilter/vf_telecine: Make frame writable before writing into itMichael Niedermayer2016-06-141-0/+2
* avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-271-1/+1
* avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde2015-10-141-3/+4
* lavfi: remove FF_LINK_FLAG_REQUEST_LOOP.Nicolas George2015-09-201-1/+0
* avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-081-2/+1
* avfilter/vf_telecine: Avoid floating point valuesHimangi Saraogi2015-03-271-3/+4
* avfilter/vf_telecine: Fix loss of AVFrame properties in outputHimangi Saraogi2015-03-271-0/+1
* avfilter/vf_telecine: Fix AV desync by using the first input timestampHimangi Saraogi2015-03-261-1/+8
* avfilter/vf_telecine: use the name 's' for the pointer to the private contextPaul B Mahol2015-01-281-55/+55
* avfilter/vf_telecine: Avoid using non public AV_PIX_FMT_NBMichael Niedermayer2014-05-271-1/+1
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-291-1/+1
* avfilter/vf_telecine: remove redudant av_frame_copy_props()Paul B Mahol2013-09-181-1/+0
* lavfi/telecine: remove bitstream and pal formatsPaul B Mahol2013-09-061-1/+3
* replace remaining PIX_FMT_* flags with AV_PIX_FMT_FLAG_*Michael Niedermayer2013-05-151-1/+1
* lavfi: use ceil right shift for chroma width/height.Clément Bœsch2013-05-101-1/+1
* lavfi/telecine: show time base change tooPaul B Mahol2013-04-251-0/+2
* lavfi: add frame counter into AVFilterLink and use it in filters.Clément Bœsch2013-04-231-2/+1
* lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer2013-04-121-1/+1
* telecine filterPaul B Mahol2013-04-111-0/+283