index
:
ffmpeg
master
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
Mirror of FFmpeg git repo
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavfilter
/
vf_tinterlace.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
avfilter/vf_tinterlace: re-enable lowpass option
Paul B Mahol
2019-07-08
1
-1
/
+1
*
avfilter/vf_interlace: fix numerical options
Thomas Mundt
2018-09-07
1
-4
/
+15
*
avfilter/vf_interlace: remove duplicate code with same funcionality
Vasile Toncu
2018-04-23
1
-0
/
+26
*
avfilter/interlace: rename two variables for consistency
Thomas Mundt
2017-09-25
1
-5
/
+5
*
avfilter/interlace: add support for 10 and 12 bit
Thomas Mundt
2017-09-23
1
-5
/
+73
*
avfilter/tinterlace: use drawutils for pad mode
Thomas Mundt
2017-09-23
1
-9
/
+7
*
avfilter/tinterlace: Simplify checks for lowpass filtering flags
James Almer
2017-09-18
1
-8
/
+4
*
avfilter/interlace: simplify code
Thomas Mundt
2017-09-15
1
-20
/
+9
*
avfilter/interlace: prevent over-sharpening with the complex low-pass filter
Thomas Mundt
2017-09-15
1
-4
/
+13
*
avfilter/interlace: add complex vertical low-pass filter
Thomas Mundt
2017-05-02
1
-11
/
+50
*
avfilter/interlace: change lowpass_line function prototype
Thomas Mundt
2017-04-22
1
-6
/
+8
*
lavfi: split frame_count between input and output.
Nicolas George
2016-11-13
1
-2
/
+2
*
avfilter/vf_tinterlace: fix image alignment
Michael Niedermayer
2016-02-14
1
-1
/
+1
*
avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT
Derek Buitenhuis
2016-01-27
1
-3
/
+3
*
avfilter/vf_tinterlace: add mergex2 mode
Paul B Mahol
2015-10-03
1
-5
/
+12
*
lavfi: remove FF_LINK_FLAG_REQUEST_LOOP.
Nicolas George
2015-09-20
1
-1
/
+0
*
lavfi/tinterlace: Double aspect ratio for modes merge and pad.
Carl Eugen Hoyos
2015-06-04
1
-0
/
+5
*
avfilter: handle error in query_formats() in bunch of filters
Paul B Mahol
2015-04-08
1
-2
/
+4
*
vfilter/vf_tinterlace: Fix issues with linesize and cols
Michael Niedermayer
2015-01-06
1
-6
/
+3
*
avfilter/vf_tinterlace: Favor using standard timebases for the output
Michael Niedermayer
2014-12-02
1
-2
/
+23
*
avfilter/vf_tinterlace: remove unused variable
Michael Niedermayer
2014-11-16
1
-1
/
+1
*
avfilter/tinterlace: add Support for ff_lowpass_line_avx() & ff_lowpass_line_...
Michael Niedermayer
2014-11-15
1
-0
/
+2
*
avfilter/tinterlace: Move lowpass_line to a separate function and call it thr...
Michael Niedermayer
2014-11-15
1
-15
/
+28
*
avfilter/tinterlace: split context definition into seperate header so it can ...
Michael Niedermayer
2014-11-15
1
-23
/
+1
*
avfilter/vf_tinterlace: fix linesize vs. width
Michael Niedermayer
2014-11-15
1
-1
/
+2
*
avfilter/vf_tinterlace: Fix output top field first flag for MODE_INTERLACEX2
Michael Niedermayer
2014-11-15
1
-0
/
+1
*
avfilter/vf_tinterlace: fix frame rate
Aleksey Vasenev
2014-11-13
1
-0
/
+2
*
lavfi: add const/static const to pix_fmts arrays.
Reimar Döffinger
2014-08-31
1
-1
/
+1
*
avfilter/vf_tinterlace: Fix vf_tinterlace mode 6 (interlacex2)
Jasper Taylor
2014-03-16
1
-0
/
+12
*
avfilter/vf_tinterlace: check clone return value
Michael Niedermayer
2013-11-19
1
-0
/
+2
*
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2013-10-29
1
-1
/
+1
*
avfilter/vf_tinterlace: add yuv411p, yuv440p, yuva422p and yuva444p
Paul B Mahol
2013-09-21
1
-2
/
+4
*
avfilter: various cosmetics
Paul B Mahol
2013-09-12
1
-3
/
+3
*
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2013-06-18
1
-1
/
+1
*
lavfi/tinterlace: remove request frame hack
Paul B Mahol
2013-05-27
1
-16
/
+1
*
lavfi: use ceil right shift for chroma width/height.
Clément Bœsch
2013-05-10
1
-1
/
+1
*
lavu: add FF_CEIL_RSHIFT and use it in various places.
Clément Bœsch
2013-05-09
1
-1
/
+1
*
avfilter/vf_tinterlace: fix handling of not so even sizes
Michael Niedermayer
2013-04-29
1
-2
/
+2
*
lavfi/tinterlace: switch to an AVOptions-based system.
Clément Bœsch
2013-04-11
1
-3
/
+0
*
lavfi: always check return value of ff_get_{audio,video}_buffer()
Paul B Mahol
2013-04-08
1
-0
/
+2
*
lavfi/tinterlace: use standard options parsing.
Clément Bœsch
2013-03-24
1
-14
/
+3
*
Merge commit '7e350379f87e7f74420b4813170fe808e2313911'
Michael Niedermayer
2013-03-10
1
-29
/
+29
*
vf_tinterlace: fix logical/bit op mixup
Michael Niedermayer
2013-01-06
1
-1
/
+1
*
vf_tinterlace: dont mix declarations and expressions
Michael Niedermayer
2012-12-30
1
-2
/
+3
*
lavfi/tinterlace: add low-pass-filter for top/bottom interleave modes
Mark Himsley
2012-12-30
1
-12
/
+54
*
vf_tinterlace: default of mode switch is impossible, add assert.
Michael Niedermayer
2012-12-11
1
-0
/
+2
*
lavfi/tinterlace: drop redundant NULL checks in uninit()
Stefano Sabatini
2012-12-06
1
-2
/
+2
*
lavfi/tinterlace: add support to option parsing
Stefano Sabatini
2012-12-06
1
-42
/
+30
*
lavfi/tinterlace: switch to filter_frame API
Stefano Sabatini
2012-12-06
1
-27
/
+19
*
lavfi: convert remaining input/output list compound literals to named objects.
Clément Bœsch
2012-11-28
1
-16
/
+23
[next]