aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '9221efef7968463f3e3d9ce79ea72eaca082e73f'Michael Niedermayer2012-11-032-29/+4
|\
| * x86: Refactor PSWAPD fallback implementations and port to cpuflagsDiego Biurrun2012-11-022-29/+4
* | Merge commit '9a07c1332cfe092b57b5758f22b686ca58806c60'Michael Niedermayer2012-11-031-3/+0
|\|
| * x86: PMINUB: port to cpuflagsDiego Biurrun2012-11-021-3/+0
* | Merge commit '9ce02e14f01de50fcc6f7f459544b140be66d615'Michael Niedermayer2012-11-031-42/+42
|\|
| * x86: ac3dsp: port to cpuflagsDiego Biurrun2012-11-021-42/+42
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-11-013-30/+30
|\|
| * x86: Move optimization suffix to end of function namesDiego Biurrun2012-10-313-30/+30
* | Merge commit 'fa8fcab1e0d31074c0644c4ac5194474c6c26415'Michael Niedermayer2012-11-0115-198/+217
|\|
| * x86: h264_chromamc_10bit: drop pointless PAVG %defineDiego Biurrun2012-10-311-2/+1
| * x86: mmx2 ---> mmxext in function namesDiego Biurrun2012-10-3112-193/+213
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-311-26/+26
|\|
| * x86: fmtconvert: Refactor cvtps2pi emulation through cpuflagsDiego Biurrun2012-10-311-26/+26
* | Merge commit 'be923ed659016350592acb9b3346f706f8170ac5'Michael Niedermayer2012-10-319-115/+116
|\|
| * x86: fmtconvert: port to cpuflagsDiego Biurrun2012-10-311-70/+71
| * x86: MMX2 ---> MMXEXT in macro namesDiego Biurrun2012-10-318-45/+45
* | Merge commit '652f5185945c8405fc57aed353286858df8d066f'Michael Niedermayer2012-10-312-3/+3
|\|
| * x86: mmx2 ---> mmxext in comments and messagesDiego Biurrun2012-10-312-3/+3
* | Merge commit '04581c8c77ce779e4e70684ac45302972766be0f'Michael Niedermayer2012-10-3110-10/+10
|\|
| * x86: yasm: Use complete source path for macro helper %includesDiego Biurrun2012-10-3127-27/+27
* | Merge commit '6860b4081d046558c44b1b42f22022ea341a2a73'Michael Niedermayer2012-10-3131-32/+4
|\|
| * x86: include x86inc.asm in x86util.asmDiego Biurrun2012-10-3128-28/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-302-190/+201
|\|
| * Use ptrdiff_t instead of int for intra pred "stride" function parameter.Ronald S. Bultje2012-10-291-4/+11
| * x86: use PRED4x4/8x8/8x8L/16x16 macros to declare intrapred prototypes.Ronald S. Bultje2012-10-292-186/+190
* | Merge commit '08b028c18dc31b6de741861b9555669dcca4d12a'Michael Niedermayer2012-10-302-169/+177
|\|
| * Remove usage of INIT_AVX in h264_intrapred_10bit.asm.Ronald S. Bultje2012-10-292-169/+177
* | x86/motion_est: widen before multiply.Michael Niedermayer2012-10-161-3/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-111-2/+2
|\|
| * dsputil: split out mlp dsp functionLuca Barbato2012-10-111-2/+2
* | x86/dsputil_mmx: change assert() to av_assert()Michael Niedermayer2012-10-101-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-088-135/+207
|\|
| * x86: vc1: call ff_vc1dsp_init_x86() under if (ARCH_X86)Janne Grunau2012-10-084-91/+160
| * x86: cavs: call ff_cavsdsp_init_x86() under if (ARCH_X86)Janne Grunau2012-10-082-13/+23
| * x86: call most of the x86 dsp init functions under if (ARCH_X86)Janne Grunau2012-10-084-21/+22
* | x86/motion_est: assert->av_assert2()Michael Niedermayer2012-10-071-4/+5
* | gmc_mmx: enable also for large pictures when emu edge isnt needed.Michael Niedermayer2012-10-061-3/+5
* | dsputil_mmx: put optimized gmc code back and avoid a VLA without loosing feat...Michael Niedermayer2012-10-061-7/+54
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-062-52/+8
|\|
| * Give all anonymously typedeffed structs in headers a nameDiego Biurrun2012-10-061-1/+1
| * x86: dsputil: kill VLA in gmc_mmx()Mans Rullgard2012-10-051-51/+7
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-011-2/+2
|\|
| * avcodec: Drop silly and/or broken printf debug outputDiego Biurrun2012-10-011-2/+2
| * dsputil_mmx: fix reading prior of the src array in sub_hfyu_median_prediction()Michael Niedermayer2012-09-281-1/+3
* | dsputil_mmx: fix reading prior of the src array in sub_hfyu_median_prediction()Michael Niedermayer2012-09-271-1/+3
* | diracyasm: fix win64Michael Niedermayer2012-09-261-2/+2
* | mpegvideo: factorize ff_dct_encode_init()Michael Niedermayer2012-09-251-1/+1
* | x86/mpegaudiodec: drop likely now unneeded #if HAVE_AVX_EXTERNALMichael Niedermayer2012-09-181-4/+1
* | mpegaudiodec: add prototypes for all functions that may need themMichael Niedermayer2012-09-181-5/+10
* | get_cabac_inline_x86: workaround clang bug with disabled optimizationsMichael Niedermayer2012-09-181-1/+2