summaryrefslogtreecommitdiff
path: root/libavcodec/pgssubdec.c
Commit message (Expand)AuthorAge
* Reduce the scope of some variablesDiego Biurrun2016-05-11
* pgssub: Fix subpicture colorspace and rangeJan Ekström2016-05-10
* pgssubdec: fix API compability layerPetri Hintukainen2015-11-26
* lavc: Add data and linesize to AVSubtitleRectVittorio Giovara2015-10-21
* lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-19
* pgssubdec: Check RLE size before copyingMichael Niedermayer2014-08-01
* pgssubdec: handle more complex PGS scenariosJohn Stebbins2014-06-30
* dsputil: Move ff_zigzag_direct and ff_crop_tab declarations to mathops.hDiego Biurrun2014-03-22
* dsputil: cosmetics: Lose camelCase on ff_cropTbl and ff_squareTbl namesDiego Biurrun2014-03-13
* pgssubdec: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-31
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* PGS subtitles: Set AVSubtitle pts valueJohn Stebbins2012-11-18
* PGS subtitles: Expose forced flagJohn Stebbins2012-11-02
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* Fix a bunch of common typos.Diego Biurrun2012-03-09
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* cosmetics: fix some then/than typosDiego Biurrun2011-06-30
* Replace some av_log/printf + #ifdef combinations by av_dlog.Diego Biurrun2011-06-07
* pgssubdec: fix incorrect colors.Alexandre Colucci2011-05-24
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Merge libavcore into libavutilReinhard Tartler2011-02-15
* Replace dprintf with av_dlogLuca Barbato2011-01-29
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* 100l, fix missing decrement on split PGS packets.Reimar Döffinger2010-11-23
* Fail RLE decoding if insufficient data for a complete bitmap was decoded.Reimar Döffinger2010-11-22
* Support PGS subtitles with RLE data split over mutiple packets.Mark Goodman2010-11-22
* Fix indentation.Reimar Döffinger2010-11-06
* Improve PGS parsing: the "state" field is not relevant to us,Reimar Döffinger2010-11-06
* Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini2010-09-07
* Export the presentation video dimensions as avctx->width/avctx->height.Reimar Döffinger2010-08-21
* Set pix_fmt to the correct value for the format the PGS decoder actually uses.Reimar Döffinger2010-07-11
* Move colorspace.h from libavcodec to libavutil.Stefano Sabatini2010-07-01
* Fix grammar errors in documentationMåns Rullgård2010-06-30
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Always allocate a buffer of AVPALETTE_SIZE for palette in theStephen Backway2009-08-26
* Reindent.Reimar Döffinger2009-08-26
* Remove now dead code.Reimar Döffinger2009-08-26
* Apply r19642 also pgssubdec:Reimar Döffinger2009-08-26
* Add Bluray Subtitle SupportStephen Backway2009-08-25