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
2017-07-01avcodec/imc: cast float to int prior to comparing with int variableKostya Shishkov
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2016-03-22all: move ff_exp10, ff_exp10f, ff_fast_powf to lavu/ffmath.hGanesh Ajjanagadde
2016-02-24Merge commit '29c2d06d67724e994980045afa055c6c34611b30'Derek Buitenhuis
2016-02-18cosmetics: Drop empty comment linesDiego Biurrun
2015-12-25lavc/imc: replace pow(10,x) by ff_exp10(x)Ganesh Ajjanagadde
2015-07-28Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer
2015-07-27lavc: Consistently prefix input buffer definesVittorio Giovara
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2015-07-27lavc: AV-prefix all codec flagsVittorio Giovara
2015-07-11imc: use correct position for flcoeffs2 calculationAndreas Cadhalpun
2015-07-11imc: Use correct position for flcoeffs2 calculationAndreas Cadhalpun
2015-06-09Merge commit '210921722bf828b3b895ebcbc34374e6c4452c6f'Michael Niedermayer
2015-06-09imc: add required padding for GetBitContext bufferJanne Grunau
2015-04-19lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara
2015-02-14Merge commit '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0'Michael Niedermayer
2015-02-14avcodec: Don't anonymously typedef structsDiego Biurrun
2014-12-17avcodec/imc: dont read bits beyond the endMichael Niedermayer
2014-12-04avcodec/imc: only check remaining bits in case bits will be readMichael Niedermayer
2014-12-04imc: make issue non-fatalChristophe Gisquet
2014-11-21avcodec/imc: Use avpriv_float_dsp_alloc()Michael Niedermayer
2014-10-15Merge commit '1ac5a29b2e5ddeae068deb9d6e0e803a91941d4d'Michael Niedermayer
2014-10-15imc: fix order of operations in coefficients readVittorio Giovara
2014-08-23avcodec/imc: Fix bitstream buffer paddingMichael Niedermayer
2014-08-21imc: reject files with unfathomable sampling ratesChristophe Gisquet
2014-06-23Merge commit 'c67b449bebbe0b35c73b203683e77a0a649bc765'Michael Niedermayer
2014-06-23dsputil: Split bswap*_buf() off into a separate contextDiego Biurrun
2013-10-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-09-28avcodec/imc: Check flcoeffs5Michael Niedermayer
2013-08-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-08-26imc: support mode 1Kostya Shishkov
2013-07-09imc: Catch a division by zeroLuca Barbato
2013-07-09imc: Catch a division by zeroLuca Barbato
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-13Merge commit 'a8ea936a0a00570f61a16a588821b52f6a3115c2'Michael Niedermayer
2013-02-12imc/iac: decode directly to the user-provided AVFrameJustin Ruggles
2013-02-09Merge commit '218aefce4472dc02ee3f12830a9a894bf7916da9'Michael Niedermayer
2013-02-09dsputil: Move LOCAL_ALIGNED macros to libavutilDiego Biurrun
2013-01-23Merge commit '5959bfaca396ecaf63a8123055f499688b79cae3'Michael Niedermayer
2013-01-22floatdsp: move butterflies_float from dsputil to avfloatdsp.Ronald S. Bultje
2012-12-05Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer
2012-12-05lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov