]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/truemotion1.c
WMA: extend exponent range to 95
[frescor/ffmpeg.git] / libavcodec / truemotion1.c
2009-07-26 mruReplace WORDS_BIGENDIAN with HAVE_BIGENDIAN
2009-07-22 mruRemove useless #include <unistd.h> from many files
2009-04-07 rbultjeImplement avcodec_decode_video2(), _audio3() and _subti...
2009-02-01 diegoUse full internal pathname in doxygen @file directives.
2008-12-14 melansonundoing revision 16118 for truemotion1.c; commit was...
2008-12-14 melansonThe POSIX namespace shall be held sacrosanct. To that...
2008-06-24 stefangmark read-only data as const
2008-06-12 stefanoMake AVCodec long_names definition conditional dependin...
2008-06-06 michaelFix reading an element after the array.
2008-05-06 diegoRemove unnecessary parentheses from return calls.
2008-04-29 diegoAdd some long names to AVCodec declarations.
2008-03-21 zuxyApply 'cold' attribute to init/uninit functions in...
2008-02-01 michaelmore const
2008-02-01 michaelconst
2007-08-09 alexuse reget_buffer and remove internal copying of buffer...
2007-05-10 diegoRemove redundant #inclusion of common.h, avcodec.h...
2007-04-20 alexcosmetics: remove my email address
2007-04-08 diegoGet rid of unnecessary pointer casts.
2007-04-07 diegoRemove superfluous setting of has_b_frames in codecs...
2007-02-22 diegocosmetics: aswell --> as well typo fix
2007-02-07 diegoReplace deprecated PIX_FMT names by the newer variants.
2007-02-05 faust3fix use of uninitialized variables
2007-01-19 alexrename BE/LE_8/16/32 to AV_RL/B_8/16/32
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-01-12 diegoUpdate licensing information: The FSF changed postal...
2005-12-22 diegoCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 diegoCOSMETICS: Remove all trailing whitespace.
2005-11-10 reimarclear the whole vert_pred buffer for 24 bit decoding.
2005-11-10 melansonimprovements by Reimar Döffinger; 24-bit decoding is...
2005-06-01 michaeladding a few const
2005-01-23 michaelavoid buf_size == 0 checks in every decoder
2004-09-21 alexDecoding to bgr15/16 from 16bit input. Decoding of...
2004-06-11 melansonfix initialization bug in which execution overwrites...
2004-05-21 michaeldata_size = 0 cleanup
2004-04-07 alexconversion to av_log
2004-03-14 melansonremove numerous definitions of BE_*/LE_* macros; conver...
2004-02-22 michael(f)printf() is disallowed in libavcodec, compilation...
2003-12-04 melansonthis should make the decoder safe for big-endian platforms
2003-12-03 melansoninitial support for Duck TrueMotion v1 (think of it...