summaryrefslogtreecommitdiff
path: root/libavfilter/drawutils.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/drawutils: rgb48/bgr48 is supportedPaul B Mahol2022-12-101-3/+0
* lavfi/drawutils: improve colorspace supportrcombs2022-06-191-32/+52
* lavfi/drawutils: re-enable P010 and P016 supportrcombs2022-01-041-2/+0
* lavfi/drawutils: overhaul to improve pixel format supportrcombs2022-01-041-62/+48
* lavfi/drawutils: ensure we don't support formats with non-pixel-sized offsetsrcombs2022-01-041-0/+2
* lavfi/drawutils: ensure we can't overflow a componentrcombs2022-01-041-0/+2
* lavfi/drawutils: ensure we don't allow mixed-byte-depth formatsrcombs2022-01-041-0/+7
* lavfi/drawutils: reimplement ff_fill_rgba_map without hardcoding the listrcombs2022-01-041-42/+39
* lavfi/drawutils: reject shift-packed formatsrcombs2022-01-041-0/+3
* lavfi/drawutils: remove redundant BE format checksrcombs2022-01-041-1/+1
* lavfi/drawutils: move BE check out of looprcombs2022-01-041-2/+2
* Remove unnecessary avassert.h inclusionsAndreas Rheinhardt2021-07-221-1/+0
* Remove unnecessary mem.h inclusionsAndreas Rheinhardt2021-07-221-1/+0
* avutil/pixdesc: Remove deprecated AV_PIX_FMT_FLAG_PSEUDOPALAndreas Rheinhardt2021-04-271-1/+1
* avfilter/vf_extractplanes: add float formats supportPaul B Mahol2021-02-071-0/+4
* avfilter/drawutils: Remove remnants of old APIAndreas Rheinhardt2021-01-291-98/+0
* 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
|\