summaryrefslogtreecommitdiffstats
path: root/libavcodec/dvdsubdec.c
Commit message (Expand)AuthorAgeFilesLines
* 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