summaryrefslogtreecommitdiff
path: root/libavcodec/x86
Commit message (Expand)AuthorAge
* avcodec/x86/vp9dsp: use EXTERNAL_* macros.Clément Bœsch2013-11-16
* Merge commit '458446acfa1441d283dacf9e6e545beb083b8bb0'Michael Niedermayer2013-11-15
|\
| * lavc: Edge emulation with dst/src linesizeRonald S. Bultje2013-11-15
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-11-14
|\|
| * Deprecate obsolete XvMC hardware decoding supportDiego Biurrun2013-11-13
* | Merge commit '0338c396987c82b41d322630ea9712fe5f9561d6'Michael Niedermayer2013-11-08
|\|
| * dsputil: Split off H.263 bits into their own H263DSPContextDiego Biurrun2013-11-08
* | avcodec/vp9: add ff_vp9_idct_idct_{4x4,8x8}_ssse3().Clément Bœsch2013-11-05
* | Merge commit 'e2b5b097898c9155f4bdff4d83cdc54d5eef6930'Michael Niedermayer2013-11-05
|\|
| * x86: rv40dsp: Use PAVGB instruction macro where appropriateDiego Biurrun2013-11-04
| * x86: hpeldsp: Use PAVGB instruction macro where necessaryMikulas Patocka2013-11-04
* | avcodec/x86/hpeldsp: fix crash on AMD K6-3+Mikulas Patocka2013-11-03
* | Merge commit '1700b4e678ed329611a16b20d11e64b7abda4839'Michael Niedermayer2013-11-02
|\|
| * x86: vp8dsp: Split loopfilter code into a separate fileDiego Biurrun2013-11-01
* | avcodec/cabac: support UNCHECKED_BITSTREAM_READER = 0Michael Niedermayer2013-10-31
* | avcodec/x86/videodsp: Small speedups in ff_emulated_edge_mc x86 SIMD.Ronald S. Bultje2013-10-27
* | avcodec/x86/videodsp: fix a bug in a %if statement where we used '%%' instead...Ronald S. Bultje2013-10-27
* | avcodec/x86/cabac: include get_cabac_bypass_sign_x86() under #if !BROKEN_COMP...Michael Niedermayer2013-10-26
* | avcodec/x86/videodsp: Properly mark sse2 instructions in emulated_edge_mc x86...Ronald S. Bultje2013-10-24
* | avcodec/x86/dsputil_init: move ff_idct_xvid_mmxext initMichael Niedermayer2013-10-15
* | avcodec/x86/dsputil_init: remove duplicated sse2 idct initMichael Niedermayer2013-10-15
* | avcodec/x86/dsputil_init: fix cpu flag checksMichael Niedermayer2013-10-15
* | libavcodec/x86: Fix emulated_edge_mc SSE code to not contain SSE2 instruction...Ronald S. Bultje2013-10-10
* | x86: Fix compilation with nasm on PPC & OS/2Ronald S. Bultje2013-10-08
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-08
|\|
| * x86: h264_idct: Update comments to match 8/10-bit depth optimization splitDiego Biurrun2013-10-07
* | Merge commit 'bbe4a6db44f0b55b424a5cc9d3e89cd88e250450'Michael Niedermayer2013-10-08
|\|
| * x86inc: Utilize the shadow space on 64-bit WindowsHenrik Gramner2013-10-07
* | avcodec/x86/vp9dsp: Fix compilation with nasm.Ronald S. Bultje2013-10-08
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-07
|\|
| * x86: fdct: Employ more specific ifdefsDiego Biurrun2013-10-06
* | Merge commit '2ddb35b91131115c094d90e04031451023441b4d'Michael Niedermayer2013-10-06
|\|
| * x86: dsputil: Separate ff_add_hfyu_median_prediction_cmov from dsputil_mmxDiego Biurrun2013-10-05
* | Merge commit '258414d0771845d20f646ffe4d4e60f22fba217c'Michael Niedermayer2013-10-06
|\|
| * x86: fdct: Initialize optimized fdct implementations in the standard wayDiego Biurrun2013-10-05
* | Merge commit '0b8b2ae5e93d616c2ece59f7175f483154cff918'Michael Niedermayer2013-10-06
|\|
| * x86: xviddct: Employ more specific ifdefsDiego Biurrun2013-10-05
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-04
|\|
| * x86: fdct: Only build fdct code if encoders have been enabledDiego Biurrun2013-10-04
| * x86: Add an xmm clobbering wrapper for avcodec_encode_video2Martin Storsjö2013-09-16
| * mathops/x86: work around inline asm miscompilation with GCC 4.8.1Hendrik Leppkes2013-09-15
* | Full-pixel MC functions.Ronald S. Bultje2013-10-02
* | VP9 MC (ssse3) optimizations.Ronald S. Bultje2013-10-02
* | Rewrite emu_edge functions to have separate src/dst_stride arguments.Ronald S. Bultje2013-09-28
* | Convert multiplier for MV from int to ptrdiff_t.Ronald S. Bultje2013-09-28
* | x86: Add an xmm clobbering wrapper for avcodec_encode_video2Martin Storsjö2013-09-17
* | avcodec: add emuedge_linesize_typeMichael Niedermayer2013-09-04
* | x86/simple_idct: use LOCAL_ALIGNED instead of DECLARE_ALIGNEDPaul B Mahol2013-09-03
* | Reinstate proper FFmpeg license for all files.Thilo Borgmann2013-08-30
* | Fix compilation with --disable-mmx.Carl Eugen Hoyos2013-08-30