summaryrefslogtreecommitdiff
path: root/libavcodec/x86
Commit message (Expand)AuthorAge
* Merge commit '1a8d0cf77ed2611e542ae98f341d4c43a04467bd'Michael Niedermayer2014-03-22
|\
| * x86: dsputil: Move inline assembly macros to a separate headerDiego Biurrun2014-03-22
* | Additional icl inline asm fix.Matt Oliver2014-03-22
* | avcodec/x86/snowdsp: add missing clobbers to inner_add_yblock_bw_8_obmc_16_bh...Michael Niedermayer2014-03-21
* | Merge commit '82bb3048013201c0095d2853d4623633d912252f'Michael Niedermayer2014-03-20
|\|
| * dsputil: Use correct type in me_cmp_func function pointerDiego Biurrun2014-03-20
* | Merge commit '0e083d7e43805db1a978cb57bfa25fda62e8ff18'Michael Niedermayer2014-03-20
|\|
| * build: Group general components separate from de/encoders in arch MakefilesDiego Biurrun2014-03-20
* | Merge commit '5169e688956be3378adb3b16a93962fe0048f1c9'Michael Niedermayer2014-03-20
|\|
| * dsputil: Propagate bit depth information to all (sub)init functionsDiego Biurrun2014-03-20
* | Add one forgotten named inline asm operand in libavcodec/x86/motion_est.c.Carl Eugen Hoyos2014-03-19
* | Automatically change MANGLE() into named inline asm operands when direct symb...Matt Oliver2014-03-18
* | avcodec/x86/mlpdsp: Only use asm when non-local inline asm lables are supportedMatt Oliver2014-03-18
* | x86/synth_filter: improve FMA versionJames Almer2014-03-17
* | avcodec/x86/idct_sse2_xvid: move offsets out of MANGLE()Matt Oliver2014-03-17
* | Add missing external declarations.Matt Oliver2014-03-17
* | Fixed 64bit conformance with mvzbl.Matt Oliver2014-03-17
* | Merge commit 'db3f61a04f1f66746660f921bb2780ddf1141f3b'Michael Niedermayer2014-03-14
|\|
| * x86: dsputil_init: Drop some unnecessary parenthesesDiego Biurrun2014-03-13
* | Merge commit '441b093915717afa7d24be34bdab2a4911b30a57'Michael Niedermayer2014-03-14
|\|
| * x86: dsputil_init: K&R formatting cosmeticsDiego Biurrun2014-03-13
* | Merge commit '4cb4680c1087a2cd13d4b0c9167a2eb3147f99d8'Michael Niedermayer2014-03-14
|\|
| * x86: dsputil_x86.h: K&R formatting cosmeticsDiego Biurrun2014-03-13
* | Merge commit 'f8bbebecfd7ea3dceb7c96f931beca33f80a3490'Michael Niedermayer2014-03-14
|\|
| * x86: motion_est: K&R formatting cosmeticsDiego Biurrun2014-03-13
* | Merge commit 'a36947c167d7278b891453083b57dc56b7a7f5c5'Michael Niedermayer2014-03-14
|\|
| * dsputilenc_mmx: K&R formatting cosmeticsDiego Biurrun2014-03-13
* | Merge commit '38675229a879aa5258a8c71891fc8cbf74cf139f'Michael Niedermayer2014-03-14
|\|
| * dsputil_mmx: K&R formatting cosmeticsDiego Biurrun2014-03-13
* | Merge commit '6a8b35dc88b4a1a452f192fbbf53ae7f59bc3f23'Michael Niedermayer2014-03-14
|\|
| * dsputilenc_mmx: Merge two assignment blocks with identical conditionsDiego Biurrun2014-03-13
* | Merge commit '55519926ef855c671d084ccc151056de9e3d3a77'Michael Niedermayer2014-03-14
|\|
| * x86: Make function prototype comments in assembly code consistentDiego Biurrun2014-03-13
* | Merge commit 'edd1f833fa145eb9c5026877c699ebe6efca00a0'Michael Niedermayer2014-03-14
|\|
| * x86: h264_idct_10_bit: Use proper type in function prototype commentsDiego Biurrun2014-03-13
* | Merge commit '831a1180785a786272cdcefb71566a770bfb879e'Michael Niedermayer2014-03-13
|\|
| * Update dsputil- and SIMD-related comments to match reality more closelyDiego Biurrun2014-03-13
* | Merge commit '17608f6ee3d2088cdb8d1e704276d8b34f01160d'Michael Niedermayer2014-03-13
|\|
| * x86: Add some more missing headersDiego Biurrun2014-03-13
| * x86: mpegvideoenc: Remove some remnants of the long-gone libmpeg2 IDCTDiego Biurrun2014-03-13
* | x86/dsputil: add emms to ff_scalarproduct_int16_mmxext()James Almer2014-03-06
* | Merge commit '3bfdee00cd92ff07c364d4901c4aefda32780756'Michael Niedermayer2014-03-06
|\|
| * x86: dcadsp: Fix linking with yasm and optimizations disabledDiego Biurrun2014-03-05
* | Merge commit '3741aa37c2a0d0717faff74a5c4cc357d16f6d1d'Michael Niedermayer2014-03-05
|\|
| * x86: cabac: Use correct #includes to make header compile standaloneDiego Biurrun2014-03-05
* | x86/synth_filter: add synth_filter_fma3James Almer2014-03-05
* | x86/synth_filter: add missing HAVE_YASM guardJames Almer2014-03-04
* | x86/synth_filter: Revert the switch to float ops with SSE2James Almer2014-03-02
* | x86/synth_filter: add synth_filter_avxJames Almer2014-03-02
* | x86/synth_filter: add synth_filter_sseJames Almer2014-03-01