| Commit message (Expand) | Author | Age | Files | Lines |
* | lavfi: convert remaining input/output list compound literals to named objects. | Clément Bœsch | 2012-11-28 | 1 | -3/+3 |
* | src_movie: switch to filter_frame | Michael Niedermayer | 2012-11-28 | 1 | -4/+1 |
* | lavfi: replace filter_samples by filter_frame | Michael Niedermayer | 2012-11-28 | 1 | -1/+1 |
* | lavfi/movie: return proper error code in case of av_get_token() allocation fa... | Stefano Sabatini | 2012-11-06 | 1 | -2/+5 |
* | Merge commit '7751e4693dd10ec98c20fbd9887233b575034272' | Michael Niedermayer | 2012-09-25 | 1 | -1/+1 |
* | Merge commit '23aae62c2cb4504a09ceb8cd0cabc1c8b260f521' | Michael Niedermayer | 2012-09-18 | 1 | -1/+1 |
* | Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9' | Michael Niedermayer | 2012-09-05 | 1 | -3/+3 |
* | lavfi: add priv class to filter definitions and flags to filter internal options | Stefano Sabatini | 2012-08-18 | 1 | -9/+12 |
* | lavfi/movie: split class definitions for movie and amovie | Stefano Sabatini | 2012-08-18 | 1 | -5/+18 |
* | lavfi/movie: extend a doxygen comment. | Nicolas George | 2012-08-16 | 1 | -0/+4 |
* | lavfi/movie: set pkt->stream_index for flushing. | Nicolas George | 2012-08-16 | 1 | -0/+1 |
* | Remove "Error parsing options string [...]" messages. | Clément Bœsch | 2012-08-09 | 1 | -3/+1 |
* | lavfi/movie: force channel layout if not set by the decoder | Stefano Sabatini | 2012-07-31 | 1 | -2/+30 |
* | lavfi: move movie and amovie to a "multimedia sources" section | Stefano Sabatini | 2012-07-28 | 1 | -2/+2 |
* | src_movie: implement multiple outputs. | Nicolas George | 2012-07-23 | 1 | -300/+392 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-22 | 1 | -6/+17 |
* | Merge commit '1470ce21cec5ee26e106e2a884c26bbf84e5aaea' | Michael Niedermayer | 2012-07-22 | 1 | -5/+5 |
* | lavfi/movie: reindent after the previous patch | Steven Robertson | 2012-07-10 | 1 | -16/+16 |
* | lavfi/movie: flush decoder frames on EOF | Steven Robertson | 2012-07-10 | 1 | -12/+22 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-27 | 1 | -1/+1 |
* | Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a' | Michael Niedermayer | 2012-06-26 | 1 | -5/+5 |
* | lavfi: define macro AVFILTER_DEFINE_CLASS | Stefano Sabatini | 2012-06-22 | 1 | -7/+1 |
* | lavfi: use designated initializers for AVClass | Paul B Mahol | 2012-06-17 | 1 | -3/+5 |
* | lavfi: update some deprecated functions | Paul B Mahol | 2012-06-16 | 1 | -2/+2 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-13 | 1 | -2/+3 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-06 | 1 | -4/+5 |
* | lavfi: remove more instances of avfilter_default_filter_name() | Stefano Sabatini | 2012-06-05 | 1 | -1/+1 |
* | lavfi: add avfilter_default_filter_name() | Stefano Sabatini | 2012-06-04 | 1 | -6/+1 |
* | lavfi: drop planar/packed negotiation support | Stefano Sabatini | 2012-05-16 | 1 | -2/+0 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-16 | 1 | -1/+4 |
* | lavfi: remove audio.h include from avfilter.h. | Clément Bœsch | 2012-05-12 | 1 | -0/+1 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-10 | 1 | -2/+2 |
* | lavfi/movie: add loop parameter | William Yu | 2012-03-18 | 1 | -5/+23 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-26 | 1 | -0/+1 |
* | lavfi: use the new audio API in amovie source filter. | Clément Bœsch | 2011-12-13 | 1 | -25/+16 |
* | lavfi: skip the frame in case of error. | Clément Bœsch | 2011-12-13 | 1 | -1/+3 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-13 | 1 | -1/+1 |
* | amovie: avoid crash in amovie_request_frame() if no samplesref is available | Stefano Sabatini | 2011-11-15 | 1 | -2/+4 |
* | src_movie: set the channel layout to default if the codec did not set it. | Nicolas George | 2011-11-06 | 1 | -1/+2 |
* | Mark AVFilterPad[] compound literals as const. | Reimar Döffinger | 2011-11-06 | 1 | -4/+4 |
* | src_movie: Fix incompatible pointer type warning. | Michael Niedermayer | 2011-10-19 | 1 | -1/+1 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-13 | 1 | -6/+6 |
* | lavfi: simplify signature for avfilter_get_audio_buffer() and friends | Stefano Sabatini | 2011-09-12 | 1 | -3/+1 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-09-07 | 1 | -1/+1 |
* | lavfi: add amovie source - audio movie source | Stefano Sabatini | 2011-08-27 | 1 | -0/+157 |
* | lavfi: rename vsrc_movie.c to src_movie.c | Stefano Sabatini | 2011-08-23 | 1 | -0/+319 |