2008-08-24 |
kostya |
Correct scaling factor in DCA decoder synthesis.
libavcodec
|
2008-08-24 |
jbr |
change eac3dec.c license to LGPL
libavcodec
|
2008-08-24 |
lorenm |
document some dsp alignments
libavcodec
|
2008-08-23 |
pross |
Upgrade 20/24-bit PCM DVD decoder use SAMPLE_FMT_S32. Patch supplied by lars dot taeuber at gmx dot net.
libavcodec
|
2008-08-23 |
lu_zero |
Remove unused variables
libavcodec
|
2008-08-23 |
lu_zero |
Introduce float_to_int16_interleave_altivec, tested with vorbis
libavcodec
|
2008-08-23 |
lu_zero |
Introduce float_to_int16_one_altivec
libavcodec
|
2008-08-23 |
kostya |
Simple lowpass filter implementation.
libavcodec
|
2008-08-23 |
kostya |
Do not pass unnecessary arguments to AAC encoder functions
libavcodec
|
2008-08-23 |
michael |
Remove redundant FFMIN().
libavcodec
|
2008-08-23 |
michael |
Increase buffer size to 16384 patch by Alexander E. Patrakov" patrakov gmail
libavcodec
|
2008-08-23 |
voroshil |
Remove unnecessary header inclusion from g729.h
libavcodec
|
2008-08-23 |
voroshil |
Move from g729.h all definitions which are used only in g729dec.c
libavcodec
|
2008-08-23 |
jbr |
fix decoding of coupling leak info for normal AC-3
libavcodec
|
2008-08-23 |
jbr |
add more OKed parts of the E-AC-3 decoder
libavcodec
|
2008-08-23 |
jbr |
cosmetics: indentation
libavcodec
|
2008-08-23 |
jbr |
add some approved parts of the E-AC-3 decoder
libavcodec
|
2008-08-22 |
superdump |
Use ff_imdct_half() and vector_fmul_window() for IMDCT and windowing. Reduce
libavcodec
|
2008-08-22 |
superdump |
Whitespace cosmetics after the last commit
libavcodec
|
2008-08-22 |
superdump |
Separate code in imdct_and_windowing() into distinct IMDCT, windowing and
libavcodec
|
2008-08-22 |
jai_menon |
alac : check readsamplesize to ensure get_bits() doesn't
libavcodec
|
2008-08-22 |
jai_menon |
alacenc : perform decorrelation only for stereo samples
libavcodec
|
2008-08-21 |
michael |
Make equation in doxy of ff_acelp_weighted_vector_sum() more readable by
libavcodec
|
2008-08-21 |
michael |
doxygen consistency
libavcodec
|
2008-08-21 |
michael |
Make comments doxygen compatible.
libavcodec
|
2008-08-21 |
michael |
Doxygen syntax consistency.
libavcodec
|
2008-08-21 |
michael |
Mention cut-off freq of ff_acelp_high_pass_filter() instead of some
libavcodec
|
2008-08-21 |
michael |
Remove mathops.h dependancy.
libavcodec
|