summaryrefslogtreecommitdiff
path: root/libavcodec/dvdsub.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/internal: Move ff_dvdsub_parse_palette() to new header dvdsub.hAndreas Rheinhardt2022-08-271-1/+2
* avcodec/dvdsub: Fix warning about incompatible pointer typeAndreas Rheinhardt2020-02-141-1/+1
* lavc/dvdsubdec: Move palette parsing to new functionMichael Kuron2020-02-041-0/+33
* Rename dvdsub.c to dvdsubdec.c.Diego Biurrun2006-10-271-477/+0
* Remove empty structures,Steve L'Homme2006-10-141-4/+1
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* add static keyword to some functionsDieter2006-01-301-2/+2
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-12/+12
* subs.diff fixes a couple of minor bugs in my DVB subtitle decoder, and also f...Ian Caulfield2005-08-141-20/+29
* 10l (forgot to commit this yesterday)Michael Niedermayer2005-07-171-39/+49
* subtitle codec type supportFabrice Bellard2005-06-031-0/+459