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
/
wmaprodec.c
Age
Commit message (
Expand
)
Author
2010-01-09
Add support for hard-coded MDCT-related ff_sine_windows tables.
Reimar Döffinger
2009-10-18
WMAPRO: use some type punning in decode_coeffs()
Måns Rullgård
2009-10-03
increase maximum compressed frame size
Sascha Sommer
2009-10-03
return AVERROR_INVALIDDATA when the bitstream could not be decoded
Sascha Sommer
2009-09-29
WMA: store level_table as floats, use type punning for sign flip in decode
Måns Rullgård
2009-09-27
WMAPRO: use vector_fmul_scalar from dsputil where possible
Måns Rullgård
2009-09-20
Merge FFTContext and MDCTContext
Måns Rullgård
2009-09-16
Add CODEC_CAP_SUBFRAMES for codecs that output multiple subframes
Sascha Sommer
2009-09-15
Add two more sizes to ff_sine_windows[] and also pad it with NULLs so
Vitor Sessak
2009-09-11
reinit get_bits for every decode_packet call
Sascha Sommer
2009-09-06
do not decode more than one audio frame in a decode packet call
Sascha Sommer
2009-09-06
avoid extra memcpy during scale factor decoding
Sascha Sommer
2009-09-05
fix handling of packet loss when the output buffer is full
Sascha Sommer
2009-09-05
reindent
Sascha Sommer
2009-09-05
remove no longer needed debug output
Sascha Sommer
2009-09-05
reduce output buffer needs
Sascha Sommer
2009-09-05
store packet GetBitContext in the decoder context
Sascha Sommer
2009-09-02
cosmetics: indentation and other prettyprinting fixes
Diego Biurrun
2009-09-02
add missing wmapro decoder parts
Sascha Sommer
2009-08-26
whitespace cosmetics
Diego Biurrun
2009-08-26
add decode_coeffs()
Sascha Sommer
2009-08-26
merge 2-channel M/S stereo decoding code with the multichannel version
Sascha Sommer
2009-08-25
whitespace cosmetics
Diego Biurrun
2009-08-21
Add some more wmapro decoder hunks
Sascha Sommer
2009-08-02
cosmetics: K&R coding style, prettyprinting
Diego Biurrun
2009-08-02
add approved hunks of the wmapro decoder
Sascha Sommer