972 Commits (9ba41ae63e079198ef4a9e83b5fa147e20966bdb)

Author SHA1 Message Date
Michael Niedermayer 2207ea44fb ff_emulated_edge_mc: fix integer anomalies, fix out of array reads 12 years ago
Diego Biurrun 8c3849bc76 x86: dsputil: port to cpuflags 12 years ago
Diego Biurrun 26301caaa1 x86: mmx2 ---> mmxext in asm constructs 12 years ago
Diego Biurrun 5e9c6ef8f3 x86: h264_weight_10bit: port to cpuflags 12 years ago
Diego Biurrun 2b479bcab0 build: Drop AVX assembly ifdefs 12 years ago
Michael Niedermayer def8588fb5 dwt_yasm/vertical_compose: fix width witdth argument. 12 years ago
Diego Biurrun 6cd796049d x86: h264_qpel_10bit: drop unused parameter from MC10/MC20/MC30 macros 12 years ago
Diego Biurrun 4b60fac419 x86: PALIGNR: port to cpuflags 12 years ago
Diego Biurrun 4d1f69f244 x86: h264_qpel_10bit: port to cpuflags 12 years ago
Diego Biurrun 6ca60d4ddd x86: h264_intrapred: port to cpuflags 12 years ago
Diego Biurrun 930e26a3ea x86: h264qpel: Only define mmxext QPEL functions if H264QPEL is enabled 12 years ago
Diego Biurrun dbb37e7711 x86: PABSW: port to cpuflags 12 years ago
Diego Biurrun 6c104826bd x86: vc1dsp: port to cpuflags 12 years ago
Diego Biurrun 0a7a94f2e5 x86: Refactor PSWAPD fallback implementations and port to cpuflags 12 years ago
Diego Biurrun 26f01bd106 x86: PMINUB: port to cpuflags 12 years ago
Diego Biurrun 9ce02e14f0 x86: ac3dsp: port to cpuflags 12 years ago
Diego Biurrun fa8fcab1e0 x86: h264_chromamc_10bit: drop pointless PAVG %define 12 years ago
Diego Biurrun c37322e68c x86: Move optimization suffix to end of function names 12 years ago
Diego Biurrun d8eda37080 x86: mmx2 ---> mmxext in function names 12 years ago
Diego Biurrun be923ed659 x86: fmtconvert: port to cpuflags 12 years ago
Diego Biurrun be2c456e96 x86: fmtconvert: Refactor cvtps2pi emulation through cpuflags 12 years ago
Diego Biurrun 588fafe7f3 x86: MMX2 ---> MMXEXT in macro names 12 years ago
Diego Biurrun 652f518594 x86: mmx2 ---> mmxext in comments and messages 12 years ago
Diego Biurrun 04581c8c77 x86: yasm: Use complete source path for macro helper %includes 12 years ago
Diego Biurrun 6860b4081d x86: include x86inc.asm in x86util.asm 12 years ago
Ronald S. Bultje 95c89da36e Use ptrdiff_t instead of int for intra pred "stride" function parameter. 12 years ago
Ronald S. Bultje bad8e33dc9 x86: use PRED4x4/8x8/8x8L/16x16 macros to declare intrapred prototypes. 12 years ago
Ronald S. Bultje c285edd06e Remove usage of INIT_AVX in h264_intrapred_10bit.asm. 12 years ago
Michael Niedermayer 9c669672c7 x86/motion_est: widen before multiply. 13 years ago
Luca Barbato 2d6caade22 dsputil: split out mlp dsp function 13 years ago
Michael Niedermayer 25f44b041c x86/dsputil_mmx: change assert() to av_assert() 13 years ago
Janne Grunau 7e522859fc x86: vc1: call ff_vc1dsp_init_x86() under if (ARCH_X86) 13 years ago
Janne Grunau cb36febcbc x86: cavs: call ff_cavsdsp_init_x86() under if (ARCH_X86) 13 years ago
Janne Grunau f101eab1be x86: call most of the x86 dsp init functions under if (ARCH_X86) 13 years ago
Michael Niedermayer 2714e841bc x86/motion_est: assert->av_assert2() 13 years ago
Michael Niedermayer 19a4e10360 gmc_mmx: enable also for large pictures when emu edge isnt needed. 13 years ago
Michael Niedermayer e063ffbf4b dsputil_mmx: put optimized gmc code back and avoid a VLA without loosing features. 13 years ago
Diego Biurrun e4cbf7529b Give all anonymously typedeffed structs in headers a name 13 years ago
Mans Rullgard bcf07a15a0 x86: dsputil: kill VLA in gmc_mmx() 13 years ago
Diego Biurrun 9c6cf7f2c9 avcodec: Drop silly and/or broken printf debug output 13 years ago
Michael Niedermayer 791b5954bc dsputil_mmx: fix reading prior of the src array in sub_hfyu_median_prediction() 13 years ago
Michael Niedermayer 7e9830d123 dsputil_mmx: fix reading prior of the src array in sub_hfyu_median_prediction() 13 years ago
Michael Niedermayer f75c5f07a9 diracyasm: fix win64 13 years ago
Michael Niedermayer 6b33e91899 mpegvideo: factorize ff_dct_encode_init() 13 years ago
Michael Niedermayer efac6f7472 x86/mpegaudiodec: drop likely now unneeded #if HAVE_AVX_EXTERNAL 13 years ago
Michael Niedermayer c0dfc720ef mpegaudiodec: add prototypes for all functions that may need them 13 years ago
Michael Niedermayer 66bdc58550 get_cabac_inline_x86: workaround clang bug with disabled optimizations 13 years ago
Michael Niedermayer 47277c4153 x86/v210: fix xmm clobbers 13 years ago
Diego Biurrun 58139e141b x86: dsputil: Move Xvid IDCT put/add functions to a more suitable place 13 years ago
Diego Biurrun 2017f0fdb7 x86: Remove some leftover declarations for non-existent functions 13 years ago