summaryrefslogtreecommitdiff
path: root/libavcodec/x86/h264_intrapred.asm
Commit message (Expand)AuthorAge
* x86inc improvements for 64-bitHenrik Gramner2012-04-11
* h264: manually save/restore XMM registers for functions using INIT_MMX.Ronald S. Bultje2012-02-08
* config.asm: change %ifdef directives to %if directives.Ronald S. Bultje2012-01-27
* Fix NASM include directiveDave Yeo2011-08-15
* Move x86util.asm from libavcodec/ to libavutil/.Ronald S. Bultje2011-08-12
* Move x86inc.asm to libavutil/.Ronald S. Bultje2011-08-12
* H.264: Add optimizations to predict x86 assembly.Daniel Kang2011-07-22
* h264: remove CONFIG_GPL from x86 intra prediction code.Ronald S. Bultje2011-06-02
* Fix FSF address copy paste error in some license headers.Diego Biurrun2011-05-14
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* x86: fix overflow in h264 8x8 planar predictionMans Rullgard2011-01-24
* Fix horizontal/horizontal_up 8x8l intra prediction x86/simd functions.Ronald S. Bultje2011-01-19
* Fix overflow in pred16x16_plane x86 simd code. Fixes issue 2547.Ronald S. Bultje2011-01-15
* Fix invalid reads in valgrind fate, patch by Daniel Kang <daniel dot d dotDaniel Kang2010-12-31
* Port pred8x8l_down_left_mmxext (H.264 intra prediction) from x264 (authors:Daniel Kang2010-12-29
* Port pred4x4_down_right_mmxext (H.264 intra prediction) from x264 (authors:Daniel Kang2010-12-29
* Port pred4x4_vertical_right_mmxext (H.264 intra prediction) from x264 (authors:Daniel Kang2010-12-29
* Port pred4x4_horizontal_down_mmxext (H.264 intra prediction) from x264Daniel Kang2010-12-29
* Port pred4x4_horizontal_up_mmxext (H.264 intra prediction) from x264 (authors:Daniel Kang2010-12-29
* Port pred4x4_vertical_left_mmxext (H.264 intra prediction) from x264 (authors:Daniel Kang2010-12-29
* Merge a few superfluous CONFIG_GPL checks.Ronald S. Bultje2010-12-29
* Port pred8x8l_horizontal_down_sse2/ssse3 (H.264 intra prediction) from x264Daniel Kang2010-12-29
* Port pred8x8l_horizontal_down_mmxext (H.264 intra prediction) from x264Daniel Kang2010-12-29
* Port pred8x8l_horizontal_up_mmxext/ssse3 (H.264 intra prediction) from x264Daniel Kang2010-12-29
* Port pred8x8l_vertical_left_sse2/ssse3 (H.264 intra prediction) from x264Daniel Kang2010-12-29
* Port pred8x8l_vertical_right_sse2/ssse3 (H.264 intra prediction) from x264Daniel Kang2010-12-29
* Port pred8x8l_vertical_right_mmxext (H.264 intra prediction) from x264Daniel Kang2010-12-29
* Port pred8x8l_down_right_sse2/ssse3 (H.264 intra prediction) from x264Daniel Kang2010-12-29
* Port pred8x8l_down_right_mmxext (H.264 intra prediction) from x264 (authors:Daniel Kang2010-12-29
* Port pred8x8l_down_left_sse2/ssse3 (H.264 intra prediction) from x264 (authors:Daniel Kang2010-12-29
* Port pred8x8l_vertical_mmxext/ssse3 (H.264 intra prediction) from x264 toDaniel Kang2010-12-29
* Port pred8x8l_horizontal_mmxext/ssse3 (H.264 intra prediction) from x264 toDaniel Kang2010-12-29
* Port pred8x8l_dc_mmx/ssse3 (H.264 intra prediction) from x264 to FFmpeg.Daniel Kang2010-12-29
* Port pred8x8l_top_dc_mmxext/ssse3 (H.264 intra prediction) from x264 to FFmpeg.Daniel Kang2010-12-29
* Move PRED4x4_LOWPASS up so it can be used in 8x8l predict functions whileRonald S. Bultje2010-12-29
* Port pred8x8_dc_mmxext (H.264 intra prediction) from x264 to FFmpeg. OriginalRonald S. Bultje2010-12-29
* Add missing authors to copyright headers.Ronald S. Bultje2010-12-29
* Port pred8x8_top_dc_mmxext (H.264 intra prediction) from x264 to FFmpeg.Daniel Kang2010-12-29
* Mark recently added pred4x4_down_left_mmxext as CONFIG_GPL. Although HolgerRonald S. Bultje2010-12-29
* Port pred4x4_down_left_mmxext (H.264 intra prediction) from x264 to FFmpeg.Daniel Kang2010-12-24
* Add d modifier to asm argument to fix nasm compilation.Reimar Döffinger2010-10-07
* MMX, MMX2, SSE2 and SSSE3 optimizations for pred16x16/8x8_plane H264 intraRonald S. Bultje2010-10-05
* Fix h264/vp8 intra pred on Athlon XPJason Garrett-Glaser2010-07-01
* MMXEXT version of vp8 4x4 vertical predJason Garrett-Glaser2010-06-29
* Add mmx/mmxext/ssse3 4x4 TM intra pred functions for vp8Jason Garrett-Glaser2010-06-28
* Add missing comment header for predict_4x4_dc_mmxextJason Garrett-Glaser2010-06-28
* Fix some intra pred MMX functions that used MMXEXT instructionsJason Garrett-Glaser2010-06-28
* 16x16 and 8x8c x86 SIMD intra pred functions for VP8 and H.264Jason Garrett-Glaser2010-06-25