summaryrefslogtreecommitdiff
path: root/libavfilter/drawutils.c
Commit message (Expand)AuthorAge
* avfilter/drawutils: support gray14Paul B Mahol2018-05-05
* avfilter/drawutils: add support for full rangePaul B Mahol2018-05-03
* avutil/pixdesc: deprecate AV_PIX_FMT_FLAG_PSEUDOPALwm42018-04-03
* lavfi/drawutils: Do not claim to support P016.Carl Eugen Hoyos2018-03-08
* avfilter/drawutils: add gray9/10/12 supportPaul B Mahol2017-08-07
* avfilter/drawutils: support gbrap10 tooPaul B Mahol2017-08-07
* avfilter/drawutils: allow drawing opaque text on transparent backgroundPaul B Mahol2016-09-21
* avfilter/drawutils: honor shift for color component descriptionTimo Rothenpieler2016-08-31
* avfilter/drawutils: P010 is not supportedTimo Rothenpieler2016-08-31
* avfilter/drawutils: Fix single plane with alphaMichael Niedermayer2016-08-09
* Split drawutils test out into separate fileDerek Buitenhuis2016-05-11
* lavfi/drawutils: support NV12 and NV21Rodger Combs2016-05-10
* lavfi/drawutils: Add some missing GBRP pix_fmts.Carl Eugen Hoyos2016-03-03
* avfilter/drawutils: fix gray and gbr formats on big endianMichael Niedermayer2016-02-25
* avfilter/drawutils: Fix ff_fill_rectangle() on big endianMichael Niedermayer2016-02-25
* avfilter/drawutils: >8 bit supportPaul B Mahol2016-02-17
* avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-27
* lavfi: recognize GBR9-14P as RGB in ff_fill_rgba_map().Ronald S. Bultje2016-01-24
* drawutils: ReindentTimothy Gu2015-10-26
* lavfi/drawutils: add const to blending mask.Nicolas George2015-10-25
* avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde2015-10-14
* Replace all remaining occurances of step/depth_minus1 and offset_plus1Hendrik Leppkes2015-09-08
* avfilter/drawutils: Assert av_pix_fmt_desc_get() return value in ff_fill_line...Michael Niedermayer2015-06-13
* avfilter/drawutils: Fix format validity check in ff_draw_init()Michael Niedermayer2015-06-13
* avfilter/drawutils: Check for av_malloc* failuresMichael Niedermayer2015-01-22
* avfilter/drawutils: Use av_malloc_array()Michael Niedermayer2015-01-22
* avfilter/vf_drawtext: Avoid using non public AV_PIX_FMT_NBMichael Niedermayer2014-05-27
* 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