summaryrefslogtreecommitdiffstats
path: root/libavcodec/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '620289a20e022b9c16c10d546ef86cc0bb77cc84'Michael Niedermayer2013-02-0619-33/+59
|\
| * Add av_cold attributes to arch-specific init functionsDiego Biurrun2013-02-0519-33/+59
* | dsputil: fixup half a dozen bugs with ptrdiff vs int linesizeMichael Niedermayer2013-02-061-2/+2
* | Merge commit '25841dfe806a13de526ae09c11149ab1f83555a8'Michael Niedermayer2013-02-064-73/+60
|\ \ | |/
| * Use ptrdiff_t instead of int for {avg, put}_pixels line_size parameter.Diego Biurrun2013-02-054-73/+60
* | put_vp_no_rnd_pixels8_l2_mmx: fix typeMichael Niedermayer2013-02-031-1/+1
* | avcodec/x86: Add daniels copyright to the recent gcc->yasm convertions he did.Michael Niedermayer2013-02-032-0/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-01-312-43/+43
|\ \ | |/
| * x86: hpel: Move {avg,put}_pixels16_sse2 to hpeldspDiego Biurrun2013-01-312-43/+43
* | dirac/x86: fix compile without yasmMichael Niedermayer2013-01-301-1/+2
* | dirac/x86: fix compile without inline asmMichael Niedermayer2013-01-301-0/+2
* | Merge commit '098eed95bc1a6b2c8ac97f126f62bb74699670cf'Michael Niedermayer2013-01-292-2/+2
|\ \ | |/
| * x86: Simplify some arch conditionalsDiego Biurrun2013-01-292-2/+2
| * x86: hpeldsp: Fix a typo, use the right registerMichael Niedermayer2013-01-281-1/+1
* | dirac/x86: Fix handling blocksizes that are not a multiple of 4Michael Niedermayer2013-01-281-4/+28
* | dirac: Only use MMX if MMX is available.Michael Niedermayer2013-01-281-0/+3
* | Merge commit '05b0998f511ffa699407465d48c7d5805f746ad2'Michael Niedermayer2013-01-282-6/+6
|\ \ | |/
| * dsputil: Fix error by not using redzone and register nameDaniel Kang2013-01-282-6/+6
| * dsputil: x86: Correct the number of registers used in put_no_rnd_pixels16_l2Daniel Kang2013-01-271-1/+1
| * dsputil: add missing HAVE_YASM guardDaniel Kang2013-01-271-0/+2
* | AVG_PIXELS8_XY2: fix typo, make code actually workMichael Niedermayer2013-01-271-1/+1
* | dsputil: x86: Correct the number of registers used in put_no_rnd_pixels16_l2Daniel Kang2013-01-271-1/+1
* | dsputil: add missing HAVE_YASM guardDaniel Kang2013-01-271-0/+2
* | x86/mpeg4qpel: Fix author attributionMichael Niedermayer2013-01-271-4/+5
* | x86/hpeldsp: Fix author attributionMichael Niedermayer2013-01-271-4/+10
* | Merge commit '71155d7b4157fee44c0d3d0fc1b660ebfb9ccf46'Michael Niedermayer2013-01-276-1319/+1385
|\ \ | |/
| * dsputil: x86: Convert mpeg4 qpel and dsputil avg to yasmDaniel Kang2013-01-276-1312/+1380
* | Merge commit 'f90ff772e7e35b4923c2de429d1fab9f2569b568'Michael Niedermayer2013-01-272-188/+169
|\ \ | |/
| * Move H264/QPEL specific asm from dsputil.asm to h264_qpel_*.asm.Ronald S. Bultje2013-01-262-188/+169
* | Merge commit '69c25c9284645cf5189af2ede42d6f53828f3b45'Michael Niedermayer2013-01-262-2/+4
|\ \ | |/
| * x86: h264qpel: Move stray comment to the right spot and clarify itDiego Biurrun2013-01-262-2/+4
* | Merge commit '2c10e2a2f62477efaef5b641974594f7df4ca339'Michael Niedermayer2013-01-251-78/+75
|\ \ | |/
| * x86: h264qpel: add cpu flag checks for init functionJanne Grunau2013-01-241-72/+75
* | Fix compilation with --disable-everything on x86_32.Carl Eugen Hoyos2013-01-251-1/+1
* | h264_qpel: put cpuflags checks back.Michael Niedermayer2013-01-241-0/+6
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-01-243-89/+131
|\ \ | |/
| * dsputil: Separate h264 qpelMans Rullgard2013-01-243-89/+131
* | Merge commit 'baf35bb4bc4fe7a2a4113c50989d11dd9ef81e76'Michael Niedermayer2013-01-231-11/+11
|\ \ | |/
| * dsputil: remove one array dimension from avg_no_rnd_pixels_tab.Ronald S. Bultje2013-01-221-11/+11
* | Merge commit '32ff6432284f713e9f837ee5b36fc8e9f1902836'Michael Niedermayer2013-01-232-1/+6
|\ \ | |/
| * dsputil: remove avg_no_rnd_pixels8.Ronald S. Bultje2013-01-222-1/+6
* | Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer2013-01-2321-93/+94
|\ \ | |/
| * Drop DCTELEM typedefDiego Biurrun2013-01-2221-87/+88
* | Merge commit '2e4bb99f4df7052b3e147ee898fcb4013a34d904'Michael Niedermayer2013-01-235-74/+92
|\ \ | |/
| * vorbisdsp: convert x86 simd functions from inline asm to yasm.Ronald S. Bultje2013-01-225-74/+92
* | Merge commit '73b704ac609d83e0be124589f24efd9b94947cf9'Michael Niedermayer2013-01-232-30/+0
|\ \ | |/
| * floatdsp: move scalarproduct_float from dsputil to avfloatdsp.Ronald S. Bultje2013-01-222-32/+0
* | Merge commit '42d324694883cdf1fff1612ac70fa403692a1ad4'Michael Niedermayer2013-01-232-47/+0
|\ \ | |/
| * floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp.Ronald S. Bultje2013-01-222-45/+0
* | Merge commit '55aa03b9f8f11ebb7535424cc0e5635558590f49'Michael Niedermayer2013-01-232-37/+0
|\ \ | |/
OpenPOWER on IntegriCloud