aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/dvdsub_parser.c
Commit message (Collapse)AuthorAgeFilesLines
* Update the dvdsub parser to be able to parse HD-DVD subtitle packets.Ian Caulfield2007-07-241-0/+2
| | | | | | Patch by: Ian Caulfield, ian caulfield & gmx at Originally committed as revision 9790 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make some parser parameters const to avoid casting const to non-constAurelien Jacobs2007-05-071-1/+1
| | | | Originally committed as revision 8921 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move dvdsub parser to its own file.Diego Biurrun2007-05-061-0/+81
Originally committed as revision 8910 to svn://svn.ffmpeg.org/ffmpeg/trunk