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-03-21Merge commit '2ec9fa5ec60dcd10e1cb10d8b4e4437e634ea428'James Almer
2017-03-16avcodec/simple_idct_template: Fix several integer overflowsMichael Niedermayer
2016-09-29idct: Change type of array stride parameters to ptrdiff_tDiego Biurrun
2016-06-21Merge commit '283226e11ccf50a71d25d150fbbf1743f74c6c49'Clément Bœsch
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-05-10simple_idct_template: Fix strict aliasing violationMichael Niedermayer
2016-05-08avcodec/simple_idct_template: Fix strict aliasing violationMichael Niedermayer
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2016-03-05idct8x8: Fix undefined negative shiftsKaterina Barone-Adesi
2015-10-13avcodec/simple_idct10: improve precisionChristophe Gisquet
2014-05-20avcodec/fate-idct8x8: Defined behavior: eliminate negative left-shifts.Katerina Barone-Adesi
2014-03-26Merge commit 'aba70bb5387f12dfa5e6cd8cb861c9c7e668151f'Michael Niedermayer
2014-03-26Add missing headers to make template files compile (more) standaloneDiego Biurrun
2014-01-14avcodec/simple_idct_template: fix rounding of the special DC case for 10bitMichael Niedermayer
2014-01-14avcodec/simple_idct_template: fix row rounderMichael Niedermayer
2014-01-14avcodec/simple_idct_template: change the idct coefficients so that they match...Michael Niedermayer
2013-09-15avcodec/simple_idct_template: adjust coeffs for 12bit idctMichael Niedermayer
2013-09-06avcodec/dsputil: add 12bit simple idctMichael Niedermayer
2013-01-23Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer
2013-01-23Drop DCTELEM typedefDiego Biurrun
2012-03-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-06Don't use ff_cropTbl[] for IDCT.Ronald S. Bultje
2012-02-01simpleidct: fix project name.Michael Niedermayer
2011-10-14prores-idct: fix overflow in c code.Ronald S. Bultje
2011-07-21simple_idct: whitespace cosmeticsMans Rullgard
2011-07-21simple_idct: make repeated code a macroMans Rullgard
2011-07-21simple_idct: change 10-bit add/put stride from pixels to bytesMans Rullgard
2011-07-20simple_idct: add 10-bit versionMans Rullgard