summaryrefslogtreecommitdiff
path: root/libavcodec/dvdsub.c
Commit message (Collapse)AuthorAge
* subs.diff fixes a couple of minor bugs in my DVB subtitle decoder, and also ↵Ian Caulfield2005-08-14
| | | | | | | | | | fixes a few problems in the DVD decoder (the palette entries were being read back-to-front, and the timing conversions were slighly off) patch by (Ian Caulfield: imc25, cam ac uk) Originally committed as revision 4520 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (forgot to commit this yesterday)Michael Niedermayer2005-07-17
| | | | | | DVB subtitle decoder by (Ian Caulfield: imc25, cam ac uk) Originally committed as revision 4449 to svn://svn.ffmpeg.org/ffmpeg/trunk
* subtitle codec type supportFabrice Bellard2005-06-03
Originally committed as revision 4346 to svn://svn.ffmpeg.org/ffmpeg/trunk