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
*
vf_yadif: support slice threading
Anton Khirnov
2013-05-24
1
-30
/
+57
*
yadif: correct strides in filter_edges_16bit
James Darnley
2013-05-14
1
-0
/
+2
*
yadif: restore speed of the C filtering code
James Darnley
2013-05-14
1
-37
/
+33
*
vf_yadif: switch to an AVOptions-based system.
Anton Khirnov
2013-04-09
1
-19
/
+21
*
lavfi: switch to AVFrame.
Anton Khirnov
2013-03-08
1
-35
/
+30
*
vf_yadif: fix out-of line reads
Anton Khirnov
2013-02-15
1
-16
/
+90
*
vf_yadif: factorize initializing the filtering callbacks
Anton Khirnov
2013-02-15
1
-11
/
+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
*
avfilter: call x86 init functions under if (ARCH_X86), not if (HAVE_MMX)
Diego Biurrun
2012-10-12
1
-1
/
+1
*
lavfi: do not use av_pix_fmt_descriptors directly.
Anton Khirnov
2012-10-12
1
-1
/
+1
*
lavfi: convert input/ouput list compound literals to named objects
Mans Rullgard
2012-10-10
1
-14
/
+26
*
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
Anton Khirnov
2012-10-08
1
-21
/
+21
*
yadif: cosmetics
Luca Barbato
2012-09-09
1
-31
/
+45
*
vf_yadif: unset cur_buf on the input link.
Anton Khirnov
2012-07-26
1
-0
/
+1
*
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
*
lavfi: add error handling to end_frame().
Anton Khirnov
2012-07-22
1
-5
/
+7
*
lavfi: add error handling to draw_slice().
Anton Khirnov
2012-07-22
1
-1
/
+4
*
lavfi: add error handling to start_frame().
Anton Khirnov
2012-07-22
1
-5
/
+4
*
yadif: use emms_c() instead of inline assembly for emms invocations.
Ronald S. Bultje
2012-07-21
1
-3
/
+2
*
lavfi: use const for AVFilterPad declarations in all filters.
Ronald S. Bultje
2012-07-21
1
-14
/
+14
*
vf_yadif: move x86 init code to x86/yadif.c
Mans Rullgard
2012-07-02
1
-43
/
+3
*
lavfi: make filters less verbose.
Anton Khirnov
2012-06-26
1
-1
/
+1
*
lavfi: remove 'opaque' parameter from AVFilter.init()
Anton Khirnov
2012-06-26
1
-1
/
+1
*
lavfi: make avfilter_get_video_buffer() private on next bump.
Anton Khirnov
2012-06-13
1
-4
/
+4
*
lavfi: remove request/poll and drawing functions from public API on next bump
Anton Khirnov
2012-06-05
1
-11
/
+12
*
lavfi: make formats API private on next bump.
Anton Khirnov
2012-06-05
1
-1
/
+2
*
lavfi: remove avfilter_default_* from public API on next bump.
Anton Khirnov
2012-05-22
1
-1
/
+2
*
yadif: Flush filter on eof.
Robert Nagy
2012-05-14
1
-1
/
+15
*
yadif: Improve pts accuracy.
Robert Nagy
2012-05-14
1
-6
/
+21
*
vf_yadif: fix missing error handling for avfilter_poll_frame()
Robert Nagy
2012-05-07
1
-0
/
+4
*
Drop some completely unnecessary av_unused attributes.
Diego Biurrun
2012-02-13
1
-1
/
+1
*
yadif: support 10bit YUV
Luca Barbato
2011-12-13
1
-2
/
+5
*
vf_yadif: add support to yuva420p
Stefano Sabatini
2011-09-21
1
-1
/
+2
*
vf_yadif: correct documentation on the parity parameter
Stefano Sabatini
2011-09-21
1
-2
/
+2
*
vf_yadif: copy buffer properties like aspect for second frame as well
Joakim Plate
2011-09-21
1
-1
/
+4
*
vf_yadif: add an option to enable/disable deinterlacing based on src frame "i...
Joakim Plate
2011-09-19
1
-2
/
+26
*
yadif: support 16-bit
James Darnley
2011-04-26
1
-49
/
+67
*
yadif: support more than yuv420p.
James Darnley
2011-04-26
1
-4
/
+25
*
yadif: Fix assert() failure
Michael Niedermayer
2011-04-26
1
-1
/
+1
*
Reduce picture size for yadif.
Michael Niedermayer
2011-04-20
1
-2
/
+2
*
Change yadif to not use out of picture lines.
Michael Niedermayer
2011-04-03
1
-15
/
+16
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
yadif: add parens around macro parameters
Mans Rullgard
2011-03-05
1
-4
/
+4
*
In yadif filter, default to top field first if interlacing is unknown
Baptiste Coudurier
2011-01-15
1
-1
/
+8
*
yadif sse2/ssse3 optimizations
Baptiste Coudurier
2010-12-04
1
-1
/
+5
*
In yadif filter, copy video props to output picture.
Baptiste Coudurier
2010-11-22
1
-2
/
+12
[next]