summaryrefslogtreecommitdiff
path: root/libavcodec/wma.c
Commit message (Expand)AuthorAge
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* Drop pointless assert.h #includesDiego Biurrun2016-05-03
* lavc: AV-prefix all codec flagsVittorio Giovara2015-07-27
* lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-19
* lavc: remove unused traces of fmtconvert usageAnton Khirnov2015-02-28
* wma: check memory allocations and propagate errorsVittorio Giovara2014-12-18
* build: Split WMA frequencies into a separate object fileDiego Biurrun2014-09-04
* wma: K&R formatting cosmeticsGabriel Dume2014-09-03
* miscellaneous typo fixesDiego Biurrun2013-07-25
* avcodec: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-04
* lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruftAnton Khirnov2013-03-09
* wmaenc: alloc/free coded_frame instead of keeping it in the WMACodecContextJustin Ruggles2013-02-12
* floatdsp: move butterflies_float from dsputil to avfloatdsp.Ronald S. Bultje2013-01-22
* wma: do not keep private copies of some AVCodecContext fieldsJustin Ruggles2012-11-01
* wmaenc: use float planar sample formatJustin Ruggles2012-10-06
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* wma: Lower the maximum number of channels to 2Martin Storsjö2012-07-01
* wma: Refactor common code to fix standalone compilation of WMA lossless decoder.Diego Biurrun2012-03-07
* dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-15
* vlc/rl: Add ff_ prefix to the nonstatic symbolsMartin Storsjö2012-02-15
* cosmetics: Remove extra newlines at EOFAlex Converse2012-01-27
* wma: Clip WMA1 and WMA2 frame length to 11 bits.Alex Converse2012-01-25
* wma: initialize prev_block_len_bits, next_block_len_bits, and block_len_bits.Justin Ruggles2011-11-22
* Move sine windows to a separate fileMans Rullgard2011-03-20
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Separate format conversion DSP functions from DSPContext.Justin Ruggles2011-02-02
* Replace dprintf with av_dlogLuca Barbato2011-01-29
* Fix Doxygen documentation of gb parameter in ff_wma_get_large_val().Diego Biurrun2010-07-02
* Export wma_critical_freqs as ff_wma_critical_freqsDaniel Verkamp2010-01-23
* Add support for hard-coded MDCT-related ff_sine_windows tables.Reimar Döffinger2010-01-09
* WMA: store level_table as floats, use type punning for sign flip in decodeMåns Rullgård2009-09-29
* Add two more sizes to ff_sine_windows[] and also pad it with NULLs soVitor Sessak2009-09-15
* Make remaining run level decode comments doxygen commentsSascha Sommer2009-06-20
* Simplify run level decoding:Sascha Sommer2009-06-20
* Fix indentation after the previous commitSascha Sommer2009-06-20
* Add support for escape coded wmapro run level coefficientsSascha Sommer2009-06-20
* Introduce WMACoef typedef for decoded coefficientsSascha Sommer2009-06-20
* Move run level decode functionality to ff_wma_run_level_decodeSascha Sommer2009-06-12
* cosmetics: Add brackets between if/elseSascha Sommer2009-06-12
* Add additional sample rates to the frame len bits calculation codeSascha Sommer2009-06-12
* Move frame len bits calculation to ff_wma_get_frame_len_bitsSascha Sommer2009-06-12
* cosmetics: Prettyprint and reformat wma.c closer to K&R style.Diego Biurrun2009-06-12
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* Fix index to ff_sine_windows[]. Previously the index was usually in reverseRobert Swain2008-08-24
* Don't try to free shared ff_sine_* tables pointed to by s->windows[]Robert Swain2008-08-15
* Add declarations for the sine tables used in wma.c (half window sizes: 128,Robert Swain2008-08-14
* Change wma.c to use the ff_sine_window_init() from mdct.cRobert Swain2008-08-14
* fix mem leakZdenek Kabelac2007-07-18
* sanity checks (should prevent hypothetical div by zero issue)Michael Niedermayer2007-05-30
* Optimize by building the mdct window and multipying/adding at the same time.Ian Braithwaite2007-03-26