| Commit message (Expand) | Author | Age | Files | Lines |
* | mlpdec: move ch_assign setup code down to after ch layout is set. | Michael Niedermayer | 2013-01-23 | 1 | -13/+14 |
* | mlp: fix channel order. | Michael Niedermayer | 2013-01-23 | 1 | -1/+1 |
* | mlpdec: remove disabled code, leftover from merge | Michael Niedermayer | 2013-01-23 | 1 | -28/+0 |
* | Merge commit 'ed1b01131e662c9086b27aaaea69684d8575fbea' | Michael Niedermayer | 2013-01-23 | 1 | -4/+14 |
|\ |
|
| * | mlp: implement support for AVCodecContext.request_channel_layout. | Tim Walker | 2013-01-22 | 1 | -4/+14 |
* | | Merge commit '1fd2deedcc6400e08b31566a547a5fac3b38cefb' | Michael Niedermayer | 2013-01-23 | 1 | -4/+3 |
|\| |
|
| * | mlpdec: set the channel layout. | Tim Walker | 2013-01-22 | 1 | -2/+4 |
* | | Merge commit '3ffcccb4fbaae4d5ad775506f1f2761f2029affa' | Michael Niedermayer | 2013-01-23 | 1 | -14/+36 |
|\| |
|
| * | mlpdec: TrueHD: use Libav channel order. | Tim Walker | 2013-01-22 | 1 | -0/+36 |
* | | Merge commit '99ccd2ba10eac2b282c272ad9e75f082123c765a' | Michael Niedermayer | 2013-01-23 | 1 | -0/+32 |
|\| |
|
| * | mlp: store the channel layout for each substream. | Tim Walker | 2013-01-22 | 1 | -0/+21 |
* | | mlpdec: dont leave a invalid huff_lsb in the context. | Michael Niedermayer | 2013-01-18 | 1 | -0/+1 |
* | | lavc/mlpdec: reset layout when channels change. | Nicolas George | 2012-12-08 | 1 | -1/+4 |
* | | Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793' | Michael Niedermayer | 2012-12-05 | 1 | -1/+2 |
|\| |
|
| * | lavc: add a wrapper for AVCodecContext.get_buffer(). | Anton Khirnov | 2012-12-04 | 1 | -1/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-10-11 | 1 | -3/+3 |
|\| |
|
| * | dsputil: split out mlp dsp function | Luca Barbato | 2012-10-11 | 1 | -3/+3 |
* | | mlpdec: supress layout mismatch warnings for 2 ch upmixed mono | Michael Niedermayer | 2012-09-25 | 1 | -0/+2 |
* | | mlpdec: discard a 2nd substream if the stream is mono | Michael Niedermayer | 2012-09-25 | 1 | -0/+4 |
* | | lavc: add missing new line to some messages | Piotr Bandurski | 2012-09-01 | 1 | -1/+1 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -12/+12 |
|\| |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -9/+9 |
* | | mlpdec: switch to av_assert | Michael Niedermayer | 2012-07-18 | 1 | -1/+1 |
* | | lavc: build some codecs only if they are actually enabled | Paul B Mahol | 2012-06-17 | 1 | -1/+2 |
* | | mlpdec: set channel variables after checking them | Michael Niedermayer | 2012-04-19 | 1 | -8/+13 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-07 | 1 | -2/+2 |
|\| |
|
| * | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-22 | 1 | -18/+12 |
|\| |
|
| * | mlpdec: use av_log_ask_for_sample() | Paul B Mahol | 2012-02-21 | 1 | -18/+12 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-16 | 1 | -1/+1 |
|\| |
|
| * | dsputil: Add ff_ prefix to the dsputil*_init* functions | Martin Storsjö | 2012-02-15 | 1 | -1/+1 |
* | | Fix channel order for some less common TrueHD layouts. | Carl Eugen Hoyos | 2011-12-18 | 1 | -0/+8 |
* | | mlpdec: fix channel order for wide 7.1 truehd layouts | Hendrik Leppkes | 2011-12-18 | 1 | -1/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-06 | 1 | -28/+28 |
|\| |
|
| * | doxygen: eliminate Qt-style doxygen syntax | Diego Biurrun | 2011-12-05 | 1 | -27/+27 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-03 | 1 | -14/+25 |
|\| |
|
| * | Add avcodec_decode_audio4(). | Justin Ruggles | 2011-12-02 | 1 | -14/+25 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-14 | 1 | -69/+73 |
|\| |
|
| * | mlpdec: return meaningful error codes instead of -1 | Justin Ruggles | 2011-10-13 | 1 | -54/+58 |
| * | mlpdec: remove unnecessary wrapper function | Justin Ruggles | 2011-10-13 | 1 | -12/+3 |
| * | mlpdec: only calculate output size once | Justin Ruggles | 2011-10-13 | 1 | -3/+7 |
| * | mlpdec: validate that the reported channel count matches the actual output | Justin Ruggles | 2011-10-13 | 1 | -1/+6 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-30 | 1 | -16/+12 |
|\| |
|
| * | lavc: use designated initialisers for all codecs. | Anton Khirnov | 2011-07-29 | 1 | -16/+12 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| * | Update the url to the site website and change ffmpeg-devel to libav-devel | Johan Andersson | 2011-03-13 | 1 | -1/+1 |
| * | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -2/+2 |
* | | Do not ask for samples if a specific channel layout was requested. | Carl Eugen Hoyos | 2011-05-23 | 1 | -0/+1 |
* | | Map mlp surround channels to FFmpeg rear channels. | Carl Eugen Hoyos | 2011-05-13 | 1 | -3/+3 |
* | | Also set the MLP/TrueHD channel layout in the decoder. | Carl Eugen Hoyos | 2011-04-19 | 1 | -0/+17 |