index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavcodec
/
wmaprodec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move clipping of audio samples (for those codecs outputting float) from decoder
Ronald S. Bultje
2010-04-21
1
-1
/
+2
*
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-04-20
1
-1
/
+1
*
Define AVMediaType enum, and use it instead of enum CodecType, which
Stefano Sabatini
2010-03-30
1
-1
/
+1
*
Simplify interleaving code.
Ronald S. Bultje
2010-03-29
1
-5
/
+3
*
Make wmaprodec.c:decode_init() return AVERROR_INVALIDDATA /
Stefano Sabatini
2010-03-25
1
-3
/
+6
*
Remove DECLARE_ALIGNED_{8,16} macros
Måns Rullgård
2010-03-06
1
-2
/
+2
*
Move array specifiers outside DECLARE_ALIGNED() invocations
Måns Rullgård
2010-01-22
1
-2
/
+2
*
Add support for hard-coded MDCT-related ff_sine_windows tables.
Reimar Döffinger
2010-01-09
1
-2
/
+1
*
WMAPRO: use some type punning in decode_coeffs()
Måns Rullgård
2009-10-18
1
-13
/
+25
*
increase maximum compressed frame size
Sascha Sommer
2009-10-03
1
-1
/
+1
*
return AVERROR_INVALIDDATA when the bitstream could not be decoded
Sascha Sommer
2009-10-03
1
-1
/
+1
*
WMA: store level_table as floats, use type punning for sign flip in decode
Måns Rullgård
2009-09-29
1
-1
/
+1
*
WMAPRO: use vector_fmul_scalar from dsputil where possible
Måns Rullgård
2009-09-27
1
-8
/
+11
*
Merge FFTContext and MDCTContext
Måns Rullgård
2009-09-20
1
-1
/
+1
*
Add CODEC_CAP_SUBFRAMES for codecs that output multiple subframes
Sascha Sommer
2009-09-16
1
-0
/
+1
*
Add two more sizes to ff_sine_windows[] and also pad it with NULLs so
Vitor Sessak
2009-09-15
1
-1
/
+1
*
reinit get_bits for every decode_packet call
Sascha Sommer
2009-09-11
1
-1
/
+6
*
do not decode more than one audio frame in a decode packet call
Sascha Sommer
2009-09-06
1
-31
/
+14
*
avoid extra memcpy during scale factor decoding
Sascha Sommer
2009-09-06
1
-10
/
+9
*
fix handling of packet loss when the output buffer is full
Sascha Sommer
2009-09-05
1
-2
/
+3
*
reindent
Sascha Sommer
2009-09-05
1
-43
/
+43
*
remove no longer needed debug output
Sascha Sommer
2009-09-05
1
-3
/
+0
*
reduce output buffer needs
Sascha Sommer
2009-09-05
1
-9
/
+24
*
store packet GetBitContext in the decoder context
Sascha Sommer
2009-09-05
1
-12
/
+13
*
cosmetics: indentation and other prettyprinting fixes
Diego Biurrun
2009-09-02
1
-73
/
+74
*
add missing wmapro decoder parts
Sascha Sommer
2009-09-02
1
-8
/
+1274
*
whitespace cosmetics
Diego Biurrun
2009-08-26
1
-6
/
+6
*
add decode_coeffs()
Sascha Sommer
2009-08-26
1
-0
/
+88
*
merge 2-channel M/S stereo decoding code with the multichannel version
Sascha Sommer
2009-08-26
1
-29
/
+7
*
whitespace cosmetics
Diego Biurrun
2009-08-25
1
-7
/
+7
*
Add some more wmapro decoder hunks
Sascha Sommer
2009-08-21
1
-5
/
+88
*
cosmetics: K&R coding style, prettyprinting
Diego Biurrun
2009-08-02
1
-13
/
+13
*
add approved hunks of the wmapro decoder
Sascha Sommer
2009-08-02
1
-0
/
+145