Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-06-04avcodec/x86/dsputilenc_mmx: fix build without yasmMichael Niedermayer
2014-06-04x86/motion_est: sad_{x, y}2_mmxext functions are bitexactJames Almer
2014-06-04x86: dsputilenc: convert hf_noise*_mmx to yasmTimothy Gu
2014-06-02x86: hevc_mc: remove unneeded shiftChristophe Gisquet
2014-06-02x86: hevcdsp_init: fix macro usageChristophe Gisquet
2014-06-01x86/motion_est: enable sad16_sse2 on k10 CPUsJames Almer
2014-05-31build: fix compilation of svq1enc_mmx.c with --disable-mmxJames Almer
2014-05-31x86/huffyuvdsp: fix some prototypesJames Almer
2014-05-30x86: huffyuvdsp: fewer functions for x86_64Christophe Gisquet
2014-05-30x86: dsputilenc: convert ff_sse{8, 16}_mmx() to yasmTimothy Gu
2014-05-30x86: dsputilenc: move all the function prototypes togetherTimothy Gu
2014-05-30x86: huffyuvdsp: add_hfyu_left_pred_bgr32Christophe Gisquet
2014-05-30avcodec/huffyuvdsp: Change w to intptr in add_hfyu_median_pred() and add_hfyu...Michael Niedermayer
2014-05-30x86: huffyuvdsp: add SSE2 median predictionChristophe Gisquet
2014-05-30avcodec/x86/qpeldsp_init: Restore author attributionMichael Niedermayer
2014-05-30Merge commit '368f50359eb328b0b9d67451f56fda20b3255f9a'Michael Niedermayer
2014-05-30Merge commit '054013a0fc6f2b52c60cee3e051be8cc7f82cef3'Michael Niedermayer
2014-05-30avcodec/x86/svq1enc_mmx: Add author attributionMichael Niedermayer
2014-05-30Merge commit '65d5d5865845f057cc6530a8d0f34db952d9009c'Michael Niedermayer
2014-05-30x86/dsputilenc: add missing guards to ff_pix_sum16_xopJames Almer
2014-05-29x86: huffyuvdsp: port add_bytes to yasmChristophe Gisquet
2014-05-29x86: hpeldsp: better factorizationChristophe Gisquet
2014-05-29rename add_hfyu_left_prediction_int16 to add_hfyu_left_pred_int16Michael Niedermayer
2014-05-29rename add_hfyu_median_prediction_int16 to add_hfyu_median_pred_int16Michael Niedermayer
2014-05-29rename sub_hfyu_median_prediction_int16 to sub_hfyu_median_pred_int16Michael Niedermayer
2014-05-29x86/dsputilenc: implement XOP version of pix_sum16James Almer
2014-05-29dsputil: Split off quarterpel bits into their own contextDiego Biurrun
2014-05-29dsputil: Move APE-specific bits into apedspDiego Biurrun
2014-05-29dsputil: Move SVQ1 encoding specific bits into svq1encDiego Biurrun
2014-05-29libavcodec/x86/dsputilenc: drop and 0xffff that should have becomei redundantMichael Niedermayer
2014-05-29x86/dsputilenc: implement SSE2 versions of pix_{sum16, norm1}James Almer
2014-05-28x86: hevc_mc: better register allocationChristophe Gisquet
2014-05-28Merge commit '512f3ffe9b4bb86767c2b1176554407c75fe1a5c'Michael Niedermayer
2014-05-28Merge commit '0d439fbede03854eac8a978cccf21a3425a3c82d'Michael Niedermayer
2014-05-27dsputil: Split off HuffYUV encoding bits into their own contextDiego Biurrun
2014-05-27dsputil: Split off HuffYUV decoding bits into their own contextDiego Biurrun
2014-05-27x86/dsputilenc: use HADDD in ff_sse16_sse2James Almer
2014-05-27x86/dsputilenc: implement SSE2 version of diff_pixelsJames Almer
2014-05-27avcodec/x86/dsputilenc: set the count of SSE registers correctly for get_pixelsMichael Niedermayer
2014-05-26x86: hpeldsp: propagate changes across codecsChristophe Gisquet
2014-05-25Revert "x86: dsputilenc: convert ff_sse{8, 16}_mmx() to yasm"Michael Niedermayer
2014-05-25x86: dsputilenc: convert ff_sse{8, 16}_mmx() to yasmTimothy Gu
2014-05-25x86/dsputilenc: make the SUM_ABS_DCTELEM macro more readableJames Almer
2014-05-24x86/dsputilenc: port sum_abs_dctelem functions to yasmJames Almer
2014-05-24x86: hpeldsp: implement SSSE3 version of _xy2Christophe Gisquet
2014-05-24x86: hpeldsp: implement SSE2 put_pixels16_xy2Christophe Gisquet
2014-05-24x86: hpeldsp: implement SSE2 versionsChristophe Gisquet
2014-05-24x86/hevc_deblock: improve chroma functions register allocationJames Almer
2014-05-24x86/dsputil: fix argument declaration in vector_clipfJames Almer
2014-05-24x86/dsputil: fix VECTOR_CLIP_INT32 macroJames Almer