OSDN Git Service

doc: explain __STDC_CONSTANT_MACROS in C++
[coroid/libav_saccubus.git] / libavcodec / mlp.h
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2009-09-26 Reimar DöffingerSpecify maximum sample rate of MLP by defining the...
2009-05-15 Ramiro Pollamlp: Simplify adressing of state and coeffs arrays...
2009-04-21 Ramiro Pollamlpdec: Don't overallocate buffers.
2009-04-21 Ramiro Pollamlpdec: Validate num_primitive_matrices.
2009-04-21 Ramiro Pollamlpdec: Validate max_channel and max_matrix_channel.
2009-03-30 Ramiro Pollamlpdec: Max filter orders for FIR and IIR are 8 and...
2009-03-20 Ramiro Pollatruehd: support up to 3 substreams.
2009-01-30 Diego BiurrunAdd missing void keyword to parameterless function...
2008-12-03 Laurent Aimarmlp: initialize all CRC tables in a common function.
2008-08-31 Stefano SabatiniGlobally rename the header inclusion guard names.
2008-08-14 Ramiro Pollamlp: Define End-of-Stream code in common header file...
2008-08-14 Ramiro Pollamlp: split simple inline function that xors 4 bytes...
2008-08-13 Ramiro Pollamlp: Cosmetics: Close comments in an extra line and
2008-08-13 Ramiro Pollamlp: Split common code from parser and decoder to be...