]> git.sesse.net Git - ffmpeg/history - libavcodec/pgssubdec.c
aarch64: vp9dsp: Fix vertical alignment in the init file
[ffmpeg] / libavcodec / pgssubdec.c
2016-05-11 Diego BiurrunReduce the scope of some variables
2016-05-10 Jan Ekströmpgssub: Fix subpicture colorspace and range
2015-11-26 Petri Hintukainenpgssubdec: fix API compability layer
2015-10-21 Vittorio Giovaralavc: Add data and linesize to AVSubtitleRect
2015-04-19 Vittorio Giovaralavc: Replace av_dlog and tprintf with internal macros
2014-08-01 Michael Niedermayerpgssubdec: Check RLE size before copying
2014-06-30 John Stebbinspgssubdec: handle more complex PGS scenarios
2014-03-22 Diego Biurrundsputil: Move ff_zigzag_direct and ff_crop_tab declarat...
2014-03-13 Diego Biurrundsputil: cosmetics: Lose camelCase on ff_cropTbl and...
2013-10-31 Anton Khirnovpgssubdec: stop using deprecated avcodec_set_dimensions
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2012-11-18 John StebbinsPGS subtitles: Set AVSubtitle pts value
2012-11-02 John StebbinsPGS subtitles: Expose forced flag
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-04-06 Martin Storsjöcosmetics: Align codec declarations
2012-03-09 Diego BiurrunFix a bunch of common typos.
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-06-30 Diego Biurruncosmetics: fix some then/than typos
2011-06-07 Diego BiurrunReplace some av_log/printf + #ifdef combinations by...
2011-05-24 Alexandre Coluccipgssubdec: fix incorrect colors.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-15 Reinhard TartlerMerge libavcore into libavutil
2011-01-29 Luca BarbatoReplace dprintf with av_dlog
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2010-11-23 Reimar Döffinger100l, fix missing decrement on split PGS packets.
2010-11-22 Reimar DöffingerFail RLE decoding if insufficient data for a complete...
2010-11-22 Mark GoodmanSupport PGS subtitles with RLE data split over mutiple...
2010-11-06 Reimar DöffingerFix indentation.
2010-11-06 Reimar DöffingerImprove PGS parsing: the "state" field is not relevant...
2010-09-07 Stefano SabatiniUse new imgutils.h API names, fix deprecation warnings.
2010-08-21 Reimar DöffingerExport the presentation video dimensions as avctx-...
2010-07-11 Reimar DöffingerSet pix_fmt to the correct value for the format the...
2010-07-01 Stefano SabatiniMove colorspace.h from libavcodec to libavutil.
2010-06-30 Måns RullgårdFix grammar errors in documentation
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2009-08-26 Stephen BackwayAlways allocate a buffer of AVPALETTE_SIZE for palette...
2009-08-26 Reimar DöffingerReindent.
2009-08-26 Reimar DöffingerRemove now dead code.
2009-08-26 Reimar DöffingerApply r19642 also pgssubdec:
2009-08-25 Stephen BackwayAdd Bluray Subtitle Support