aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/x86
Commit message (Expand)AuthorAgeFilesLines
* avcodec/x86/idct_sse2_xvid: move offsets out of MANGLE()Matt Oliver2014-03-171-8/+8
* Add missing external declarations.Matt Oliver2014-03-171-0/+2
* Fixed 64bit conformance with mvzbl.Matt Oliver2014-03-171-2/+2
* Merge commit 'db3f61a04f1f66746660f921bb2780ddf1141f3b'Michael Niedermayer2014-03-141-30/+30
|\
| * x86: dsputil_init: Drop some unnecessary parenthesesDiego Biurrun2014-03-131-30/+30
* | Merge commit '441b093915717afa7d24be34bdab2a4911b30a57'Michael Niedermayer2014-03-141-61/+62
|\|
| * x86: dsputil_init: K&R formatting cosmeticsDiego Biurrun2014-03-131-61/+62
* | Merge commit '4cb4680c1087a2cd13d4b0c9167a2eb3147f99d8'Michael Niedermayer2014-03-141-7/+10
|\|
| * x86: dsputil_x86.h: K&R formatting cosmeticsDiego Biurrun2014-03-131-7/+10
* | Merge commit 'f8bbebecfd7ea3dceb7c96f931beca33f80a3490'Michael Niedermayer2014-03-141-150/+161
|\|
| * x86: motion_est: K&R formatting cosmeticsDiego Biurrun2014-03-131-150/+161
* | Merge commit 'a36947c167d7278b891453083b57dc56b7a7f5c5'Michael Niedermayer2014-03-141-727/+770
|\|
| * dsputilenc_mmx: K&R formatting cosmeticsDiego Biurrun2014-03-131-726/+769
* | Merge commit '38675229a879aa5258a8c71891fc8cbf74cf139f'Michael Niedermayer2014-03-141-57/+50
|\|
| * dsputil_mmx: K&R formatting cosmeticsDiego Biurrun2014-03-131-55/+49
* | Merge commit '6a8b35dc88b4a1a452f192fbbf53ae7f59bc3f23'Michael Niedermayer2014-03-141-3/+0
|\|
| * dsputilenc_mmx: Merge two assignment blocks with identical conditionsDiego Biurrun2014-03-131-3/+0
* | Merge commit '55519926ef855c671d084ccc151056de9e3d3a77'Michael Niedermayer2014-03-1424-246/+308
|\|
| * x86: Make function prototype comments in assembly code consistentDiego Biurrun2014-03-1324-246/+308
* | Merge commit 'edd1f833fa145eb9c5026877c699ebe6efca00a0'Michael Niedermayer2014-03-141-8/+12
|\|
| * x86: h264_idct_10_bit: Use proper type in function prototype commentsDiego Biurrun2014-03-131-8/+12
* | Merge commit '831a1180785a786272cdcefb71566a770bfb879e'Michael Niedermayer2014-03-1312-12/+12
|\|
| * Update dsputil- and SIMD-related comments to match reality more closelyDiego Biurrun2014-03-1312-12/+12
* | Merge commit '17608f6ee3d2088cdb8d1e704276d8b34f01160d'Michael Niedermayer2014-03-134-0/+4
|\|
| * x86: Add some more missing headersDiego Biurrun2014-03-134-0/+4
| * x86: mpegvideoenc: Remove some remnants of the long-gone libmpeg2 IDCTDiego Biurrun2014-03-131-44/+0
* | x86/dsputil: add emms to ff_scalarproduct_int16_mmxext()James Almer2014-03-061-0/+3
* | Merge commit '3bfdee00cd92ff07c364d4901c4aefda32780756'Michael Niedermayer2014-03-061-2/+2
|\|
| * x86: dcadsp: Fix linking with yasm and optimizations disabledDiego Biurrun2014-03-051-0/+4
* | Merge commit '3741aa37c2a0d0717faff74a5c4cc357d16f6d1d'Michael Niedermayer2014-03-051-1/+1
|\|
| * x86: cabac: Use correct #includes to make header compile standaloneDiego Biurrun2014-03-051-1/+1
* | x86/synth_filter: add synth_filter_fma3James Almer2014-03-052-17/+15
* | x86/synth_filter: add missing HAVE_YASM guardJames Almer2014-03-041-0/+4
* | x86/synth_filter: Revert the switch to float ops with SSE2James Almer2014-03-021-4/+17
* | x86/synth_filter: add synth_filter_avxJames Almer2014-03-022-34/+49
* | x86/synth_filter: add synth_filter_sseJames Almer2014-03-012-29/+57
* | Merge commit '4cb6964244fd6c099383d8b7e99731e72cc844b9'Michael Niedermayer2014-02-282-21/+50
|\|
| * dcadec: simplify decoding of VQ high frequenciesChristophe Gisquet2014-02-282-21/+50
* | Merge commit '08e3ea60ff4059341b74be04a428a38f7c3630b0'Michael Niedermayer2014-02-282-43/+41
|\|
| * x86: synth filter float: implement SSE2 versionChristophe Gisquet2014-02-282-0/+180
* | x86: synth filter float: implement SSE2 versionChristophe Gisquet2014-02-282-0/+182
* | Merge commit 'ad507d7907457e678900bac132122ba7be4644cb'Michael Niedermayer2014-02-281-2/+2
|\|
| * x86: dcadsp: implement SSE lfe_dirChristophe Gisquet2014-02-282-0/+91
* | x86: dcadsp: implement SSE lfe_dirChristophe Gisquet2014-02-282-0/+91
* | Merge commit 'b23650491fbd579a4365f42bd42575afb7b53f7e'Michael Niedermayer2014-02-281-1/+1
|\|
| * prores: Use consistent names for DSP arch initialization functionsDiego Biurrun2014-02-281-1/+1
* | x86/imdct36: use sse3 instructions in the last BUTTERF step when possibleJames Almer2014-02-271-6/+15
* | x86/imdct36: don't build imdct36_float_sse on x86_64 targetsJames Almer2014-02-272-0/+8
* | x86: Move XOP emulation to x86utilJames Almer2014-02-241-4/+4
* | Merge commit '017a06a9ee86b047079166c2694c9c655ff03356'Michael Niedermayer2014-02-201-3/+3
|\|