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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-06-05avutil/ppc/cpu: add include avassert.hMichael Niedermayer
2015-06-05avutil/softfloat: Fix alternative implementation of av_normalize1_sf()Michael Niedermayer
2015-06-05avutil/softfloat: Fix alternative implementation of av_normalize_sf()Michael Niedermayer
2015-06-05arm: only enable setend on ARMv6Andreas Cadhalpun
2015-06-05avutil/softfloat: Move av_sincos_sf() from header to c fileMichael Niedermayer
2015-06-05libavutil/doc: Changes in documentation due to changes to fixed_dspNedeljko Babic
2015-06-05avutil/softfloat: Add more tests for the normalizationMichael Niedermayer
2015-06-05avutil/softfloat: Fix thresholds in av_normalize_sf()Michael Niedermayer
2015-06-04avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for HEVC idct functionsShivraj Patil
2015-06-04libavutil/softfloat: Fix av_normalize1_sf bias.Nedeljko Babic
2015-06-03libavutil: Add new fixed dsp functions.Nedeljko Babic
2015-06-03avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for HEVC uni mc epel functionsShivraj Patil
2015-06-03avutil/ppc/cpu: Our code assumes vsx implies altivec, thus assert thisMichael Niedermayer
2015-06-03avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for HEVC uniw mc functionsShivraj Patil
2015-06-02avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for HEVC bi mc functionsShivraj Patil
2015-06-01avutil/float_dsp: Fix ambiguous wording about vector productsMichael Niedermayer
2015-06-01avutil/ppc/cpu: Remove !ARCH_PPC64 check for mfspr, the code should now suppo...Michael Niedermayer
2015-06-01x86: check for AV_CPU_FLAG_AVXSLOW where usefulJames Almer
2015-06-01Merge commit 'cae39851201b7781f1262e1c23627b45e6e80bb4'Michael Niedermayer
2015-06-01Merge commit 'f7cafb5d02aa3f26c185f6f9851413ad77a73872'Michael Niedermayer
2015-06-01Merge commit 'd0bf20a4f25ac5de021c860a0c8ad05638ee2078'Michael Niedermayer
2015-06-01avutil/ppc/float_dsp_init: Disable duplicate functionsMichael Niedermayer
2015-06-01Merge commit 'eecd29b3fd7fee221580798346d6582b75c7ade4'Michael Niedermayer
2015-05-31Merge commit '7d07ee5a9bd170a06d26fd967cf8de5d3b1ce331'Michael Niedermayer
2015-05-31Merge commit '3058872c293e239e3b51e86fe18cfbe720aadff1'Michael Niedermayer
2015-05-31avutil/ppc/cpu: Check if unistd.h is available before including itMichael Niedermayer
2015-05-31Merge commit 'baa94563fede8959a638b0fa132dd2124acd93e8'Michael Niedermayer
2015-05-31Merge commit '72cebae0d981dde144340cf51f3c323f01e215e5'Michael Niedermayer
2015-05-31x86: Add helper macros to check for slow cpuflagsJames Almer
2015-05-31x86: add AV_CPU_FLAG_AVXSLOW flagJames Almer
2015-05-31ppc: vsx: Implement diff_pixels and get_pixelsLuca Barbato
2015-05-31ppc: vsx: Implement float_dspLuca Barbato
2015-05-31ppc: cpu: Add support for VSX and POWER8 extensionsLuca Barbato
2015-05-31ppc: Restrict some Altivec implementations to Big EndianLuca Barbato
2015-05-31ppc: Clarify and extend the cpuid checkLuca Barbato
2015-05-31ppc: linux: Check altivec using the auxvLuca Barbato
2015-05-31ppc: avutil: Use the abriged vector typesLuca Barbato
2015-05-31ppc: avutil: Drop a potentially dangerous workaroundLuca Barbato
2015-05-29libavutil: Cosmetic changes to fixed_dsp file.Nedeljko Babic
2015-05-28Merge commit 'a64a5773ea5f7337cd1d87cfdf511914d317fe81'Michael Niedermayer
2015-05-28pixfmt: remove misleading and broken documentationwm4
2015-05-28avcodec/mips: Split uni mc optimizations to new fileShivraj Patil
2015-05-28x86inc: Clear __SECT__Timothy Gu
2015-05-28avutil/mips: Restructure of generic macrosShivraj Patil
2015-05-28x86inc: Clear __SECT__Timothy Gu
2015-05-27x86/cpu: add AV_CPU_FLAG_AVXSLOW flagJames Almer
2015-05-26avutil: Add av_q2intfloat()Michael Niedermayer
2015-05-25Merge commit 'd8039ef8d221ea273aa4f1e62e5df21bf618c772'Michael Niedermayer
2015-05-25D3D11va: add a Direct3D11 video decoder similar to DXVA2Steve Lhomme
2015-05-22avutil/pixfmt: Clarify DV example comments for AVChromaLocationTim Nicholson