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-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