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
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
2012-10-12lavfi: do not use av_pix_fmt_descriptors directly.Anton Khirnov
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-08-02lavfi/drawutils: make ff_draw_color() accept a const rgba mapStefano Sabatini
2012-06-16lavfi: update some deprecated functionsPaul B Mahol
2012-05-24drawutils: fix copyrightMichael Niedermayer
2012-04-09Mark GRAY8 format as pseudo-paletted.Reimar Döffinger
2012-04-04drawutils: implement uniform and mask blending.Nicolas George
2012-03-21drawutils: new API.Nicolas George
2011-10-28lavfi: add internal function ff_fill_rgba_map()Stefano Sabatini
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-21lavfi: add drawutilsStefano Sabatini
2011-02-21lavfi: add drawutilsStefano Sabatini