summaryrefslogtreecommitdiff
path: root/libavcodec/pgssubdec.c
Commit message (Expand)AuthorAge
* lavc/pgssubdec: use the PTS from the presentation segment.Nicolas George2012-09-15
* Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer2012-09-05
|\
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
|\|
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* | Exposing forced flag for DVD and PGS subtitleshakuya2012-04-30
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-07
|\|
| * cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-10
|\|
| * Fix a bunch of common typos.Diego Biurrun2012-03-09
* | Add option forced_subs_only for Bluray subtitles.Carl Eugen Hoyos2012-01-30
* | Improve support for PGS subtitles.David Mitchell2012-01-23
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-30
|\|
| * lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-01
|\|
| * cosmetics: fix some then/than typosDiego Biurrun2011-06-30
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-08
|\|
| * 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
* | add avcodec_get_subtitle_defaults() to initialize AVSubtitle structAurelien Jacobs2011-04-11
* | Fix incorrect colors when decoding Blu-ray subtitlesAlexandre Colucci2011-03-25
* | Merge libavcore into libavutilReinhard Tartler2011-02-16
* | Replace dprintf with av_dlogLuca Barbato2011-01-30
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-28
|/
* 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