]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/dvdsubdec.c
Simplify AC-3 critical band end calculation (correctly this time).
[frescor/ffmpeg.git] / libavcodec / dvdsubdec.c
2009-08-20 reimarAlways allocate a buffer of AVPALETTE_SIZE for palette...
2009-08-15 reimarSimplify initialization of AVSubtitle by using memset.
2009-08-15 reimarFix cmd_pos bounds check to avoid the overflow case.
2009-07-30 diegoChange av_log() calls surrounded by '#ifdef DEBUG'...
2009-07-26 stefanoSet subtitle type in DVD and XSUB subtitle decoders.
2009-04-13 stefanoRename bitstream.h to get_bits.h.
2009-04-07 rbultjeImplement avcodec_decode_video2(), _audio3() and _subti...
2009-02-12 diegoSet AVSubtitle format to 0. Neither dvdsubdec nor xsubd...
2009-01-19 diegocosmetics: Remove pointless period after copyright...
2009-01-03 michaelReplace AVSubtitleRect.rgba_palette and bitmap by AVPic...
2009-01-03 michaelForgot to update (I likely missed it due to its similar...
2008-07-13 mrudvdsubdec: allow compilation with -DDEBUG
2008-06-12 stefanoMake AVCodec long_names definition conditional dependin...
2008-04-27 diegoAdd long names to AVCodec declarations.
2008-02-01 michaelconsts
2007-11-25 aurelremove some empty close/init functions in avcodec
2007-07-24 takisReindent two lines.
2007-07-24 takisAdd HD-DVD subpicture decoding.
2007-07-24 takisRename "palette" to "colormap" when it's referring...
2007-05-06 diegoMove dvdsub parser to its own file.
2007-01-30 takisRemove the getbe16 functions and use the AV_RB16 macro...
2007-01-30 takisFix a bug in the DVD subtitle decoder where subtitles...
2006-10-27 diegoRename dvdsub.c to dvdsubdec.c.