]> git.sesse.net Git - ffmpeg/history - libavcodec/dvbsubdec.c
ppc: Centralize compiler-specific altivec.h #include handling in one place
[ffmpeg] / libavcodec / dvbsubdec.c
2016-11-23 Diego Biurrundvbsub: cosmetics: Group all debug code together
2016-11-23 Diego Biurrundvbsub: Check for errors from system()
2016-08-17 Diego Biurrundvbsubdec: Remove disabled, near-duplicate debug code
2016-08-03 Diego Biurrundvbsubdec: Use NULL instead of 0 as pointer value
2016-05-11 Diego BiurrunReduce the scope of some variables
2015-10-21 Vittorio Giovaralavc: Add data and linesize to AVSubtitleRect
2015-10-04 Vittorio Giovaradvbsubdec: Fix function return type
2015-04-19 Vittorio Giovaralavc: Replace av_dlog and tprintf with internal macros
2015-01-27 Vittorio Giovaradvbsubdec: check memory allocations and propagate errors
2014-11-11 Vittorio Giovaradvbsubdec: move shared codepath
2014-11-11 Vittorio Giovaradvbsubdec: improve error checking
2014-11-11 Jernej Fijačkodvbsubdec: add missing break
2014-04-04 Diego BiurrunRemove a number of unnecessary dsputil.h #includes
2014-03-13 Diego Biurrundsputil: cosmetics: Lose camelCase on ff_cropTbl and...
2013-11-06 Diego BiurrunRemove #undefs for formerly forbidden system functions
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-04-06 Martin Storsjöcosmetics: Align codec declarations
2012-02-21 Janne Grunaudvbsubdec: avoid undefined signed left shift in RGBA...
2011-11-02 Diego BiurrunRemove some stray unnecessary ffmpeg references.
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-06-08 Diego Biurrundvbsubdec: Fix compilation of debug code.
2011-06-07 Diego BiurrunReplace some av_log/printf + #ifdef combinations by...
2011-06-07 Diego BiurrunReplace some nonstandard DEBUG_* preprocessor directive...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-10 Janne Grunaudvbsubdec: check against buffer overreads
2011-02-10 Reimar DöffingerDo not fail DVB sub decoding because of a few padding...
2011-02-07 Jindrich Makovickadvbsubdec: pass correct input buffer size
2011-02-03 Clément BœschRemove a few if (p) av_free(p) forms
2011-01-29 Luca BarbatoReplace dprintf with av_dlog
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2010-07-14 Reimar DöffingerPass the composition and ancillary ID for DVB subtitles...
2010-07-11 Reimar DöffingerRemove useless casts and memset.
2010-07-01 Stefano SabatiniMove colorspace.h from libavcodec to libavutil.
2010-06-16 Janne Grunaudvbsub: parse display definition segment
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2009-08-20 Reimar DöffingerAlways allocate a buffer of AVPALETTE_SIZE for palette...
2009-07-30 Diego BiurrunChange av_log() calls surrounded by '#ifdef DEBUG'...
2009-07-14 Janne GrunauSet subtitle type in DVB subtitle decoder.
2009-04-13 Stefano SabatiniRename bitstream.h to get_bits.h.
2009-04-12 Reynaldo H. Verdej... Fix wrong size computation for buffer. Patch is part of
2009-04-07 Thilo BorgmannImplement avcodec_decode_video2(), _audio3() and _subti...
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2009-01-03 Michael NiedermayerReplace AVSubtitleRect.rgba_palette and bitmap by AVPic...
2009-01-03 Michael NiedermayerChange AVSubtitle.rects to an array of pointers so...
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-05-28 Michael Niedermayerminor simplification
2008-05-28 Michael Niedermayerredundant
2008-04-27 Stefano SabatiniAdd long names to AVCodec declarations.
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-02-01 Michael Niedermayerconsts
2007-12-03 Diego Biurruncolour --> color in variable names
2007-11-19 Michael Niedermayercosmetic (x==NULL -> !x)
2007-11-19 Michael Niedermayercosmetic (place { consistently)
2007-11-19 Michael Niedermayercosmetic (remove != 0 / != NULL)
2007-11-19 Michael Niedermayeruse sizeof in snprintf (note the changed code is all...
2007-11-19 Michael Niedermayercheck region depth for validity
2007-08-09 Alex Beregszasziuse get_bits1(..) instead get_bits(.., 1)
2007-07-17 Ian Caulfieldcreate colorspace.h and use it where appropriate
2007-05-06 Diego BiurrunMove dvbsubdec parser to its own file.
2007-03-13 Michael Niedermayerremove useless static cm variable
2007-01-19 Alex Beregszaszirename BE/LE_8/16/32 to AV_RL/B_8/16/32
2006-11-12 Måns Rullgårdrename cropTbl -> ff_cropTbl
2006-11-01 Steve L'HommeReplace most of the %lld and %llx by their (cleaner...
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-08-14 Ian Caulfieldsubs.diff fixes a couple of minor bugs in my DVB subtit...
2005-07-17 Michael NiedermayerDVB subtitle decoder by (Ian Caulfield: imc25, cam...