Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-20lavfi/drawutils: improve colorspace supportrcombs
2022-01-05lavfi/drawutils: re-enable P010 and P016 supportrcombs
2022-01-05lavfi/drawutils: overhaul to improve pixel format supportrcombs
2022-01-05lavfi/drawutils: ensure we don't support formats with non-pixel-sized offsetsrcombs
2022-01-05lavfi/drawutils: ensure we can't overflow a componentrcombs
2022-01-05lavfi/drawutils: ensure we don't allow mixed-byte-depth formatsrcombs
2022-01-05lavfi/drawutils: reimplement ff_fill_rgba_map without hardcoding the listrcombs
2022-01-05lavfi/drawutils: reject shift-packed formatsrcombs
2022-01-05lavfi/drawutils: remove redundant BE format checksrcombs
2022-01-05lavfi/drawutils: move BE check out of looprcombs
2021-07-22Remove unnecessary avassert.h inclusionsAndreas Rheinhardt
2021-07-22Remove unnecessary mem.h inclusionsAndreas Rheinhardt
2021-04-27avutil/pixdesc: Remove deprecated AV_PIX_FMT_FLAG_PSEUDOPALAndreas Rheinhardt
2021-02-07avfilter/vf_extractplanes: add float formats supportPaul B Mahol
2021-01-29avfilter/drawutils: Remove remnants of old APIAndreas Rheinhardt
2018-05-05avfilter/drawutils: support gray14Paul B Mahol
2018-05-03avfilter/drawutils: add support for full rangePaul B Mahol
2018-04-03avutil/pixdesc: deprecate AV_PIX_FMT_FLAG_PSEUDOPALwm4
2018-03-08lavfi/drawutils: Do not claim to support P016.Carl Eugen Hoyos
2017-08-07avfilter/drawutils: add gray9/10/12 supportPaul B Mahol
2017-08-07avfilter/drawutils: support gbrap10 tooPaul B Mahol
2016-09-21avfilter/drawutils: allow drawing opaque text on transparent backgroundPaul B Mahol
2016-08-31avfilter/drawutils: honor shift for color component descriptionTimo Rothenpieler
2016-08-31avfilter/drawutils: P010 is not supportedTimo Rothenpieler
2016-08-09avfilter/drawutils: Fix single plane with alphaMichael Niedermayer
2016-05-11Split drawutils test out into separate fileDerek Buitenhuis
2016-05-11lavfi/drawutils: support NV12 and NV21Rodger Combs
2016-03-03lavfi/drawutils: Add some missing GBRP pix_fmts.Carl Eugen Hoyos
2016-02-25avfilter/drawutils: fix gray and gbr formats on big endianMichael Niedermayer
2016-02-25avfilter/drawutils: Fix ff_fill_rectangle() on big endianMichael Niedermayer
2016-02-17avfilter/drawutils: >8 bit supportPaul B Mahol
2016-01-27avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis
2016-01-24lavfi: recognize GBR9-14P as RGB in ff_fill_rgba_map().Ronald S. Bultje
2015-10-27drawutils: ReindentTimothy Gu
2015-10-25lavfi/drawutils: add const to blending mask.Nicolas George
2015-10-14avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde
2015-09-08Replace all remaining occurances of step/depth_minus1 and offset_plus1Hendrik Leppkes
2015-06-13avfilter/drawutils: Assert av_pix_fmt_desc_get() return value in ff_fill_line...Michael Niedermayer
2015-06-13avfilter/drawutils: Fix format validity check in ff_draw_init()Michael Niedermayer
2015-01-22avfilter/drawutils: Check for av_malloc* failuresMichael Niedermayer
2015-01-22avfilter/drawutils: Use av_malloc_array()Michael Niedermayer
2014-05-27avfilter/vf_drawtext: Avoid using non public AV_PIX_FMT_NBMichael Niedermayer
2013-07-14lavfi/drawutils: set subsampling for rgb tooPaul B Mahol
2013-07-08lavfi/drawutils: fix planar rgbPaul B Mahol
2013-05-28lavfi/drawutils: attempt to fix subsampling.Clément Bœsch
2013-05-15replace remaining PIX_FMT_* flags with AV_PIX_FMT_FLAG_*Michael Niedermayer
2013-05-08lavfi/drawutils: add 16 bit rgb and planar rgb to ff_fill_rgba_map()Paul B Mahol
2013-01-05lavfi/drawutils: fix blending computation in blend_line functionMatthieu Bouron
2012-11-21Merge commit 'd1d9efaae6c7e8466b06c30ca21c6b569dd2e480'Michael Niedermayer
2012-10-12Merge commit '59ee9f78b0cc4fb84ae606fa317d8102ad32a627'Michael Niedermayer