Alex Beregszaszi
|
7ae7300ee3
use skip_bits where appropriate
|
17 лет назад |
Alex Beregszaszi
|
7f95d9f620
fix compilation with TRACE enabled
|
17 лет назад |
Alex Beregszaszi
|
5fc32c275e
use get_bits1(..) instead get_bits(.., 1)
|
17 лет назад |
Ramiro Polla
|
2c124cb65c
Use AV_xx throughout libavcodec
|
18 лет назад |
Michael Niedermayer
|
47b777ceed
sanity checks (should prevent hypothetical div by zero issue)
|
18 лет назад |
Ian Braithwaite
|
5bd526d9ad
WMA decoder improvement, output closer to the dmo binary.
|
18 лет назад |
Ian Braithwaite
|
1890c2acf4
Optimize by building the mdct window and multipying/adding at the same time.
|
18 лет назад |
Michel Bardiaux
|
911b9faf31
Rename WMADecodeContext to WMACodecContext
|
18 лет назад |
Michel Bardiaux
|
a9c9a2400b
Supply context to tprintf
|
18 лет назад |
Michael Niedermayer
|
6836af5250
doxygenize
|
18 лет назад |
Michael Niedermayer
|
e8ebd57360
kill debuging code
|
18 лет назад |
Michael Niedermayer
|
5968607304
wma encoder
|
18 лет назад |
Benjamin Larsson
|
e7a6d5f313
Bug fix for crashes when SSE is used on unaligned arrays.
|
18 лет назад |
Diego Biurrun
|
b78e7197a8
Change license headers to say 'FFmpeg' instead of 'this program/this library'
|
18 лет назад |
Måns Rullgård
|
191e8ca752
fix some signedness warnings
|
18 лет назад |
Luca Barbato
|
8faf544392
Cleanup, from Emanuele Giaquinta <exg@gentoo.org>
|
18 лет назад |
Baptiste Coudurier
|
b3701f5cc0
Alignment of the LT window, segfault fix patch by Baptiste Coudurier.
|
18 лет назад |
Benjamin Larsson
|
9aee40d967
SIMD vector optimizations. 3% faster overall decoding.
|
18 лет назад |
Loren Merritt
|
bcfa3e58ee
3dnow2 implementation of imdct.
|
18 лет назад |
Reimar Döffinger
|
0b52626eb0
Do not read full byte when less than 8 bits are still to be read.
|
18 лет назад |
Reimar Döffinger
|
a5ecd69ec1
Ignore overrun in spectral RLE decoding, fixes
|
18 лет назад |
Michael Niedermayer
|
d30ba3bb34
reverting 1.31->1.33
|
19 лет назад |
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 ...)
|
19 лет назад |
Benjamin Larsson
|
6f3dda9328
Init simplification and 2% faster wma_decode_block on amd64 with tables use
|
19 лет назад |
Jindřich Makovička
|
63a5b0b1ae
- fix insufficient code length for exp_vlc
|
19 лет назад |
Steve L'Homme
|
68b51e58ce
MSVC-compatible __align8/__align16 declaration
|
19 лет назад |
Diego Biurrun
|
5509bffa88
Update licensing information: The FSF changed postal address.
|
19 лет назад |
Benjamin Larsson
|
52fa37f17c
get_vlc -> get_vlc2 transition.
|
19 лет назад |
Reimar Döffinger
|
b6204677f6
Fix wma2 audio decoder
|
19 лет назад |
Diego Biurrun
|
115329f160
COSMETICS: Remove all trailing whitespace.
|
19 лет назад |
Mark Weaver
|
ff547a52d2
WMA MAX_CODED_SUPERFRAME_SIZE too small patch by (Mark Weaver: mark-clist, npsl co uk)
|
20 лет назад |
Michael Niedermayer
|
caa336b4cc
common.c -> bitstream.c (and the single non bitstream func -> utils.c)
|
20 лет назад |
Burkhard Plaum
|
073c2593c9
Memory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( de>)
|
20 лет назад |
Diego Biurrun
|
b4396f36e5
k6 pop fix patch by (Diego Biurrun <diego at biurrun dot de>)
|
20 лет назад |
Alex Beregszaszi
|
ed0219a69f
altivec workaround
|
21 лет назад |
Mike Melanson
|
7e56cd927b
add the minimal documentation to make this decoder useful
|
21 лет назад |
Michael Niedermayer
|
40a3105d46
segfault fix
|
21 лет назад |
Alex Beregszaszi
|
aef3c69d8d
moved frame_count to wmadeccontext
|
22 лет назад |
Alex Beregszaszi
|
f2899fb1ff
uniformization (now it uses the same trace functions as h264, defined in common.h)
|
22 лет назад |
Fabrice Bellard
|
a9722aa6e5
works with old gcc versions too
|
22 лет назад |
Michael Niedermayer
|
983e3246b7
per file doxy
|
22 лет назад |
Zdenek Kabelac
|
0c1a9edad4
* UINTX -> uintx_t INTX -> intx_t
|
22 лет назад |
Fabrice Bellard
|
8e1e6f31c1
use av_malloc() functions - added av_strdup and av_realloc()
|
22 лет назад |
Michael Niedermayer
|
68f593b484
GetBitContext.size is allways multiplied by 8 -> use size_in_bits to avoid useless *8 in a few inner loops
|
22 лет назад |
Fabrice Bellard
|
b35a02d527
align fixes for sse/altivec
|
22 лет назад |
Fabrice Bellard
|
2f62e147ae
oops : better error resilience - should fix most wma decoding problems
|
22 лет назад |
Zdenek Kabelac
|
f408fc67c0
* avoid negative numbers as well
|
22 лет назад |
Nick Kurshev
|
dd3be2c97e
10l
|
22 лет назад |
Nick Kurshev
|
b8e6ad84e5
reverse first hunk
|
22 лет назад |
Nick Kurshev
|
d08070e653
fixed debug compilation
|
22 лет назад |