| Commit message (Expand) | Author | Age | Files | Lines |
* | vsrc_testsrc: Fix case without a specified duration | Michael Niedermayer | 2012-09-21 | 1 | -0/+1 |
* | lavfi/testsrc: increase precision of the duration parameter | Stefano Sabatini | 2012-09-20 | 1 | -11/+11 |
* | Merge commit '23aae62c2cb4504a09ceb8cd0cabc1c8b260f521' | Michael Niedermayer | 2012-09-18 | 1 | -2/+2 |
|\ |
|
| * | lavfi: replace empty input/output lists with null pointers | Mans Rullgard | 2012-09-17 | 1 | -2/+2 |
| * | 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 | -2/+2 |
|\| |
|
| * | Rename missed cases of FF_OPT_TYPE_* to AV_OPT_TYPE_* | Martin Storsjö | 2012-08-31 | 1 | -6/+6 |
* | | vsrc_testsrc: fix uninitilaized variable bug | Michael Niedermayer | 2012-08-30 | 1 | -2/+1 |
* | | lavfi/testsrc: set output framerate | Stefano Sabatini | 2012-08-18 | 1 | -12/+12 |
* | | lavfi: add priv class to filter definitions and flags to filter internal options | Stefano Sabatini | 2012-08-18 | 1 | -11/+19 |
* | | 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 | -3/+1 |
* | | lavfi/testsrc: set default value for option "color" to NULL and rework color ... | Stefano Sabatini | 2012-08-08 | 1 | -8/+13 |
* | | lavfi: add smptebars source | Paul B Mahol | 2012-08-07 | 1 | -0/+131 |
* | | lavfi: move color filter to testsrc, factorize | Stefano Sabatini | 2012-08-03 | 1 | -0/+96 |
* | | lavfi/rgbtestsrc: use ff_fill_rgba_map() rather than a local copy | Stefano Sabatini | 2012-08-02 | 1 | -11/+4 |
* | | lavfi/testsrc: use AVFILTER_DEFINE_CLASS for defining the filter classes | Stefano Sabatini | 2012-08-01 | 1 | -15/+6 |
* | | lavfi/testsrc: extend logic in request_frame, support static image output | Stefano Sabatini | 2012-08-01 | 1 | -13/+32 |
* | | lavfi/testsrc: free the context in uninit | Stefano Sabatini | 2012-08-01 | 1 | -2/+10 |
* | | lavfi/testsrc: drop pointless parentheses | Stefano Sabatini | 2012-08-01 | 1 | -1/+1 |
* | | lavfi/testsrc: add comment in options | Stefano Sabatini | 2012-07-30 | 1 | -0/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-22 | 1 | -3/+8 |
|\| |
|
| * | lavfi: check all ff_get_video_buffer() calls for errors. | Anton Khirnov | 2012-07-22 | 1 | -0/+3 |
| * | 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 | -8/+8 |
|\| |
|
| * | lavfi: use const for AVFilterPad declarations in all filters. | Ronald S. Bultje | 2012-07-21 | 1 | -12/+12 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-21 | 1 | -3/+2 |
|\| |
|
| * | vsrc_testsrc: avoid an unnecessary avfilter_ref_buffer(). | Anton Khirnov | 2012-07-20 | 1 | -3/+2 |
* | | lavfi: decrease logging level of message showing initial parameters | Stefano Sabatini | 2012-07-15 | 1 | -1/+1 |
* | | Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a' | Michael Niedermayer | 2012-06-26 | 1 | -7/+7 |
|\| |
|
| * | lavfi: remove 'opaque' parameter from AVFilter.init() | Anton Khirnov | 2012-06-26 | 1 | -5/+5 |
* | | lavfi: define macro AVFILTER_DEFINE_CLASS | Stefano Sabatini | 2012-06-22 | 1 | -7/+1 |
* | | lavfi: remove redundant checks after av_parse_video_rate() | Paul B Mahol | 2012-06-20 | 1 | -2/+1 |
* | | lavfi: use designated initializers for AVClass | Paul B Mahol | 2012-06-17 | 1 | -3/+9 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-13 | 1 | -2/+2 |
|\| |
|
| * | 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/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-06 | 1 | -5/+7 |
|\| |
|
| * | lavfi: remove request/poll and drawing functions from public API on next bump | Anton Khirnov | 2012-06-05 | 1 | -3/+4 |
| * | lavfi: make formats API private on next bump. | Anton Khirnov | 2012-06-05 | 1 | -2/+3 |
* | | lavfi: remove more instances of avfilter_default_filter_name() | Stefano Sabatini | 2012-06-05 | 1 | -3/+3 |
* | | lavfi: add avfilter_default_filter_name() | Stefano Sabatini | 2012-06-04 | 1 | -18/+3 |
* | | vsrc_testsrc: use AV_OPT_TYPE_IMAGE_SIZE. | Nicolas George | 2012-05-20 | 1 | -10/+3 |
* | | vsrc_testsrc: free option values. | Nicolas George | 2012-03-03 | 1 | -0/+3 |
* | | lavfi/testsrc: add "decimals" option to the testsrc filter | Stefano Sabatini | 2012-01-17 | 1 | -1/+14 |
* | | lavfi/rgbtestsrc: make alpha plane opaque | Stefano Sabatini | 2012-01-15 | 1 | -1/+1 |
* | | lavfi/testsrc: add "d" alias for the duration option | Stefano Sabatini | 2012-01-12 | 1 | -0/+1 |
* | | Mark AVFilterPad[] compound literals as const. | Reimar Döffinger | 2011-11-06 | 1 | -6/+6 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-03 | 1 | -1/+1 |
|\| |
|