summaryrefslogtreecommitdiff
path: root/libavcodec/x86
Commit message (Expand)AuthorAge
* avcodec/x86/rv40dsp_init: fix () in macrosMichael Niedermayer2014-06-20
* x86/blockdsp: restore author attributionJames Almer2014-06-19
* avcodec: add simpleauto idctMichael Niedermayer2014-06-19
* x86/hevc_idct: fix movd parameter size in DC_ADD_INITJames Almer2014-06-19
* x86/blockdsp: move asm code out of dsputilJames Almer2014-06-19
* avcodec/x86/lossless_videodsp: Fix size of values read for left/left_topMichael Niedermayer2014-06-19
* Merge commit 'e74433a8e6fc00c8dbde293c97a3e45384c2c1d9'Michael Niedermayer2014-06-19
|\
| * dsputil: Split clear_block*/fill_block* off into a separate contextDiego Biurrun2014-06-18
* | avcodec/hevc: new idct + asmplepere2014-06-17
* | x86util: add and use RSHIFT/LSHIFT macrosChristophe Gisquet2014-06-15
* | vp9/x86: fix overwrite in ipred_vl_4x4_ssse3.Ronald S. Bultje2014-06-12
* | x86: huffyuv: fix {add,diff}_int16Christophe Gisquet2014-06-12
* | Merge commit '570d4b21863b6254d6bbca9c528bede471bb4478'Michael Niedermayer2014-06-10
|\|
| * x86: h264: Don't keep data in the redzone across function calls on 64 bit unixMartin Storsjö2014-06-10
* | avcodec/x86/dct_init: fix build failure with clang && disable-optimizationsMichael Niedermayer2014-06-09
* | x86/dct32: don't build ff_dct32_float_sse on x86_64James Almer2014-06-09
* | x86/vp9: inital AVX2 intra_predJames Almer2014-06-08
* | x86/dsputil: move some mmx init code inside dsputil_init_mmx()James Almer2014-06-06
* | apedsp: move to llauddspChristophe Gisquet2014-06-05
* | avcodec/x86/dsputilenc_mmx: fix build without yasmMichael Niedermayer2014-06-04
* | x86/motion_est: sad_{x, y}2_mmxext functions are bitexactJames Almer2014-06-04
* | x86: dsputilenc: convert hf_noise*_mmx to yasmTimothy Gu2014-06-03
* | x86: hevc_mc: remove unneeded shiftChristophe Gisquet2014-06-01
* | x86: hevcdsp_init: fix macro usageChristophe Gisquet2014-06-01
* | x86/motion_est: enable sad16_sse2 on k10 CPUsJames Almer2014-06-01
* | build: fix compilation of svq1enc_mmx.c with --disable-mmxJames Almer2014-05-31
* | x86/huffyuvdsp: fix some prototypesJames Almer2014-05-31
* | x86: huffyuvdsp: fewer functions for x86_64Christophe Gisquet2014-05-30
* | x86: dsputilenc: convert ff_sse{8, 16}_mmx() to yasmTimothy Gu2014-05-30
* | x86: dsputilenc: move all the function prototypes togetherTimothy Gu2014-05-30
* | x86: huffyuvdsp: add_hfyu_left_pred_bgr32Christophe Gisquet2014-05-30
* | avcodec/huffyuvdsp: Change w to intptr in add_hfyu_median_pred() and add_hfyu...Michael Niedermayer2014-05-30
* | x86: huffyuvdsp: add SSE2 median predictionChristophe Gisquet2014-05-30
* | avcodec/x86/qpeldsp_init: Restore author attributionMichael Niedermayer2014-05-30
* | Merge commit '368f50359eb328b0b9d67451f56fda20b3255f9a'Michael Niedermayer2014-05-30
|\|
| * dsputil: Split off quarterpel bits into their own contextDiego Biurrun2014-05-29
* | Merge commit '054013a0fc6f2b52c60cee3e051be8cc7f82cef3'Michael Niedermayer2014-05-30
|\|
| * dsputil: Move APE-specific bits into apedspDiego Biurrun2014-05-29
* | avcodec/x86/svq1enc_mmx: Add author attributionMichael Niedermayer2014-05-30
* | Merge commit '65d5d5865845f057cc6530a8d0f34db952d9009c'Michael Niedermayer2014-05-30
|\|
| * dsputil: Move SVQ1 encoding specific bits into svq1encDiego Biurrun2014-05-29
* | x86/dsputilenc: add missing guards to ff_pix_sum16_xopJames Almer2014-05-29
* | x86: huffyuvdsp: port add_bytes to yasmChristophe Gisquet2014-05-29
* | x86: hpeldsp: better factorizationChristophe Gisquet2014-05-29
* | rename add_hfyu_left_prediction_int16 to add_hfyu_left_pred_int16Michael Niedermayer2014-05-29
* | rename add_hfyu_median_prediction_int16 to add_hfyu_median_pred_int16Michael Niedermayer2014-05-29
* | rename sub_hfyu_median_prediction_int16 to sub_hfyu_median_pred_int16Michael Niedermayer2014-05-29
* | x86/dsputilenc: implement XOP version of pix_sum16James Almer2014-05-29
* | libavcodec/x86/dsputilenc: drop and 0xffff that should have becomei redundantMichael Niedermayer2014-05-29
* | x86/dsputilenc: implement SSE2 versions of pix_{sum16, norm1}James Almer2014-05-28