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
2012-12-08lavc/mlpdec: reset layout when channels change.Nicolas George
2012-12-05Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer
2012-12-05lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov
2012-10-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-11dsputil: split out mlp dsp functionLuca Barbato
2012-09-26mlpdec: supress layout mismatch warnings for 2 ch upmixed monoMichael Niedermayer
2012-09-26mlpdec: discard a 2nd substream if the stream is monoMichael Niedermayer
2012-09-01lavc: add missing new line to some messagesPiotr Bandurski
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-07-18mlpdec: switch to av_assertMichael Niedermayer
2012-06-17lavc: build some codecs only if they are actually enabledPaul B Mahol
2012-04-19mlpdec: set channel variables after checking themMichael Niedermayer
2012-04-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-02-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-21mlpdec: use av_log_ask_for_sample()Paul B Mahol
2012-02-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-16dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö
2011-12-18Fix channel order for some less common TrueHD layouts.Carl Eugen Hoyos
2011-12-18mlpdec: fix channel order for wide 7.1 truehd layoutsHendrik Leppkes
2011-12-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-05doxygen: eliminate Qt-style doxygen syntaxDiego Biurrun
2011-12-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-03Add avcodec_decode_audio4().Justin Ruggles
2011-10-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-13mlpdec: return meaningful error codes instead of -1Justin Ruggles
2011-10-13mlpdec: remove unnecessary wrapper functionJustin Ruggles
2011-10-13mlpdec: only calculate output size onceJustin Ruggles
2011-10-13mlpdec: validate that the reported channel count matches the actual outputJustin Ruggles
2011-07-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-05-23Do not ask for samples if a specific channel layout was requested.Carl Eugen Hoyos
2011-05-13Map mlp surround channels to FFmpeg rear channels.Carl Eugen Hoyos
2011-04-19Also set the MLP/TrueHD channel layout in the decoder.Carl Eugen Hoyos
2011-04-14Fix channel order for 7.1 TrueHD samples.Carl Eugen Hoyos
2011-04-14Fix channel order for some MLP samples.Carl Eugen Hoyos
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-14Update the url to the site website and change ffmpeg-devel to libav-develJohan Andersson
2011-01-28Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
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-06-30Fix grammar errors in documentationMåns Rullgård
2010-05-11mlpdec: Comment channel_params field in struct SubStream.Nick Brereton
2010-05-11mlpdec: Allocate channel decoding parameters for each substream. Some fileNick Brereton
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-01-27Reduce log level of "Extracting .. channel downmix" to AV_LOG_DEBUG, theReimar Döffinger
2010-01-24Fix crash in MLP decoder due to integer overflow.Reimar Döffinger
2009-12-29Remove pointless CONFIG_MLP_DECODER preprocessor check.Diego Biurrun