summaryrefslogtreecommitdiffstats
path: root/libavcodec/dvdsubdec.c
Commit message (Expand)AuthorAgeFilesLines
* dsputil: cosmetics: Lose camelCase on ff_cropTbl and ff_squareTbl namesDiego Biurrun2014-03-131-1/+1
* Remove #undefs for formerly forbidden system functionsDiego Biurrun2013-11-071-3/+0
* dvdsubdec: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-311-3/+7
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* Remove commented-out debug #define cruftDiego Biurrun2013-05-161-2/+0
* avcodec: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-041-1/+2
* 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
* dvdsubdec: Support palette in mkvJoakim Plate2013-01-151-5/+55
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* cosmetics: Align codec declarationsMartin Storsjö2012-04-061-1/+1
* Replace memset(0) by zero initializations.Diego Biurrun2012-03-281-4/+2
* Remove some stray unnecessary ffmpeg references.Diego Biurrun2011-11-021-1/+1
* 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
* 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
* Simplify initialization of AVSubtitle by using memset.Reimar Döffinger2009-08-151-5/+1
* Fix cmd_pos bounds check to avoid the overflow case.Reimar Döffinger2009-08-151-1/+1
* Change av_log() calls surrounded by '#ifdef DEBUG' into dprintf macros.Diego Biurrun2009-07-301-26/+11
* Set subtitle type in DVD and XSUB subtitle decoders.Janne Grunau2009-07-261-0/+1
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-131-1/+1
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-071-1/+3
* Set AVSubtitle format to 0. Neither dvdsubdec nor xsubdec intializes formatBjörn Axelsson2009-02-121-0/+1
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* Replace AVSubtitleRect.rgba_palette and bitmap by AVPicture.Michael Niedermayer2009-01-031-22/+22
* Forgot to update (I likely missed it due to its similar name to dvb...)Michael Niedermayer2009-01-031-42/+45
* dvdsubdec: allow compilation with -DDEBUGMåns Rullgård2008-07-131-0/+2
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-1/+1
* Add long names to AVCodec declarations.Stefano Sabatini2008-04-271-0/+1
* constsMichael Niedermayer2008-02-011-1/+1
* remove some empty close/init functions in avcodecAurelien Jacobs2007-11-251-12/+2
* Reindent two lines.Ian Caulfield2007-07-241-2/+2
* Add HD-DVD subpicture decoding.Ian Caulfield2007-07-241-36/+143
* Rename "palette" to "colormap" when it's referring to the mapping from a 2-bitIan Caulfield2007-07-241-13/+13
* Move dvdsub parser to its own file.Diego Biurrun2007-05-061-60/+0
* Remove the getbe16 functions and use the AV_RB16 macro instead. Patch by IanPanagiotis Issaris2007-01-301-11/+6
* Fix a bug in the DVD subtitle decoder where subtitles with odd heights would notIan Caulfield2007-01-301-1/+1
* Rename dvdsub.c to dvdsubdec.c.Diego Biurrun2006-10-271-0/+477
OpenPOWER on IntegriCloud