| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-01 | 1 | -1/+1 |
|\ |
|
| * | cosmetics: fix some then/than typos | Diego Biurrun | 2011-06-30 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-08 | 1 | -9/+4 |
|\ \
| |/ |
|
| * | 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 |
* | | add avcodec_get_subtitle_defaults() to initialize AVSubtitle struct | Aurelien Jacobs | 2011-04-11 | 1 | -1/+0 |
* | | Fix incorrect colors when decoding Blu-ray subtitles | Alexandre Colucci | 2011-03-25 | 1 | -1/+1 |
* | | Merge libavcore into libavutil | Reinhard Tartler | 2011-02-16 | 1 | -1/+1 |
* | | Replace dprintf with av_dlog | Luca Barbato | 2011-01-30 | 1 | -5/+5 |
* | | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-28 | 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 |