Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-09-17mlpenc: Working MLP/TrueHD encoderJai Luthra
2014-09-21mlpdec: support TrueHD streams with an Atmos substreamHendrik Leppkes
2014-01-06Merge commit '4b7f1a7ced0e98f2cc698d896f7ebab8d30eaa09'Michael Niedermayer
2014-01-05mlp: Parse TrueHD decoder channel modifiers and set the AVMatrixEncoding for ...Tim Walker
2012-10-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-06Give all anonymously typedeffed structs in headers a nameDiego Biurrun
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2009-09-26Specify maximum sample rate of MLP by defining the factor relative to 48000Reimar Döffinger
2009-05-15mlp: Simplify adressing of state and coeffs arrays for both filters by makingRamiro Polla
2009-04-22mlpdec: Don't overallocate buffers.Ramiro Polla
2009-04-22mlpdec: Validate num_primitive_matrices.Ramiro Polla
2009-04-22mlpdec: Validate max_channel and max_matrix_channel.Ramiro Polla
2009-03-30mlpdec: Max filter orders for FIR and IIR are 8 and 4 respectively.Ramiro Polla
2009-03-20truehd: support up to 3 substreams.Ramiro Polla
2009-01-30Add missing void keyword to parameterless function declarations.Diego Biurrun
2008-12-03mlp: initialize all CRC tables in a common function.Laurent Aimar
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
2008-08-14mlp: Define End-of-Stream code in common header file and use it in decoder.Ramiro Polla
2008-08-14mlp: split simple inline function that xors 4 bytes into one.Ramiro Polla
2008-08-13mlp: Cosmetics: Close comments in an extra line andRamiro Polla
2008-08-13mlp: Split common code from parser and decoder to be used by encoder.Ramiro Polla