summaryrefslogtreecommitdiff
path: root/libavcodec/dvbsubdec.c
Commit message (Expand)AuthorAge
* Remove some stray unnecessary ffmpeg references.Diego Biurrun2011-11-02
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* dvbsubdec: Fix compilation of debug code.Diego Biurrun2011-06-08
* Replace some av_log/printf + #ifdef combinations by av_dlog.Diego Biurrun2011-06-07
* Replace some nonstandard DEBUG_* preprocessor directives by plain DEBUG.Diego Biurrun2011-06-07
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* dvbsubdec: check against buffer overreadsJanne Grunau2011-02-10
* Do not fail DVB sub decoding because of a few padding bytesReimar Döffinger2011-02-10
* dvbsubdec: pass correct input buffer sizeJindrich Makovicka2011-02-07
* Remove a few if (p) av_free(p) formsClément Bœsch2011-02-03
* Replace dprintf with av_dlogLuca Barbato2011-01-29
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* Pass the composition and ancillary ID for DVB subtitles via extradata insteadReimar Döffinger2010-07-14
* Remove useless casts and memset.Reimar Döffinger2010-07-11
* Move colorspace.h from libavcodec to libavutil.Stefano Sabatini2010-07-01
* dvbsub: parse display definition segmentJanne Grunau2010-06-16
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Always allocate a buffer of AVPALETTE_SIZE for palette in the subtitleReimar Döffinger2009-08-20
* Change av_log() calls surrounded by '#ifdef DEBUG' into dprintf macros.Diego Biurrun2009-07-30
* Set subtitle type in DVB subtitle decoder.Janne Grunau2009-07-14
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13
* Fix wrong size computation for buffer. Patch is part ofReynaldo H. Verdejo Pinochet2009-04-12
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-07
* 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