summaryrefslogtreecommitdiffstats
path: root/libavcodec/wma.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-231-0/+3
|\
| * wma: initialize prev_block_len_bits, next_block_len_bits, and block_len_bits.Justin Ruggles2011-11-221-0/+3
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-211-0/+1
|\ \ | |/
| * Move sine windows to a separate fileMans Rullgard2011-03-201-0/+1
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-5/+5
| * Separate format conversion DSP functions from DSPContext.Justin Ruggles2011-02-021-0/+1
| * Replace dprintf with av_dlogLuca Barbato2011-01-291-4/+4
* | Separate format conversion DSP functions from DSPContext.Justin Ruggles2011-02-041-0/+1
* | Replace dprintf with av_dlogLuca Barbato2011-01-301-4/+4
|/
* Fix Doxygen documentation of gb parameter in ff_wma_get_large_val().Diego Biurrun2010-07-021-1/+1
* Export wma_critical_freqs as ff_wma_critical_freqsDaniel Verkamp2010-01-231-2/+2
* Add support for hard-coded MDCT-related ff_sine_windows tables.Reimar Döffinger2010-01-091-3/+1
* WMA: store level_table as floats, use type punning for sign flip in decodeMåns Rullgård2009-09-291-6/+13
* Add two more sizes to ff_sine_windows[] and also pad it with NULLs soVitor Sessak2009-09-151-2/+2
* Make remaining run level decode comments doxygen commentsSascha Sommer2009-06-201-4/+4
* Simplify run level decoding:Sascha Sommer2009-06-201-30/+21
* Fix indentation after the previous commitSascha Sommer2009-06-201-4/+4
* Add support for escape coded wmapro run level coefficientsSascha Sommer2009-06-201-0/+40
* Introduce WMACoef typedef for decoded coefficientsSascha Sommer2009-06-201-2/+2
* Move run level decode functionality to ff_wma_run_level_decodeSascha Sommer2009-06-121-0/+61
* cosmetics: Add brackets between if/elseSascha Sommer2009-06-121-23/+30
* Add additional sample rates to the frame len bits calculation codeSascha Sommer2009-06-121-1/+17
* Move frame len bits calculation to ff_wma_get_frame_len_bitsSascha Sommer2009-06-121-8/+26
* cosmetics: Prettyprint and reformat wma.c closer to K&R style.Diego Biurrun2009-06-121-43/+44
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* Fix index to ff_sine_windows[]. Previously the index was usually in reverseRobert Swain2008-08-241-2/+2
* Don't try to free shared ff_sine_* tables pointed to by s->windows[]Robert Swain2008-08-151-2/+0
* Add declarations for the sine tables used in wma.c (half window sizes: 128,Robert Swain2008-08-141-4/+2
* Change wma.c to use the ff_sine_window_init() from mdct.cRobert Swain2008-08-141-6/+2
* fix mem leakZdenek Kabelac2007-07-181-0/+1
* sanity checks (should prevent hypothetical div by zero issue)Michael Niedermayer2007-05-301-0/+5
* Optimize by building the mdct window and multipying/adding at the same time.Ian Braithwaite2007-03-261-1/+1
* Give context to dprintfMichel Bardiaux2007-03-121-4/+4
* Corrections so that builds with DEBUG workMichel Bardiaux2007-03-081-1/+1
* Rename WMADecodeContext to WMACodecContextMichel Bardiaux2007-02-271-2/+2
* Supply context to tprintfMichel Bardiaux2007-02-271-6/+6
* cosmetics: Fix another common typo, dependAnt --> dependEnt.Diego Biurrun2007-02-241-1/+1
* wma encoderMichael Niedermayer2007-02-061-0/+386
OpenPOWER on IntegriCloud