index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
mlp.h
Age
Commit message (
Expand
)
Author
2016-09-17
mlpenc: Working MLP/TrueHD encoder
Jai Luthra
2014-09-21
mlpdec: support TrueHD streams with an Atmos substream
Hendrik Leppkes
2014-01-05
Merge commit '4b7f1a7ced0e98f2cc698d896f7ebab8d30eaa09'
Michael Niedermayer
2014-01-05
mlp: Parse TrueHD decoder channel modifiers and set the AVMatrixEncoding for ...
Tim Walker
2012-10-06
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-10-06
Give all anonymously typedeffed structs in headers a name
Diego Biurrun
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2009-09-26
Specify maximum sample rate of MLP by defining the factor relative to 48000
Reimar Döffinger
2009-05-15
mlp: Simplify adressing of state and coeffs arrays for both filters by making
Ramiro Polla
2009-04-21
mlpdec: Don't overallocate buffers.
Ramiro Polla
2009-04-21
mlpdec: Validate num_primitive_matrices.
Ramiro Polla
2009-04-21
mlpdec: Validate max_channel and max_matrix_channel.
Ramiro Polla
2009-03-30
mlpdec: Max filter orders for FIR and IIR are 8 and 4 respectively.
Ramiro Polla
2009-03-20
truehd: support up to 3 substreams.
Ramiro Polla
2009-01-30
Add missing void keyword to parameterless function declarations.
Diego Biurrun
2008-12-03
mlp: initialize all CRC tables in a common function.
Laurent Aimar
2008-08-31
Globally rename the header inclusion guard names.
Stefano Sabatini
2008-08-14
mlp: Define End-of-Stream code in common header file and use it in decoder.
Ramiro Polla
2008-08-14
mlp: split simple inline function that xors 4 bytes into one.
Ramiro Polla
2008-08-13
mlp: Cosmetics: Close comments in an extra line and
Ramiro Polla
2008-08-13
mlp: Split common code from parser and decoder to be used by encoder.
Ramiro Polla