]> git.sesse.net Git - ffmpeg/history - libavcodec/mace.c
Use full internal pathname in doxygen @file directives.
[ffmpeg] / libavcodec / mace.c
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2008-10-05 Vitor SessakCosmetics: rename mace3_decode_frame() to mace_decode_f...
2008-10-05 Vitor SessakAvoid code duplication between mace3_decode_frame(...
2008-10-05 Vitor SessakUse a for() instead of triplicating code.
2008-10-05 Vitor SessakFactorize duplicate table reading code.
2008-09-09 Vitor SessakConvert two tables to signed decimal
2008-09-09 Vitor SessakCosmetics: remove useless parentheses
2008-09-09 Vitor SessakRemove ChannelData.lev var and use ChannelData.level...
2008-09-07 Vitor SessakCheck output buffer size before decoding.
2008-09-07 Vitor SessakCosmetics: rename vars s/ctx/chd/
2008-09-07 Vitor SessakExploit symmetry to reduce size of tables by half.
2008-09-07 Vitor SessakCosmetics: s/short/int16_t/
2008-09-07 Vitor SessakRemove cast, now tables are signed.
2008-09-07 Vitor SessakConvert tables to signed and decimal.
2008-09-07 Vitor SessakRemove unused table entries.
2008-09-07 Vitor SessakRemove commented out code.
2008-09-07 Vitor SessakUse FFMIN() instead of rewriting it.
2008-09-07 Vitor SessakFactorize broken clipping in its own function and docum...
2008-09-07 Vitor SessakCosmetics: whitespace/linebreaks
2008-09-07 Vitor SessakUse the same 8 bit -> 16 bit conversion as QuickTime.
2008-09-07 Vitor SessakDo not share context variables between channels and...
2008-09-07 Vitor SessakRemove output pointer from context
2008-09-05 Vitor SessakCosmetics: indent after last commit and remove useless...
2008-09-05 Vitor SessakSimplify: use a for instead of unrolling by hand
2008-09-04 Vitor SessakFunctions mace{3,6}_decode_frame() are just wrappers...
2008-09-04 Vitor SessakSimplify: use two distinct functions to decode MACE3...
2008-09-04 Vitor SessakSimplify mace_decode_frame()
2008-09-04 Vitor SessakRemove useless comments
2008-09-04 Vitor SessakReindent mace.c, its indentation was completly inconsis...
2008-07-31 Peter RossModify all codecs to report their supported input and...
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-04-27 Stefano SabatiniAdd long names to many AVCodec declarations.
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-02-01 Michael Niedermayerconsts
2008-01-17 Diego BiurrunReplace puts() by dprintf where appropriate.
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-09-05 Alan CurryFix buffer handling for stereo mace files, fixes some...
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-02-01 François RevolStereo MACE fix by Burkhard Plaum <plaum AT ipf DOT...
2004-05-21 Michael Niedermayerdata_size = 0 cleanup
2003-03-26 François Revoldebug stuff only for DEBUG :)
2003-03-06 Michael Niedermayerper file doxy
2003-02-11 Zdenek Kabelac* UINTX -> uintx_t INTX -> intx_t
2002-11-26 François RevolAvoid "unused variable 'c'" warning.
2002-11-02 François Revoladded MACE (Macintosh Audio Compression/Expansion)...