log lsp.c @ 12488:351a81a23343 libavcodec

age author description
Tue, 07 Sep 2010 20:46:29 +0000 vitor Move lsp2lpc_sipr() function to common code so it can be reused in a libavcodec
Tue, 07 Sep 2010 20:44:41 +0000 vitor Move AMRNB lsf2lsp() function to common code for using in future AMRWB decoder. libavcodec
Sat, 26 Jun 2010 14:34:12 +0000 mru lsp: convert variable-length arrays to fixed size libavcodec
Tue, 24 Nov 2009 16:58:50 +0000 vitor Make lsp2polyf() function non-static for upcoming usage in SIPR libavcodec
Sun, 22 Nov 2009 22:25:58 +0000 vitor Make sorting function used in TwinVQ a shared function libavcodec
Wed, 11 Nov 2009 11:00:50 +0000 vitor Use doubles in ff_set_min_dist_lsf(). After this patch, AMR can use this libavcodec
Tue, 10 Nov 2009 04:17:18 +0000 vitor Avoid variable-length array use in ff_acelp_lspd2lpc() libavcodec
Mon, 09 Nov 2009 12:06:19 +0000 vitor Do not hardcode filter order in ff_acelp_lspd2lpc() libavcodec
Tue, 27 Oct 2009 23:53:18 +0000 vitor Commit some functions that are used by both SIPR and AMR. libavcodec
Mon, 03 Aug 2009 08:37:02 +0000 superdump Expose QCELP's floating-point LSP-to-LPC function libavcodec
Mon, 24 Nov 2008 09:28:55 +0000 mru Add shift argument to MULL() macro libavcodec
Fri, 24 Oct 2008 21:20:29 +0000 diego Rename acelp_math.[ch] to celp_math.[ch] to prepare for QCELP decoder merge. libavcodec
Tue, 26 Aug 2008 18:06:07 +0000 voroshil (cosmetics) Remove incorrect comment. libavcodec
Sun, 11 May 2008 05:28:29 +0000 voroshil Fix compilation error. libavcodec
Sun, 11 May 2008 03:18:18 +0000 voroshil Replace hardcoded LP filter order with parameter. libavcodec
Sat, 26 Apr 2008 11:52:33 +0000 voroshil Fixed-point LSP and LPC decoding routines for ACELP-based codecs libavcodec