summaryrefslogtreecommitdiffstats
path: root/libavcodec/x86
Commit message (Expand)AuthorAgeFilesLines
* avcodec/x86/vp9lpf: add a comment above a bunch of SWAP.Clément Bœsch2014-04-201-0/+2
* avcodec/x86/vp9lpf: merge a few movs with other instructions.Clément Bœsch2014-04-201-42/+37
* vc1dsp: introduce cases for 8x8 and 16x16Christophe Gisquet2014-04-202-38/+90
* vp9/x86: simplify FILTER_INIT.Clément Bœsch2014-04-191-6/+2
* vp9/x86: clarify mixed splatb.Clément Bœsch2014-04-191-5/+6
* Fix compilation with !HAVE_6REGS.Carl Eugen Hoyos2014-04-198-12/+32
* Use MANGLE in cavsdsp.c to save two registers using gcc.Carl Eugen Hoyos2014-04-191-32/+33
* x86/dsputil: use HADDD where applicableJames Almer2014-04-171-20/+3
* x86: move horizontal add macros to x86utilJames Almer2014-04-171-16/+0
* avcodec/x86/idct_sse2_xvid: fix non C99 inline functionMichael Niedermayer2014-04-141-1/+1
* avcodec/x86: Exclude broken get_cabac under icl.Matt Oliver2014-04-102-4/+5
* Remove leal op to fix icl inline asm.Matt Oliver2014-04-071-8/+5
* dcadsp: fix SSE code to not use SSE2 instructions.Hendrik Leppkes2014-04-061-1/+1
* Merge commit '57b5b84e208ad61ffdd74ad849bed212deb92bc5'Michael Niedermayer2014-04-052-130/+131
|\
| * x86: dsputil: Move ff_apply_window_int16_* bits to ac3dsp, where they belongDiego Biurrun2014-04-042-130/+131
* | Merge commit 'c2c5be57494e6117086771bca34c8cd4c72c8e99'Michael Niedermayer2014-04-051-1/+1
|\ \ | |/
| * x86: h264_qpel: Simplify an #if conditionalDiego Biurrun2014-04-041-1/+1
* | Merge commit '01c5779f56cf708e6cb88b11cfdc248cae7e2ee8'Michael Niedermayer2014-04-053-6/+0
|\ \ | |/
| * x86: Drop some unnecessary YASM ifdefsDiego Biurrun2014-04-043-6/+0
* | Merge commit 'b42f49e42f8cde25a788b2d13d03e99ca2956647'Michael Niedermayer2014-04-054-4/+0
|\ \ | |/
| * x86: dsputil: Eliminate some unnecessary dsputil_x86.h #includesDiego Biurrun2014-04-044-4/+0
* | Merge commit '3dc6272bed7890a49080e18eacf3c7a4a6594b0d'Michael Niedermayer2014-04-051-1/+0
|\ \ | |/
| * Remove a number of unnecessary dsputil.h #includesDiego Biurrun2014-04-041-1/+0
* | x86/dcadsp: add ff_dca_lfe_fir0_fma3James Almer2014-04-052-0/+14
* | x86/synth_filter: compile avx and fma3 functions unconditionallyJames Almer2014-04-052-10/+0
* | avcodec/x86/dcadsp_init: fix compilation failure without FMA3Michael Niedermayer2014-04-051-0/+4
* | Merge commit 'c74b86699c86bdf62e8570f41d8a38be5710baa3'Michael Niedermayer2014-04-042-8/+10
|\ \ | |/
| * x86/synth_filter: add synth_filter_fma3James Almer2014-04-042-0/+28
| * x86/synth_filter: add synth_filter_avxJames Almer2014-04-042-32/+57
| * x86/synth_filter: add synth_filter_sseJames Almer2014-04-042-30/+70
* | x86/synth_filter: remove the main loop when it's not neededChristophe Gisquet2014-04-041-0/+11
* | Merge commit 'ac4b32df71bd932838043a4838b86d11e169707f'Michael Niedermayer2014-04-042-88/+94
|\ \ | |/
| * On2 VP7 decoderPeter Ross2014-04-043-32/+59
* | Use intel compliant CDQ instead of CLTD in inline asm.Matt Oliver2014-03-302-3/+3
* | x86/vp9mc: add vp9 namespace.Clément Bœsch2014-03-292-27/+27
* | x86: convert DNxHDenc inline asm to yasmTimothy Gu2014-03-274-68/+90
* | dnxhdenc: make get_pixel_8x4_sym accept ptrdiff_t as strideTimothy Gu2014-03-271-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-03-263-40/+10
|\ \ | |/
| * x86: hpeldsp: Keep all rnd_template instantiations in hpeldsp_initDiego Biurrun2014-03-263-40/+10
* | Merge commit 'aba70bb5387f12dfa5e6cd8cb861c9c7e668151f'Michael Niedermayer2014-03-263-0/+15
|\ \ | |/
| * Add missing headers to make template files compile (more) standaloneDiego Biurrun2014-03-263-0/+15
| * x86: h264_qpel: Fix typo in CALL_2X_PIXELS macro invocationDiego Biurrun2014-03-261-1/+1
* | libavcodec/*/vp8dsp_init: indentPeter Ross2014-03-251-58/+58
* | On2 VP7 decoderPeter Ross2014-03-252-5/+8
* | avcodec/x86/mpegvideoenc_template: fix integer overflowMichael Niedermayer2014-03-251-1/+1
* | avcodec/x86/h264_qpel: Fix typo introduced by 322a1dda973e802db7b57f2007fad3e...Michael Niedermayer2014-03-231-1/+1
* | Merge commit '82dd1026cfc1d72b04019185bea4c1c9621ace3f'Michael Niedermayer2014-03-226-18/+42
|\ \ | |/
| * x86: dsputil: Move hpeldsp-related declarations to a separate headerDiego Biurrun2014-03-226-18/+42
* | Merge commit '6655c933a887a2d20707fff657b614aa1d86a25b'Michael Niedermayer2014-03-2210-21/+51
|\ \ | |/
| * x86: dsputil: Move fpel declarations to a separate headerDiego Biurrun2014-03-229-21/+50
OpenPOWER on IntegriCloud