Michael Niedermayer
|
037b1142cd
wma: Check channel number before init.
|
13 years ago |
Diego Biurrun
|
bad5537e2c
Use full internal pathname in doxygen @file directives.
|
15 years ago |
Diego Biurrun
|
406792e7b0
cosmetics: Remove pointless period after copyright statement non-sentences.
|
16 years ago |
Michael Niedermayer
|
29ca668f0a
Fix mid/side stereo buggy output zeroing, fixes issue264 part 2.
|
16 years ago |
Loren Merritt
|
d46ac5bfde
mdct wrapper function to match fft
|
16 years ago |
Loren Merritt
|
0a570e826d
remove mdct tmp buffer
|
16 years ago |
Peter Ross
|
fd76c37fd9
Modify all codecs to report their supported input and output sample format(s).
|
16 years ago |
Michael Niedermayer
|
4972a2464b
indent
|
16 years ago |
Michael Niedermayer
|
7ee18c1781
Fix not coded channels / silence decoding.
|
16 years ago |
Michael Niedermayer
|
362aba4be7
Check that we have enough output space available.
|
16 years ago |
Stefano Sabatini
|
fe4bf37455
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
|
16 years ago |
Stefano Sabatini
|
d5202e4fda
Add long names to many AVCodec declarations.
|
16 years ago |
Michael Niedermayer
|
74dc744850
const
|
17 years ago |
Reimar Döffinger
|
4c1e509c11
wma_decode_superframe always returns s->block_align, so make
|
17 years ago |
Aurelien Jacobs
|
295f373792
various simplifications around recent av_clip_int16() usage
|
17 years ago |
Aurelien Jacobs
|
aee481cebe
use av_clip_int16() where it makes sense
|
17 years ago |
Alex Beregszaszi
|
7ae7300ee3
use skip_bits where appropriate
|
17 years ago |
Alex Beregszaszi
|
7f95d9f620
fix compilation with TRACE enabled
|
17 years ago |
Alex Beregszaszi
|
5fc32c275e
use get_bits1(..) instead get_bits(.., 1)
|
17 years ago |
Ramiro Polla
|
2c124cb65c
Use AV_xx throughout libavcodec
|
17 years ago |
Michael Niedermayer
|
47b777ceed
sanity checks (should prevent hypothetical div by zero issue)
|
17 years ago |
Ian Braithwaite
|
5bd526d9ad
WMA decoder improvement, output closer to the dmo binary.
|
17 years ago |
Ian Braithwaite
|
1890c2acf4
Optimize by building the mdct window and multipying/adding at the same time.
|
17 years ago |
Michel Bardiaux
|
911b9faf31
Rename WMADecodeContext to WMACodecContext
|
17 years ago |
Michel Bardiaux
|
a9c9a2400b
Supply context to tprintf
|
17 years ago |
Michael Niedermayer
|
6836af5250
doxygenize
|
18 years ago |
Michael Niedermayer
|
e8ebd57360
kill debuging code
|
18 years ago |
Michael Niedermayer
|
5968607304
wma encoder
|
18 years ago |
Benjamin Larsson
|
e7a6d5f313
Bug fix for crashes when SSE is used on unaligned arrays.
|
18 years ago |
Diego Biurrun
|
b78e7197a8
Change license headers to say 'FFmpeg' instead of 'this program/this library'
|
18 years ago |
Måns Rullgård
|
191e8ca752
fix some signedness warnings
|
18 years ago |
Luca Barbato
|
8faf544392
Cleanup, from Emanuele Giaquinta <exg@gentoo.org>
|
18 years ago |
Baptiste Coudurier
|
b3701f5cc0
Alignment of the LT window, segfault fix patch by Baptiste Coudurier.
|
18 years ago |
Benjamin Larsson
|
9aee40d967
SIMD vector optimizations. 3% faster overall decoding.
|
18 years ago |
Loren Merritt
|
bcfa3e58ee
3dnow2 implementation of imdct.
|
18 years ago |
Reimar Döffinger
|
0b52626eb0
Do not read full byte when less than 8 bits are still to be read.
|
18 years ago |
Reimar Döffinger
|
a5ecd69ec1
Ignore overrun in spectral RLE decoding, fixes
|
18 years ago |
Michael Niedermayer
|
d30ba3bb34
reverting 1.31->1.33
|
18 years ago |
Michael Niedermayer
|
40c8602f64
fix coverity warning CID: 255 (uninitalized variable used to build tables which arent used, well there is a slight change of a FPU exception maybe ...)
|
18 years ago |
Benjamin Larsson
|
6f3dda9328
Init simplification and 2% faster wma_decode_block on amd64 with tables use
|
18 years ago |
Jindřich Makovička
|
63a5b0b1ae
- fix insufficient code length for exp_vlc
|
19 years ago |
Steve L'Homme
|
68b51e58ce
MSVC-compatible __align8/__align16 declaration
|
19 years ago |
Diego Biurrun
|
5509bffa88
Update licensing information: The FSF changed postal address.
|
19 years ago |
Benjamin Larsson
|
52fa37f17c
get_vlc -> get_vlc2 transition.
|
19 years ago |
Reimar Döffinger
|
b6204677f6
Fix wma2 audio decoder
|
19 years ago |
Diego Biurrun
|
115329f160
COSMETICS: Remove all trailing whitespace.
|
19 years ago |
Mark Weaver
|
ff547a52d2
WMA MAX_CODED_SUPERFRAME_SIZE too small patch by (Mark Weaver: mark-clist, npsl co uk)
|
19 years ago |
Michael Niedermayer
|
caa336b4cc
common.c -> bitstream.c (and the single non bitstream func -> utils.c)
|
20 years ago |
Burkhard Plaum
|
073c2593c9
Memory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( de>)
|
20 years ago |
Diego Biurrun
|
b4396f36e5
k6 pop fix patch by (Diego Biurrun <diego at biurrun dot de>)
|
20 years ago |