summaryrefslogtreecommitdiffstats
path: root/libavcodec/dvbsubdec.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-091-4/+5
|\
| * dvbsubdec: Fix compilation of debug code.Diego Biurrun2011-06-081-4/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-081-32/+16
|\ \ | |/
| * Replace some av_log/printf + #ifdef combinations by av_dlog.Diego Biurrun2011-06-071-28/+13
| * Replace some nonstandard DEBUG_* preprocessor directives by plain DEBUG.Diego Biurrun2011-06-071-4/+3
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * dvbsubdec: check against buffer overreadsJanne Grunau2011-02-101-2/+9
| * Do not fail DVB sub decoding because of a few padding bytesReimar Döffinger2011-02-101-7/+2
| * dvbsubdec: pass correct input buffer sizeJindrich Makovicka2011-02-071-3/+3
| * Remove a few if (p) av_free(p) formsClément Bœsch2011-02-031-5/+2
| * Replace dprintf with av_dlogLuca Barbato2011-01-291-8/+8
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
* | dvbsubdec: Split delete_state()JULIAN GARDNER2011-05-041-18/+38
* | add avcodec_get_subtitle_defaults() to initialize AVSubtitle structAurelien Jacobs2011-04-111-3/+0
* | dvbsubdec: check against buffer overreadsJanne Grunau2011-02-111-2/+9
* | Do not fail DVB sub decoding because of a few padding bytesReimar Döffinger2011-02-111-7/+2
* | dvdsubdec.c: prevent input buffer overflowJindrich Makovicka2011-02-071-3/+3
* | Remove a few if (p) av_free(p) formsClément Bœsch2011-02-041-5/+2
* | Replace dprintf with av_dlogLuca Barbato2011-01-301-8/+8
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-281-1/+1
|/
* Pass the composition and ancillary ID for DVB subtitles via extradata insteadReimar Döffinger2010-07-141-3/+10
* Remove useless casts and memset.Reimar Döffinger2010-07-111-12/+10
* Move colorspace.h from libavcodec to libavutil.Stefano Sabatini2010-07-011-1/+1
* dvbsub: parse display definition segmentJanne Grunau2010-06-161-2/+65
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Always allocate a buffer of AVPALETTE_SIZE for palette in the subtitleReimar Döffinger2009-08-201-1/+1
* Change av_log() calls surrounded by '#ifdef DEBUG' into dprintf macros.Diego Biurrun2009-07-301-25/+9
* Set subtitle type in DVB subtitle decoder.Janne Grunau2009-07-141-0/+1
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-131-1/+1
* Fix wrong size computation for buffer. Patch is part ofReynaldo H. Verdejo Pinochet2009-04-121-4/+4
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-071-1/+3
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* Replace AVSubtitleRect.rgba_palette and bitmap by AVPicture.Michael Niedermayer2009-01-031-5/+5
* Change AVSubtitle.rects to an array of pointers so ABI does not breakMichael Niedermayer2009-01-031-3/+6
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-1/+1
* minor simplificationMichael Niedermayer2008-05-281-4/+4
* redundantMichael Niedermayer2008-05-281-1/+2
* Add long names to AVCodec declarations.Stefano Sabatini2008-04-271-0/+1
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-211-2/+2
* constsMichael Niedermayer2008-02-011-18/+18
* colour --> color in variable namesDiego Biurrun2007-12-031-14/+14
* cosmetic (x==NULL -> !x)Michael Niedermayer2007-11-191-7/+7
* cosmetic (place { consistently)Michael Niedermayer2007-11-191-22/+11
* cosmetic (remove != 0 / != NULL)Michael Niedermayer2007-11-191-44/+44
* use sizeof in snprintf (note the changed code is all under #if 0)Michael Niedermayer2007-11-191-5/+5
* check region depth for validityMichael Niedermayer2007-11-191-0/+4
* use get_bits1(..) instead get_bits(.., 1)Alex Beregszaszi2007-08-091-4/+4
* create colorspace.h and use it where appropriateIan Caulfield2007-07-171-23/+1
* Move dvbsubdec parser to its own file.Diego Biurrun2007-05-061-170/+0
* remove useless static cm variableMichael Niedermayer2007-03-131-3/+1
OpenPOWER on IntegriCloud