summaryrefslogtreecommitdiff
path: root/libavcodec/dvbsubdec.c
Commit message (Expand)AuthorAge
* dvbsubdec: don't hardcode subtitle colors count in dvbsubdec to 16Joakim Plate2011-09-10
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-30
|\
| * lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* | Patch for memory leaks in DVB subtitles decoderJernej Fijačko2011-07-16
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-09
|\|
| * dvbsubdec: Fix compilation of debug code.Diego Biurrun2011-06-08
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-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
* | dvbsubdec: Split delete_state()JULIAN GARDNER2011-05-04
* | add avcodec_get_subtitle_defaults() to initialize AVSubtitle structAurelien Jacobs2011-04-11
* | dvbsubdec: check against buffer overreadsJanne Grunau2011-02-11
* | Do not fail DVB sub decoding because of a few padding bytesReimar Döffinger2011-02-11
* | dvdsubdec.c: prevent input buffer overflowJindrich Makovicka2011-02-07
* | Remove a few if (p) av_free(p) formsClément Bœsch2011-02-04
* | Replace dprintf with av_dlogLuca Barbato2011-01-30
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-28
|/
* 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