]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/dvbsubdec.c
WMA: extend exponent range to 95
[frescor/ffmpeg.git] / libavcodec / dvbsubdec.c
2009-08-20 reimarAlways allocate a buffer of AVPALETTE_SIZE for palette...
2009-07-30 diegoChange av_log() calls surrounded by '#ifdef DEBUG'...
2009-07-14 stefanoSet subtitle type in DVB subtitle decoder.
2009-04-13 stefanoRename bitstream.h to get_bits.h.
2009-04-12 reynaldoFix wrong size computation for buffer. Patch is part of
2009-04-07 rbultjeImplement avcodec_decode_video2(), _audio3() and _subti...
2009-01-19 diegocosmetics: Remove pointless period after copyright...
2009-01-03 michaelReplace AVSubtitleRect.rgba_palette and bitmap by AVPic...
2009-01-03 michaelChange AVSubtitle.rects to an array of pointers so...
2008-06-12 stefanoMake AVCodec long_names definition conditional dependin...
2008-05-28 michaelminor simplification
2008-05-28 michaelredundant
2008-04-27 diegoAdd long names to AVCodec declarations.
2008-03-21 zuxyApply 'cold' attribute to init/uninit functions in...
2008-02-01 michaelconsts
2007-12-03 diegocolour --> color in variable names
2007-11-19 michaelcosmetic (x==NULL -> !x)
2007-11-19 michaelcosmetic (place { consistently)
2007-11-19 michaelcosmetic (remove != 0 / != NULL)
2007-11-19 michaeluse sizeof in snprintf (note the changed code is all...
2007-11-19 michaelcheck region depth for validity
2007-08-09 alexuse get_bits1(..) instead get_bits(.., 1)
2007-07-17 benoitcreate colorspace.h and use it where appropriate
2007-05-06 diegoMove dvbsubdec parser to its own file.
2007-03-13 michaelremove useless static cm variable
2007-01-19 alexrename BE/LE_8/16/32 to AV_RL/B_8/16/32
2006-11-12 mrurename cropTbl -> ff_cropTbl
2006-11-01 diegoReplace most of the %lld and %llx by their (cleaner...
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-01-12 diegoUpdate licensing information: The FSF changed postal...
2005-12-17 diegoCOSMETICS: Remove all trailing whitespace.
2005-08-14 michaelsubs.diff fixes a couple of minor bugs in my DVB subtit...
2005-07-17 michaelDVB subtitle decoder by (Ian Caulfield: imc25, cam...