64 Commits (a0f04433f4fcca3ccc35cbccd34943bb7333221f)

Author SHA1 Message Date
rcombs da92865b27 lavfi/drawutils: re-enable P010 and P016 support 3 years ago
rcombs 66343e46cf lavfi/drawutils: overhaul to improve pixel format support 3 years ago
rcombs f67bd3a825 lavfi/drawutils: ensure we don't support formats with non-pixel-sized offsets 3 years ago
rcombs f320722eb5 lavfi/drawutils: ensure we can't overflow a component 3 years ago
rcombs f00079b25c lavfi/drawutils: ensure we don't allow mixed-byte-depth formats 3 years ago
rcombs e24b71add5 lavfi/drawutils: reimplement ff_fill_rgba_map without hardcoding the list 3 years ago
rcombs 5018103fa3 lavfi/drawutils: reject shift-packed formats 3 years ago
rcombs 186e931f74 lavfi/drawutils: remove redundant BE format checks 3 years ago
rcombs 52fe11ef34 lavfi/drawutils: move BE check out of loop 3 years ago
Andreas Rheinhardt 2934a4b9a5 Remove unnecessary avassert.h inclusions 3 years ago
Andreas Rheinhardt 4608f7cc6a Remove unnecessary mem.h inclusions 3 years ago
Andreas Rheinhardt 985c0dac67 avutil/pixdesc: Remove deprecated AV_PIX_FMT_FLAG_PSEUDOPAL 4 years ago
Paul B Mahol 629dd8efb5 avfilter/vf_extractplanes: add float formats support 4 years ago
Andreas Rheinhardt 124e2a79e2 avfilter/drawutils: Remove remnants of old API 4 years ago
Paul B Mahol 72b29c02f4 avfilter/drawutils: support gray14 7 years ago
Paul B Mahol f43fd68f28 avfilter/drawutils: add support for full range 7 years ago
wm4 d6fc031caf avutil/pixdesc: deprecate AV_PIX_FMT_FLAG_PSEUDOPAL 7 years ago
Carl Eugen Hoyos 9fe61b6107 lavfi/drawutils: Do not claim to support P016. 7 years ago
Paul B Mahol 1bef0088dc avfilter/drawutils: add gray9/10/12 support 7 years ago
Paul B Mahol 5621a99e27 avfilter/drawutils: support gbrap10 too 7 years ago
Paul B Mahol 9d16e46d9e avfilter/drawutils: allow drawing opaque text on transparent background 8 years ago
Timo Rothenpieler 2625b955a3 avfilter/drawutils: honor shift for color component description 8 years ago
Timo Rothenpieler d3a23b6777 avfilter/drawutils: P010 is not supported 8 years ago
Michael Niedermayer 369ed11e3c avfilter/drawutils: Fix single plane with alpha 8 years ago
Derek Buitenhuis f693184557 Split drawutils test out into separate file 9 years ago
Rodger Combs d645182227
lavfi/drawutils: support NV12 and NV21 9 years ago
Carl Eugen Hoyos 8653d6e1a6 lavfi/drawutils: Add some missing GBRP pix_fmts. 9 years ago
Michael Niedermayer 954f865c8e avfilter/drawutils: fix gray and gbr formats on big endian 9 years ago
Michael Niedermayer 6bc20e84d8 avfilter/drawutils: Fix ff_fill_rectangle() on big endian 9 years ago
Paul B Mahol 38ed528fa5 avfilter/drawutils: >8 bit support 9 years ago
Derek Buitenhuis 21f9468402 avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 9 years ago
Ronald S. Bultje 9cf81e573c lavfi: recognize GBR9-14P as RGB in ff_fill_rgba_map(). 9 years ago
Timothy Gu 852c4b3d42 drawutils: Reindent 9 years ago
Nicolas George 559603dae1 lavfi/drawutils: add const to blending mask. 9 years ago
Ganesh Ajjanagadde 6aaac24d72 avfilter/all: propagate errors of functions from avfilter/formats 9 years ago
Hendrik Leppkes 5d8e836d0e Replace all remaining occurances of step/depth_minus1 and offset_plus1 9 years ago
Michael Niedermayer a98d4d5207 avfilter/drawutils: Assert av_pix_fmt_desc_get() return value in ff_fill_line_with_color() 10 years ago
Michael Niedermayer e0db41316a avfilter/drawutils: Fix format validity check in ff_draw_init() 10 years ago
Michael Niedermayer f77571f6bb avfilter/drawutils: Check for av_malloc* failures 10 years ago
Michael Niedermayer c90069c6ba avfilter/drawutils: Use av_malloc_array() 10 years ago
Michael Niedermayer 0d26264fb4 avfilter/vf_drawtext: Avoid using non public AV_PIX_FMT_NB 11 years ago
Paul B Mahol d5598c0963 lavfi/drawutils: set subsampling for rgb too 12 years ago
Paul B Mahol 55c94f48ce lavfi/drawutils: fix planar rgb 12 years ago
Clément Bœsch 1f1df07ce5 lavfi/drawutils: attempt to fix subsampling. 12 years ago
Michael Niedermayer c7c71f95f8 replace remaining PIX_FMT_* flags with AV_PIX_FMT_FLAG_* 12 years ago
Paul B Mahol deef4b1ac9 lavfi/drawutils: add 16 bit rgb and planar rgb to ff_fill_rgba_map() 12 years ago
Matthieu Bouron be0a67bd65 lavfi/drawutils: fix blending computation in blend_line function 12 years ago
Anton Khirnov 59ee9f78b0 lavfi: do not use av_pix_fmt_descriptors directly. 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Martin Storsjö 1d9c2dc89a Don't include common.h from avutil.h 12 years ago