summaryrefslogtreecommitdiff
path: root/libavcodec/dvbsubdec.c
Commit message (Expand)AuthorAge
* Reduce the scope of some variablesDiego Biurrun2016-05-11
* lavc: Add data and linesize to AVSubtitleRectVittorio Giovara2015-10-21
* dvbsubdec: Fix function return typeVittorio Giovara2015-10-04
* lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-19
* dvbsubdec: check memory allocations and propagate errorsVittorio Giovara2015-01-27
* dvbsubdec: move shared codepathVittorio Giovara2014-11-11
* dvbsubdec: improve error checkingVittorio Giovara2014-11-11
* dvbsubdec: add missing breakJernej Fijačko2014-11-11
* Remove a number of unnecessary dsputil.h #includesDiego Biurrun2014-04-04
* dsputil: cosmetics: Lose camelCase on ff_cropTbl and ff_squareTbl namesDiego Biurrun2014-03-13
* Remove #undefs for formerly forbidden system functionsDiego Biurrun2013-11-07
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* dvbsubdec: avoid undefined signed left shift in RGBA macroJanne Grunau2012-02-21
* 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