index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
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
*
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
*
vf_tinterlace: check av_image_get_linesize() return value
Michael Niedermayer
2012-11-03
1
-0
/
+4
*
lavfi/tinterlace: remove poll_frame() callback
Stefano Sabatini
2012-10-30
1
-19
/
+0
*
Replace usage of the deprecated av_pix_fmt_descriptors array with av_pix_fmt_...
Hendrik Leppkes
2012-10-20
1
-2
/
+2
*
Merge commit '716d413c13981da15323c7a3821860536eefdbbb'
Michael Niedermayer
2012-10-08
1
-9
/
+9
*
lavfi/tinterlace: declare source buffers in copy_picture_field() as const
Stefano Sabatini
2012-09-06
1
-10
/
+10
*
lavfi/tinterlace: set inlink->cur to NULL, since it is stored internally
Stefano Sabatini
2012-09-06
1
-0
/
+1
*
vf_tinterlace: leave harmless permissions alone.
Nicolas George
2012-08-17
1
-1
/
+1
*
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-07-22
1
-4
/
+7
*
lavfi: decrease logging level of message showing initial parameters
Stefano Sabatini
2012-07-15
1
-1
/
+1
*
vf_tinterlace: use av_assert
Michael Niedermayer
2012-07-08
1
-1
/
+2
*
lavfi: do not pass opaque field to init functions
Stefano Sabatini
2012-07-08
1
-1
/
+1
[next]