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-09-27avcodec/mlpdec: Fail if the input is too smallMichael Niedermayer
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-07-12Merge commit 'e9d394f3fad7e8fd8fc80e3b33cb045bbaceb446'Michael Niedermayer
2013-07-12mlpdec: Do not set invalid context in read_restart_headerLuca Barbato
2013-03-28mlpdec: Fix reading state with 0 bit elements.Michael Niedermayer
2013-03-14Merge commit '6d97484d72e33f7dde9493a9ead1a72e2f029605'Michael Niedermayer
2013-03-14avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun
2013-03-13lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch
2013-03-12Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-02-24Merge commit '4f3b058c84f570e261d743c7c22f865617fd28ac'Michael Niedermayer
2013-02-23mlpdec: do not try to allocate a zero-sized output buffer.Anton Khirnov
2013-02-13Merge commit '1b9b6d6e5ea556b6d307f9d473f54f6406fdc3c8'Michael Niedermayer
2013-02-12mlp/truehd: decode directly to the user-provided AVFrameJustin Ruggles
2013-02-11mlpdec: check ch_assign more completelyMichael Niedermayer
2013-01-23mlpdec: move ch_assign setup code down to after ch layout is set.Michael Niedermayer
2013-01-23mlp: fix channel order.Michael Niedermayer
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