summaryrefslogtreecommitdiff
path: root/libavcodec/mlp.h
Commit message (Expand)AuthorAge
* mlpdec: support TrueHD streams with an Atmos substreamHendrik Leppkes2015-03-11
* mlp: Parse TrueHD decoder channel modifiers and set the AVMatrixEncoding for ...Tim Walker2014-01-05
* Give all anonymously typedeffed structs in headers a nameDiego Biurrun2012-10-06
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Specify maximum sample rate of MLP by defining the factor relative to 48000Reimar Döffinger2009-09-26
* mlp: Simplify adressing of state and coeffs arrays for both filters by makingRamiro Polla2009-05-15
* mlpdec: Don't overallocate buffers.Ramiro Polla2009-04-21
* mlpdec: Validate num_primitive_matrices.Ramiro Polla2009-04-21
* mlpdec: Validate max_channel and max_matrix_channel.Ramiro Polla2009-04-21
* mlpdec: Max filter orders for FIR and IIR are 8 and 4 respectively.Ramiro Polla2009-03-30
* truehd: support up to 3 substreams.Ramiro Polla2009-03-20
* Add missing void keyword to parameterless function declarations.Diego Biurrun2009-01-30
* mlp: initialize all CRC tables in a common function.Laurent Aimar2008-12-03
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
* mlp: Define End-of-Stream code in common header file and use it in decoder.Ramiro Polla2008-08-14
* mlp: split simple inline function that xors 4 bytes into one.Ramiro Polla2008-08-14
* mlp: Cosmetics: Close comments in an extra line andRamiro Polla2008-08-13
* mlp: Split common code from parser and decoder to be used by encoder.Ramiro Polla2008-08-13