| Commit message (Expand) | Author | Age | Files | Lines |
* | pgssubdec: Check RLE size before copying | Michael Niedermayer | 2014-08-01 | 1 | -0/+7 |
* | pgssubdec: handle more complex PGS scenarios | John Stebbins | 2014-06-30 | 1 | -130/+294 |
* | dsputil: Move ff_zigzag_direct and ff_crop_tab declarations to mathops.h | Diego Biurrun | 2014-03-22 | 1 | -1/+1 |
* | dsputil: cosmetics: Lose camelCase on ff_cropTbl and ff_squareTbl names | Diego Biurrun | 2014-03-13 | 1 | -1/+1 |
* | pgssubdec: stop using deprecated avcodec_set_dimensions | Anton Khirnov | 2013-10-31 | 1 | -9/+16 |
* | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -1/+1 |
* | PGS subtitles: Set AVSubtitle pts value | John Stebbins | 2012-11-18 | 1 | -2/+8 |
* | PGS subtitles: Expose forced flag | John Stebbins | 2012-11-02 | 1 | -3/+8 |
* | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -1/+1 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -1/+1 |
* | Fix a bunch of common typos. | Diego Biurrun | 2012-03-09 | 1 | -1/+1 |
* | lavc: use designated initialisers for all codecs. | Anton Khirnov | 2011-07-29 | 1 | -8/+7 |
* | cosmetics: fix some then/than typos | Diego Biurrun | 2011-06-30 | 1 | -1/+1 |
* | Replace some av_log/printf + #ifdef combinations by av_dlog. | Diego Biurrun | 2011-06-07 | 1 | -9/+4 |
* | pgssubdec: fix incorrect colors. | Alexandre Colucci | 2011-05-24 | 1 | -1/+1 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Merge libavcore into libavutil | Reinhard Tartler | 2011-02-15 | 1 | -1/+1 |
* | Replace dprintf with av_dlog | Luca Barbato | 2011-01-29 | 1 | -5/+5 |
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | 100l, fix missing decrement on split PGS packets. | Reimar Döffinger | 2010-11-23 | 1 | -0/+1 |
* | Fail RLE decoding if insufficient data for a complete bitmap was decoded. | Reimar Döffinger | 2010-11-22 | 1 | -0/+5 |
* | Support PGS subtitles with RLE data split over mutiple packets. | Mark Goodman | 2010-11-22 | 1 | -13/+25 |
* | Fix indentation. | Reimar Döffinger | 2010-11-06 | 1 | -35/+35 |
* | Improve PGS parsing: the "state" field is not relevant to us, | Reimar Döffinger | 2010-11-06 | 1 | -15/+17 |
* | Use new imgutils.h API names, fix deprecation warnings. | Stefano Sabatini | 2010-09-07 | 1 | -1/+1 |
* | Export the presentation video dimensions as avctx->width/avctx->height. | Reimar Döffinger | 2010-08-21 | 1 | -8/+9 |
* | Set pix_fmt to the correct value for the format the PGS decoder actually uses. | Reimar Döffinger | 2010-07-11 | 1 | -1/+1 |
* | Move colorspace.h from libavcodec to libavutil. | Stefano Sabatini | 2010-07-01 | 1 | -1/+1 |
* | Fix grammar errors in documentation | Måns Rullgård | 2010-06-30 | 1 | -5/+5 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -1/+1 |
* | Always allocate a buffer of AVPALETTE_SIZE for palette in the | Stephen Backway | 2009-08-26 | 1 | -1/+1 |
* | Reindent. | Reimar Döffinger | 2009-08-26 | 1 | -3/+3 |
* | Remove now dead code. | Reimar Döffinger | 2009-08-26 | 1 | -2/+0 |
* | Apply r19642 also pgssubdec: | Reimar Döffinger | 2009-08-26 | 1 | -0/+1 |
* | Add Bluray Subtitle Support | Stephen Backway | 2009-08-25 | 1 | -0/+466 |