summaryrefslogtreecommitdiff
path: root/libavfilter/drawutils.c
Commit message (Expand)AuthorAge
* lavfi/drawutils: improve colorspace supportrcombs2022-06-19
* lavfi/drawutils: re-enable P010 and P016 supportrcombs2022-01-04
* lavfi/drawutils: overhaul to improve pixel format supportrcombs2022-01-04
* lavfi/drawutils: ensure we don't support formats with non-pixel-sized offsetsrcombs2022-01-04
* lavfi/drawutils: ensure we can't overflow a componentrcombs2022-01-04
* lavfi/drawutils: ensure we don't allow mixed-byte-depth formatsrcombs2022-01-04
* lavfi/drawutils: reimplement ff_fill_rgba_map without hardcoding the listrcombs2022-01-04
* lavfi/drawutils: reject shift-packed formatsrcombs2022-01-04
* lavfi/drawutils: remove redundant BE format checksrcombs2022-01-04
* lavfi/drawutils: move BE check out of looprcombs2022-01-04
* Remove unnecessary avassert.h inclusionsAndreas Rheinhardt2021-07-22
* Remove unnecessary mem.h inclusionsAndreas Rheinhardt2021-07-22
* avutil/pixdesc: Remove deprecated AV_PIX_FMT_FLAG_PSEUDOPALAndreas Rheinhardt2021-04-27
* avfilter/vf_extractplanes: add float formats supportPaul B Mahol2021-02-07
* avfilter/drawutils: Remove remnants of old APIAndreas Rheinhardt2021-01-29
* 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
|\|