]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/mace.c
Per-stream language-tags extraction in asfdec.
[frescor/ffmpeg.git] / libavcodec / mace.c
2009-04-07 rbultjeImplement avcodec_decode_video2(), _audio3() and _subti...
2009-02-01 diegoUse full internal pathname in doxygen @file directives.
2008-10-05 vitorCosmetics: rename mace3_decode_frame() to mace_decode_f...
2008-10-05 vitorAvoid code duplication between mace3_decode_frame(...
2008-10-05 vitorUse a for() instead of triplicating code.
2008-10-05 vitorFactorize duplicate table reading code.
2008-09-09 vitorConvert two tables to signed decimal
2008-09-09 vitorCosmetics: remove useless parenthesis
2008-09-09 vitorRemove ChannelData.lev var and use ChannelData.level...
2008-09-07 vitorCheck output buffer size before decoding.
2008-09-07 vitorCosmetics: rename vars s/ctx/chd/
2008-09-07 vitorUse tables symetry to reduce their size by half.
2008-09-07 vitorCosmetics: s/short/int16_t/
2008-09-07 vitorRemove cast, now tables are signed.
2008-09-07 vitorConvert tables to signed and decimal.
2008-09-07 vitorRemove unused table entries.
2008-09-07 vitorRemove commented out code.
2008-09-07 vitorUse FFMIN() instead of rewriting it.
2008-09-07 vitorFactorize broken clipping in its own function and docum...
2008-09-07 vitorCosmetics: whitespace/linebreaks
2008-09-07 vitorUse the same 8 bit -> 16 bit convertion as quicktime
2008-09-07 vitorDo not share context variables between channels and...
2008-09-07 vitorRemove output pointer from context
2008-09-05 vitorCosmetics: indent after last commit and remove useless...
2008-09-05 vitorSimplify: use a for instead of unrolling by hand
2008-09-04 vitorFunctions mace{3,6}_decode_frame() are just wrappers...
2008-09-04 vitorSimplify: use two distinct functions to decode MACE3...
2008-09-04 vitorSimplify mace_decode_frame()
2008-09-04 vitorRemove useless comments
2008-09-04 vitorReindent mace.c, its indentation was completly inconsis...
2008-07-31 prossModify all codecs to report their supported input and...
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-01 michaelconsts
2008-01-17 diegoReplace puts() by dprintf where appropriate.
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-09-05 rtogniFix buffer handling for stereo mace files, fixes some...
2006-01-12 diegoUpdate licensing information: The FSF changed postal...
2005-12-17 diegoCOSMETICS: Remove all trailing whitespace.
2005-02-01 mmu_manStereo MACE fix by Burkhard Plaum <plaum AT ipf DOT...
2004-05-21 michaeldata_size = 0 cleanup
2003-03-26 mmu_mandebug stuff only for DEBUG :)
2003-03-06 michaelniper file doxy
2003-02-11 kabi* UINTX -> uintx_t INTX -> intx_t
2002-11-26 mmu_manAvoid "unused variable 'c'" warning.
2002-11-02 michaelniadded MACE (Macintosh Audio Compression/Expansion)...