| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | -12/+37 |
|\| |
|
| * | lavfi: check all ff_get_video_buffer() calls for errors. | Anton Khirnov | 2012-07-22 | 1 | -0/+3 |
| * | lavfi: add error handling to end_frame(). | Anton Khirnov | 2012-07-22 | 1 | -2/+2 |
| * | lavfi: add error handling to draw_slice(). | Anton Khirnov | 2012-07-22 | 1 | -7/+11 |
| * | lavfi: add error handling to start_frame(). | Anton Khirnov | 2012-07-22 | 1 | -5/+23 |
* | | 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 | -13/+13 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-21 | 1 | -1/+3 |
|\| |
|
| * | 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_pad: don't give up its own reference to the output buffer. | Anton Khirnov | 2012-07-20 | 1 | -1/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-27 | 1 | -1/+1 |
|\| |
|
| * | lavfi: make filters less verbose. | Anton Khirnov | 2012-06-26 | 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 |
* | | vf_pad: check that we have write permission before writing in the buffer. | Michael Niedermayer | 2012-06-16 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-13 | 1 | -6/+7 |
|\| |
|
| * | 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 | -6/+6 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-06 | 1 | -4/+6 |
|\| |
|
| * | lavfi: remove request/poll and drawing functions from public API on next bump | Anton Khirnov | 2012-06-05 | 1 | -4/+5 |
| * | lavfi: make formats API private on next bump. | Anton Khirnov | 2012-06-05 | 1 | -1/+2 |
* | | Mark GRAY8 format as pseudo-paletted. | Reimar Döffinger | 2012-04-09 | 1 | -1/+1 |
* | | vf_pad: port to new drawutils API. | Nicolas George | 2012-03-21 | 1 | -81/+40 |
* | | vf_pad: keep a reference to the output buffer. | Nicolas George | 2012-03-08 | 1 | -9/+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 |
| * | vf_pad: fix "vsub" variable value computation | Stefano Sabatini | 2011-09-28 | 1 | -1/+1 |
| * | vsrc_color: add @file doxy | Stefano Sabatini | 2011-09-19 | 1 | -1/+1 |
* | | pad: fix format string length | Michael Niedermayer | 2011-11-14 | 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_pad: Fix alignment of get_video_buffer() | Michael Niedermayer | 2011-10-27 | 1 | -2/+3 |
* | | vf_pad: remove mathematical constants now redundant. | Nicolas George | 2011-10-13 | 1 | -9/+0 |
* | | lavfi: tweak display aspect ratio variables in pad and scale filters | Stefano Sabatini | 2011-07-30 | 1 | -3/+6 |
* | | vf_pad: fix "vsub" variable value computation | Stefano Sabatini | 2011-07-04 | 1 | -1/+1 |
* | | vf_pad: add support for a "sar" variable | Stefano Sabatini | 2011-07-04 | 1 | -3/+7 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-04 | 1 | -0/+1 |
|\| |
|
| * | Do not include mathematics.h in avutil.h | Mans Rullgard | 2011-07-03 | 1 | -0/+1 |
| * | pad: make the filter parametric | Stefano Sabatini | 2011-04-26 | 1 | -8/+106 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| * | lavfi: put color source in a dedicated file | Stefano Sabatini | 2011-02-21 | 1 | -128/+0 |
| * | lavfi: add drawutils | Stefano Sabatini | 2011-02-21 | 1 | -105/+21 |
| * | Merge libavcore into libavutil | Reinhard Tartler | 2011-02-15 | 1 | -2/+2 |
* | | lavfi: add layout negotiation fields and helper functions. | Mina Nagy Zaki | 2011-06-19 | 1 | -1/+1 |
* | | vsrc_color: add @file doxy | Stefano Sabatini | 2011-06-18 | 1 | -1/+1 |
* | | pad: make the filter parametric | Stefano Sabatini | 2011-04-19 | 1 | -8/+106 |
* | | lavfi: put color source in a dedicated file | Stefano Sabatini | 2011-02-21 | 1 | -128/+0 |