| Commit message (Expand) | Author | Age | Files | Lines |
* | lavc: add missing audioconvert includes | Anton Khirnov | 2011-04-02 | 1 | -0/+1 |
* | mlp_parse.c: set AVCodecContext channel_layout | John Stebbins | 2011-03-30 | 1 | -2/+57 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum | Stefano Sabatini | 2010-11-12 | 1 | -2/+2 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | mlp_parser: Fix memleak. | Jai Menon | 2010-02-23 | 1 | -1/+1 |
* | Fix possible crashes in mlp parser, it tries to go back 7 bytes after | Reimar Döffinger | 2010-01-27 | 1 | -1/+3 |
* | Rename bitstream.h to get_bits.h. | Stefano Sabatini | 2009-04-13 | 1 | -1/+1 |
* | Split TrueHD decoder from MLP | Ramiro Polla | 2009-03-19 | 1 | -1/+1 |
* | 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 |