index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavcodec
/
mlp.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Specify maximum sample rate of MLP by defining the factor relative to 48000
Reimar Döffinger
2009-09-26
1
-3
/
+5
*
mlp: Simplify adressing of state and coeffs arrays for both filters by making
Ramiro Polla
2009-05-15
1
-1
/
+1
*
mlpdec: Don't overallocate buffers.
Ramiro Polla
2009-04-21
1
-3
/
+6
*
mlpdec: Validate num_primitive_matrices.
Ramiro Polla
2009-04-21
1
-0
/
+2
*
mlpdec: Validate max_channel and max_matrix_channel.
Ramiro Polla
2009-04-21
1
-0
/
+3
*
mlpdec: Max filter orders for FIR and IIR are 8 and 4 respectively.
Ramiro Polla
2009-03-30
1
-7
/
+5
*
truehd: support up to 3 substreams.
Ramiro Polla
2009-03-20
1
-3
/
+3
*
Add missing void keyword to parameterless function declarations.
Diego Biurrun
2009-01-30
1
-1
/
+1
*
mlp: initialize all CRC tables in a common function.
Laurent Aimar
2008-12-03
1
-2
/
+0
*
Globally rename the header inclusion guard names.
Stefano Sabatini
2008-08-31
1
-3
/
+3
*
mlp: Define End-of-Stream code in common header file and use it in decoder.
Ramiro Polla
2008-08-14
1
-0
/
+3
*
mlp: split simple inline function that xors 4 bytes into one.
Ramiro Polla
2008-08-14
1
-0
/
+8
*
mlp: Cosmetics: Close comments in an extra line and
Ramiro Polla
2008-08-13
1
-11
/
+12
*
mlp: Split common code from parser and decoder to be used by encoder.
Ramiro Polla
2008-08-13
1
-0
/
+109