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
2013-07-25miscellaneous typo fixesDiego Biurrun
2013-05-04avcodec: Add av_cold attributes to init functions missing themDiego Biurrun
2013-03-09lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruftAnton Khirnov
2013-02-12wmaenc: alloc/free coded_frame instead of keeping it in the WMACodecContextJustin Ruggles
2013-01-22floatdsp: move butterflies_float from dsputil to avfloatdsp.Ronald S. Bultje
2012-11-01wma: do not keep private copies of some AVCodecContext fieldsJustin Ruggles
2012-10-06wmaenc: use float planar sample formatJustin Ruggles
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-07-01wma: Lower the maximum number of channels to 2Martin Storsjö
2012-03-07wma: Refactor common code to fix standalone compilation of WMA lossless decoder.Diego Biurrun
2012-02-16dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö
2012-02-16vlc/rl: Add ff_ prefix to the nonstatic symbolsMartin Storsjö
2012-01-28cosmetics: Remove extra newlines at EOFAlex Converse
2012-01-26wma: Clip WMA1 and WMA2 frame length to 11 bits.Alex Converse
2011-11-22wma: initialize prev_block_len_bits, next_block_len_bits, and block_len_bits.Justin Ruggles
2011-03-20Move sine windows to a separate fileMans Rullgard
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-02Separate format conversion DSP functions from DSPContext.Justin Ruggles
2011-01-30Replace dprintf with av_dlogLuca Barbato
2010-07-02Fix Doxygen documentation of gb parameter in ff_wma_get_large_val().Diego Biurrun
2010-01-23Export wma_critical_freqs as ff_wma_critical_freqsDaniel Verkamp
2010-01-09Add support for hard-coded MDCT-related ff_sine_windows tables.Reimar Döffinger
2009-09-29WMA: store level_table as floats, use type punning for sign flip in decodeMåns Rullgård
2009-09-15Add two more sizes to ff_sine_windows[] and also pad it with NULLs soVitor Sessak
2009-06-20Make remaining run level decode comments doxygen commentsSascha Sommer
2009-06-20Simplify run level decoding:Sascha Sommer
2009-06-20Fix indentation after the previous commitSascha Sommer
2009-06-20Add support for escape coded wmapro run level coefficientsSascha Sommer
2009-06-20Introduce WMACoef typedef for decoded coefficientsSascha Sommer
2009-06-12Move run level decode functionality to ff_wma_run_level_decodeSascha Sommer
2009-06-12cosmetics: Add brackets between if/elseSascha Sommer
2009-06-12Add additional sample rates to the frame len bits calculation codeSascha Sommer
2009-06-12Move frame len bits calculation to ff_wma_get_frame_len_bitsSascha Sommer
2009-06-12cosmetics: Prettyprint and reformat wma.c closer to K&R style.Diego Biurrun
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2008-08-24Fix index to ff_sine_windows[]. Previously the index was usually in reverseRobert Swain
2008-08-15Don't try to free shared ff_sine_* tables pointed to by s->windows[]Robert Swain
2008-08-14Add declarations for the sine tables used in wma.c (half window sizes: 128,Robert Swain
2008-08-14Change wma.c to use the ff_sine_window_init() from mdct.cRobert Swain
2007-07-18fix mem leakZdenek Kabelac
2007-05-31sanity checks (should prevent hypothetical div by zero issue)Michael Niedermayer
2007-03-26Optimize by building the mdct window and multipying/adding at the same time.Ian Braithwaite
2007-03-12Give context to dprintfMichel Bardiaux
2007-03-08Corrections so that builds with DEBUG workMichel Bardiaux
2007-02-27Rename WMADecodeContext to WMACodecContextMichel Bardiaux
2007-02-27Supply context to tprintfMichel Bardiaux
2007-02-24cosmetics: Fix another common typo, dependAnt --> dependEnt.Diego Biurrun
2007-02-06wma encoderMichael Niedermayer