| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '9221efef7968463f3e3d9ce79ea72eaca082e73f' | Michael Niedermayer | 2012-11-03 | 1 | -1/+1 |
|\ |
|
| * | vf_drawtext: do not use deprecated av_tree_node_size | Anton Khirnov | 2012-11-02 | 1 | -1/+1 |
| * | lavfi: do not use av_pix_fmt_descriptors directly. | Anton Khirnov | 2012-10-12 | 1 | -1/+1 |
* | | drawtext: fix leak with timecodes | Michael Niedermayer | 2012-10-11 | 1 | -0/+1 |
* | | Merge commit '4436f25a1682ada3f7226cb6fadf429946933161' | Michael Niedermayer | 2012-10-11 | 1 | -13/+25 |
|\| |
|
| * | lavfi: convert input/ouput list compound literals to named objects | Mans Rullgard | 2012-10-10 | 1 | -14/+26 |
| * | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -8/+8 |
* | | 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 | -6/+6 |
* | | Merge commit 'd58dd4b5b5d31cfd4092e38a5f2c894eee2ab078' | Michael Niedermayer | 2012-09-05 | 1 | -1/+1 |
|\| |
|
| * | avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union member | Martin Storsjö | 2012-09-04 | 1 | -1/+1 |
* | | Merge commit '124134e42455763b28cc346fed1d07017a76e84e' | Michael Niedermayer | 2012-09-05 | 1 | -15/+15 |
|\| |
|
| * | avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union member | Martin Storsjö | 2012-09-04 | 1 | -15/+15 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-24 | 1 | -1/+1 |
|\| |
|
* | | lavfi: add priv class to filter definitions and flags to filter internal options | Stefano Sabatini | 2012-08-18 | 1 | -38/+39 |
* | | vf_drawtext: fix permissions. | Nicolas George | 2012-08-17 | 1 | -2/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-16 | 1 | -0/+1 |
|\| |
|
| * | Add more missing includes after removing the implicit common.h | Martin Storsjö | 2012-08-16 | 1 | -0/+1 |
* | | Remove "Error parsing options string [...]" messages. | Clément Bœsch | 2012-08-09 | 1 | -3/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-22 | 1 | -4/+10 |
|\| |
|
| * | 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 | -7/+9 |
* | | Merge commit '1470ce21cec5ee26e106e2a884c26bbf84e5aaea' | Michael Niedermayer | 2012-07-22 | 1 | -14/+14 |
|\| |
|
| * | lavfi: use const for AVFilterPad declarations in all filters. | Ronald S. Bultje | 2012-07-21 | 1 | -14/+14 |
| * | lavfi: unref AVFilterLink.cur_buf in ff_end_frame(). | Anton Khirnov | 2012-07-20 | 1 | -1/+0 |
| * | vf_drawtext: don't give up its own reference to the input buffer. | Anton Khirnov | 2012-07-20 | 1 | -1/+4 |
* | | Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a' | Michael Niedermayer | 2012-06-26 | 1 | -2/+2 |
|\| |
|
| * | lavfi: remove 'opaque' parameter from AVFilter.init() | Anton Khirnov | 2012-06-26 | 1 | -1/+1 |
* | | lavfi/drawtext: use av_opt_free() to free private context | Stefano Sabatini | 2012-06-25 | 1 | -10/+1 |
* | | lavfi: define macro AVFILTER_DEFINE_CLASS | Stefano Sabatini | 2012-06-22 | 1 | -7/+1 |
* | | lavfi/drawtext: remove unnecessary parentheses in init() | Stefano Sabatini | 2012-06-22 | 1 | -1/+1 |
* | | lavfi: use designated initializers for AVClass | Paul B Mahol | 2012-06-17 | 1 | -3/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-13 | 1 | -0/+1 |
|\| |
|
| * | lavfi: make AVFilterPad opaque after two major bumps. | Anton Khirnov | 2012-06-13 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-06 | 1 | -3/+4 |
|\| |
|
| * | lavfi: remove request/poll and drawing functions from public API on next bump | Anton Khirnov | 2012-06-05 | 1 | -3/+3 |
| * | lavfi: make formats API private on next bump. | Anton Khirnov | 2012-06-05 | 1 | -1/+2 |
* | | lavfi: use av_default_item_name() as filter private context logger | Stefano Sabatini | 2012-06-04 | 1 | -1/+1 |
* | | lavfi: add avfilter_default_filter_name() | Stefano Sabatini | 2012-06-04 | 1 | -6/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-23 | 1 | -2/+3 |
|\| |
|
| * | lavfi: remove avfilter_null_* from public API on next bump. | Anton Khirnov | 2012-05-22 | 1 | -1/+2 |
* | | lavfi/drawtext: give a new alias "timecode_rate" to the the r/rate option | Stefano Sabatini | 2012-05-03 | 1 | -0/+1 |
* | | lavfi/drawtext: rename and document variables d_expr and d_pexpr | Stefano Sabatini | 2012-05-03 | 1 | -7/+7 |
* | | lavfi/drawtext: alphabetically sort the expression parameters | Stefano Sabatini | 2012-05-03 | 1 | -22/+20 |
* | | vf_drawtext: fontconfig support. | Nicolas George | 2012-04-10 | 1 | -8/+95 |
* | | vf_drawtext: fix memory leak of draw expression. | Nicolas George | 2012-04-10 | 1 | -0/+2 |
* | | vf_drawtext: fix memory leak of glyph data. | Nicolas George | 2012-04-10 | 1 | -0/+4 |
* | | vf_drawtext: use drawutils. | Nicolas George | 2012-04-04 | 1 | -180/+29 |
* | | cosmetics: fix some typos | Lou Logan | 2012-03-13 | 1 | -1/+1 |