summaryrefslogtreecommitdiff
path: root/libavcodec/pgssubdec.c
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge commit 'f9279ee74936b4990fc46287c27816ef828cc06c'Michael Niedermayer2014-03-221-1/+1
|\ \ | |/
| * dsputil: Move ff_zigzag_direct and ff_crop_tab declarations to mathops.hDiego Biurrun2014-03-221-1/+1
* | Merge commit '05563ccacc98fd185affdbf8cbaf094caf36b852'Michael Niedermayer2014-03-141-1/+1
|\ \ | |/
| * dsputil: cosmetics: Lose camelCase on ff_cropTbl and ff_squareTbl namesDiego Biurrun2014-03-131-1/+1
* | avcodec/pgssubdec: Use av_fast_padded_malloc() for rle bufferMichael Niedermayer2014-01-151-1/+1
* | Merge commit '0f21d8b1b40848973558c737aebe800c46e93a3d'Michael Niedermayer2013-11-011-10/+18
|\ \ | |/
| * pgssubdec: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-311-9/+16
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-041-1/+1
|\ \ | |/
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* | Fix wrong use of "an" in some comments.Thilo Borgmann2013-08-121-1/+1
* | pgssubdec: remove unused variablePaul B Mahol2012-11-281-1/+0
* | Merge commit '1c5805521c3e406886341d752ebf38f8d41e1d13'Michael Niedermayer2012-11-191-6/+8
|\ \ | |/
| * PGS subtitles: Set AVSubtitle pts valueJohn Stebbins2012-11-181-2/+8
* | pgssubdec: check RLE size before copying. Fix out of array accessesMichael Niedermayer2012-11-151-0/+5
* | Merge commit '9a07c1332cfe092b57b5758f22b686ca58806c60'Michael Niedermayer2012-11-031-1/+1
|\ \ | |/
| * PGS subtitles: Expose forced flagJohn Stebbins2012-11-021-3/+8
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-081-1/+1
|\ \ | |/
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-1/+1
* | lavc/pgssubdec: use the PTS from the presentation segment.Nicolas George2012-09-151-0/+8
* | Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer2012-09-051-1/+1
|\ \ | |/
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-1/+1
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* | Exposing forced flag for DVD and PGS subtitleshakuya2012-04-301-0/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-071-1/+1
|\ \ | |/
| * cosmetics: Align codec declarationsMartin Storsjö2012-04-061-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-101-1/+1
|\ \ | |/
| * Fix a bunch of common typos.Diego Biurrun2012-03-091-1/+1
* | Add option forced_subs_only for Bluray subtitles.Carl Eugen Hoyos2012-01-301-7/+24
* | Improve support for PGS subtitles.David Mitchell2012-01-231-81/+117
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-301-8/+7
|\ \ | |/
| * lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-8/+7
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-011-1/+1
|\ \ | |/
| * cosmetics: fix some then/than typosDiego Biurrun2011-06-301-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-081-9/+4
|\ \ | |/
| * Replace some av_log/printf + #ifdef combinations by av_dlog.Diego Biurrun2011-06-071-9/+4
| * pgssubdec: fix incorrect colors.Alexandre Colucci2011-05-241-1/+1
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * Merge libavcore into libavutilReinhard Tartler2011-02-151-1/+1
| * Replace dprintf with av_dlogLuca Barbato2011-01-291-5/+5
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
* | 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