summaryrefslogtreecommitdiff
path: root/libavcodec/mlpdec.c
Commit message (Expand)AuthorAge
...
| * mlpdec: TrueHD: use Libav channel order.Tim Walker2013-01-22
* | Merge commit '99ccd2ba10eac2b282c272ad9e75f082123c765a'Michael Niedermayer2013-01-23
|\|
| * mlp: store the channel layout for each substream.Tim Walker2013-01-22
* | mlpdec: dont leave a invalid huff_lsb in the context.Michael Niedermayer2013-01-18
* | lavc/mlpdec: reset layout when channels change.Nicolas George2012-12-08
* | Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer2012-12-05
|\|
| * lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-04
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-11
|\|
| * dsputil: split out mlp dsp functionLuca Barbato2012-10-11
* | mlpdec: supress layout mismatch warnings for 2 ch upmixed monoMichael Niedermayer2012-09-25
* | mlpdec: discard a 2nd substream if the stream is monoMichael Niedermayer2012-09-25
* | lavc: add missing new line to some messagesPiotr Bandurski2012-09-01
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
|\|
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* | mlpdec: switch to av_assertMichael Niedermayer2012-07-18
* | lavc: build some codecs only if they are actually enabledPaul B Mahol2012-06-17
* | mlpdec: set channel variables after checking themMichael Niedermayer2012-04-19
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-07
|\|
| * cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-22
|\|
| * mlpdec: use av_log_ask_for_sample()Paul B Mahol2012-02-21
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-16
|\|
| * dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-15
* | Fix channel order for some less common TrueHD layouts.Carl Eugen Hoyos2011-12-18
* | mlpdec: fix channel order for wide 7.1 truehd layoutsHendrik Leppkes2011-12-18
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-06
|\|
| * doxygen: eliminate Qt-style doxygen syntaxDiego Biurrun2011-12-05
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-03
|\|
| * Add avcodec_decode_audio4().Justin Ruggles2011-12-02
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-14
|\|
| * mlpdec: return meaningful error codes instead of -1Justin Ruggles2011-10-13
| * mlpdec: remove unnecessary wrapper functionJustin Ruggles2011-10-13
| * mlpdec: only calculate output size onceJustin Ruggles2011-10-13
| * mlpdec: validate that the reported channel count matches the actual outputJustin Ruggles2011-10-13
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-30
|\|
| * lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| * Update the url to the site website and change ffmpeg-devel to libav-develJohan Andersson2011-03-13
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* | Do not ask for samples if a specific channel layout was requested.Carl Eugen Hoyos2011-05-23
* | Map mlp surround channels to FFmpeg rear channels.Carl Eugen Hoyos2011-05-13
* | Also set the MLP/TrueHD channel layout in the decoder.Carl Eugen Hoyos2011-04-19
* | Fix channel order for 7.1 TrueHD samples.Carl Eugen Hoyos2011-04-14
* | Fix channel order for some MLP samples.Carl Eugen Hoyos2011-04-14
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-28
|/
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-12
* Fix grammar errors in documentationMåns Rullgård2010-06-30
* mlpdec: Comment channel_params field in struct SubStream.Nick Brereton2010-05-11
* mlpdec: Allocate channel decoding parameters for each substream. Some fileNick Brereton2010-05-11
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20