log lsp.h @ 12514:e6d711ba5760 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, 17 Jul 2010 10:43:42 +0000 diego Fix Doxygen @param command attribute syntax. libavcodec
Wed, 14 Jul 2010 21:22:06 +0000 diego Restore mistakenly removed [in]/[out] Doxygen parameter attributes. libavcodec
Fri, 02 Jul 2010 12:26:22 +0000 diego Fix the signature of ff_set_min_dist_lsf() to match the implementation libavcodec
Fri, 02 Jul 2010 11:44:58 +0000 diego Avoid square brackets in Doxygen comments; Doxygen chokes on them. libavcodec
Fri, 02 Jul 2010 11:19:29 +0000 diego Remove non-existing stray arguments from Doxygen function documentation. libavcodec
Wed, 30 Jun 2010 15:38:06 +0000 mru Fix grammar errors in documentation 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
Sun, 31 Aug 2008 07:39:47 +0000 stefano Globally rename the header inclusion guard names. libavcodec
Sat, 12 Jul 2008 09:48:19 +0000 superdump Correct a couple of typos libavcodec
Sun, 11 May 2008 03:18:18 +0000 voroshil Replace hardcoded LP filter order with parameter. libavcodec
Sat, 03 May 2008 13:29:39 +0000 mru add necessary #includes in headers libavcodec
Sun, 27 Apr 2008 10:01:07 +0000 diego Use filename as multiple inclusion guard. libavcodec
Sat, 26 Apr 2008 15:20:06 +0000 superdump Grammar fixes and improvements for the new ACELP code libavcodec
Sat, 26 Apr 2008 11:52:33 +0000 voroshil Fixed-point LSP and LPC decoding routines for ACELP-based codecs libavcodec