| Commit message (Expand) | Author | Age | Files | Lines |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | mlp: support bit-depths greater than 16 by default. | Ramiro Polla | 2008-12-07 | 1 | -2/+2 |
* | mlp: Fix compilation under CONFIG_AUDIO_NONSHORT. | Mathieu Velten | 2008-12-06 | 1 | -2/+2 |
* | mlp: initialize all CRC tables in a common function. | Laurent Aimar | 2008-12-03 | 1 | -1/+7 |
* | mlp: Split common code from parser and decoder to be used by encoder. | Ramiro Polla | 2008-08-13 | 1 | -30/+3 |
* | mlp_parser: Initialize crc data in its own function. | Ramiro Polla | 2008-08-13 | 1 | -4/+9 |
* | Add required stdint.h header #include. | Diego Biurrun | 2008-07-05 | 1 | -0/+2 |
* | spelling cosmetics | Diego Biurrun | 2008-07-05 | 1 | -4/+4 |
* | Clarify comment about parity nibble. | Ramiro Polla | 2008-07-02 | 1 | -1/+2 |
* | Make ff_mlp_read_major_sync() take a GetBitContext instead of buffers. | Ramiro Polla | 2008-07-01 | 1 | -27/+28 |
* | Seek the file forwards instead of backwards when sync is lost. | Ramiro Polla | 2008-06-27 | 1 | -1/+1 |
* | Make it a little easier to spot that the code is not dealing only with | Ramiro Polla | 2008-06-25 | 1 | -2/+2 |
* | Use full path for #includes from another directory. | Diego Biurrun | 2008-05-09 | 1 | -1/+1 |
* | cosmetics: spelling fixes | Diego Biurrun | 2007-12-03 | 1 | -5/+5 |
* | MLP/TrueHD parser | Ian Caulfield | 2007-11-28 | 1 | -0/+307 |