OSDN Git Service

libx264: add 'partitions' private option
[coroid/libav_saccubus.git] / libavcodec / dvdsubdec.c
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.