Laurent Aimar
|
25bc1108c2
Check output buffer size in nellymoser decoder.
|
13 years ago |
Diego Biurrun
|
bad5537e2c
Use full internal pathname in doxygen @file directives.
|
15 years ago |
Stefano Sabatini
|
9c868219e9
Replace calls to the deprecated function av_init_random() with
|
16 years ago |
Vitor Sessak
|
8a569fee99
Use shared sine window instead of defining another one.
|
16 years ago |
Benjamin Larsson
|
31d5113a15
Set channel_layout
|
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 |
Benjamin Larsson
|
20455a335b
Reduce the loglevel on a log message in the Nellymoser decoder. Related to Roundup 447.
|
16 years ago |
Diego Biurrun
|
f1e3c9368b
Remove unused variable, fixes the warning:
|
16 years ago |
Robert Swain
|
9146e4d61c
Add generic ff_sine_window_init function and implement in codecs appropriately
|
16 years ago |
Stefano Sabatini
|
fe4bf37455
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
|
16 years ago |
Bartlomiej Wolowiec
|
681f5c1271
Separating from nellymoserdec.c parts required by encoder
|
16 years ago |
Diego Biurrun
|
245976da2a
Use full path for #includes from another directory.
|
16 years ago |
Michael Niedermayer
|
3df9ce75b5
Move declaration a little.
|
16 years ago |
Michael Niedermayer
|
8f51f55564
Setting i to 0 once should do.
|
16 years ago |
Benjamin Larsson
|
c401efdefe
Long name spelling fixes
|
16 years ago |
Diego Pettenò
|
53e85f5fa4
Mark symbol as static, patch by Diego 'Flameeyes' Pettenò, flameeyes gmail com.
|
16 years ago |
Stefano Sabatini
|
d5202e4fda
Add long names to many AVCodec declarations.
|
16 years ago |
Michael Niedermayer
|
efe6079d2d
unused
|
16 years ago |
Michael Niedermayer
|
3d00125645
cosmetic
|
16 years ago |
Michael Niedermayer
|
a1b914b20d
Move the *-1 to a more sane place as well.
|
16 years ago |
Michael Niedermayer
|
5d32325a7b
Move scale_bias to a more sane place. I am starting to wonder how this
|
16 years ago |
Michael Niedermayer
|
687550d35e
simplify
|
16 years ago |
Michael Niedermayer
|
5c65660506
Avoid reverse addressing, not sure if this is faster or slower but people
|
16 years ago |
Michael Niedermayer
|
2f75d26c10
commutative law based cleanup
|
16 years ago |
Michael Niedermayer
|
dcafb28d01
do the -1 outside of the transform
|
16 years ago |
Michael Niedermayer
|
6fab025d30
normalize signs
|
16 years ago |
Michael Niedermayer
|
115682e598
100l lost add_bias
|
16 years ago |
Michael Niedermayer
|
e616c6d612
simplify transform
|
16 years ago |
Zuxy Meng
|
98a6fff98c
Apply 'cold' attribute to init/uninit functions in libavcodec
|
16 years ago |
Michael Niedermayer
|
7993df6527
consts
|
17 years ago |
Benjamin Larsson
|
289987e454
Use memcpy instead of for loop
|
17 years ago |
Benjamin Larsson
|
2b992d0e88
Small simplification
|
17 years ago |
Alex Beregszaszi
|
8e1b957cd4
Support 44.1kHz audio. Acked by Benjamin
|
17 years ago |
Alex Beregszaszi
|
8ef4de4e11
Change the "report sample" message from AV_LOG_DEBUG to AV_LOG_ERROR.
|
17 years ago |
Alex Beregszaszi
|
b64fa5b426
Make sine_window static. Acked by Benjamin Larsson
|
17 years ago |
Stefano Sabatini
|
5b0b5ecf60
Fix nellymoser decode_tag return value, patch by Stefano Sabatini
|
17 years ago |
Benjamin Larsson
|
f83579b1a6
Remove unused variable
|
17 years ago |
Fabrice Bellard
|
eb1c687b1b
Use the ffmpeg mdct function, patch by Fabrice Bellard. Thread: [FFmpeg-devel] NellyMoser transform bug, 10/25/2007 12:24 PM
|
17 years ago |
Benjamin Larsson
|
ff4b050ab4
Unaligned memory access rcrash fix
|
17 years ago |
Benjamin Larsson
|
636b13c5fc
Nellymoser ASAO decoder
|
17 years ago |