summaryrefslogtreecommitdiff
path: root/libavcodec/mlpdec.c
Commit message (Expand)AuthorAge
* mlpdec: Fix a undefined left shift of negative numberGanesh Ajjanagadde2015-09-29
* lavc: Drop deprecated request_channels related functionsVittorio Giovara2015-08-28
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* mlpdec: support TrueHD streams with an Atmos substreamHendrik Leppkes2015-03-11
* mlpdec: support major sync headers with optional extension blocksHendrik Leppkes2015-03-11
* mlpdec: check for negative indexVittorio Giovara2014-11-13
* truehd: break out part of output_data into platform-specific callback.Ben Avison2014-03-26
* truehd: tune VLC decoding for ARM.Ben Avison2014-03-26
* truehd: break out part of rematrix_channels into platform-specific callback.Ben Avison2014-03-26
* mlpdec: fix request_channel_layout behavior.Michael Niedermayer2014-02-08
* mlp: improve request_channel_layout behavior.Tim Walker2014-02-08
* mlpdec: set AV_FRAME_DATA_MATRIXENCODING side data.Tim Walker2014-01-05
* mlp: Parse TrueHD decoder channel modifiers and set the AVMatrixEncoding for ...Tim Walker2014-01-05
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* Disable deprecation warnings for cases where a replacement is availableDiego Biurrun2013-08-02
* mlpdec: Do not set invalid context in read_restart_headerLuca Barbato2013-07-12
* avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun2013-03-13
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* mlpdec: do not try to allocate a zero-sized output buffer.Anton Khirnov2013-02-23
* mlp/truehd: decode directly to the user-provided AVFrameJustin Ruggles2013-02-12
* mlp: implement support for AVCodecContext.request_channel_layout.Tim Walker2013-01-22
* mlpdec: set the channel layout.Tim Walker2013-01-22
* mlpdec: TrueHD: use Libav channel order.Tim Walker2013-01-22
* mlp: store the channel layout for each substream.Tim Walker2013-01-22
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-04
* dsputil: split out mlp dsp functionLuca Barbato2012-10-11
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* mlpdec: use av_log_ask_for_sample()Paul B Mahol2012-02-21
* dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-15
* doxygen: eliminate Qt-style doxygen syntaxDiego Biurrun2011-12-05
* Add avcodec_decode_audio4().Justin Ruggles2011-12-02
* 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
* 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
* 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
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Reduce log level of "Extracting .. channel downmix" to AV_LOG_DEBUG, theReimar Döffinger2010-01-27
* Fix crash in MLP decoder due to integer overflow.Reimar Döffinger2010-01-24
* Remove pointless CONFIG_MLP_DECODER preprocessor check.Diego Biurrun2009-12-29
* mlp: Indent.Ramiro Polla2009-10-16