summaryrefslogtreecommitdiff
path: root/libavcodec/mlp.h
Commit message (Expand)AuthorAgeFilesLines
* mlp: convert to new channel layout APIAnton Khirnov2022-03-151-0/+5
* avcodec/mlp: move sync defines to common headerPaul B Mahol2021-09-051-0/+3
* Remove/replace some unnecessary avcodec.h inclusionsAndreas Rheinhardt2021-07-221-2/+0
* mlpenc: Working MLP/TrueHD encoderJai Luthra2016-09-171-0/+40
* mlpdec: support TrueHD streams with an Atmos substreamHendrik Leppkes2014-09-211-1/+1
* Merge commit '4b7f1a7ced0e98f2cc698d896f7ebab8d30eaa09'Michael Niedermayer2014-01-051-0/+10
|\
| * mlp: Parse TrueHD decoder channel modifiers and set the AVMatrixEncoding for ...Tim Walker2014-01-051-0/+10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-061-2/+2
|\ \ | |/
| * Give all anonymously typedeffed structs in headers a nameDiego Biurrun2012-10-061-2/+2
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
|/
* Specify maximum sample rate of MLP by defining the factor relative to 48000Reimar Döffinger2009-09-261-3/+5
* mlp: Simplify adressing of state and coeffs arrays for both filters by makingRamiro Polla2009-05-151-1/+1
* mlpdec: Don't overallocate buffers.Ramiro Polla2009-04-211-3/+6
* mlpdec: Validate num_primitive_matrices.Ramiro Polla2009-04-211-0/+2
* mlpdec: Validate max_channel and max_matrix_channel.Ramiro Polla2009-04-211-0/+3
* mlpdec: Max filter orders for FIR and IIR are 8 and 4 respectively.Ramiro Polla2009-03-301-7/+5
* truehd: support up to 3 substreams.Ramiro Polla2009-03-201-3/+3
* Add missing void keyword to parameterless function declarations.Diego Biurrun2009-01-301-1/+1
* mlp: initialize all CRC tables in a common function.Laurent Aimar2008-12-031-2/+0
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-311-3/+3
* mlp: Define End-of-Stream code in common header file and use it in decoder.Ramiro Polla2008-08-141-0/+3
* mlp: split simple inline function that xors 4 bytes into one.Ramiro Polla2008-08-141-0/+8
* mlp: Cosmetics: Close comments in an extra line andRamiro Polla2008-08-131-11/+12
* mlp: Split common code from parser and decoder to be used by encoder.Ramiro Polla2008-08-131-0/+109