summaryrefslogtreecommitdiff
path: root/libavcodec/dvbsubdec.c
Commit message (Expand)AuthorAge
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* Replace AVSubtitleRect.rgba_palette and bitmap by AVPicture.Michael Niedermayer2009-01-03
* Change AVSubtitle.rects to an array of pointers so ABI does not breakMichael Niedermayer2009-01-03
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* minor simplificationMichael Niedermayer2008-05-28
* redundantMichael Niedermayer2008-05-28
* Add long names to AVCodec declarations.Stefano Sabatini2008-04-27
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* constsMichael Niedermayer2008-02-01
* colour --> color in variable namesDiego Biurrun2007-12-03
* cosmetic (x==NULL -> !x)Michael Niedermayer2007-11-19
* cosmetic (place { consistently)Michael Niedermayer2007-11-19
* 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