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