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
2014-06-04avcodec/x86/dsputilenc_mmx: fix build without yasmMichael Niedermayer
2014-06-04x86: dsputilenc: convert hf_noise*_mmx to yasmTimothy Gu
2014-05-30x86: dsputilenc: convert ff_sse{8, 16}_mmx() to yasmTimothy Gu
2014-05-30x86: dsputilenc: move all the function prototypes togetherTimothy Gu
2014-05-30Merge commit '65d5d5865845f057cc6530a8d0f34db952d9009c'Michael Niedermayer
2014-05-29x86/dsputilenc: implement XOP version of pix_sum16James Almer
2014-05-29dsputil: Move SVQ1 encoding specific bits into svq1encDiego Biurrun
2014-05-29x86/dsputilenc: implement SSE2 versions of pix_{sum16, norm1}James Almer
2014-05-28Merge commit '512f3ffe9b4bb86767c2b1176554407c75fe1a5c'Michael Niedermayer
2014-05-27dsputil: Split off HuffYUV encoding bits into their own contextDiego Biurrun
2014-05-27x86/dsputilenc: implement SSE2 version of diff_pixelsJames Almer
2014-05-25Revert "x86: dsputilenc: convert ff_sse{8, 16}_mmx() to yasm"Michael Niedermayer
2014-05-25x86: dsputilenc: convert ff_sse{8, 16}_mmx() to yasmTimothy Gu
2014-05-24x86/dsputilenc: port sum_abs_dctelem functions to yasmJames Almer
2014-04-05Merge commit '01c5779f56cf708e6cb88b11cfdc248cae7e2ee8'Michael Niedermayer
2014-04-04x86: Drop some unnecessary YASM ifdefsDiego Biurrun
2014-03-21Merge commit '82bb3048013201c0095d2853d4623633d912252f'Michael Niedermayer
2014-03-21Merge commit '5169e688956be3378adb3b16a93962fe0048f1c9'Michael Niedermayer
2014-03-20dsputil: Use correct type in me_cmp_func function pointerDiego Biurrun
2014-03-20dsputil: Propagate bit depth information to all (sub)init functionsDiego Biurrun
2014-03-14Merge commit 'a36947c167d7278b891453083b57dc56b7a7f5c5'Michael Niedermayer
2014-03-14Merge commit '6a8b35dc88b4a1a452f192fbbf53ae7f59bc3f23'Michael Niedermayer
2014-03-13dsputilenc_mmx: K&R formatting cosmeticsDiego Biurrun
2014-03-13dsputilenc_mmx: Merge two assignment blocks with identical conditionsDiego Biurrun
2013-12-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-12-04x86: Initialize mmxext after amd3dnow optimizationsDiego Biurrun
2013-10-06Merge commit '258414d0771845d20f646ffe4d4e60f22fba217c'Michael Niedermayer
2013-10-05x86: fdct: Initialize optimized fdct implementations in the standard wayDiego Biurrun
2013-08-30Merge commit 'e998b56362c711701b3daa34e7b956e7126336f4'Michael Niedermayer
2013-08-30Merge commit '6369ba3c9cc74becfaad2a8882dff3dd3e7ae3c0'Michael Niedermayer
2013-08-29x86: avcodec: Consistently structure CPU extension initializationDiego Biurrun
2013-08-29x86: avcodec: Use convenience macros to check for CPU flagsDiego Biurrun
2013-07-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-07-18Consistently use "cpu_flags" as variable/parameter name for CPU flagsDiego Biurrun
2013-05-14Merge commit '1399931d07f0f37ef4526eb8d39d33c64e09618a'Michael Niedermayer
2013-05-13x86: dsputil: Rename dsputil_mmx.h --> dsputil_x86.hDiego Biurrun
2013-04-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-04-22x86: Move some conditional code around to avoid unused variable warningsDiego Biurrun
2013-04-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-04-11Move misplaced file author information where it belongsDiego Biurrun
2013-02-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-02-09dsputil: Move fdct function declarations to dct.hDiego Biurrun
2013-02-06Merge commit '620289a20e022b9c16c10d546ef86cc0bb77cc84'Michael Niedermayer
2013-02-05Add av_cold attributes to arch-specific init functionsDiego Biurrun
2013-01-23Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer
2013-01-23Drop DCTELEM typedefDiego Biurrun
2013-01-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-01-21dsputilenc: x86: Convert pixel inline asm to yasmDaniel Kang
2012-12-10dsputil_mmx: switch to av_assert2()Michael Niedermayer
2012-11-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer