summaryrefslogtreecommitdiff
path: root/libavcodec/dvdsubdec.c
Commit message (Expand)AuthorAge
* Rename "AVClass class" as "AVClass component_class".Carl Eugen Hoyos2013-06-30
* Merge commit 'b3ea76624ad1baab0b6bcc13f3f856be2f958110'Michael Niedermayer2013-05-16
|\
| * Remove commented-out debug #define cruftDiego Biurrun2013-05-16
* | make the ordering of the return type and av_cold consistentMichael Niedermayer2013-05-05
* | Merge commit '6fee1b90ce3bf4fbdfde7016e0890057c9000487'Michael Niedermayer2013-05-05
|\|
| * avcodec: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-04
* | Merge commit '9e0f14f16cfc9456a691655fda7d01090bffe47e'Michael Niedermayer2013-04-08
|\|
| * lavc: Make pointers to ff_cropTbl constMartin Storsjö2013-04-08
| * Use the avstring.h locale-independent character type functionsReimar Döffinger2013-03-07
| * dvdsubdec: parse the size from the extradataClément Bœsch2013-01-19
* | Remove incorrect use of ctype.h functions.Reimar Döffinger2013-03-03
* | Merge commit 'fb845ffdd335a1efd6dfd43e8adeb530397b348e'Michael Niedermayer2013-01-16
|\|
| * dvdsubdec: Support palette in mkvJoakim Plate2013-01-15
* | dvdsubdec: use unsigned shifts to avoid shifting into the sign bitMichael Niedermayer2013-01-12
* | lavc/dvdsubdec: accept palette from options.Nicolas George2012-12-05
* | Merge commit '9a07c1332cfe092b57b5758f22b686ca58806c60'Michael Niedermayer2012-11-03
|\|
* | lavc/dvdsubdec: parse the size from the extradata.Clément Bœsch2012-09-04
* | 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-29
|\|
| * Replace memset(0) by zero initializations.Diego Biurrun2012-03-28
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-03
|\|
| * Remove some stray unnecessary ffmpeg references.Diego Biurrun2011-11-02
* | dvdsubdec: fix bad free in dvdsub_initKelly Anderson2011-09-14
* | dvdsubdec: Move colormap and alpha to contextJoakim Plate2011-09-13
* | dvdsubdec: Support palette information for vobsub's stored as text in extradataJoakim Plate2011-09-12
* | Abort if command offset decreases, avoids potential endless loop.Reimar Döffinger2011-08-03
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-30
|\|
| * lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
| * dvdsubdec: fix incorrect colors.Alexandre Colucci2011-05-24
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| * 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
* | Change guess_palette so its output matches the most common palette.Reimar Döffinger2011-05-02
* | add avcodec_get_subtitle_defaults() to initialize AVSubtitle structAurelien Jacobs2011-04-11
* | Fix incorrect colors when decoding DVD subtitlesAlexandre Colucci2011-03-25
* | 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
|/
* remove useless castAurelien Jacobs2010-07-27
* Move colorspace.h from libavcodec to libavutil.Stefano Sabatini2010-07-01
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Always allocate a buffer of AVPALETTE_SIZE for palette in the subtitleReimar Döffinger2009-08-20
* Simplify initialization of AVSubtitle by using memset.Reimar Döffinger2009-08-15
* Fix cmd_pos bounds check to avoid the overflow case.Reimar Döffinger2009-08-15
* Change av_log() calls surrounded by '#ifdef DEBUG' into dprintf macros.Diego Biurrun2009-07-30
* Set subtitle type in DVD and XSUB subtitle decoders.Janne Grunau2009-07-26
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13