Wed, 21 Apr 2010 17:45:24 +0000 |
rbultje |
Split input/output data arguments to ff_acelp_apply_order_2_transfer_function().
libavcodec
|
Tue, 27 Oct 2009 23:53:18 +0000 |
vitor |
Commit some functions that are used by both SIPR and AMR.
libavcodec
|
Sat, 15 Aug 2009 11:22:55 +0000 |
superdump |
Add a function that can apply an order 2 rational transfer function in-place.
libavcodec
|
Thu, 04 Jun 2009 10:37:29 +0000 |
diego |
cosmetics: K&R style reformatting
libavcodec
|
Fri, 24 Oct 2008 21:29:23 +0000 |
diego |
Split off celp_filters.[ch] from acelp_filters.[ch] for the QCELP decoder.
libavcodec
|
Sun, 31 Aug 2008 07:39:47 +0000 |
stefano |
Globally rename the header inclusion guard names.
libavcodec
|
Thu, 21 Aug 2008 23:39:52 +0000 |
michael |
Mention cut-off freq of ff_acelp_high_pass_filter() instead of some
libavcodec
|
Thu, 21 Aug 2008 23:22:11 +0000 |
michael |
Remove ff_acelp_weighted_filter() which is just a function wrapping a 1
libavcodec
|
Thu, 21 Aug 2008 22:41:20 +0000 |
michael |
Rename subframe_size to a name that is not specific to some specific use
libavcodec
|
Thu, 21 Aug 2008 22:34:13 +0000 |
michael |
Try to improve parameter doxy of ff_acelp_interpolate().
libavcodec
|
Thu, 21 Aug 2008 22:05:14 +0000 |
michael |
Clarify how generic ff_acelp_interpolate() is.
libavcodec
|
Thu, 21 Aug 2008 22:02:04 +0000 |
michael |
Correct incorrect length parameter doxy for ff_acelp_interpolate().
libavcodec
|
Thu, 21 Aug 2008 21:59:42 +0000 |
michael |
Right half is clearer than positive half for specifying which part of
libavcodec
|
Thu, 21 Aug 2008 21:56:48 +0000 |
michael |
Mention the fixed-point scale of the FIR filter coefficients.
libavcodec
|
Thu, 21 Aug 2008 21:52:56 +0000 |
michael |
Cleanup comment for ff_acelp_interp_filter.
libavcodec
|