aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/dvdsubdec.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | avcodec/dvdsubdec: reconstruct incomplete SPU packets.Clément Bœsch2013-10-041-0/+49
* | avcodec/dvdsubdec: extract every subtitle in a different file (debug).Clément Bœsch2013-10-041-1/+9
* | avcodec/dvdsubdec: factor out rectangles reset.Clément Bœsch2013-10-041-18/+17
* | Rename "AVClass class" as "AVClass component_class".Carl Eugen Hoyos2013-06-301-2/+2
* | Merge commit 'b3ea76624ad1baab0b6bcc13f3f856be2f958110'Michael Niedermayer2013-05-161-2/+0
|\|
| * Remove commented-out debug #define cruftDiego Biurrun2013-05-161-2/+0
* | make the ordering of the return type and av_cold consistentMichael Niedermayer2013-05-051-1/+1
* | Merge commit '6fee1b90ce3bf4fbdfde7016e0890057c9000487'Michael Niedermayer2013-05-051-1/+2
|\|
| * avcodec: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-041-1/+2
* | Merge commit '9e0f14f16cfc9456a691655fda7d01090bffe47e'Michael Niedermayer2013-04-081-1/+1
|\|
| * lavc: Make pointers to ff_cropTbl constMartin Storsjö2013-04-081-1/+1
| * Use the avstring.h locale-independent character type functionsReimar Döffinger2013-03-071-1/+2
| * dvdsubdec: parse the size from the extradataClément Bœsch2013-01-191-0/+6
* | Remove incorrect use of ctype.h functions.Reimar Döffinger2013-03-031-1/+2
* | Merge commit 'fb845ffdd335a1efd6dfd43e8adeb530397b348e'Michael Niedermayer2013-01-161-5/+5
|\|
| * dvdsubdec: Support palette in mkvJoakim Plate2013-01-151-5/+55
* | dvdsubdec: use unsigned shifts to avoid shifting into the sign bitMichael Niedermayer2013-01-121-1/+1
* | lavc/dvdsubdec: accept palette from options.Nicolas George2012-12-051-10/+45
* | Merge commit '9a07c1332cfe092b57b5758f22b686ca58806c60'Michael Niedermayer2012-11-031-1/+1
|\|
* | lavc/dvdsubdec: parse the size from the extradata.Clément Bœsch2012-09-041-0/+6
* | 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/+1
* | 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-291-4/+2
|\|
| * Replace memset(0) by zero initializations.Diego Biurrun2012-03-281-4/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-031-1/+1
|\|
| * Remove some stray unnecessary ffmpeg references.Diego Biurrun2011-11-021-1/+1
* | dvdsubdec: fix bad free in dvdsub_initKelly Anderson2011-09-141-3/+3
* | dvdsubdec: Move colormap and alpha to contextJoakim Plate2011-09-131-4/+5
* | dvdsubdec: Support palette information for vobsub's stored as text in extradataJoakim Plate2011-09-121-3/+66
* | Abort if command offset decreases, avoids potential endless loop.Reimar Döffinger2011-08-031-0/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-301-8/+4
|\|
| * lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-8/+4
| * dvdsubdec: fix incorrect colors.Alexandre Colucci2011-05-241-1/+1
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * Replace dprintf with av_dlogLuca Barbato2011-01-291-8/+8
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
* | Change guess_palette so its output matches the most common palette.Reimar Döffinger2011-05-021-3/+11
* | add avcodec_get_subtitle_defaults() to initialize AVSubtitle structAurelien Jacobs2011-04-111-1/+0
* | Fix incorrect colors when decoding DVD subtitlesAlexandre Colucci2011-03-251-1/+1
* | Replace dprintf with av_dlogLuca Barbato2011-01-301-8/+8
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-281-1/+1
|/
* remove useless castAurelien Jacobs2010-07-271-1/+1
* Move colorspace.h from libavcodec to libavutil.Stefano Sabatini2010-07-011-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Always allocate a buffer of AVPALETTE_SIZE for palette in the subtitleReimar Döffinger2009-08-201-2/+1