aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/x86
Commit message (Expand)AuthorAgeFilesLines
...
| * x86: fdct: Initialize optimized fdct implementations in the standard wayDiego Biurrun2013-10-051-11/+11
* | Merge commit '0b8b2ae5e93d616c2ece59f7175f483154cff918'Michael Niedermayer2013-10-062-16/+20
|\|
| * x86: xviddct: Employ more specific ifdefsDiego Biurrun2013-10-052-16/+20
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-041-1/+1
|\|
| * x86: fdct: Only build fdct code if encoders have been enabledDiego Biurrun2013-10-041-1/+1
| * x86: Add an xmm clobbering wrapper for avcodec_encode_video2Martin Storsjö2013-09-161-0/+6
| * mathops/x86: work around inline asm miscompilation with GCC 4.8.1Hendrik Leppkes2013-09-151-1/+1
* | Full-pixel MC functions.Ronald S. Bultje2013-10-022-0/+100
* | VP9 MC (ssse3) optimizations.Ronald S. Bultje2013-10-023-0/+394
* | Rewrite emu_edge functions to have separate src/dst_stride arguments.Ronald S. Bultje2013-09-283-543/+485
* | Convert multiplier for MV from int to ptrdiff_t.Ronald S. Bultje2013-09-281-2/+1
* | x86: Add an xmm clobbering wrapper for avcodec_encode_video2Martin Storsjö2013-09-171-0/+6
* | avcodec: add emuedge_linesize_typeMichael Niedermayer2013-09-041-1/+1
* | x86/simple_idct: use LOCAL_ALIGNED instead of DECLARE_ALIGNEDPaul B Mahol2013-09-031-1/+1
* | Reinstate proper FFmpeg license for all files.Thilo Borgmann2013-08-3015-60/+60
* | Fix compilation with --disable-mmx.Carl Eugen Hoyos2013-08-301-1/+1
* | Merge commit 'e998b56362c711701b3daa34e7b956e7126336f4'Michael Niedermayer2013-08-307-197/+197
|\|
| * x86: avcodec: Consistently structure CPU extension initializationDiego Biurrun2013-08-297-197/+197
* | avcodec/x86/lpc: Fix cpu flag checks so they workMichael Niedermayer2013-08-301-1/+1
* | avcodec/x86/vp8dsp: Fix cpu flag checks so they workMichael Niedermayer2013-08-301-1/+1
* | Merge commit '6369ba3c9cc74becfaad2a8882dff3dd3e7ae3c0'Michael Niedermayer2013-08-3012-48/+54
|\|
| * x86: avcodec: Use convenience macros to check for CPU flagsDiego Biurrun2013-08-2912-48/+54
* | Merge commit 'cd529172377229f2e86987869ccc08f426bfe114'Michael Niedermayer2013-08-291-4/+7
|\|
| * x86: rv40dsp: Move inline assembly optimizations out of YASM init sectionDiego Biurrun2013-08-281-4/+7
* | Merge commit 'a64f6a04ac5773aeff2003897455dadb9609f18b'Michael Niedermayer2013-08-292-7/+6
|\|
| * dsputil: x86: Hide arch-specific initialization detailsDiego Biurrun2013-08-282-7/+6
* | Merge commit '8506ff97c9ea4a1f52983497ecf8d4ef193403a9'Michael Niedermayer2013-08-243-12/+8
|\|
| * vp56: Mark VP6-only optimizations as such.Diego Biurrun2013-08-233-12/+8
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-08-224-18/+42
|\|
| * x86: Split DCT and FFT initialization into separate filesDiego Biurrun2013-08-214-18/+42
* | Merge commit '0b45269c2d732d15afa2de9c475d85fcf5561ac4'Michael Niedermayer2013-08-221-1/+0
|\|
| * x86: h264_idct: Remove incorrect commentDiego Biurrun2013-08-211-1/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-07-1827-198/+200
|\|
| * Consistently use "cpu_flags" as variable/parameter name for CPU flagsDiego Biurrun2013-07-1827-196/+198
| * fmtconvert: Explicitly use int32_t instead of intChristophe Gisquet2013-07-172-3/+3
* | Merge commit '2b379a925162b6783bd9a81dc03e647e8b65494c'Michael Niedermayer2013-07-121-1/+5
|\|
| * mlpdsp: x86: Respect cpuflagsLuca Barbato2013-07-121-1/+5
* | libavcodec/x86/mpegvideo: Move mmx functions under HAVE_MMX_INLINEMichael Niedermayer2013-07-071-4/+4
* | avcodec/x86/vp3dsp_init: move mmx functions under HAVE_MMX_INLINEMichael Niedermayer2013-07-071-4/+4
* | avcodec/x86/cabac: Disable get_cabac_bypass_x86() on broken llvm/clangMichael Niedermayer2013-07-061-0/+2
* | avcodec/x86/cabac: factorize broken llvm/clang check outMichael Niedermayer2013-07-061-3/+8
* | Merge commit 'e6d8acf6a8fba4743eb56eabe72a741d1bbee3cb'Michael Niedermayer2013-07-051-0/+40
|\|
| * cabac: x86 version of get_cabac_bypassJason Garrett-Glaser2013-07-041-0/+40
* | avcodec/x86/dsputil_init: only use xvid idct for lowres=0Michael Niedermayer2013-07-011-1/+1
* | mathops/x86: work around inline asm miscompilation with GCC 4.8.1Hendrik Leppkes2013-06-211-1/+1
* | Merge commit '186599ffe0a94d587434e5e46e190e038357ed99'Michael Niedermayer2013-05-301-3/+3
|\|
| * build: cosmetics: Place unconditional before conditional OBJS linesDiego Biurrun2013-05-301-3/+3
* | fmtconvert: int32_t input to int32_to_float_fmul_scalarChristophe Gisquet2013-05-182-3/+3
* | Merge commit '9cacdabd1c8cd257a942d8289349c37d992989b7'Michael Niedermayer2013-05-161-22/+0
|\|
| * mpegvideo: Remove commented-out PARANOID debug cruftDiego Biurrun2013-05-151-30/+0