Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-09-05Cosmetics: indent after last commit and remove useless bracesVitor Sessak
2008-09-05Simplify: use a for instead of unrolling by handVitor Sessak
2008-09-05Functions mace{3,6}_decode_frame() are just wrappers to Exp1to{3,6}(). This c...Vitor Sessak
2008-09-05Simplify: use two distinct functions to decode MACE3 and MACE6, since theVitor Sessak
2008-09-05Simplify mace_decode_frame()Vitor Sessak
2008-09-05Remove useless commentsVitor Sessak
2008-09-05Reindent mace.c, its indentation was completly inconsistent with the coding r...Vitor Sessak
2008-07-31Modify all codecs to report their supported input and output sample format(s).Peter Ross
2008-06-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
2008-04-27Add long names to many AVCodec declarations.Stefano Sabatini
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng
2008-02-01constsMichael Niedermayer
2008-01-17Replace puts() by dprintf where appropriate.Diego Biurrun
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-09-06Fix buffer handling for stereo mace files, fixes some random sig11Alan Curry
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-02-01Stereo MACE fix by Burkhard Plaum <plaum AT ipf DOT uni-stuttgart DOT de>François Revol
2004-05-21data_size = 0 cleanupMichael Niedermayer
2003-03-26debug stuff only for DEBUG :)François Revol
2003-03-06per file doxyMichael Niedermayer
2003-02-11* UINTX -> uintx_t INTX -> intx_tZdenek Kabelac
2002-11-26Avoid "unused variable 'c'" warning.François Revol
2002-11-02added MACE (Macintosh Audio Compression/Expansion) 3:1 & 6:1 supportFrançois Revol