summaryrefslogtreecommitdiff
path: root/libavcodec/wma.h
Commit message (Expand)AuthorAgeFilesLines
* wma: convert to lavu/txLynne2022-11-061-3/+4
* avcodec/wmadec: fix WMA gapless playbackbnnm2021-09-121-0/+2
* lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov2021-01-011-0/+1
* avcodec/wmadec: Reduce the size of tables used to initialize VLCAndreas Rheinhardt2020-12-081-2/+1
* avcodec/wmadec: Keep track of exponent initialization per channelMichael Niedermayer2019-12-281-1/+1
* avcodec/wmadec: Require previous exponents for reuseMichael Niedermayer2019-11-201-0/+1
* lavc/wma: add av_warn_unused_result to ff_wma_initGanesh Ajjanagadde2016-01-221-0/+2
* Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-271-1/+1
|\
| * lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-271-1/+1
* | Merge commit 'db5cc75f8b5620e7cd2d05762c3b087ab16d8c24'Michael Niedermayer2015-03-041-0/+1
|\ \ | |/
| * wma.h: #include "avcodec.h"Anton Khirnov2015-03-031-0/+1
* | Merge commit 'ee964145b5d229571e00bf6883a44189d02babe2'Michael Niedermayer2015-02-281-2/+0
|\ \ | |/
| * lavc: remove unused traces of fmtconvert usageAnton Khirnov2015-02-281-2/+0
* | avcodec/wmadec: fix 0 frame bit_reservoirMichael Niedermayer2015-01-121-1/+1
* | avcodec/wma: Use avpriv_float_dsp_alloc()Michael Niedermayer2014-11-301-1/+1
* | Merge commit 'f20518568a77a6138fc74021ce56013ab72907ba'Michael Niedermayer2014-09-041-1/+0
|\ \ | |/
| * build: Split WMA frequencies into a separate object fileDiego Biurrun2014-09-041-1/+0
* | Merge commit 'd2a4e4b9cc9a0c2661e1c1d6f6b51babac2cec1b'Michael Niedermayer2014-09-031-14/+15
|\ \ | |/
| * wma: K&R formatting cosmeticsGabriel Dume2014-09-031-14/+15
* | WMA: add "const" to avoid warnings with hardcoded tables.Reimar Döffinger2014-08-311-1/+1
* | Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'Michael Niedermayer2013-02-261-1/+0
|\ \ | |/
| * Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-261-1/+0
* | Merge commit '205a95f7b5178362874bc1e65eae9866723491c1'Michael Niedermayer2013-02-131-1/+0
|\ \ | |/
| * wmaenc: alloc/free coded_frame instead of keeping it in the WMACodecContextJustin Ruggles2013-02-121-1/+0
* | Merge commit '5959bfaca396ecaf63a8123055f499688b79cae3'Michael Niedermayer2013-01-231-1/+0
|\ \ | |/
| * floatdsp: move butterflies_float from dsputil to avfloatdsp.Ronald S. Bultje2013-01-221-1/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-11-021-4/+0
|\ \ | |/
| * wma: do not keep private copies of some AVCodecContext fieldsJustin Ruggles2012-11-011-4/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-071-0/+2
|\ \ | |/
| * wmaenc: use float planar sample formatJustin Ruggles2012-10-061-0/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-081-2/+0
|\ \ | |/
| * wma: Refactor common code to fix standalone compilation of WMA lossless decoder.Diego Biurrun2012-03-071-2/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-031-1/+1
|\ \ | |/
| * wma: fix invalid buffer size assumptions causing random overreads.Ronald S. Bultje2012-03-021-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-031-0/+1
|\ \ | |/
| * Add avcodec_decode_audio4().Justin Ruggles2011-12-021-0/+1
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-271-4/+4
|\ \ | |/
| * Add AVX FFT implementation.Vitor Sessak2011-04-261-4/+4
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-5/+5
| * Separate format conversion DSP functions from DSPContext.Justin Ruggles2011-02-021-0/+2
* | Separate format conversion DSP functions from DSPContext.Justin Ruggles2011-02-041-0/+2
|/
* Move FFT parts from dsputil.h to fft.hMåns Rullgård2010-03-061-0/+1
* Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård2010-03-061-4/+4
* remove a Huffman table from WMA which also exists in AACStefan Gehrer2010-02-191-2/+2
* Export wma_critical_freqs as ff_wma_critical_freqsDaniel Verkamp2010-01-231-0/+1
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-221-4/+4
* WMA: store level_table as floats, use type punning for sign flip in decodeMåns Rullgård2009-09-291-2/+2
* Merge FFTContext and MDCTContextMåns Rullgård2009-09-201-1/+1
* Add support for escape coded wmapro run level coefficientsSascha Sommer2009-06-201-0/+1
* Introduce WMACoef typedef for decoded coefficientsSascha Sommer2009-06-201-2/+4