| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/vf_drawtext: Avoid using non public AV_PIX_FMT_NB | Michael Niedermayer | 2014-05-27 | 1 | -7/+6 |
* | lavfi/drawutils: set subsampling for rgb too | Paul B Mahol | 2013-07-14 | 1 | -4/+2 |
* | lavfi/drawutils: fix planar rgb | Paul B Mahol | 2013-07-08 | 1 | -1/+6 |
* | lavfi/drawutils: attempt to fix subsampling. | Clément Bœsch | 2013-05-28 | 1 | -9/+13 |
* | replace remaining PIX_FMT_* flags with AV_PIX_FMT_FLAG_* | Michael Niedermayer | 2013-05-15 | 1 | -3/+3 |
* | lavfi/drawutils: add 16 bit rgb and planar rgb to ff_fill_rgba_map() | Paul B Mahol | 2013-05-08 | 1 | -0/+10 |
* | lavfi/drawutils: fix blending computation in blend_line function | Matthieu Bouron | 2013-01-05 | 1 | -1/+0 |
* | Merge commit 'd1d9efaae6c7e8466b06c30ca21c6b569dd2e480' | Michael Niedermayer | 2012-11-21 | 1 | -1/+1 |
|\ |
|
* | | Merge commit '59ee9f78b0cc4fb84ae606fa317d8102ad32a627' | Michael Niedermayer | 2012-10-12 | 1 | -3/+3 |
|\| |
|
| * | lavfi: do not use av_pix_fmt_descriptors directly. | Anton Khirnov | 2012-10-12 | 1 | -1/+1 |
* | | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 1 | -19/+19 |
|\| |
|
| * | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -7/+7 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-16 | 1 | -0/+3 |
|\| |
|
| * | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+3 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| * | lavfi: add drawutils | Stefano Sabatini | 2011-02-21 | 1 | -0/+117 |
* | lavfi/drawutils: make ff_draw_color() accept a const rgba map | Stefano Sabatini | 2012-08-02 | 1 | -1/+1 |
* | lavfi: update some deprecated functions | Paul B Mahol | 2012-06-16 | 1 | -1/+2 |
* | drawutils: fix copyright | Michael Niedermayer | 2012-05-24 | 1 | -0/+3 |
* | Mark GRAY8 format as pseudo-paletted. | Reimar Döffinger | 2012-04-09 | 1 | -1/+1 |
* | drawutils: implement uniform and mask blending. | Nicolas George | 2012-04-04 | 1 | -0/+234 |
* | drawutils: new API. | Nicolas George | 2012-03-21 | 1 | -0/+190 |
* | lavfi: add internal function ff_fill_rgba_map() | Stefano Sabatini | 2011-10-28 | 1 | -11/+16 |
* | lavfi: add drawutils | Stefano Sabatini | 2011-02-21 | 1 | -0/+117 |