]> git.sesse.net Git - ffmpeg/history - libavcodec/pgssubdec.c
parser: Move Doxygen documentation to the header files
[ffmpeg] / libavcodec / pgssubdec.c
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