]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/vmnc.c
WMA: extend exponent range to 95
[frescor/ffmpeg.git] / libavcodec / vmnc.c
2009-10-13 reimarRemove unnecessary calls to avcodec_check_dimensions...
2009-06-05 bcouduriervmware video decoder uses reget_buffer, set CODEC_CAP_DR1
2009-04-24 kostyaRemove useless assignment during initialization for...
2009-04-07 rbultjeImplement avcodec_decode_video2(), _audio3() and _subti...
2009-02-01 diegoUse full internal pathname in doxygen @file directives.
2009-01-11 diegoFix build: Add intreadwrite.h and bswap.h #includes...
2008-09-08 michaelBump Major version, this commit is almost just renaming...
2008-06-12 stefanoMake AVCodec long_names definition conditional dependin...
2008-04-30 diegoTransform codec short name into a single word.
2008-04-29 diegoAdd long names to some AVCodec declarations.
2008-03-21 zuxyApply 'cold' attribute to init/uninit functions in...
2008-02-01 michaelconst
2007-12-02 diegoMisc spelling fixes, prefer American over British English.
2007-07-05 diegolicense header consistency cosmetics
2007-05-10 diegoRemove redundant #inclusion of common.h, avcodec.h...
2007-04-08 diegoGet rid of unnecessary pointer casts.
2007-03-27 kostyaRemove redundant assign
2007-01-19 alexrename BE/LE_8/16/32 to AV_RL/B_8/16/32
2006-12-08 mrurename always_inline to av_always_inline and move to...
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-10-03 diegoRemove unused variables and the corresponding warnings...
2006-10-01 kostya1l: correct argument order in avcodec_check_dimensions
2006-09-07 kostyaHandle the rest of known blocks (by skipping them)
2006-09-07 kostyaTests for overreading input data
2006-09-07 kostyaCursor drawing support
2006-09-05 kostyaTry to handle all chunks, previous scheme was not correct.
2006-09-05 kostyaHandle raw blocks correctly (both updating pointer...
2006-09-05 kostyaVMware Video decoder (fourcc: VMnc)