summaryrefslogtreecommitdiff
path: root/libavcodec/dvdsubdec.c
Commit message (Expand)AuthorAge
* 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
* 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
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-07
* Set AVSubtitle format to 0. Neither dvdsubdec nor xsubdec intializes formatBjörn Axelsson2009-02-12
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* Replace AVSubtitleRect.rgba_palette and bitmap by AVPicture.Michael Niedermayer2009-01-03
* Forgot to update (I likely missed it due to its similar name to dvb...)Michael Niedermayer2009-01-03
* dvdsubdec: allow compilation with -DDEBUGMåns Rullgård2008-07-13
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* Add long names to AVCodec declarations.Stefano Sabatini2008-04-27
* constsMichael Niedermayer2008-02-01
* remove some empty close/init functions in avcodecAurelien Jacobs2007-11-25
* Reindent two lines.Ian Caulfield2007-07-24
* Add HD-DVD subpicture decoding.Ian Caulfield2007-07-24
* Rename "palette" to "colormap" when it's referring to the mapping from a 2-bitIan Caulfield2007-07-24
* Move dvdsub parser to its own file.Diego Biurrun2007-05-06
* Remove the getbe16 functions and use the AV_RB16 macro instead. Patch by IanPanagiotis Issaris2007-01-30
* Fix a bug in the DVD subtitle decoder where subtitles with odd heights would notIan Caulfield2007-01-30
* Rename dvdsub.c to dvdsubdec.c.Diego Biurrun2006-10-27