| Commit message (Expand) | Author | Age | Files | Lines |
* | vf_select: switch to filter_frame | Anton Khirnov | 2012-11-28 | 1 | -41/+11 |
* | lavfi/select: store scene score in buf ref metadata. | Clément Bœsch | 2012-10-21 | 1 | -1/+6 |
* | lavfi/select/scene: use pointer increments instead of y*linesize. | Clément Bœsch | 2012-10-14 | 1 | -3/+3 |
* | lavfi/select/scene: fix potential overread. | Clément Bœsch | 2012-10-14 | 1 | -4/+7 |
* | lavfi/select/scene: move out convoluted sad variable init from loop. | Clément Bœsch | 2012-10-14 | 1 | -2/+2 |
* | Merge commit '4436f25a1682ada3f7226cb6fadf429946933161' | Michael Niedermayer | 2012-10-11 | 1 | -14/+26 |
|\ |
|
| * | lavfi: convert input/ouput list compound literals to named objects | Mans Rullgard | 2012-10-10 | 1 | -13/+25 |
* | | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 1 | -3/+3 |
|\| |
|
* | | lavfi/select: make lavc dependency optional. | Clément Bœsch | 2012-09-20 | 1 | -3/+14 |
* | | lavfi/select: make sure avctx is set before closing it. | Clément Bœsch | 2012-09-18 | 1 | -2/+4 |
* | | vf_select: require AV_PERM_PRESERVE. | Nicolas George | 2012-08-17 | 1 | -0/+1 |
* | | 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 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-22 | 1 | -13/+23 |
|\| |
|
| * | lavfi: check all avfilter_ref_buffer() calls for errors. | Anton Khirnov | 2012-07-22 | 1 | -1/+5 |
| * | vf_select: avoid an unnecessary avfilter_ref_buffer(). | Anton Khirnov | 2012-07-22 | 1 | -2/+1 |
| * | lavfi: check all ff_start_frame/draw_slice/end_frame calls for errors | Anton Khirnov | 2012-07-22 | 1 | -4/+7 |
| * | lavfi: add error handling to end_frame(). | Anton Khirnov | 2012-07-22 | 1 | -3/+4 |
| * | lavfi: add error handling to draw_slice(). | Anton Khirnov | 2012-07-22 | 1 | -2/+3 |
| * | lavfi: add error handling to start_frame(). | Anton Khirnov | 2012-07-22 | 1 | -3/+5 |
* | | Merge commit '1470ce21cec5ee26e106e2a884c26bbf84e5aaea' | Michael Niedermayer | 2012-07-22 | 1 | -13/+13 |
|\| |
|
| * | lavfi: use const for AVFilterPad declarations in all filters. | Ronald S. Bultje | 2012-07-21 | 1 | -13/+13 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-21 | 1 | -2/+0 |
|\| |
|
| * | lavfi: unref AVFilterLink.cur_buf in ff_end_frame(). | Anton Khirnov | 2012-07-20 | 1 | -2/+0 |
* | | Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a' | Michael Niedermayer | 2012-06-26 | 1 | -1/+1 |
|\| |
|
| * | lavfi: remove 'opaque' parameter from AVFilter.init() | Anton Khirnov | 2012-06-26 | 1 | -1/+1 |
* | | lavfi: update some deprecated functions | Paul B Mahol | 2012-06-16 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-06 | 1 | -9/+10 |
|\| |
|
| * | lavfi: remove request/poll and drawing functions from public API on next bump | Anton Khirnov | 2012-06-05 | 1 | -9/+10 |
* | | lavfi/select: use exported dsputil_init function. | Clément Bœsch | 2012-06-05 | 1 | -1/+1 |
* | | lavfi/select: 10l: llabs -> fabs after switching types. | Clément Bœsch | 2012-06-05 | 1 | -1/+1 |
* | | lavfi/select: add scene detection. | Clément Bœsch | 2012-06-04 | 1 | -0/+78 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-23 | 1 | -1/+2 |
|\| |
|
| * | lavfi: remove avfilter_null_* from public API on next bump. | Anton Khirnov | 2012-05-22 | 1 | -1/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-22 | 1 | -1/+1 |
|\| |
|
| * | Mark mutable static data const where appropriate. | Alex Converse | 2012-02-21 | 1 | -1/+1 |
* | | cleanup: remove various double end ';' all over the code. | Clément Bœsch | 2011-11-16 | 1 | -1/+1 |
* | | Mark AVFilterPad[] compound literals as const. | Reimar Döffinger | 2011-11-06 | 1 | -2/+2 |
* | | Add const to static arrays where it was forgotten. | Reimar Döffinger | 2011-11-05 | 1 | -1/+1 |
* | | vf_select: remove mathematical constants now redundant. | Nicolas George | 2011-10-13 | 1 | -12/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-09-17 | 1 | -20/+15 |
|\| |
|
| * | lavfi: add select filter | Stefano Sabatini | 2011-09-17 | 1 | -0/+353 |
* | vf_select: reindent after the previous commit | Stefano Sabatini | 2011-08-11 | 1 | -6/+6 |
* | vf_select: add NULL-checks in uninit | William Yu | 2011-08-11 | 1 | -0/+4 |
* | vf_select: check for isnan when setting t from pts | Stefano Sabatini | 2011-08-11 | 1 | -1/+1 |
* | vf_select: set start_t if undefined | William Yu | 2011-08-11 | 1 | -0/+2 |
* | lavfi: add select filter | Stefano Sabatini | 2011-05-25 | 1 | -0/+351 |