Sat, 26 Sep 2009 16:04:35 +0000 |
reimar |
Specify maximum sample rate of MLP by defining the factor relative to 48000
libavcodec
|
Fri, 15 May 2009 15:34:22 +0000 |
ramiro |
mlp: Simplify adressing of state and coeffs arrays for both filters by making
libavcodec
|
Tue, 21 Apr 2009 22:53:46 +0000 |
ramiro |
mlpdec: Don't overallocate buffers.
libavcodec
|
Tue, 21 Apr 2009 22:32:50 +0000 |
ramiro |
mlpdec: Validate num_primitive_matrices.
libavcodec
|
Tue, 21 Apr 2009 22:12:30 +0000 |
ramiro |
mlpdec: Validate max_channel and max_matrix_channel.
libavcodec
|
Mon, 30 Mar 2009 02:54:19 +0000 |
ramiro |
mlpdec: Max filter orders for FIR and IIR are 8 and 4 respectively.
libavcodec
|
Fri, 20 Mar 2009 13:02:15 +0000 |
ramiro |
truehd: support up to 3 substreams.
libavcodec
|
Fri, 30 Jan 2009 18:38:25 +0000 |
diego |
Add missing void keyword to parameterless function declarations.
libavcodec
|
Wed, 03 Dec 2008 01:14:06 +0000 |
ramiro |
mlp: initialize all CRC tables in a common function.
libavcodec
|
Sun, 31 Aug 2008 07:39:47 +0000 |
stefano |
Globally rename the header inclusion guard names.
libavcodec
|
Thu, 14 Aug 2008 19:38:39 +0000 |
ramiro |
mlp: Define End-of-Stream code in common header file and use it in decoder.
libavcodec
|
Thu, 14 Aug 2008 03:58:05 +0000 |
ramiro |
mlp: split simple inline function that xors 4 bytes into one.
libavcodec
|
Wed, 13 Aug 2008 19:43:18 +0000 |
ramiro |
mlp: Cosmetics: Close comments in an extra line and
libavcodec
|
Wed, 13 Aug 2008 18:47:03 +0000 |
ramiro |
mlp: Split common code from parser and decoder to be used by encoder.
libavcodec
|