Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-01-05mlp: Parse TrueHD decoder channel modifiers and set the AVMatrixEncoding for ...Tim Walker
2013-08-02Disable deprecation warnings for cases where a replacement is availableDiego Biurrun
2013-01-23mlp: implement support for AVCodecContext.request_channel_layout.Tim Walker
2013-01-23mlp_parser: account for AVCodecContext.request_channels when setting the chan...Tim Walker
2013-01-23mlp: store the channel layout for each substream.Tim Walker
2012-11-11Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles
2012-09-13mlp_parser: avoid mapping multiple disctinct TrueHD channels to the same Liba...Tim Walker
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-02-26mlp_parser: fix the channel mask value used for the top surround channelTim Walker
2012-02-22mlpdec_parser: fix a few channel layouts.Tim Walker
2012-02-21mlp parser: set duration instead of frame_sizeJustin Ruggles
2011-11-25Make channel layout masks unsignedMans Rullgard
2011-11-02lavc: use designated initialisers for parsers.Anton Khirnov
2011-10-13mlpdec: return meaningful error codes instead of -1Justin Ruggles
2011-04-02lavc: add missing audioconvert includesAnton Khirnov
2011-03-30mlp_parse.c: set AVCodecContext channel_layoutJohn Stebbins
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2010-11-12Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-02-23mlp_parser: Fix memleak.Jai Menon
2010-01-27Fix possible crashes in mlp parser, it tries to go back 7 bytes afterReimar Döffinger
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini
2009-03-20Split TrueHD decoder from MLPRamiro Polla
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2008-12-07mlp: support bit-depths greater than 16 by default.Ramiro Polla
2008-12-06mlp: Fix compilation under CONFIG_AUDIO_NONSHORT.Mathieu Velten
2008-12-03mlp: initialize all CRC tables in a common function.Laurent Aimar
2008-08-13mlp: Split common code from parser and decoder to be used by encoder.Ramiro Polla
2008-08-13mlp_parser: Initialize crc data in its own function.Ramiro Polla
2008-07-05Add required stdint.h header #include.Diego Biurrun
2008-07-05spelling cosmeticsDiego Biurrun
2008-07-02Clarify comment about parity nibble.Ramiro Polla
2008-07-01Make ff_mlp_read_major_sync() take a GetBitContext instead of buffers.Ramiro Polla
2008-06-28Seek the file forwards instead of backwards when sync is lost.Ramiro Polla
2008-06-25Make it a little easier to spot that the code is not dealing only withRamiro Polla
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2007-12-03cosmetics: spelling fixesDiego Biurrun
2007-11-28MLP/TrueHD parserIan Caulfield