summaryrefslogtreecommitdiffstats
path: root/libavfilter/drawutils.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/drawutils: support gray14Paul B Mahol2018-05-051-1/+2
* avfilter/drawutils: add support for full rangePaul B Mahol2018-05-031-3/+8
* avutil/pixdesc: deprecate AV_PIX_FMT_FLAG_PSEUDOPALwm42018-04-031-1/+1
* lavfi/drawutils: Do not claim to support P016.Carl Eugen Hoyos2018-03-081-1/+1
* avfilter/drawutils: add gray9/10/12 supportPaul B Mahol2017-08-071-6/+8
* avfilter/drawutils: support gbrap10 tooPaul B Mahol2017-08-071-0/+2
* avfilter/drawutils: allow drawing opaque text on transparent backgroundPaul B Mahol2016-09-211-3/+4
* avfilter/drawutils: honor shift for color component descriptionTimo Rothenpieler2016-08-311-1/+2
* avfilter/drawutils: P010 is not supportedTimo Rothenpieler2016-08-311-0/+2
* avfilter/drawutils: Fix single plane with alphaMichael Niedermayer2016-08-091-0/+2
* Split drawutils test out into separate fileDerek Buitenhuis2016-05-111-40/+0
* lavfi/drawutils: support NV12 and NV21Rodger Combs2016-05-101-17/+16
* lavfi/drawutils: Add some missing GBRP pix_fmts.Carl Eugen Hoyos2016-03-031-0/+10
* avfilter/drawutils: fix gray and gbr formats on big endianMichael Niedermayer2016-02-251-5/+5
* avfilter/drawutils: Fix ff_fill_rectangle() on big endianMichael Niedermayer2016-02-251-1/+8
* avfilter/drawutils: >8 bit supportPaul B Mahol2016-02-171-40/+204
* avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-271-9/+9
* lavfi: recognize GBR9-14P as RGB in ff_fill_rgba_map().Ronald S. Bultje2016-01-241-0/+4
* drawutils: ReindentTimothy Gu2015-10-261-2/+2
* lavfi/drawutils: add const to blending mask.Nicolas George2015-10-251-4/+5
* avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde2015-10-141-2/+4
* Replace all remaining occurances of step/depth_minus1 and offset_plus1Hendrik Leppkes2015-09-081-4/+4
* avfilter/drawutils: Assert av_pix_fmt_desc_get() return value in ff_fill_line...Michael Niedermayer2015-06-131-1/+6
* avfilter/drawutils: Fix format validity check in ff_draw_init()Michael Niedermayer2015-06-131-1/+1
* avfilter/drawutils: Check for av_malloc* failuresMichael Niedermayer2015-01-221-0/+7
* avfilter/drawutils: Use av_malloc_array()Michael Niedermayer2015-01-221-1/+1
* avfilter/vf_drawtext: Avoid using non public AV_PIX_FMT_NBMichael Niedermayer2014-05-271-7/+6
* lavfi/drawutils: set subsampling for rgb tooPaul B Mahol2013-07-141-4/+2
* lavfi/drawutils: fix planar rgbPaul B Mahol2013-07-081-1/+6
* lavfi/drawutils: attempt to fix subsampling.Clément Bœsch2013-05-281-9/+13
* replace remaining PIX_FMT_* flags with AV_PIX_FMT_FLAG_*Michael Niedermayer2013-05-151-3/+3
* lavfi/drawutils: add 16 bit rgb and planar rgb to ff_fill_rgba_map()Paul B Mahol2013-05-081-0/+10
* lavfi/drawutils: fix blending computation in blend_line functionMatthieu Bouron2013-01-051-1/+0
* Merge commit 'd1d9efaae6c7e8466b06c30ca21c6b569dd2e480'Michael Niedermayer2012-11-211-1/+1
|\
* \ Merge commit '59ee9f78b0cc4fb84ae606fa317d8102ad32a627'Michael Niedermayer2012-10-121-3/+3
|\ \ | |/
| * lavfi: do not use av_pix_fmt_descriptors directly.Anton Khirnov2012-10-121-1/+1
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-081-19/+19
|\ \ | |/
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-7/+7
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-161-0/+3
|\ \ | |/
| * Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+3
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * lavfi: add drawutilsStefano Sabatini2011-02-211-0/+117
* lavfi/drawutils: make ff_draw_color() accept a const rgba mapStefano Sabatini2012-08-021-1/+1
* lavfi: update some deprecated functionsPaul B Mahol2012-06-161-1/+2
* drawutils: fix copyrightMichael Niedermayer2012-05-241-0/+3
* Mark GRAY8 format as pseudo-paletted.Reimar Döffinger2012-04-091-1/+1
* drawutils: implement uniform and mask blending.Nicolas George2012-04-041-0/+234
* drawutils: new API.Nicolas George2012-03-211-0/+190
* lavfi: add internal function ff_fill_rgba_map()Stefano Sabatini2011-10-281-11/+16
* lavfi: add drawutilsStefano Sabatini2011-02-211-0/+117
OpenPOWER on IntegriCloud