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
2009-04-07Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2008-10-06Cosmetics: rename mace3_decode_frame() to mace_decode_frame()Vitor Sessak
2008-10-06Avoid code duplication between mace3_decode_frame() and mace6_decode_frame()Vitor Sessak
2008-10-05Use a for() instead of triplicating code.Vitor Sessak
2008-10-05Factorize duplicate table reading code.Vitor Sessak
2008-09-09Convert two tables to signed decimalVitor Sessak
2008-09-09Cosmetics: remove useless parenthesesVitor Sessak
2008-09-09Remove ChannelData.lev var and use ChannelData.level insteadVitor Sessak
2008-09-08Check output buffer size before decoding.Vitor Sessak
2008-09-08Cosmetics: rename vars s/ctx/chd/Vitor Sessak
2008-09-07Exploit symmetry to reduce size of tables by half.Vitor Sessak
2008-09-07Cosmetics: s/short/int16_t/Vitor Sessak
2008-09-07Remove cast, now tables are signed.Vitor Sessak
2008-09-07Convert tables to signed and decimal.Vitor Sessak
2008-09-07Remove unused table entries.Vitor Sessak
2008-09-07Remove commented out code.Vitor Sessak
2008-09-07Use FFMIN() instead of rewriting it.Vitor Sessak
2008-09-07Factorize broken clipping in its own function and document it.Vitor Sessak
2008-09-07Cosmetics: whitespace/linebreaksVitor Sessak
2008-09-07Use the same 8 bit -> 16 bit conversion as QuickTime.Vitor Sessak
2008-09-07Do not share context variables between channels and do not zero them atVitor Sessak
2008-09-07Remove output pointer from contextVitor Sessak
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