| Commit message (Expand) | Author | Age | Files | Lines |
* | mlp_parser: use av_assert | Michael Niedermayer | 2012-06-24 | 1 | -1/+1 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-23 | 1 | -2/+3 |
|\ |
|
| * | mlpdec_parser: fix a few channel layouts. | Tim Walker | 2012-02-22 | 1 | -4/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-21 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | mlp parser: set duration instead of frame_size | Justin Ruggles | 2012-02-20 | 1 | -1/+1 |
* | | mlp_parser: Fix infinite loop with 0 bytes_left. | Michael Niedermayer | 2011-12-30 | 1 | -0/+3 |
* | | mlp: Use correct speaker locations in TrueHD channel layout. | Hendrik Leppkes | 2011-12-10 | 1 | -5/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-26 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Make channel layout masks unsigned | Mans Rullgard | 2011-11-25 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-03 | 1 | -5/+5 |
|\ \
| |/ |
|
| * | lavc: use designated initialisers for parsers. | Anton Khirnov | 2011-11-02 | 1 | -5/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-14 | 1 | -3/+3 |
|\ \
| |/ |
|
| * | mlpdec: return meaningful error codes instead of -1 | Justin Ruggles | 2011-10-13 | 1 | -3/+3 |
* | | Map mlp surround channels to FFmpeg rear channels. | Carl Eugen Hoyos | 2011-05-13 | 1 | -9/+9 |
* | | Only ask once in the code for a TrueHD sample with strange channel layout. | Carl Eugen Hoyos | 2011-04-19 | 1 | -4/+0 |
* | | Make MLP/TrueHD channel layout functions visible to the decoder. | Carl Eugen Hoyos | 2011-04-19 | 1 | -5/+5 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-03 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | lavc: add missing audioconvert includes | Anton Khirnov | 2011-04-02 | 1 | -0/+1 |
* | | Make a plausibility check when setting channel layout for TrueHD. | Carl Eugen Hoyos | 2011-04-02 | 1 | -0/+4 |
* | | Merge remote-tracking branch 'newdev/master' | Michael Niedermayer | 2011-03-31 | 1 | -2/+57 |
|\ \
| |/ |
|
| * | 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 |
* | | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-28 | 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 |