index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
wma.h
Age
Commit message (
Expand
)
Author
2011-02-02
Separate format conversion DSP functions from DSPContext.
Justin Ruggles
2010-03-06
Move FFT parts from dsputil.h to fft.h
Måns Rullgård
2010-03-06
Remove DECLARE_ALIGNED_{8,16} macros
Måns Rullgård
2010-02-19
remove a Huffman table from WMA which also exists in AAC
Stefan Gehrer
2010-01-23
Export wma_critical_freqs as ff_wma_critical_freqs
Daniel Verkamp
2010-01-22
Move array specifiers outside DECLARE_ALIGNED() invocations
Måns Rullgård
2009-09-29
WMA: store level_table as floats, use type punning for sign flip in decode
Måns Rullgård
2009-09-20
Merge FFTContext and MDCTContext
Måns Rullgård
2009-06-20
Add support for escape coded wmapro run level coefficients
Sascha Sommer
2009-06-20
Introduce WMACoef typedef for decoded coefficients
Sascha Sommer
2009-06-12
Move run level decode functionality to ff_wma_run_level_decode
Sascha Sommer
2009-06-12
Move frame len bits calculation to ff_wma_get_frame_len_bits
Sascha Sommer
2009-04-13
Rename bitstream.h to get_bits.h.
Stefano Sabatini
2009-04-12
Split bitstream.h, put the bitstream writer stuff in the new file
Stefano Sabatini
2009-01-19
cosmetics: Remove pointless period after copyright statement non-sentences.
Diego Biurrun
2008-08-31
Globally rename the header inclusion guard names.
Stefano Sabatini
2008-08-12
remove mdct tmp buffer
Loren Merritt
2007-10-17
Add FFMPEG_ prefix to all multiple inclusion guards.
Diego Biurrun
2007-07-08
trivial warning fixes
Måns Rullgård
2007-04-04
WMA decoder improvement, output closer to the dmo binary.
Ian Braithwaite
2007-03-26
Optimize by building the mdct window and multipying/adding at the same time.
Ian Braithwaite
2007-02-27
Rename WMADecodeContext to WMACodecContext
Michel Bardiaux
2007-02-27
Supply context to tprintf
Michel Bardiaux
2007-02-07
doxygenize
Michael Niedermayer
2007-02-06
wma encoder
Michael Niedermayer