summaryrefslogtreecommitdiffstats
path: root/libavcodec/dvbsubdec.c
Commit message (Expand)AuthorAgeFilesLines
* dvbsubdec: Free subrect memory on allocation errorVittorio Giovara2017-06-281-0/+8
* dvbsubdec: Fixed segfault when decoding subtitlesLorenz Brun2017-06-281-6/+11
* Use bitstream_init8() where appropriateDiego Biurrun2017-02-071-2/+2
* dvbsubdec: Convert to the new bitstream readerAlexandra Hájková2017-01-091-34/+34
* dvbsub: cosmetics: Group all debug code togetherDiego Biurrun2016-11-231-64/+62
* dvbsub: Check for errors from system()Diego Biurrun2016-11-231-2/+8
* dvbsubdec: Remove disabled, near-duplicate debug codeDiego Biurrun2016-08-171-60/+2
* dvbsubdec: Use NULL instead of 0 as pointer valueDiego Biurrun2016-08-031-4/+4
* Reduce the scope of some variablesDiego Biurrun2016-05-111-1/+3
* lavc: Add data and linesize to AVSubtitleRectVittorio Giovara2015-10-211-8/+18
* dvbsubdec: Fix function return typeVittorio Giovara2015-10-041-1/+2
* lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-191-21/+22
* dvbsubdec: check memory allocations and propagate errorsVittorio Giovara2015-01-271-30/+58
* dvbsubdec: move shared codepathVittorio Giovara2014-11-111-15/+8
* dvbsubdec: improve error checkingVittorio Giovara2014-11-111-5/+15
* dvbsubdec: add missing breakJernej Fijačko2014-11-111-0/+1
* Remove a number of unnecessary dsputil.h #includesDiego Biurrun2014-04-041-1/+1
* dsputil: cosmetics: Lose camelCase on ff_cropTbl and ff_squareTbl namesDiego Biurrun2014-03-131-1/+1
* Remove #undefs for formerly forbidden system functionsDiego Biurrun2013-11-071-2/+0
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* cosmetics: Align codec declarationsMartin Storsjö2012-04-061-1/+1
* dvbsubdec: avoid undefined signed left shift in RGBA macroJanne Grunau2012-02-211-1/+1
* Remove some stray unnecessary ffmpeg references.Diego Biurrun2011-11-021-1/+1
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-8/+7
* dvbsubdec: Fix compilation of debug code.Diego Biurrun2011-06-081-4/+5
* 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
* 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
OpenPOWER on IntegriCloud