summaryrefslogtreecommitdiff
path: root/libavcodec/dvbsubdec.c
Commit message (Expand)AuthorAge
...
* cosmetic (remove != 0 / != NULL)Michael Niedermayer2007-11-19
* use sizeof in snprintf (note the changed code is all under #if 0)Michael Niedermayer2007-11-19
* check region depth for validityMichael Niedermayer2007-11-19
* use get_bits1(..) instead get_bits(.., 1)Alex Beregszaszi2007-08-09
* create colorspace.h and use it where appropriateIan Caulfield2007-07-17
* Move dvbsubdec parser to its own file.Diego Biurrun2007-05-06
* remove useless static cm variableMichael Niedermayer2007-03-13
* rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi2007-01-19
* rename cropTbl -> ff_cropTblMåns Rullgård2006-11-12
* Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.Steve L'Homme2006-11-01
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* subs.diff fixes a couple of minor bugs in my DVB subtitle decoder, and also f...Ian Caulfield2005-08-14
* DVB subtitle decoder by (Ian Caulfield: imc25, cam ac uk)Michael Niedermayer2005-07-17