| Commit message (Expand) | Author | Age | Files | Lines |
* | lavfi/delogo: 10l forgotten trailing NULL in shorthand. | Clément Bœsch | 2013-03-16 | 1 | -1/+1 |
* | lavfi/delogo: remove sscanf and rely on av_opt_set_from_string() only. | Clément Bœsch | 2013-03-13 | 1 | -8/+5 |
* | Merge commit '7e350379f87e7f74420b4813170fe808e2313911' | Michael Niedermayer | 2013-03-10 | 1 | -8/+8 |
|\ |
|
| * | lavfi: switch to AVFrame. | Anton Khirnov | 2013-03-08 | 1 | -11/+9 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-01-29 | 1 | -2/+2 |
|\| |
|
| * | vf_delogo: fix copying the input frame. | Anton Khirnov | 2013-01-29 | 1 | -3/+3 |
| * | vf_delogo: fix an uninitialized read. | Anton Khirnov | 2013-01-29 | 1 | -1/+1 |
| * | lavfi: merge start_frame/draw_slice/end_frame | Anton Khirnov | 2012-11-28 | 1 | -20/+26 |
* | | lavfi: declare arrays that never change as static const | Paul B Mahol | 2012-12-21 | 1 | -1/+1 |
* | | lavfi: remove some video w/h settings after avfilter_copy_buffer_ref_props. | Clément Bœsch | 2012-12-03 | 1 | -4/+0 |
* | | lavfi: add priv_class for some forgotten filters. | Clément Bœsch | 2012-11-29 | 1 | -0/+1 |
* | | vf_delogo: switch to filter_frame, this filter did not support slices | Michael Niedermayer | 2012-11-28 | 1 | -20/+27 |
* | | vf_delogo: fix order of operations in apply_delogo() | Michael Niedermayer | 2012-11-28 | 1 | -3/+3 |
* | | Merge commit '59ee9f78b0cc4fb84ae606fa317d8102ad32a627' | Michael Niedermayer | 2012-10-12 | 1 | -2/+3 |
|\| |
|
| * | lavfi: do not use av_pix_fmt_descriptors directly. | Anton Khirnov | 2012-10-12 | 1 | -2/+3 |
* | | Merge commit '4436f25a1682ada3f7226cb6fadf429946933161' | Michael Niedermayer | 2012-10-11 | 1 | -11/+23 |
|\| |
|
| * | 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 | -5/+5 |
|\| |
|
| * | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -5/+5 |
* | | Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9' | Michael Niedermayer | 2012-09-05 | 1 | -7/+7 |
|\| |
|
| * | avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member | Martin Storsjö | 2012-09-04 | 1 | -7/+7 |
| * | Rename missed cases of FF_OPT_TYPE_* to AV_OPT_TYPE_* | Martin Storsjö | 2012-08-31 | 1 | -7/+7 |
* | | lavfi: add priv class to filter definitions and flags to filter internal options | Stefano Sabatini | 2012-08-18 | 1 | -7/+8 |
* | | vf_delogo: fix permissions. | Nicolas George | 2012-08-17 | 1 | -2/+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 |
* | | Remove "Error parsing options string [...]" messages. | Clément Bœsch | 2012-08-09 | 1 | -3/+1 |
* | | Merge commit 'fe1c1198e670242f3cf9e3e1eef27cff77f3ee23' | Michael Niedermayer | 2012-07-29 | 1 | -37/+1 |
|\| |
|
| * | factor identical ff_inplace_start_frame out of two filters | Loren Merritt | 2012-07-28 | 1 | -37/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-22 | 1 | -8/+32 |
|\| |
|
| * | lavfi: check all avfilter_ref_buffer() calls for errors. | Anton Khirnov | 2012-07-22 | 1 | -2/+7 |
| * | lavfi: add error handling to end_frame(). | Anton Khirnov | 2012-07-22 | 1 | -3/+6 |
| * | lavfi: add error handling to draw_slice(). | Anton Khirnov | 2012-07-22 | 1 | -1/+4 |
| * | lavfi: add error handling to start_frame(). | Anton Khirnov | 2012-07-22 | 1 | -4/+17 |
* | | Merge commit '1470ce21cec5ee26e106e2a884c26bbf84e5aaea' | Michael Niedermayer | 2012-07-22 | 1 | -12/+12 |
|\| |
|
| * | 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 | -5/+2 |
|\| |
|
| * | lavfi: unref AVFilterLink.out_buf in ff_end_frame(). | Anton Khirnov | 2012-07-20 | 1 | -1/+0 |
| * | lavfi: unref AVFilterLink.cur_buf in ff_end_frame(). | Anton Khirnov | 2012-07-20 | 1 | -1/+0 |
| * | vf_delogo: don't store two pointers to one AVFilterBufferRef. | Anton Khirnov | 2012-07-20 | 1 | -4/+3 |
* | | 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 | -1/+1 |
|\| |
|
| * | lavfi: remove 'opaque' parameter from AVFilter.init() | Anton Khirnov | 2012-06-26 | 1 | -1/+1 |
* | | 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 | -1/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-13 | 1 | -2/+3 |
|\| |
|
| * | 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 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-06 | 1 | -4/+5 |
|\| |
|
| * | lavfi: remove request/poll and drawing functions from public API on next bump | Anton Khirnov | 2012-06-05 | 1 | -3/+3 |