summaryrefslogtreecommitdiffstats
path: root/libavcodec/pgssubdec.c
Commit message (Expand)AuthorAgeFilesLines
* add avcodec_get_subtitle_defaults() to initialize AVSubtitle structAurelien Jacobs2011-04-111-1/+0
* Fix incorrect colors when decoding Blu-ray subtitlesAlexandre Colucci2011-03-251-1/+1
* Merge libavcore into libavutilReinhard Tartler2011-02-161-1/+1
* Replace dprintf with av_dlogLuca Barbato2011-01-301-5/+5
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-281-1/+1
* 100l, fix missing decrement on split PGS packets.Reimar Döffinger2010-11-231-0/+1
* Fail RLE decoding if insufficient data for a complete bitmap was decoded.Reimar Döffinger2010-11-221-0/+5
* Support PGS subtitles with RLE data split over mutiple packets.Mark Goodman2010-11-221-13/+25
* Fix indentation.Reimar Döffinger2010-11-061-35/+35
* Improve PGS parsing: the "state" field is not relevant to us,Reimar Döffinger2010-11-061-15/+17
* Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini2010-09-071-1/+1
* Export the presentation video dimensions as avctx->width/avctx->height.Reimar Döffinger2010-08-211-8/+9
* Set pix_fmt to the correct value for the format the PGS decoder actually uses.Reimar Döffinger2010-07-111-1/+1
* Move colorspace.h from libavcodec to libavutil.Stefano Sabatini2010-07-011-1/+1
* Fix grammar errors in documentationMåns Rullgård2010-06-301-5/+5
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Always allocate a buffer of AVPALETTE_SIZE for palette in theStephen Backway2009-08-261-1/+1
* Reindent.Reimar Döffinger2009-08-261-3/+3
* Remove now dead code.Reimar Döffinger2009-08-261-2/+0
* Apply r19642 also pgssubdec:Reimar Döffinger2009-08-261-0/+1
* Add Bluray Subtitle SupportStephen Backway2009-08-251-0/+466
OpenPOWER on IntegriCloud