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
2013-01-23mlpdec: remove disabled code, leftover from mergeMichael Niedermayer
2013-01-23Merge commit 'ed1b01131e662c9086b27aaaea69684d8575fbea'Michael Niedermayer
2013-01-23Merge commit '1fd2deedcc6400e08b31566a547a5fac3b38cefb'Michael Niedermayer
2013-01-23Merge commit '3ffcccb4fbaae4d5ad775506f1f2761f2029affa'Michael Niedermayer
2013-01-23Merge commit '99ccd2ba10eac2b282c272ad9e75f082123c765a'Michael Niedermayer
2013-01-23mlp: implement support for AVCodecContext.request_channel_layout.Tim Walker
2013-01-23mlpdec: set the channel layout.Tim Walker
2013-01-23mlpdec: TrueHD: use Libav channel order.Tim Walker
2013-01-23mlp: store the channel layout for each substream.Tim Walker
2013-01-18mlpdec: dont leave a invalid huff_lsb in the context.Michael Niedermayer
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ò