summaryrefslogtreecommitdiff
path: root/libavcodec/mlp.c
Commit message (Expand)AuthorAge
* mlp: convert to new channel layout APIAnton Khirnov2022-03-15
* avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt2021-07-22
* avcodec/mlp: Make initializing CRCs thread-safeAndreas Rheinhardt2020-11-24
* mlpenc: Working MLP/TrueHD encoderJai Luthra2016-09-17
* mlp: Use smaller CRC tables if CONFIG_SMALL.Reimar Döffinger2009-10-16
* Fix unaligned accesses by doing bytewise access until aligned, thenRamiro Polla2009-06-15
* Add missing void keyword to parameterless function declarations.Diego Biurrun2009-01-30
* Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun2009-01-11
* mlp: initialize all CRC tables in a common function.Laurent Aimar2008-12-03
* mlp: split simple inline function that xors 4 bytes into one.Ramiro Polla2008-08-14
* mlp: Split common code from parser and decoder to be used by encoder.Ramiro Polla2008-08-13