]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/g726.c
Removed static omkization
[frescor/ffmpeg.git] / libavcodec / g726.c
2009-04-13 stefanoRename bitstream.h to get_bits.h.
2009-04-12 stefanoSplit bitstream.h, put the bitstream writer stuff in...
2009-04-07 rbultjeImplement avcodec_decode_video2(), _audio3() and _subti...
2009-01-19 diegocosmetics: Remove pointless period after copyright...
2009-01-13 aurelChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-09-03 diegoReplace generic CONFIG_ENCODERS preprocessor conditiona...
2008-09-02 diegoPrevent a division by 0 in the g726 decoder when the...
2008-07-31 prossModify all codecs to report their supported input and...
2008-06-19 michaelDont shift F[I] twice, its also clearer and smaller...
2008-06-19 michaelFactorize c->ap += (-c->ap) >> 4 out
2008-06-19 michaelGet rid of G726Tables.bits.
2008-06-19 michaelCopy 4 pointers to avid dozends of ptr dereferences.
2008-06-19 michaelDoes not need to be int16.
2008-06-19 michaelFactorize I >> (c->tbls->bits - 1) out.
2008-06-19 michael1 abs() less
2008-06-18 michaelsimplify
2008-06-18 michaeluseless ()
2008-06-18 michaelremove unneeded tr == 0
2008-06-18 michaelsimplify
2008-06-18 michaelGet rid of the redundant AVG726Context.
2008-06-18 michaelRemove the truncated bitstream handling from our g726...
2008-06-17 michaelChange iquan tables to int16.
2008-06-17 michaelsimplify
2008-06-17 michaelGet rid of useless wraper function.
2008-06-17 michaelDont inline g726_iterate() the function is big so its...
2008-06-16 michaelReplace i2f(0) by the actual thing done, gcc is not...
2008-06-16 michaelRemove redundant zeroing (the context is memset(0)).
2008-06-16 michaelUse smaller data types for tables.
2008-06-16 michaelFloat11 doesnt need int, .o file becomes smaller and...
2008-06-16 michaelsimplify
2008-06-16 michaelCorrect validity checks.
2008-06-16 michaelPrint sane error message for channels != 1.
2008-06-16 michaelCheck number of bits so we dont try to use table entrie...
2008-06-16 michaelSupport decoding of sample_g726.asf.
2008-06-16 michaelget_bits() outputs exactly as many bits as requested...
2008-06-16 michaelRemove dead code.
2008-06-13 michael-0x8000 == 0x8000 with int16
2008-06-12 stefanoMake AVCodec long_names definition conditional dependin...
2008-04-27 diegoAdd long names to many AVCodec declarations.
2008-03-21 zuxyApply 'cold' attribute to init/uninit functions in...
2008-02-19 michaelFix ;;
2008-02-01 michaelconst
2008-01-07 benoitMark the tables in g726.c as constant.
2007-05-10 diegoRemove redundant #inclusion of common.h, avcodec.h...
2007-02-25 reimarAdd av_ prefix to clip functions
2007-02-13 mmu_manThis fixes error handling for BeOS, removing the need...
2006-11-01 diegoreindentation, patch by From: Steve Lhomme, slhomme...
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-09-27 mruadd some #ifdef CONFIG_ENCODERS/DECODERS
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-05-08 michael#defines for strict_std_compliance and split between...
2004-12-29 michaelcommon.c -> bitstream.c (and the single non bitstream...
2004-07-22 michaelmake comments doxygen compatible
2004-02-10 romansh * gotta setup coded_frame for encoding. avcodec...
2004-02-07 michaeluse clip() from common.h
2004-02-07 romansh * Initial implementation of the G.726 ADPCM audio...