]> git.sesse.net Git - ffmpeg/history - libavcodec/dvdsubdec.c
lavc: Add data and linesize to AVSubtitleRect
[ffmpeg] / libavcodec / dvdsubdec.c
2015-10-21 Vittorio Giovaralavc: Add data and linesize to AVSubtitleRect
2015-04-19 Vittorio Giovaralavc: Replace av_dlog and tprintf with internal macros
2015-02-17 Vittorio Giovaradvdsubdec: Check memory allocations
2014-11-21 Luca Barbatodvdsubdec: Do not leak on failure path
2014-08-15 Gabriel Dumecosmetics: Write NULL pointer inequality checks more...
2014-08-15 Gabriel Dumecosmetics: Write NULL pointer equality checks more...
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-31 Anton Khirnovdvdsubdec: stop using deprecated avcodec_set_dimensions
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2013-05-15 Diego BiurrunRemove commented-out debug #define cruft
2013-05-04 Diego Biurrunavcodec: Add av_cold attributes to init functions missi...
2013-04-08 Martin Storsjölavc: Make pointers to ff_cropTbl const
2013-03-07 Reimar DöffingerUse the avstring.h locale-independent character type...
2013-01-19 Clément Bœschdvdsubdec: parse the size from the extradata
2013-01-15 Joakim Platedvdsubdec: Support palette in mkv
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-04-06 Martin Storsjöcosmetics: Align codec declarations
2012-03-28 Diego BiurrunReplace memset(0) by zero initializations.
2011-11-02 Diego BiurrunRemove some stray unnecessary ffmpeg references.
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-05-24 Alexandre Coluccidvdsubdec: fix incorrect colors.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
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-27 Aurelien Jacobsremove useless cast
2010-07-01 Stefano SabatiniMove colorspace.h from libavcodec to libavutil.
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-08-15 Reimar DöffingerSimplify initialization of AVSubtitle by using memset.
2009-08-15 Reimar DöffingerFix cmd_pos bounds check to avoid the overflow case.
2009-07-30 Diego BiurrunChange av_log() calls surrounded by '#ifdef DEBUG'...
2009-07-26 Janne GrunauSet subtitle type in DVD and XSUB subtitle decoders.
2009-04-13 Stefano SabatiniRename bitstream.h to get_bits.h.
2009-04-07 Thilo BorgmannImplement avcodec_decode_video2(), _audio3() and _subti...
2009-02-12 Björn AxelssonSet AVSubtitle format to 0. Neither dvdsubdec nor xsubd...
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 NiedermayerForgot to update (I likely missed it due to its similar...
2008-07-13 Måns Rullgårddvdsubdec: allow compilation with -DDEBUG
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-04-27 Stefano SabatiniAdd long names to AVCodec declarations.
2008-02-01 Michael Niedermayerconsts
2007-11-25 Aurelien Jacobsremove some empty close/init functions in avcodec
2007-07-24 Ian CaulfieldReindent two lines.
2007-07-24 Ian CaulfieldAdd HD-DVD subpicture decoding.
2007-07-24 Ian CaulfieldRename "palette" to "colormap" when it's referring...
2007-05-06 Diego BiurrunMove dvdsub parser to its own file.
2007-01-30 Panagiotis IssarisRemove the getbe16 functions and use the AV_RB16 macro...
2007-01-30 Ian CaulfieldFix a bug in the DVD subtitle decoder where subtitles...
2006-10-27 Diego BiurrunRename dvdsub.c to dvdsubdec.c.