summaryrefslogtreecommitdiff
path: root/libavfilter/drawutils.c
Commit message (Expand)AuthorAge
* lavfi/drawutils: set subsampling for rgb tooPaul B Mahol2013-07-14
* lavfi/drawutils: fix planar rgbPaul B Mahol2013-07-08
* lavfi/drawutils: attempt to fix subsampling.Clément Bœsch2013-05-28
* replace remaining PIX_FMT_* flags with AV_PIX_FMT_FLAG_*Michael Niedermayer2013-05-15
* lavfi/drawutils: add 16 bit rgb and planar rgb to ff_fill_rgba_map()Paul B Mahol2013-05-08
* lavfi/drawutils: fix blending computation in blend_line functionMatthieu Bouron2013-01-05
* Merge commit 'd1d9efaae6c7e8466b06c30ca21c6b569dd2e480'Michael Niedermayer2012-11-21
|\
* | Merge commit '59ee9f78b0cc4fb84ae606fa317d8102ad32a627'Michael Niedermayer2012-10-12
|\|
| * lavfi: do not use av_pix_fmt_descriptors directly.Anton Khirnov2012-10-12
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-08
|\|
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-16
|\|
| * Don't include common.h from avutil.hMartin Storsjö2012-08-15
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| * lavfi: add drawutilsStefano Sabatini2011-02-21
* lavfi/drawutils: make ff_draw_color() accept a const rgba mapStefano Sabatini2012-08-02
* lavfi: update some deprecated functionsPaul B Mahol2012-06-16
* drawutils: fix copyrightMichael Niedermayer2012-05-24
* Mark GRAY8 format as pseudo-paletted.Reimar Döffinger2012-04-09
* drawutils: implement uniform and mask blending.Nicolas George2012-04-04
* drawutils: new API.Nicolas George2012-03-21
* lavfi: add internal function ff_fill_rgba_map()Stefano Sabatini2011-10-28
* lavfi: add drawutilsStefano Sabatini2011-02-21