aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '3b2d0ec473b036bdd0a5bc0d896fd5292915f44d'Michael Niedermayer2013-03-271-42/+42
|\
| * x86: vc1dsp: Fix indentationMartin Storsjö2013-03-261-42/+42
* | x86/dsputil.asm: make unaligned bswap actually workMichael Niedermayer2013-03-261-0/+1
* | Merge commit 'e5c2794a7162e485eefd3133af5b98fd31386aeb'Michael Niedermayer2013-03-261-6/+6
|\|
| * x86: consistently use unaligned movs in the unaligned bswapJanne Grunau2013-03-251-6/+6
| * x86: Change a missed occurrance of int to ptrdiff_t for stridesMartin Storsjö2013-03-241-1/+1
| * x86: Remove win64 xmm clobbering wrappers for the now removed avcodec_encode_...Martin Storsjö2013-03-231-7/+0
* | avcodec/x86/dsputil_qns_template: use av_assertMichael Niedermayer2013-03-261-1/+1
* | x86/mpegvideo: switch to av_assertMichael Niedermayer2013-03-221-1/+1
* | x86/h264_qpel: switch to av_assertMichael Niedermayer2013-03-221-4/+4
* | Fix compilation with --disable-mmx.Carl Eugen Hoyos2013-03-221-1/+1
* | h264_qpel: fix another forgotten int strideMichael Niedermayer2013-03-171-1/+1
* | dsputil_mmx: remove unused variablesMichael Niedermayer2013-03-131-2/+0
* | Merge commit 'a8b6015823e628047a45916404c00044c5e80415'Michael Niedermayer2013-03-137-77/+106
|\|
| * dsputil: convert remaining functions to use ptrdiff_t stridesLuca Barbato2013-03-127-79/+108
* | Move x86 half-pel assembly from dsputil to hpeldsp.Ronald S. Bultje2013-03-138-659/+966
* | vp3: use hpeldsp instead of dsputil for half-pel functions.Ronald S. Bultje2013-03-133-9/+4
* | Merge commit 'de27d2b92fa97deb2856d18e9f5f19586ce45a0f'Michael Niedermayer2013-03-133-680/+0
|\|
* | vp3/x86: use full transpose for all IDCTs.Ronald S. Bultje2013-03-122-43/+82
* | dsputil: make selectable.Ronald S. Bultje2013-03-127-44/+57
* | x86/qpel: move fullpel and l2 functions to separate file.Ronald S. Bultje2013-03-094-234/+259
* | Merge commit 'e8c52271c45ec27d783e74238dcfad0c2008731c'Michael Niedermayer2013-03-012-169/+192
|\|
| * Revert "Move H264/QPEL specific asm from dsputil.asm to h264_qpel_*.asm."Diego Biurrun2013-02-282-169/+191
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-02-271-5/+0
|\|
| * x86: dsputil: Drop some unused function #definesDiego Biurrun2013-02-261-5/+0
* | Merge commit '845cfc92f908791714b8c4c8a49c91b8c64b685e'Michael Niedermayer2013-02-272-8/+1
|\|
| * x86: dsputil: Drop aliasing of ff_put_pixels8_mmx to ff_put_pixels8_mmxextDiego Biurrun2013-02-262-8/+1
* | Merge commit '096cc11ec102701a18951b4f0437d609081ca1dd'Michael Niedermayer2013-02-275-13/+14
|\|
| * x86: vc1dsp: Move ff_avg_vc1_mspel_mc00_mmxext out of dsputil_mmx.cDiego Biurrun2013-02-265-13/+14
* | Merge commit '31a23a0dc663bd42bf593275971b4277a479b73d'Michael Niedermayer2013-02-271-12/+4
|\|
| * x86: dsputil_mmx: Remove leftover inline assembly fragmentsMartin Storsjö2013-02-271-12/+4
* | Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'Michael Niedermayer2013-02-2611-11/+0
|\|
| * Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-2611-11/+0
| * x86: h264: Don't use redzone in AVX h264_deblock on Win64Matt Wolenetz2013-02-211-0/+8
| * h264chroma: Remove duplicate 9/10 bit functionsRonald S. Bultje2013-02-191-3/+3
* | Fix Win64 AVX h264_deblock by not using redzone on Win64Matt Wolenetz2013-02-211-0/+8
* | h264: integrate clear_blocks calls with IDCT.Ronald S. Bultje2013-02-192-30/+131
* | x86/h263_loopfilter: Fix author attribution after code has been moved/splited...Michael Niedermayer2013-02-191-4/+6
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-02-193-164/+189
|\|
| * x86: dsputil: Fix h263 loop filter link error in some configurationsDaniel Kang2013-02-183-162/+189
* | Merge commit '7a03145ed7cb4f1ce794b5126559dd6f38029243'Michael Niedermayer2013-02-191-1/+1
|\|
| * x86: dsputil: int --> ptrdiff_t for ff_put_pixels16_mmxext line_size paramDaniel Kang2013-02-181-1/+1
* | x86/dsputil: fix compilation when h263 decoder/encoder are disabled.Ronald S. Bultje2013-02-181-1/+2
* | Merge commit '304b806cb524fb040f8e09a241040f1af2cb820b'Michael Niedermayer2013-02-121-1/+1
|\|
| * x86: mpeg4qpel: Make movsxifnidn do the right thingDaniel Kang2013-02-111-1/+1
* | h264chroma: remove duplicate 9/10 bit functions.Ronald S. Bultje2013-02-111-3/+3
* | Move ff_emulated_edge_mc prototypes to videodsp.Ronald S. Bultje2013-02-111-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-02-093-2/+3
|\|
| * dsputil: Move fdct function declarations to dct.hDiego Biurrun2013-02-093-2/+3
* | Merge commit '218aefce4472dc02ee3f12830a9a894bf7916da9'Michael Niedermayer2013-02-091-1/+1
|\|