git.videolan.org
/
ffmpeg.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Merge commit 'ccd70d9c1689990e5aef2de383199bbc7cf60d13'
[ffmpeg.git]
/
libavfilter
/
vf_yadif.c
2013-02-16
Michael Niedermayer
Merge commit 'ccd70d9c1689990e5aef2de383199bbc7cf60d13'
blob
|
commitdiff
2013-02-15
James Darnley
lavfi/yadif: support 9, 12, and 14 bits per pixel
blob
|
commitdiff
|
diff to current
2013-02-15
James Darnley
lavfi/yadif: remove unnecessary cast
blob
|
commitdiff
|
diff to current
2013-02-15
Anton Khirnov
vf_yadif: factorize initializing the filtering callbacks
blob
|
commitdiff
|
diff to current
2013-02-06
Michael Niedermayer
Merge commit '238614de679a71970c20d7c3fee08a322967ec40'
blob
|
commitdiff
|
diff to current
2013-02-06
Anton Khirnov
vf_yadif: silence a warning.
blob
|
commitdiff
|
diff to current
2013-01-10
André Pankratz
lavfi/yadif: fix shorthand/option mismatch
blob
|
commitdiff
|
diff to current
2013-01-04
Stefano Sabatini
lavfi/yadif: add support to named constants
blob
|
commitdiff
|
diff to current
2013-01-04
Stefano Sabatini
lavfi/yadif: add support to named options and options...
blob
|
commitdiff
|
diff to current
2013-01-04
Stefano Sabatini
lavfi/yadif: remove redundant NULL checks in uninit
blob
|
commitdiff
|
diff to current
2013-01-04
Stefano Sabatini
lavfi/yadif: fail during the configuration stage in...
blob
|
commitdiff
|
diff to current
2013-01-04
Stefano Sabatini
lavfi/yadif: remove unused poll_frame callback
blob
|
commitdiff
|
diff to current
2012-11-28
Anton Khirnov
vf_yadif: switch to filter_frame, this filter did not...
blob
|
commitdiff
|
diff to current
2012-11-28
Anton Khirnov
lavfi: merge start_frame/draw_slice/end_frame
blob
|
commitdiff
|
diff to current
2012-10-13
Michael Niedermayer
Merge commit 'f6c38c5f4ed6683a6a61db2ed418a68bbe5f5507'
blob
|
commitdiff
|
diff to current
2012-10-12
Diego Biurrun
avfilter: call x86 init functions under if (ARCH_X86...
blob
|
commitdiff
|
diff to current
2012-10-12
Michael Niedermayer
Merge commit '59ee9f78b0cc4fb84ae606fa317d8102ad32a627'
blob
|
commitdiff
|
diff to current
2012-10-12
Anton Khirnov
lavfi: do not use av_pix_fmt_descriptors directly.
blob
|
commitdiff
|
diff to current
2012-10-11
Michael Niedermayer
Merge commit '4436f25a1682ada3f7226cb6fadf429946933161'
blob
|
commitdiff
|
diff to current
2012-10-10
Mans Rullgard
lavfi: convert input/ouput list compound literals to...
blob
|
commitdiff
|
diff to current
2012-10-08
Michael Niedermayer
Merge commit '716d413c13981da15323c7a3821860536eefdbbb'
blob
|
commitdiff
|
diff to current
2012-10-08
Anton Khirnov
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
blob
|
commitdiff
|
diff to current
2012-09-10
Michael Niedermayer
Merge remote-tracking branch 'qatar/master'
blob
|
commitdiff
|
diff to current
2012-09-09
Luca Barbato
yadif: cosmetics
blob
|
commitdiff
|
diff to current
2012-09-03
Michael Niedermayer
yadif: remove unused variable
blob
|
commitdiff
|
diff to current
2012-08-17
Nicolas George
vf_yadif: fix permissions.
blob
|
commitdiff
|
diff to current
2012-08-09
Michael Niedermayer
yadif: check input video size.
blob
|
commitdiff
|
diff to current
2012-08-09
Michael Niedermayer
yadif: remove get_video_buffer, its redundant now
blob
|
commitdiff
|
diff to current
2012-08-09
Michael Niedermayer
yadif: redesign first and last 2 lines handling.
blob
|
commitdiff
|
diff to current
2012-07-30
Michael Niedermayer
yadif: update frame rate
blob
|
commitdiff
|
diff to current
2012-07-26
Michael Niedermayer
Merge remote-tracking branch 'qatar/master'
blob
|
commitdiff
|
diff to current
2012-07-25
Anton Khirnov
vf_yadif: unset cur_buf on the input link.
blob
|
commitdiff
|
diff to current
2012-07-22
Michael Niedermayer
Merge remote-tracking branch 'qatar/master'
blob
|
commitdiff
|
diff to current
2012-07-22
Michael Niedermayer
Merge commit '1470ce21cec5ee26e106e2a884c26bbf84e5aaea'
blob
|
commitdiff
|
diff to current
2012-07-22
Anton Khirnov
lavfi: check all ff_get_video_buffer() calls for errors.
blob
|
commitdiff
|
diff to current
2012-07-22
Anton Khirnov
lavfi: check all avfilter_ref_buffer() calls for errors.
blob
|
commitdiff
|
diff to current
2012-07-22
Anton Khirnov
lavfi: use avfilter_unref_bufferp() where appropriate.
blob
|
commitdiff
|
diff to current
2012-07-22
Anton Khirnov
lavfi: check all ff_start_frame/draw_slice/end_frame...
blob
|
commitdiff
|
diff to current
2012-07-22
Anton Khirnov
lavfi: add error handling to end_frame().
blob
|
commitdiff
|
diff to current
2012-07-22
Anton Khirnov
lavfi: add error handling to draw_slice().
blob
|
commitdiff
|
diff to current
2012-07-22
Anton Khirnov
lavfi: add error handling to start_frame().
blob
|
commitdiff
|
diff to current
2012-07-22
Ronald S. Bultje
yadif: use emms_c() instead of inline assembly for...
blob
|
commitdiff
|
diff to current
2012-07-21
Ronald S. Bultje
lavfi: use const for AVFilterPad declarations in all...
blob
|
commitdiff
|
diff to current
2012-07-02
Michael Niedermayer
Merge remote-tracking branch 'qatar/master'
blob
|
commitdiff
|
diff to current
2012-07-02
Mans Rullgard
vf_yadif: move x86 init code to x86/yadif.c
blob
|
commitdiff
|
diff to current
2012-06-26
Michael Niedermayer
Merge remote-tracking branch 'qatar/master'
blob
|
commitdiff
|
diff to current
2012-06-26
Michael Niedermayer
Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a'
blob
|
commitdiff
|
diff to current
2012-06-26
Anton Khirnov
lavfi: make filters less verbose.
blob
|
commitdiff
|
diff to current
2012-06-26
Anton Khirnov
lavfi: remove 'opaque' parameter from AVFilter.init()
blob
|
commitdiff
|
diff to current
2012-06-13
Michael Niedermayer
Merge remote-tracking branch 'qatar/master'
blob
|
commitdiff
|
diff to current
2012-06-13
Anton Khirnov
lavfi: make avfilter_get_video_buffer() private on...
blob
|
commitdiff
|
diff to current
2012-06-05
Michael Niedermayer
Merge remote-tracking branch 'qatar/master'
blob
|
commitdiff
|
diff to current
2012-06-05
Anton Khirnov
lavfi: remove request/poll and drawing functions from...
blob
|
commitdiff
|
diff to current
2012-06-05
Anton Khirnov
lavfi: make formats API private on next bump.
blob
|
commitdiff
|
diff to current
2012-05-23
Michael Niedermayer
Merge remote-tracking branch 'qatar/master'
blob
|
commitdiff
|
diff to current
2012-05-22
Anton Khirnov
lavfi: remove avfilter_default_* from public API on...
blob
|
commitdiff
|
diff to current
2012-05-22
Robert Nagy
vf_yadif: Fixed potential access violation on EOF.
blob
|
commitdiff
|
diff to current
2012-05-16
Michael Niedermayer
Merge remote-tracking branch 'qatar/master'
blob
|
commitdiff
|
diff to current
2012-05-14
Robert Nagy
yadif: Flush filter on eof.
blob
|
commitdiff
|
diff to current
2012-05-14
Robert Nagy
yadif: Improve pts accuracy.
blob
|
commitdiff
|
diff to current
2012-05-08
Carl Eugen Hoyos
Add yuva422p to yadif format list.
blob
|
commitdiff
|
diff to current
2012-05-07
Robert Nagy
vf_yadif: fix missing error handling for avfilter_poll_...
blob
|
commitdiff
|
diff to current
2012-05-06
Robert Nagy
yadif: Add yuva444p to format list.
blob
|
commitdiff
|
diff to current
2012-04-17
Robert Nagy
yadif: Improve pts calculation for is_second.
blob
|
commitdiff
|
diff to current
2012-04-15
Robert Nagy
yadif: fixed missing error handling for poll_frame.
blob
|
commitdiff
|
diff to current
2012-03-07
Nicolas George
vf_yadif: accept input with several frames available.
blob
|
commitdiff
|
diff to current
2012-02-14
Michael Niedermayer
Merge remote-tracking branch 'qatar/master'
blob
|
commitdiff
|
diff to current
2012-02-13
Diego Biurrun
Drop some completely unnecessary av_unused attributes.
blob
|
commitdiff
|
diff to current
2012-01-19
Clément Bœsch
lavfi: add missing periods in descriptions.
blob
|
commitdiff
|
diff to current
2011-12-13
Michael Niedermayer
Merge remote-tracking branch 'qatar/master'
blob
|
commitdiff
|
diff to current
2011-12-13
Luca Barbato
yadif: support 10bit YUV
blob
|
commitdiff
|
diff to current
2011-11-11
Michael Niedermayer
yadif, its 2011
blob
|
commitdiff
|
diff to current
2011-11-11
Michael Niedermayer
yadif: reject reuse2 buffers as we cant use frames...
blob
|
commitdiff
|
diff to current
2011-11-05
Reimar Döffinger
Mark AVFilterPad[] compound literals as const.
blob
|
commitdiff
|
diff to current
2011-10-18
Michael Niedermayer
yadif: Fix assignment from incompatible pointer type...
blob
|
commitdiff
|
diff to current
2011-09-21
Stefano Sabatini
vf_yadif: add support to yuva420p
blob
|
commitdiff
|
diff to current
2011-09-21
Stefano Sabatini
vf_yadif: correct documentation on the parity parameter
blob
|
commitdiff
|
diff to current
2011-09-21
Joakim Plate
vf_yadif: copy buffer properties like aspect for second...
blob
|
commitdiff
|
diff to current
2011-09-19
Joakim Plate
vf_yadif: add an option to enable/disable deinterlacing...
blob
|
commitdiff
|
diff to current
2011-08-31
Stefano Sabatini
vf_yadif: add support to yuva420p
blob
|
commitdiff
|
diff to current
2011-08-04
Stefano Sabatini
yadif: correct documentation on the parity parameter
blob
|
commitdiff
|
diff to current
2011-07-28
Joakim Plate
yadif must copy buffer properties like aspect for secon...
blob
|
commitdiff
|
diff to current
2011-07-03
Joakim Plate
Add mode to yadif to enable/disable deinterlacing based...
blob
|
commitdiff
|
diff to current
2011-06-19
Mina Nagy Zaki
lavfi: add layout negotiation fields and helper functions.
blob
|
commitdiff
|
diff to current
2011-04-27
Michael Niedermayer
Merge remote branch 'qatar/master'
blob
|
commitdiff
|
diff to current
2011-04-26
James Darnley
yadif: support 16-bit
blob
|
commitdiff
|
diff to current
2011-04-26
James Darnley
yadif: support more than yuv420p.
blob
|
commitdiff
|
diff to current
2011-04-26
Michael Niedermayer
yadif: Fix assert() failure
blob
|
commitdiff
|
diff to current
2011-04-20
Michael Niedermayer
Reduce picture size for yadif.
blob
|
commitdiff
|
diff to current
2011-04-05
Michael Niedermayer
Update yadif copyright header
blob
|
commitdiff
|
diff to current
2011-04-05
James Darnley
Factorise the C filtering in yadif
blob
|
commitdiff
|
diff to current
2011-04-05
Michael Niedermayer
Yadif fixes that where missing from the patch
blob
|
commitdiff
|
diff to current
2011-04-05
James Darnley
Support 16-bit in yadif
blob
|
commitdiff
|
diff to current
2011-04-05
James Darnley
support more than yuv420p in yadif
blob
|
commitdiff
|
diff to current
2011-04-03
Michael Niedermayer
Change yadif to not use out of picture lines.
blob
|
commitdiff
|
diff to current
2011-04-02
Michael Niedermayer
yadif:Fix assert() failure
blob
|
commitdiff
|
diff to current
2011-03-19
Mans Rullgard
Replace FFmpeg with Libav in licence headers
blob
|
commitdiff
|
diff to current
2011-03-08
Mans Rullgard
yadif: add parens around macro parameters
blob
|
commitdiff
|
diff to current
2011-03-05
Mans Rullgard
yadif: add parens around macro parameters
blob
|
commitdiff
|
diff to current
2011-02-18
Michael Niedermayer
Reduce picture size for yadif.
blob
|
commitdiff
|
diff to current
next