summaryrefslogtreecommitdiff
path: root/libavfilter/vf_tinterlace.c
Commit message (Expand)AuthorAge
* all: use designated initializers for AVOption.unitAnton Khirnov2024-02-14
* avfilter: pass link YUV colorspace to ff_draw_init2Niklas Haas2024-02-06
* avfilter/internal: Don't include video.hAndreas Rheinhardt2023-08-07
* avfilter/ccfifo: remove unnecessary context allocationsJames Almer2023-05-12
* avfilter/tinterlace: Properly preserve CEA-708 closed captionsDevin Heitmueller2023-05-11
* avutil/frame: deprecate interlaced_frame and top_field_firstJames Almer2023-05-04
* avfilter: use the new AVFrame interlace flags in all filtersJames Almer2023-05-04
* avfilter/vf_tinterlace: support full-range YUVNiklas Haas2022-12-20
* lavfi/vf_tinterlace: set frame durationsAnton Khirnov2022-10-13
* all: Replace if (ARCH_FOO) checks by #if ARCH_FOOAndreas Rheinhardt2022-06-15
* avfilter: Reindentation after query_formats changesAndreas Rheinhardt2021-10-05
* avfilter/vf_tinterlace: Use formats list instead of query functionAndreas Rheinhardt2021-10-05
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-05
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-13
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* avfilter/vf_tinterlace: fix mergex2, first frame is always considered oddPaul B Mahol2020-07-17
* avfilter/vf_tinterlace: use frame counter from lavfiPaul B Mahol2020-07-17
* avfilter/vf_interlace: do not interlace already interlaced framesMarton Balint2019-12-15
* avfilter/vf_tinterlace: add support for bypassing already interlaced framesMarton Balint2019-12-15
* avfilter/vf_interlace: restore lowpass mode constantsMarton Balint2019-12-14
* avfilter/vf_tinterlace: re-enable lowpass optionPaul B Mahol2019-07-08
* avfilter/vf_interlace: fix numerical optionsThomas Mundt2018-09-07
* avfilter/vf_interlace: remove duplicate code with same funcionalityVasile Toncu2018-04-23
* avfilter/interlace: rename two variables for consistencyThomas Mundt2017-09-25
* avfilter/interlace: add support for 10 and 12 bitThomas Mundt2017-09-23
* avfilter/tinterlace: use drawutils for pad modeThomas Mundt2017-09-23
* avfilter/tinterlace: Simplify checks for lowpass filtering flagsJames Almer2017-09-18
* avfilter/interlace: simplify codeThomas Mundt2017-09-15
* avfilter/interlace: prevent over-sharpening with the complex low-pass filterThomas Mundt2017-09-15
* avfilter/interlace: add complex vertical low-pass filterThomas Mundt2017-05-02
* avfilter/interlace: change lowpass_line function prototypeThomas Mundt2017-04-22
* lavfi: split frame_count between input and output.Nicolas George2016-11-13
* avfilter/vf_tinterlace: fix image alignmentMichael Niedermayer2016-02-14
* avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-27
* avfilter/vf_tinterlace: add mergex2 modePaul B Mahol2015-10-03
* lavfi: remove FF_LINK_FLAG_REQUEST_LOOP.Nicolas George2015-09-20
* lavfi/tinterlace: Double aspect ratio for modes merge and pad.Carl Eugen Hoyos2015-06-04
* avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-08
* vfilter/vf_tinterlace: Fix issues with linesize and colsMichael Niedermayer2015-01-06
* avfilter/vf_tinterlace: Favor using standard timebases for the outputMichael Niedermayer2014-12-02
* avfilter/vf_tinterlace: remove unused variableMichael Niedermayer2014-11-16
* avfilter/tinterlace: add Support for ff_lowpass_line_avx() & ff_lowpass_line_...Michael Niedermayer2014-11-15
* avfilter/tinterlace: Move lowpass_line to a separate function and call it thr...Michael Niedermayer2014-11-15
* avfilter/tinterlace: split context definition into seperate header so it can ...Michael Niedermayer2014-11-15
* avfilter/vf_tinterlace: fix linesize vs. widthMichael Niedermayer2014-11-15
* avfilter/vf_tinterlace: Fix output top field first flag for MODE_INTERLACEX2Michael Niedermayer2014-11-15
* avfilter/vf_tinterlace: fix frame rateAleksey Vasenev2014-11-13
* lavfi: add const/static const to pix_fmts arrays.Reimar Döffinger2014-08-31
* avfilter/vf_tinterlace: Fix vf_tinterlace mode 6 (interlacex2)Jasper Taylor2014-03-16