Sun, 11 Jul 2010 16:56:20 +0000 |
jbr |
Add AVCodecContext.lpc_type and Add AVCodecContext.lpc_passes fields.
libavcodec
|
Wed, 30 Jun 2010 15:38:06 +0000 |
mru |
Fix grammar errors in documentation
libavcodec
|
Sat, 17 Oct 2009 21:00:39 +0000 |
jbr |
Move autocorrelation function from flacenc.c to lpc.c. Also rename the
libavcodec
|
Fri, 13 Feb 2009 22:05:55 +0000 |
jbr |
lpc: Remove false positive compilation warning about weight being
libavcodec
|
Fri, 13 Feb 2009 22:03:11 +0000 |
jbr |
Assert that ff_lpc_calc_coefs() is called with a valid LPC method.
libavcodec
|
Fri, 13 Feb 2009 22:01:46 +0000 |
jbr |
lpc: Document the use_lpc parameter to ff_lpc_calc_coefs().
libavcodec
|
Thu, 04 Sep 2008 11:03:14 +0000 |
vitor |
Avoid duplicating compute_lpc_coefs() function in both the RA288 and AAC decoders.
libavcodec
|
Sun, 31 Aug 2008 02:39:55 +0000 |
vitor |
Misc cosmetics in compute_lpc_coefs(): braces removal and empty lines
libavcodec
|
Sun, 31 Aug 2008 02:37:04 +0000 |
vitor |
Remove useless var in compute_lpc_coefs()
libavcodec
|
Sun, 31 Aug 2008 02:31:05 +0000 |
vitor |
Merge declaration and initialization of a few vars in compute_lpc_coefs()
libavcodec
|
Fri, 29 Aug 2008 21:12:30 +0000 |
vitor |
Remove useless zeroing of a buffer
libavcodec
|
Thu, 21 Aug 2008 10:31:08 +0000 |
diego |
cosmetics: Fix incorrect indentation.
libavcodec
|
Sat, 16 Aug 2008 22:42:59 +0000 |
jbr |
update my email address to one which does not depend on my service provider
libavcodec
|
Sat, 16 Aug 2008 21:39:09 +0000 |
jbr |
use range of lpc orders in ORDER_METHOD_EST
libavcodec
|
Sat, 16 Aug 2008 21:32:03 +0000 |
jbr |
cosmetics: adjust line breaks and vertical alignment
libavcodec
|
Sat, 16 Aug 2008 21:24:06 +0000 |
jbr |
use limited range of lpc orders when quantizing coefficients
libavcodec
|
Sat, 16 Aug 2008 17:28:29 +0000 |
ramiro |
lpc: cosmetics: vertically align declarations and definitions.
libavcodec
|
Sat, 16 Aug 2008 17:18:20 +0000 |
ramiro |
flacenc, lpc: Move LPC code from flacenc.c to new lpc.[ch] files.
libavcodec
base
flacenc.c@95705a228520
|