]> git.sesse.net Git - ffmpeg/history - libavcodec/dvdsubdec.c
mpegvideo_enc: do not modify the input frame.
[ffmpeg] / libavcodec / dvdsubdec.c
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.