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_yadif.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit '7536c671040f1f3ebc9f0d3b7831dac71436b775'
Michael Niedermayer
2013-04-11
1
-42
/
+28
|
\
|
*
vf_yadif: switch to an AVOptions-based system.
Anton Khirnov
2013-04-09
1
-19
/
+21
*
|
lavfi/vf_yadif: use standard options parsing.
Nicolas George
2013-03-20
1
-9
/
+3
*
|
yadif: cosmetic indentation from previous commits
James Darnley
2013-03-16
1
-2
/
+2
*
|
yadif: x86 assembly for 16-bit samples
James Darnley
2013-03-16
1
-1
/
+1
*
|
yadif: correct strides in filter_edges_16bit
James Darnley
2013-03-15
1
-0
/
+2
*
|
yadif: restore speed of the C filtering code
James Darnley
2013-03-13
1
-37
/
+33
*
|
lavfi: remove remaining forgotten min/rej perms.
Clément Bœsch
2013-03-10
1
-1
/
+0
*
|
Merge commit '7e350379f87e7f74420b4813170fe808e2313911'
Michael Niedermayer
2013-03-10
1
-26
/
+23
|
\
\
|
|
/
|
*
lavfi: switch to AVFrame.
Anton Khirnov
2013-03-08
1
-35
/
+30
*
|
yadif: remove unused variable
Michael Niedermayer
2013-02-16
1
-1
/
+0
*
|
Merge commit '64ed397635ef2666b0ca0c8d8c60a8bc44581d82'
Michael Niedermayer
2013-02-16
1
-37
/
+88
|
\
\
|
|
/
|
*
vf_yadif: fix out-of line reads
Anton Khirnov
2013-02-15
1
-16
/
+90
*
|
Merge commit 'ccd70d9c1689990e5aef2de383199bbc7cf60d13'
Michael Niedermayer
2013-02-16
1
-14
/
+12
|
\
\
|
|
/
|
*
vf_yadif: factorize initializing the filtering callbacks
Anton Khirnov
2013-02-15
1
-11
/
+12
*
|
lavfi/yadif: support 9, 12, and 14 bits per pixel
James Darnley
2013-02-16
1
-0
/
+9
*
|
lavfi/yadif: remove unnecessary cast
James Darnley
2013-02-16
1
-1
/
+1
*
|
Merge commit '238614de679a71970c20d7c3fee08a322967ec40'
Michael Niedermayer
2013-02-06
1
-4
/
+12
|
\
\
|
|
/
|
*
vf_yadif: silence a warning.
Anton Khirnov
2013-02-06
1
-4
/
+12
|
*
lavfi: merge start_frame/draw_slice/end_frame
Anton Khirnov
2012-11-28
1
-40
/
+7
*
|
lavfi/yadif: fix shorthand/option mismatch
André Pankratz
2013-01-10
1
-1
/
+1
*
|
lavfi/yadif: add support to named constants
Stefano Sabatini
2013-01-04
1
-3
/
+17
*
|
lavfi/yadif: add support to named options and options introspection
Stefano Sabatini
2013-01-04
1
-10
/
+26
*
|
lavfi/yadif: remove redundant NULL checks in uninit
Stefano Sabatini
2013-01-04
1
-3
/
+3
*
|
lavfi/yadif: fail during the configuration stage in case of invalid video size
Stefano Sabatini
2013-01-04
1
-6
/
+7
*
|
lavfi/yadif: remove unused poll_frame callback
Stefano Sabatini
2013-01-04
1
-29
/
+0
*
|
vf_yadif: switch to filter_frame, this filter did not support slices
Anton Khirnov
2012-11-28
1
-40
/
+7
*
|
Merge commit 'f6c38c5f4ed6683a6a61db2ed418a68bbe5f5507'
Michael Niedermayer
2012-10-13
1
-1
/
+1
|
\
\
|
|
/
|
*
avfilter: call x86 init functions under if (ARCH_X86), not if (HAVE_MMX)
Diego Biurrun
2012-10-12
1
-1
/
+1
*
|
Merge commit '59ee9f78b0cc4fb84ae606fa317d8102ad32a627'
Michael Niedermayer
2012-10-12
1
-1
/
+1
|
\
\
|
|
/
|
*
lavfi: do not use av_pix_fmt_descriptors directly.
Anton Khirnov
2012-10-12
1
-1
/
+1
*
|
Merge commit '4436f25a1682ada3f7226cb6fadf429946933161'
Michael Niedermayer
2012-10-11
1
-14
/
+26
|
\
\
|
|
/
|
*
lavfi: convert input/ouput list compound literals to named objects
Mans Rullgard
2012-10-10
1
-14
/
+26
*
|
Merge commit '716d413c13981da15323c7a3821860536eefdbbb'
Michael Niedermayer
2012-10-08
1
-23
/
+23
|
\
\
|
|
/
|
*
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
Anton Khirnov
2012-10-08
1
-21
/
+21
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-09-10
1
-27
/
+38
|
\
\
|
|
/
|
*
yadif: cosmetics
Luca Barbato
2012-09-09
1
-31
/
+45
*
|
yadif: remove unused variable
Michael Niedermayer
2012-09-03
1
-1
/
+0
*
|
vf_yadif: fix permissions.
Nicolas George
2012-08-17
1
-4
/
+4
*
|
yadif: check input video size.
Michael Niedermayer
2012-08-10
1
-0
/
+5
*
|
yadif: remove get_video_buffer, its redundant now
Michael Niedermayer
2012-08-10
1
-19
/
+0
*
|
yadif: redesign first and last 2 lines handling.
Michael Niedermayer
2012-08-10
1
-1
/
+27
*
|
yadif: update frame rate
Michael Niedermayer
2012-07-30
1
-0
/
+5
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-07-26
1
-0
/
+1
|
\
\
|
|
/
|
*
vf_yadif: unset cur_buf on the input link.
Anton Khirnov
2012-07-26
1
-0
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-07-22
1
-23
/
+42
|
\
\
|
|
/
|
*
lavfi: check all ff_get_video_buffer() calls for errors.
Anton Khirnov
2012-07-22
1
-0
/
+5
|
*
lavfi: check all avfilter_ref_buffer() calls for errors.
Anton Khirnov
2012-07-22
1
-2
/
+9
|
*
lavfi: use avfilter_unref_bufferp() where appropriate.
Anton Khirnov
2012-07-22
1
-5
/
+4
|
*
lavfi: check all ff_start_frame/draw_slice/end_frame calls for errors
Anton Khirnov
2012-07-22
1
-5
/
+9
[next]