1647 Commits (e0d074556055e8d2ed706be100e26d7bb6864d6e)

Author SHA1 Message Date
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
James Almer 61eea421b2 x86/dsputilenc: port sum_abs_dctelem functions to yasm 11 years ago
Christophe Gisquet 81aa0f4604 x86: hpeldsp: implement SSSE3 version of _xy2 11 years ago
Christophe Gisquet 9722a6a3f3 x86: hpeldsp: implement SSE2 put_pixels16_xy2 11 years ago
Christophe Gisquet f0aca50e0b x86: hpeldsp: implement SSE2 versions 11 years ago
James Almer 7538ad2248 x86/hevc_deblock: improve chroma functions register allocation 11 years ago
James Almer 584327f22f x86/dsputil: fix argument declaration in vector_clipf 11 years ago
James Almer 518cbf9b4a x86/dsputil: fix VECTOR_CLIP_INT32 macro 11 years ago
James Almer 6a4832caae x86/diracdsp: mark all functions as yasm 11 years ago
James Almer 1d36defe94 x86/dsputil: port ff_vector_clipf_sse to yasm 11 years ago
Christophe Gisquet c081ca851c x86: hpeldsp: avg_pixels_xy2 for mmx2&3dnow 11 years ago
Christophe Gisquet 17ac998055 x86: hpeldsp: mark _xy2 versions as approximate 11 years ago
Christophe Gisquet f8de35ebc4 x86: hpeldsp: kill hpeldsp_mmx.c 11 years ago
James Almer 80ee2dfcf6 x86/dsputil: port ff_put_signed_pixels_clamped_mmx to yasm 11 years ago
James Almer 7b05267239 x86/dsputil: port clear_block functions to yasm 11 years ago
Michael Niedermayer 3d4e365073 avcodec/x86/hpeldsp_init: remove redundant if() 11 years ago
Hendrik Leppkes cd9e08e110 hpeldsp: fix build without inline asm 11 years ago
Christophe Gisquet d1a32c3f49 x86: kill fpel_mmx.c 11 years ago
James Almer d43c303038 x86/hevc_deblock: use constants instead of generating values at runtime 11 years ago
James Almer 057ebf1222 x86/hevc_deblock: remove some duplicated instructions 11 years ago
Christophe Gisquet f1793fe9cd x86: hevc_mc: specify coefficients registers 11 years ago
Carl Eugen Hoyos ef2713747f Fix compilation of libavcodec/x86/hevc_deblock.asm with nasm. 11 years ago