1670 Commits (e7fc5d53a02c07e75a2254839a452e1cbf830d3a)

Author SHA1 Message Date
Michael Niedermayer 042a82ca37 avcodec/x86/lossless_videodsp: Fix size of values read for left/left_top 11 years ago
Diego Biurrun e74433a8e6 dsputil: Split clear_block*/fill_block* off into a separate context 11 years ago
plepere 92cccb7bcd avcodec/hevc: new idct + asm 11 years ago
Christophe Gisquet 9107612818 x86util: add and use RSHIFT/LSHIFT macros 11 years ago
Ronald S. Bultje 385a3420d1 vp9/x86: fix overwrite in ipred_vl_4x4_ssse3. 11 years ago
Christophe Gisquet 508e7a5c16 x86: huffyuv: fix {add,diff}_int16 11 years ago
Martin Storsjö 570d4b2186 x86: h264: Don't keep data in the redzone across function calls on 64 bit unix 11 years ago
Michael Niedermayer 06f576c4ab avcodec/x86/dct_init: fix build failure with clang && disable-optimizations 11 years ago
James Almer 6d408495b5 x86/dct32: don't build ff_dct32_float_sse on x86_64 11 years ago
James Almer fc8db12a73 x86/vp9: inital AVX2 intra_pred 11 years ago
James Almer ec98f80af4 x86/dsputil: move some mmx init code inside dsputil_init_mmx() 11 years ago
Christophe Gisquet ccff45a0d3 apedsp: move to llauddsp 11 years ago
Michael Niedermayer d5c9d055ea avcodec/x86/dsputilenc_mmx: fix build without yasm 11 years ago
James Almer 625ffa1457 x86/motion_est: sad_{x, y}2_mmxext functions are bitexact 11 years ago
Timothy Gu 108dec3055 x86: dsputilenc: convert hf_noise*_mmx to yasm 11 years ago
Christophe Gisquet dcd2a6ca36 x86: hevc_mc: remove unneeded shift 11 years ago
Christophe Gisquet 09fc28aed1 x86: hevcdsp_init: fix macro usage 11 years ago
James Almer e1bd40fe6b x86/motion_est: enable sad16_sse2 on k10 CPUs 11 years ago
James Almer f128342df2 build: fix compilation of svq1enc_mmx.c with --disable-mmx 11 years ago
James Almer 4ac41a52e2 x86/huffyuvdsp: fix some prototypes 11 years ago
Christophe Gisquet d136fe6fd7 x86: huffyuvdsp: fewer functions for x86_64 11 years ago
Timothy Gu 154cee9292 x86: dsputilenc: convert ff_sse{8, 16}_mmx() to yasm 11 years ago
Timothy Gu 0b6292b7b8 x86: dsputilenc: move all the function prototypes together 11 years ago
Christophe Gisquet f743fa9c7f x86: huffyuvdsp: add_hfyu_left_pred_bgr32 11 years ago
Michael Niedermayer 7be79c76d3 avcodec/huffyuvdsp: Change w to intptr in add_hfyu_median_pred() and add_hfyu_left_pred() 11 years ago
Christophe Gisquet 884078d2df x86: huffyuvdsp: add SSE2 median prediction 11 years ago
Michael Niedermayer 8c891d90ca avcodec/x86/qpeldsp_init: Restore author attribution 11 years ago
Michael Niedermayer c814a6c778 avcodec/x86/svq1enc_mmx: Add author attribution 11 years ago
James Almer 02a3e327f1 x86/dsputilenc: add missing guards to ff_pix_sum16_xop 11 years ago
Christophe Gisquet 99a319c4e7 x86: huffyuvdsp: port add_bytes to yasm 11 years ago
Christophe Gisquet 2267003981 x86: hpeldsp: better factorization 11 years ago
Michael Niedermayer 7b4c46050e rename add_hfyu_left_prediction_int16 to add_hfyu_left_pred_int16 11 years ago
Michael Niedermayer 550ae6c02f rename add_hfyu_median_prediction_int16 to add_hfyu_median_pred_int16 11 years ago
Michael Niedermayer 40a4ab8ba4 rename sub_hfyu_median_prediction_int16 to sub_hfyu_median_pred_int16 11 years ago
James Almer 05de4d3011 x86/dsputilenc: implement XOP version of pix_sum16 11 years ago
Diego Biurrun 368f50359e dsputil: Split off quarterpel bits into their own context 11 years ago
Diego Biurrun 054013a0fc dsputil: Move APE-specific bits into apedsp 11 years ago
Diego Biurrun 65d5d58658 dsputil: Move SVQ1 encoding specific bits into svq1enc 11 years ago
Michael Niedermayer b50559fc0b libavcodec/x86/dsputilenc: drop and 0xffff that should have becomei redundant 11 years ago
James Almer 561bfc85eb x86/dsputilenc: implement SSE2 versions of pix_{sum16, norm1} 11 years ago
Christophe Gisquet 0810608e23 x86: hevc_mc: better register allocation 11 years ago
Diego Biurrun 512f3ffe9b dsputil: Split off HuffYUV encoding bits into their own context 11 years ago
Diego Biurrun 0d439fbede dsputil: Split off HuffYUV decoding bits into their own context 11 years ago
James Almer 5863207086 x86/dsputilenc: use HADDD in ff_sse16_sse2 11 years ago
James Almer e64e079ece x86/dsputilenc: implement SSE2 version of diff_pixels 11 years ago
Michael Niedermayer a0c5cd3475 avcodec/x86/dsputilenc: set the count of SSE registers correctly for get_pixels 11 years ago
Christophe Gisquet 86ae0da60c x86: hpeldsp: propagate changes across codecs 11 years ago
Michael Niedermayer a3950a90f6 Revert "x86: dsputilenc: convert ff_sse{8, 16}_mmx() to yasm" 11 years ago
Timothy Gu ad733089b0 x86: dsputilenc: convert ff_sse{8, 16}_mmx() to yasm 11 years ago
James Almer d94e255dd1 x86/dsputilenc: make the SUM_ABS_DCTELEM macro more readable 11 years ago