summaryrefslogtreecommitdiffstats
path: root/libavcodec/x86
Commit message (Expand)AuthorAgeFilesLines
* dwt_yasm/vertical_compose: fix width witdth argument.Michael Niedermayer2012-11-111-5/+5
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-11-111-5/+5
|\
| * x86: h264_qpel_10bit: drop unused parameter from MC10/MC20/MC30 macrosDiego Biurrun2012-11-101-5/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-11-103-208/+157
|\ \ | |/
| * x86: PALIGNR: port to cpuflagsDiego Biurrun2012-11-093-47/+0
| * x86: h264_qpel_10bit: port to cpuflagsDiego Biurrun2012-11-091-159/+155
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-11-091-111/+119
|\ \ | |/
| * x86: h264_intrapred: port to cpuflagsDiego Biurrun2012-11-081-111/+119
* | Merge commit '930e26a3ea9d223e04bac4cdde13697cec770031'Michael Niedermayer2012-11-053-47/+45
|\ \ | |/
| * x86: h264qpel: Only define mmxext QPEL functions if H264QPEL is enabledDiego Biurrun2012-11-051-1/+1
| * x86: PABSW: port to cpuflagsDiego Biurrun2012-11-051-3/+0
| * x86: vc1dsp: port to cpuflagsDiego Biurrun2012-11-052-43/+44
* | 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
OpenPOWER on IntegriCloud