summaryrefslogtreecommitdiff
path: root/libavfilter/vf_telecine.c
Commit message (Expand)AuthorAge
* 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