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
2015-07-27Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer
2015-07-17Merge commit 'd42191c78befc1983f23b1899b2dda513b72f1ed'Michael Niedermayer
2015-07-17configure: Factor out vp8dsp moduleVittorio Giovara
2015-06-16doc: avoid incorrect phrase 'allows to'Andreas Cadhalpun
2015-06-01avcodec/ppc/pixblockdsp: Fix type of get_pixels_vsx()Michael Niedermayer
2015-06-01Merge commit 'd0bf20a4f25ac5de021c860a0c8ad05638ee2078'Michael Niedermayer
2015-05-31Merge commit '7014b65995b1fe6188fb53447bf61b08e3963355'Michael Niedermayer
2015-05-31ppc: vsx: Implement diff_pixels and get_pixelsLuca Barbato
2015-05-31ppc: Restrict some Altivec implementations to Big EndianLuca Barbato
2015-05-31ppc: pixblockdsp: Use the abriged vector typesLuca Barbato
2015-05-14avcodec/ppc/h264dsp: POWER LE support in h264_idct_dc_add_internal() fix vec_...Rong Yan
2015-05-10avcodec/ppc/h264qpel_template: Fix alignment assertMichael Niedermayer
2015-04-27avcodec/ppc/fdctdsp: POWER LE support in ff_fdct_altivec() delete macros VEC_...Rong Yan
2015-04-03avcodec/ppc/fdctdsp: POWER LE support in ff_fdct_altivec()Rong Yan
2015-03-15Revert "ppc: lavc: use LOCAL_ALIGNED instead of DECLARE_ALIGNED"Michael Niedermayer
2015-03-14ppc: lavc: use LOCAL_ALIGNED instead of DECLARE_ALIGNEDChristophe Gisquet
2015-03-01Merge commit '71f1ad37d858b810b71a4af1c25771beaa50b27b'Michael Niedermayer
2015-03-01Merge commit 'd74a8cb7e42f703be5796eeb485f06af710ae8ca'Michael Niedermayer
2015-02-28lavc: do not compile fmtconvert unconditionallyAnton Khirnov
2015-02-28fmtconvert: drop unused functionsAnton Khirnov
2015-02-28avcodec/ppc/fdctdsp: fix const warningMichael Niedermayer
2015-02-03avcodec/ppc/idctdsp.c: POWER LE support in idct_add_altivec()Rong Yan
2015-01-30avcodec/ppc/h264qpel_template: Change if DEBUG assert() to av_assert2()Michael Niedermayer
2015-01-30ppc/mpegvideo_altivec: Change assert to av_assert2()Michael Niedermayer
2015-01-21libavcodec/ppc/mpegvideoencdsp.c: fix stack smashing in pix_norm1_altivec() a...Andreas Cadhalpun
2014-12-08avcodec/ppc/vp3dsp_altivec: POWER LE support to vp3_idct_add_altivec()Rong Yan
2014-12-04avcodec/ppc/vp8dsp_altivec.c: POWER LE support put_vp8_epel_h_altivec_core() ...Rong Yan
2014-12-04avcodec/ppc/vc1dsp_altivec: add POWER LE support to vc1_inv_trans_8x4_altivec()Rong Yan
2014-12-02avcodec/ppc/lossless_audiodsp_altivec: POWER LE support for scalarproduct_and...Rong Yan
2014-11-28avcodec/ppc/h264qpel_template: protect unistd.h by #if HAVE_UNISTD_HMichael Niedermayer
2014-11-28avcodec/ppc/h264qpel: POWER LE support for put_pixels16_l2_altivec() and avg_...Rong Yan
2014-11-28avcodec/ppc/h264qpel_template: POWER LE support for PREFIX_h264_qpel16_h_lowp...Rong Yan
2014-11-28avcodec/ppc/h264chroma_template: POWER LE support for PREFIX_h264_chroma_mc8_...Rong Yan
2014-11-28avcodec/ppc/h264dsp: POWER LE support for h264_idct8_add_altivec() h264_idct_...Rong Yan
2014-11-24Merge commit '9c12c6ff9539e926df0b2a2299e915ae71872600'Michael Niedermayer
2014-11-24motion_est: convert stride to ptrdiff_tVittorio Giovara
2014-11-11libavcodec/ppc/me_cmp.c : support little endian in sse8_altivec(), hadamard8_...Rong Yan
2014-11-11libavcodec/ppc/me_cmp.c : factorize little and big endian codeRong Yan
2014-11-07libavcodec/ppc/hpeldsp_altivec.c : fix ff_put_pixels16_altivec() put_no_rnd_p...Rong Yan
2014-10-10libavcodec/ppc/hpeldsp_altivec.c : fix ff_put_pixels16_altivec() for POWER LERong Yan
2014-10-10libavcodec/ppc/me_cmp.c : fix sad16_altivec() sse16_altivec() sad16_xy2_altiv...Rong Yan
2014-10-10libavcodec/ppc/mpegvideoencdsp.c : fix pix_norm1_altivec() and pix_sum_altive...Rong Yan
2014-10-10libavcodec/ppc/pixblockdsp.c : fix get_pixels_altivec() and diff_pixels_altiv...Rong Yan
2014-08-29Add missing "const" all over the place.Reimar Döffinger
2014-08-15Merge commit 'efd26bedec9a345a5960dbfcbaec888418f2d4e6'Michael Niedermayer
2014-08-15Merge commit '835f798c7d20bca89eb4f3593846251ad0d84e4b'Michael Niedermayer
2014-08-15build: Add explanatory comments to (optimization) blocks in the MakefilesDiego Biurrun
2014-08-15mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixesDiego Biurrun
2014-08-06avcodec: Change get_pixels() to ptrdiff_t linesizeMichael Niedermayer
2014-08-02Merge commit 'ffa4d4ef0bd66c4e8bde7357b69bdedc78123ea8'Michael Niedermayer