| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/mlp_parser: split off shared code to its own file | James Almer | 2019-05-07 | 1 | -71/+0 |
* | Merge commit '970c76f32283bddf3a5afd24fe52db7a96186244' | James Almer | 2017-10-30 | 1 | -2/+0 |
|\ |
|
| * | mlp_parser: Drop in-parser downmix functionality | Vittorio Giovara | 2017-04-27 | 1 | -2/+0 |
* | | Merge commit '94c54d97e7f4fe90570c323803f2bdf6246c1010' | James Almer | 2017-10-30 | 1 | -0/+2 |
|\| |
|
| * | mlp: Factor out channel layout subset checks | Vittorio Giovara | 2017-04-26 | 1 | -0/+2 |
| * | mlp: Convert to the new bitstream reader | Alexandra Hájková | 2016-12-19 | 1 | -2/+2 |
* | | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb' | Clément Bœsch | 2016-06-21 | 1 | -3/+3 |
|\| |
|
| * | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -3/+3 |
| * | mlpdec: support major sync headers with optional extension blocks | Hendrik Leppkes | 2015-03-11 | 1 | -0/+1 |
* | | mlpdec: support major sync headers with optional extension blocks | Hendrik Leppkes | 2014-09-21 | 1 | -0/+1 |
* | | Merge commit '4b7f1a7ced0e98f2cc698d896f7ebab8d30eaa09' | Michael Niedermayer | 2014-01-05 | 1 | -0/+5 |
|\| |
|
| * | mlp: Parse TrueHD decoder channel modifiers and set the AVMatrixEncoding for ... | Tim Walker | 2014-01-05 | 1 | -0/+4 |
* | | mlp: fix channel order. | Michael Niedermayer | 2013-01-23 | 1 | -0/+1 |
* | | Merge commit '0ee8293a77a6afad161e91ce1d43c4a57ce33a6a' | Michael Niedermayer | 2013-01-23 | 1 | -10/+10 |
|\| |
|
| * | mlp_parser: cosmetics: re-indent. | Tim Walker | 2013-01-22 | 1 | -10/+10 |
* | | Merge commit '99ccd2ba10eac2b282c272ad9e75f082123c765a' | Michael Niedermayer | 2013-01-23 | 1 | -3/+6 |
|\| |
|
| * | mlp: store the channel layout for each substream. | Tim Walker | 2013-01-22 | 1 | -3/+6 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-29 | 1 | -1/+0 |
|\| |
|
| * | cosmetics: Remove extra newlines at EOF | Alex Converse | 2012-01-27 | 1 | -1/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-26 | 1 | -1/+1 |
|\| |
|
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | | Make MLP/TrueHD channel layout functions visible to the decoder. | Carl Eugen Hoyos | 2011-04-19 | 1 | -0/+3 |
|/ |
|
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Rename bitstream.h to get_bits.h. | Stefano Sabatini | 2009-04-13 | 1 | -1/+1 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | Globally rename the header inclusion guard names. | Stefano Sabatini | 2008-08-31 | 1 | -3/+3 |
* | Add correct header #include to fix 'make checkheaders'. | Diego Biurrun | 2008-07-05 | 1 | -1/+1 |
* | Make ff_mlp_read_major_sync() take a GetBitContext instead of buffers. | Ramiro Polla | 2008-07-01 | 1 | -2/+1 |
* | Fix make checkheaders, #include <inttypes.h> was missing. | Diego Biurrun | 2007-11-30 | 1 | -0/+2 |
* | MLP/TrueHD parser | Ian Caulfield | 2007-11-28 | 1 | -0/+58 |