aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_tinterlace.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter: Reindentation after query_formats changesAndreas Rheinhardt2021-10-051-13/+13
* avfilter/vf_tinterlace: Use formats list instead of query functionAndreas Rheinhardt2021-10-051-7/+2
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-2/+2
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-6/+4
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-131-4/+1
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-2/+2
* avfilter/vf_tinterlace: fix mergex2, first frame is always considered oddPaul B Mahol2020-07-171-2/+2
* avfilter/vf_tinterlace: use frame counter from lavfiPaul B Mahol2020-07-171-2/+1
* avfilter/vf_interlace: do not interlace already interlaced framesMarton Balint2019-12-151-0/+1
* avfilter/vf_tinterlace: add support for bypassing already interlaced framesMarton Balint2019-12-151-0/+11
* avfilter/vf_interlace: restore lowpass mode constantsMarton Balint2019-12-141-4/+9
* avfilter/vf_tinterlace: re-enable lowpass optionPaul B Mahol2019-07-081-1/+1
* avfilter/vf_interlace: fix numerical optionsThomas Mundt2018-09-071-4/+15
* avfilter/vf_interlace: remove duplicate code with same funcionalityVasile Toncu2018-04-231-0/+26
* avfilter/interlace: rename two variables for consistencyThomas Mundt2017-09-251-5/+5
* avfilter/interlace: add support for 10 and 12 bitThomas Mundt2017-09-231-5/+73
* avfilter/tinterlace: use drawutils for pad modeThomas Mundt2017-09-231-9/+7
* avfilter/tinterlace: Simplify checks for lowpass filtering flagsJames Almer2017-09-181-8/+4
* avfilter/interlace: simplify codeThomas Mundt2017-09-151-20/+9
* avfilter/interlace: prevent over-sharpening with the complex low-pass filterThomas Mundt2017-09-151-4/+13
* avfilter/interlace: add complex vertical low-pass filterThomas Mundt2017-05-021-11/+50
* avfilter/interlace: change lowpass_line function prototypeThomas Mundt2017-04-221-6/+8
* lavfi: split frame_count between input and output.Nicolas George2016-11-131-2/+2
* avfilter/vf_tinterlace: fix image alignmentMichael Niedermayer2016-02-141-1/+1
* avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-271-3/+3
* avfilter/vf_tinterlace: add mergex2 modePaul B Mahol2015-10-031-5/+12
* lavfi: remove FF_LINK_FLAG_REQUEST_LOOP.Nicolas George2015-09-201-1/+0
* lavfi/tinterlace: Double aspect ratio for modes merge and pad.Carl Eugen Hoyos2015-06-041-0/+5
* avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-081-2/+4
* vfilter/vf_tinterlace: Fix issues with linesize and colsMichael Niedermayer2015-01-061-6/+3
* avfilter/vf_tinterlace: Favor using standard timebases for the outputMichael Niedermayer2014-12-021-2/+23
* avfilter/vf_tinterlace: remove unused variableMichael Niedermayer2014-11-161-1/+1
* avfilter/tinterlace: add Support for ff_lowpass_line_avx() & ff_lowpass_line_...Michael Niedermayer2014-11-151-0/+2
* avfilter/tinterlace: Move lowpass_line to a separate function and call it thr...Michael Niedermayer2014-11-151-15/+28
* avfilter/tinterlace: split context definition into seperate header so it can ...Michael Niedermayer2014-11-151-23/+1
* avfilter/vf_tinterlace: fix linesize vs. widthMichael Niedermayer2014-11-151-1/+2
* avfilter/vf_tinterlace: Fix output top field first flag for MODE_INTERLACEX2Michael Niedermayer2014-11-151-0/+1
* avfilter/vf_tinterlace: fix frame rateAleksey Vasenev2014-11-131-0/+2
* lavfi: add const/static const to pix_fmts arrays.Reimar Döffinger2014-08-311-1/+1
* avfilter/vf_tinterlace: Fix vf_tinterlace mode 6 (interlacex2)Jasper Taylor2014-03-161-0/+12
* avfilter/vf_tinterlace: check clone return valueMichael Niedermayer2013-11-191-0/+2
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-291-1/+1
* avfilter/vf_tinterlace: add yuv411p, yuv440p, yuva422p and yuva444pPaul B Mahol2013-09-211-2/+4
* avfilter: various cosmeticsPaul B Mahol2013-09-121-3/+3
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-06-181-1/+1
* lavfi/tinterlace: remove request frame hackPaul B Mahol2013-05-271-16/+1
* lavfi: use ceil right shift for chroma width/height.Clément Bœsch2013-05-101-1/+1
* lavu: add FF_CEIL_RSHIFT and use it in various places.Clément Bœsch2013-05-091-1/+1
* avfilter/vf_tinterlace: fix handling of not so even sizesMichael Niedermayer2013-04-291-2/+2
* lavfi/tinterlace: switch to an AVOptions-based system.Clément Bœsch2013-04-111-3/+0