summaryrefslogtreecommitdiff
path: root/libavcodec/mlp_parser.c
Commit message (Expand)AuthorAge
* lavc: Drop deprecated request_channels related functionsVittorio Giovara2015-08-28
* mlpdec: support major sync headers with optional extension blocksHendrik Leppkes2015-03-11
* mlp_parser: fix request_channel_layout behavior.Tim Walker2014-02-08
* mlp: improve request_channel_layout behavior.Tim Walker2014-02-08
* mlp: Parse TrueHD decoder channel modifiers and set the AVMatrixEncoding for ...Tim Walker2014-01-05
* Disable deprecation warnings for cases where a replacement is availableDiego Biurrun2013-08-02
* mlp: implement support for AVCodecContext.request_channel_layout.Tim Walker2013-01-22
* mlp_parser: account for AVCodecContext.request_channels when setting the chan...Tim Walker2013-01-22
* mlp: store the channel layout for each substream.Tim Walker2013-01-22
* Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-11
* mlp_parser: avoid mapping multiple disctinct TrueHD channels to the same Liba...Tim Walker2012-09-12
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* mlp_parser: fix the channel mask value used for the top surround channelTim Walker2012-02-25
* mlpdec_parser: fix a few channel layouts.Tim Walker2012-02-22
* mlp parser: set duration instead of frame_sizeJustin Ruggles2012-02-20
* Make channel layout masks unsignedMans Rullgard2011-11-25
* lavc: use designated initialisers for parsers.Anton Khirnov2011-11-02
* mlpdec: return meaningful error codes instead of -1Justin Ruggles2011-10-13
* lavc: add missing audioconvert includesAnton Khirnov2011-04-02
* mlp_parse.c: set AVCodecContext channel_layoutJohn Stebbins2011-03-30
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* 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
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* mlp_parser: Fix memleak.Jai Menon2010-02-23
* Fix possible crashes in mlp parser, it tries to go back 7 bytes afterReimar Döffinger2010-01-27
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13
* Split TrueHD decoder from MLPRamiro Polla2009-03-19
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* mlp: support bit-depths greater than 16 by default.Ramiro Polla2008-12-07
* mlp: Fix compilation under CONFIG_AUDIO_NONSHORT.Mathieu Velten2008-12-06
* mlp: initialize all CRC tables in a common function.Laurent Aimar2008-12-03
* mlp: Split common code from parser and decoder to be used by encoder.Ramiro Polla2008-08-13
* mlp_parser: Initialize crc data in its own function.Ramiro Polla2008-08-13
* Add required stdint.h header #include.Diego Biurrun2008-07-05
* spelling cosmeticsDiego Biurrun2008-07-05
* Clarify comment about parity nibble.Ramiro Polla2008-07-02
* Make ff_mlp_read_major_sync() take a GetBitContext instead of buffers.Ramiro Polla2008-07-01
* Seek the file forwards instead of backwards when sync is lost.Ramiro Polla2008-06-27
* Make it a little easier to spot that the code is not dealing only withRamiro Polla2008-06-25
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* cosmetics: spelling fixesDiego Biurrun2007-12-03
* MLP/TrueHD parserIan Caulfield2007-11-28