index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
wmadec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduce WMACoef typedef for decoded coefficients
Sascha Sommer
2009-06-20
1
-3
/
+3
*
Move run level decode functionality to ff_wma_run_level_decode
Sascha Sommer
2009-06-12
1
-43
/
+7
*
Support for getting (i)MDCT output multiplied by a constant scaling factor.
Siarhei Siamashka
2009-05-16
1
-1
/
+1
*
Remove unused variable from wma_decode_block() found by CSA.
Michael Niedermayer
2009-04-17
1
-2
/
+1
*
Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an
Thilo Borgmann
2009-04-07
1
-1
/
+3
*
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2009-02-01
1
-1
/
+1
*
cosmetics: Remove pointless period after copyright statement non-sentences.
Diego Biurrun
2009-01-19
1
-1
/
+1
*
Fix mid/side stereo buggy output zeroing, fixes issue264 part 2.
Michael Niedermayer
2008-08-28
1
-7
/
+1
*
mdct wrapper function to match fft
Loren Merritt
2008-08-12
1
-1
/
+1
*
remove mdct tmp buffer
Loren Merritt
2008-08-12
1
-2
/
+1
*
Modify all codecs to report their supported input and output sample format(s).
Peter Ross
2008-07-31
1
-0
/
+1
*
indent
Michael Niedermayer
2008-07-11
1
-17
/
+17
*
Fix not coded channels / silence decoding.
Michael Niedermayer
2008-07-11
1
-5
/
+8
*
Check that we have enough output space available.
Michael Niedermayer
2008-07-11
1
-0
/
+9
*
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
Stefano Sabatini
2008-06-12
1
-2
/
+2
*
Add long names to many AVCodec declarations.
Stefano Sabatini
2008-04-27
1
-0
/
+2
*
const
Michael Niedermayer
2008-02-01
1
-1
/
+1
*
wma_decode_superframe always returns s->block_align, so make
Reimar Döffinger
2007-11-30
1
-0
/
+3
*
various simplifications around recent av_clip_int16() usage
Aurelien Jacobs
2007-08-11
1
-4
/
+2
*
use av_clip_int16() where it makes sense
Aurelien Jacobs
2007-08-11
1
-4
/
+1
*
use skip_bits where appropriate
Alex Beregszaszi
2007-08-09
1
-1
/
+1
*
fix compilation with TRACE enabled
Alex Beregszaszi
2007-08-09
1
-2
/
+2
*
use get_bits1(..) instead get_bits(.., 1)
Alex Beregszaszi
2007-08-09
1
-5
/
+5
*
Use AV_xx throughout libavcodec
Ramiro Polla
2007-06-02
1
-5
/
+4
*
sanity checks (should prevent hypothetical div by zero issue)
Michael Niedermayer
2007-05-30
1
-1
/
+2
*
WMA decoder improvement, output closer to the dmo binary.
Ian Braithwaite
2007-04-04
1
-56
/
+23
*
Optimize by building the mdct window and multipying/adding at the same time.
Ian Braithwaite
2007-03-26
1
-56
/
+57
*
Rename WMADecodeContext to WMACodecContext
Michel Bardiaux
2007-02-27
1
-12
/
+12
*
Supply context to tprintf
Michel Bardiaux
2007-02-27
1
-19
/
+21
*
doxygenize
Michael Niedermayer
2007-02-07
1
-12
/
+24
*
kill debuging code
Michael Niedermayer
2007-02-06
1
-2
/
+2
*
wma encoder
Michael Niedermayer
2007-02-06
1
-465
/
+25
*
Bug fix for crashes when SSE is used on unaligned arrays.
Benjamin Larsson
2006-12-14
1
-7
/
+7
*
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-10-07
1
-4
/
+6
*
fix some signedness warnings
Måns Rullgård
2006-09-27
1
-1
/
+1
*
Cleanup, from Emanuele Giaquinta <exg@gentoo.org>
Luca Barbato
2006-09-10
1
-5
/
+0
*
Alignment of the LT window, segfault fix patch by Baptiste Coudurier.
Baptiste Coudurier
2006-08-22
1
-1
/
+1
*
SIMD vector optimizations. 3% faster overall decoding.
Benjamin Larsson
2006-08-19
1
-14
/
+7
*
3dnow2 implementation of imdct.
Loren Merritt
2006-08-08
1
-1
/
+1
*
Do not read full byte when less than 8 bits are still to be read.
Reimar Döffinger
2006-06-27
1
-1
/
+1
*
Ignore overrun in spectral RLE decoding, fixes
Reimar Döffinger
2006-06-27
1
-1
/
+4
*
reverting 1.31->1.33
Michael Niedermayer
2006-03-30
1
-31
/
+25
*
fix coverity warning CID: 255 (uninitalized variable used to build tables whi...
Michael Niedermayer
2006-03-13
1
-1
/
+1
*
Init simplification and 2% faster wma_decode_block on amd64 with tables use
Benjamin Larsson
2006-03-08
1
-25
/
+31
*
- fix insufficient code length for exp_vlc
Jindřich Makovička
2006-02-11
1
-6
/
+13
*
MSVC-compatible __align8/__align16 declaration
Steve L'Homme
2006-02-05
1
-5
/
+5
*
Update licensing information: The FSF changed postal address.
Diego Biurrun
2006-01-12
1
-1
/
+1
*
get_vlc -> get_vlc2 transition.
Benjamin Larsson
2006-01-08
1
-3
/
+5
*
Fix wma2 audio decoder
Reimar Döffinger
2005-12-27
1
-1
/
+1
*
COSMETICS: Remove all trailing whitespace.
Diego Biurrun
2005-12-17
1
-60
/
+60
[next]