summaryrefslogtreecommitdiff
path: root/libavcodec/mace.c
Commit message (Expand)AuthorAge
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Cosmetics: rename mace3_decode_frame() to mace_decode_frame()Vitor Sessak2008-10-05
* Avoid code duplication between mace3_decode_frame() and mace6_decode_frame()Vitor Sessak2008-10-05
* Use a for() instead of triplicating code.Vitor Sessak2008-10-05
* Factorize duplicate table reading code.Vitor Sessak2008-10-05
* Convert two tables to signed decimalVitor Sessak2008-09-09
* Cosmetics: remove useless parenthesesVitor Sessak2008-09-09
* Remove ChannelData.lev var and use ChannelData.level insteadVitor Sessak2008-09-09
* Check output buffer size before decoding.Vitor Sessak2008-09-07
* Cosmetics: rename vars s/ctx/chd/Vitor Sessak2008-09-07
* Exploit symmetry to reduce size of tables by half.Vitor Sessak2008-09-07
* Cosmetics: s/short/int16_t/Vitor Sessak2008-09-07
* Remove cast, now tables are signed.Vitor Sessak2008-09-07
* Convert tables to signed and decimal.Vitor Sessak2008-09-07
* Remove unused table entries.Vitor Sessak2008-09-07
* Remove commented out code.Vitor Sessak2008-09-07
* Use FFMIN() instead of rewriting it.Vitor Sessak2008-09-07
* Factorize broken clipping in its own function and document it.Vitor Sessak2008-09-07
* Cosmetics: whitespace/linebreaksVitor Sessak2008-09-07
* Use the same 8 bit -> 16 bit conversion as QuickTime.Vitor Sessak2008-09-07
* Do not share context variables between channels and do not zero them atVitor Sessak2008-09-07
* Remove output pointer from contextVitor Sessak2008-09-07
* Cosmetics: indent after last commit and remove useless bracesVitor Sessak2008-09-05
* Simplify: use a for instead of unrolling by handVitor Sessak2008-09-05
* Functions mace{3,6}_decode_frame() are just wrappers to Exp1to{3,6}(). This c...Vitor Sessak2008-09-04
* Simplify: use two distinct functions to decode MACE3 and MACE6, since theVitor Sessak2008-09-04
* Simplify mace_decode_frame()Vitor Sessak2008-09-04
* Remove useless commentsVitor Sessak2008-09-04
* Reindent mace.c, its indentation was completly inconsistent with the coding r...Vitor Sessak2008-09-04
* Modify all codecs to report their supported input and output sample format(s).Peter Ross2008-07-31
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* Add long names to many AVCodec declarations.Stefano Sabatini2008-04-27
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* constsMichael Niedermayer2008-02-01
* Replace puts() by dprintf where appropriate.Diego Biurrun2008-01-17
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Fix buffer handling for stereo mace files, fixes some random sig11Alan Curry2006-09-05
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* Stereo MACE fix by Burkhard Plaum <plaum AT ipf DOT uni-stuttgart DOT de>François Revol2005-02-01
* data_size = 0 cleanupMichael Niedermayer2004-05-21
* debug stuff only for DEBUG :)François Revol2003-03-26
* per file doxyMichael Niedermayer2003-03-06
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-11
* Avoid "unused variable 'c'" warning.François Revol2002-11-26
* added MACE (Macintosh Audio Compression/Expansion) 3:1 & 6:1 supportFrançois Revol2002-11-02