| Commit message (Expand) | Author | Age | Files | Lines |
* | lavfi/buffersrc: remove init of rate and layout. | Nicolas George | 2012-12-20 | 1 | -2/+0 |
* | buffersrc: switch to filter_frame | Anton Khirnov | 2012-11-29 | 1 | -14/+1 |
* | lavfi: replace filter_samples by filter_frame | Michael Niedermayer | 2012-11-28 | 1 | -1/+1 |
* | Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88' | Michael Niedermayer | 2012-11-12 | 1 | -7/+6 |
|\ |
|
| * | Include libavutil/channel_layout.h instead of libavutil/audioconvert.h | Justin Ruggles | 2012-11-11 | 1 | -7/+6 |
* | | libavfilter/buffersrc: Do not fail hard on changes of input parameters. | Michael Niedermayer | 2012-10-17 | 1 | -2/+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 | -12/+24 |
|\| |
|
| * | lavfi: convert input/ouput list compound literals to named objects | Mans Rullgard | 2012-10-10 | 1 | -12/+24 |
* | | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 1 | -1/+1 |
|\| |
|
| * | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -3/+3 |
* | | Merge commit '23aae62c2cb4504a09ceb8cd0cabc1c8b260f521' | Michael Niedermayer | 2012-09-18 | 1 | -3/+3 |
|\| |
|
| * | buffersrc: add const to the AVFrame* argument of av_buffersrc_write_frame() | Anton Khirnov | 2012-09-17 | 1 | -1/+1 |
| * | lavfi: replace empty input/output lists with null pointers | Mans Rullgard | 2012-09-17 | 1 | -2/+2 |
* | | Merge commit '21bc44038491e525335ad763883b0288402ff6a0' | Michael Niedermayer | 2012-09-05 | 1 | -4/+4 |
|\| |
|
| * | avopt: Explicitly store rational option defaults in .dbl | Martin Storsjö | 2012-09-04 | 1 | -1/+1 |
* | | Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9' | Michael Niedermayer | 2012-09-05 | 1 | -1/+1 |
|\| |
|
| * | avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member | Martin Storsjö | 2012-09-04 | 1 | -1/+1 |
* | | lavfi/buffersrc: add AV_BUFFERSRC_FLAG_PUSH. | Nicolas George | 2012-08-20 | 1 | -0/+4 |
* | | lavfi: add priv class to filter definitions and flags to filter internal options | Stefano Sabatini | 2012-08-18 | 1 | -13/+15 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-16 | 1 | -0/+1 |
|\| |
|
| * | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+1 |
* | | Remove "Error parsing options string [...]" messages. | Clément Bœsch | 2012-08-09 | 1 | -6/+2 |
* | | buffersrc: use avfilter_get_buffer_ref_from_frame. | Nicolas George | 2012-07-23 | 1 | -10/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-22 | 1 | -6/+6 |
|\| |
|
| * | buffersrc: check ff_get_audio_buffer() for errors. | Anton Khirnov | 2012-07-22 | 1 | -0/+3 |
| * | lavfi: check all ff_get_video_buffer() calls for errors. | Anton Khirnov | 2012-07-22 | 1 | -0/+3 |
| * | buffersrc: avoid creating unnecessary buffer reference | Anton Khirnov | 2012-07-22 | 1 | -6/+4 |
| * | lavfi: check all ff_start_frame/draw_slice/end_frame calls for errors | Anton Khirnov | 2012-07-22 | 1 | -3/+5 |
* | | Merge commit '1470ce21cec5ee26e106e2a884c26bbf84e5aaea' | Michael Niedermayer | 2012-07-22 | 1 | -14/+14 |
|\| |
|
| * | lavfi: use const for AVFilterPad declarations in all filters. | Ronald S. Bultje | 2012-07-21 | 1 | -14/+14 |
* | | lavfi: make copy_buffer_ref common. | Nicolas George | 2012-07-20 | 1 | -39/+1 |
* | | lavfi: decrease logging level of message showing initial parameters | Stefano Sabatini | 2012-07-15 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-09 | 1 | -2/+3 |
|\| |
|
| * | lavfi: add error handling to filter_samples(). | Anton Khirnov | 2012-07-09 | 1 | -2/+3 |
| * | lavfi: make filters less verbose. | Anton Khirnov | 2012-06-26 | 1 | -1/+1 |
* | | lavfi: deprecate av_buffersrc_buffer() function | Stefano Sabatini | 2012-06-28 | 1 | -0/+2 |
* | | buffersrc: warn when there are too many buffers. | Nicolas George | 2012-06-28 | 1 | -0/+11 |
* | | Merge commit '1961e46c15c23a041f8d8614a25388a3ee9eff63' | Michael Niedermayer | 2012-06-27 | 1 | -1/+0 |
|\| |
|
| * | lavfi: remove disabled FF_API_VSRC_BUFFER_ADD_FRAME cruft | Anton Khirnov | 2012-06-26 | 1 | -20/+0 |
* | | Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a' | Michael Niedermayer | 2012-06-26 | 1 | -2/+2 |
|\| |
|
| * | lavfi: remove 'opaque' parameter from AVFilter.init() | Anton Khirnov | 2012-06-26 | 1 | -2/+2 |
* | | lavfi/abuffer: increase logging level of the log showing initial parameters | Stefano Sabatini | 2012-06-25 | 1 | -2/+3 |
* | | lavfi/buffer: remove unused function av_vsrc_buffer_add_frame_alt() | Stefano Sabatini | 2012-06-23 | 1 | -19/+0 |
* | | lavfi/buffer: apply misc consistency nits | Stefano Sabatini | 2012-06-23 | 1 | -5/+5 |
* | | lavfi: define macro AVFILTER_DEFINE_CLASS | Stefano Sabatini | 2012-06-22 | 1 | -17/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-13 | 1 | -1/+1 |
|\| |
|
| * | lavfi: make AVFilterPad opaque after two major bumps. | Anton Khirnov | 2012-06-13 | 1 | -0/+1 |
| * | lavfi: make avfilter_get_video_buffer() private on next bump. | Anton Khirnov | 2012-06-13 | 1 | -2/+2 |