summaryrefslogtreecommitdiff
path: root/libavcodec/mlp.h
Commit message (Expand)AuthorAge
* mlp: convert to new channel layout APIAnton Khirnov2022-03-15
* avcodec/mlp: move sync defines to common headerPaul B Mahol2021-09-05
* Remove/replace some unnecessary avcodec.h inclusionsAndreas Rheinhardt2021-07-22
* mlpenc: Working MLP/TrueHD encoderJai Luthra2016-09-17
* mlpdec: support TrueHD streams with an Atmos substreamHendrik Leppkes2014-09-21
* Merge commit '4b7f1a7ced0e98f2cc698d896f7ebab8d30eaa09'Michael Niedermayer2014-01-05
|\
| * mlp: Parse TrueHD decoder channel modifiers and set the AVMatrixEncoding for ...Tim Walker2014-01-05
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-06
|\|
| * 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