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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-09-05Merge commit 'dc70c19476e76f1118df73b5d97cc76f0e5f6f6c'Hendrik Leppkes
2015-08-28lavc: Drop deprecated request_channels related functionsVittorio Giovara
2015-03-11mlpdec: support major sync headers with optional extension blocksHendrik Leppkes
2014-09-21mlpdec: support major sync headers with optional extension blocksHendrik Leppkes
2014-07-04avcodec/mlp_parser: check ff_combine_frame() return codeMichael Niedermayer
2014-02-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2014-02-08mlp_parser: fix request_channel_layout behavior.Tim Walker
2014-02-08avcodec/mlp_parser: fix multichannelMichael Niedermayer
2014-02-08Merge commit 'c0c45188e56cfa3050bb39f8299025345b8a204c'Michael Niedermayer
2014-02-08mlp: improve request_channel_layout behavior.Tim Walker
2014-01-06Merge commit '4b7f1a7ced0e98f2cc698d896f7ebab8d30eaa09'Michael Niedermayer
2014-01-05mlp: Parse TrueHD decoder channel modifiers and set the AVMatrixEncoding for ...Tim Walker
2013-08-03avcodec/mlp: Fix bugs in libavs warning fixesMichael Niedermayer
2013-08-03Merge commit '7950e519bb094897f957b9a9531cc60ba46cbc91'Michael Niedermayer
2013-08-02Disable deprecation warnings for cases where a replacement is availableDiego Biurrun
2013-01-23mlp: fix channel order.Michael Niedermayer
2013-01-23Merge commit 'ed1b01131e662c9086b27aaaea69684d8575fbea'Michael Niedermayer
2013-01-23Merge commit 'b0c7e3ffd09f68022429920da483ad7abed84aa1'Michael Niedermayer
2013-01-23Merge commit '99ccd2ba10eac2b282c272ad9e75f082123c765a'Michael Niedermayer
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-12Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88'Michael Niedermayer
2012-11-11Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles
2012-10-19mlp_parser: print error when ff_combine_frame() fails to add the current bufferMichael Niedermayer
2012-09-26mlp_parser: dont override existing channel geometry.Michael Niedermayer
2012-09-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-09-13mlp_parser: avoid mapping multiple disctinct TrueHD channels to the same Liba...Tim Walker
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-06-24mlp_parser: use av_assertMichael Niedermayer
2012-02-26mlp_parser: fix the channel mask value used for the top surround channelTim Walker
2012-02-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-22mlpdec_parser: fix a few channel layouts.Tim Walker
2012-02-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-21mlp parser: set duration instead of frame_sizeJustin Ruggles
2011-12-31mlp_parser: Fix infinite loop with 0 bytes_left.Michael Niedermayer
2011-12-10mlp: Use correct speaker locations in TrueHD channel layout.Hendrik Leppkes
2011-11-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-25Make channel layout masks unsignedMans Rullgard
2011-11-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-02lavc: use designated initialisers for parsers.Anton Khirnov
2011-10-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-13mlpdec: return meaningful error codes instead of -1Justin Ruggles
2011-05-13Map mlp surround channels to FFmpeg rear channels.Carl Eugen Hoyos
2011-04-19Only ask once in the code for a TrueHD sample with strange channel layout.Carl Eugen Hoyos
2011-04-19Make MLP/TrueHD channel layout functions visible to the decoder.Carl Eugen Hoyos
2011-04-03Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-02lavc: add missing audioconvert includesAnton Khirnov
2011-04-02Make a plausibility check when setting channel layout for TrueHD.Carl Eugen Hoyos