summaryrefslogtreecommitdiff
path: root/libavcodec/mlp_parser.c
Commit message (Expand)AuthorAge
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* mlp: support bit-depths greater than 16 by default.Ramiro Polla2008-12-07
* mlp: Fix compilation under CONFIG_AUDIO_NONSHORT.Mathieu Velten2008-12-06
* mlp: initialize all CRC tables in a common function.Laurent Aimar2008-12-03
* mlp: Split common code from parser and decoder to be used by encoder.Ramiro Polla2008-08-13
* mlp_parser: Initialize crc data in its own function.Ramiro Polla2008-08-13
* Add required stdint.h header #include.Diego Biurrun2008-07-05
* spelling cosmeticsDiego Biurrun2008-07-05
* Clarify comment about parity nibble.Ramiro Polla2008-07-02
* Make ff_mlp_read_major_sync() take a GetBitContext instead of buffers.Ramiro Polla2008-07-01
* Seek the file forwards instead of backwards when sync is lost.Ramiro Polla2008-06-27
* Make it a little easier to spot that the code is not dealing only withRamiro Polla2008-06-25
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* cosmetics: spelling fixesDiego Biurrun2007-12-03
* MLP/TrueHD parserIan Caulfield2007-11-28