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-03-01avutil/ppc/intreadwrite: remove AV_??64 overriding codeMichael Niedermayer
2014-11-29avutil/ppc/util_altivec: add () to VEC_SPLAT16 macroMichael Niedermayer
2014-11-27libavutil/ppc/util_altivec.h : fix load_with_perm_vec() add marcos vcswapi2s(...Rong Yan
2014-11-07avutil/ppc/util_altivec: add () to VEC_LD macro argumentsMichael Niedermayer
2014-11-07avutil/ppc/util_altivec: make src pointers const, fix warningsMichael Niedermayer
2014-11-07libavutil/ppc/util_altivec.h : fix unaligned_load() vec_unaligned_load() add ...Rong Yan
2014-09-11avutil/ppc/float_dsp_altivec: ppc: Fix bug in ff_vector_fmul_add_altivec() af...Rong Yan
2014-09-03Merge commit 'c19a49e565bd06ea47947d50779ba236df9d4943'Michael Niedermayer
2014-09-03ppc: Support little endian intreadwriteLuca Barbato
2014-06-05avutil/ppc/intreadwrite: try to fix intreadwrite for ppc64leMichael Niedermayer
2014-05-28Merge commit 'b5aa48551300eed678aaea86ced7086758598a35'Michael Niedermayer
2014-05-28Merge commit '593886b5dd2b583657aa3fd80bb173f702c9710d'Michael Niedermayer
2014-05-28ppc: Move vec_unaligned_load macro to util_altivecDiego Biurrun
2014-05-28ppc: util_altivec: Drop unused macrosDiego Biurrun
2013-08-29Merge commit 'f61bece684d9685b07895508e6c1c733b5564ccf'Michael Niedermayer
2013-08-29Merge commit 'b78b10c4b78b696927f2801cf2d9f193b4eff28b'Michael Niedermayer
2013-08-29ppc: Add and use convenience macro to check for AltiVec availabilityDiego Biurrun
2013-08-29avutil: Move internal CPU detection function declarations to private headerDiego Biurrun
2013-07-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-07-18Consistently use "cpu_flags" as variable/parameter name for CPU flagsDiego Biurrun
2013-07-12Merge commit 'ef5b70affc6376bfeadd1ff649b79bad9a124fa8'Michael Niedermayer
2013-07-11configure: Check for support for labels in the inline assemblyMartin Storsjö
2013-06-30Drop local lable from ppc asm timer.Carl Eugen Hoyos
2013-05-05Merge commit '1fda184a85178cfd7b98d9e308d18e1ded76a511'Michael Niedermayer
2013-05-05avutil: Add av_cold attributes to init functions missing themDiego Biurrun
2013-05-01Merge commit 'f5eecee865a731d2412fde2f73c29f8f8115c499'Michael Niedermayer
2013-04-30ppc: util_altivec: Surround AltiVec-related code by appropriate ifdefsDiego Biurrun
2013-03-28Merge commit 'b6649ab5037fb55f78c2606f3d23cea0867cdeaa'Michael Niedermayer
2013-03-27cosmetics: Remove unnecessary extern keywords from function declarationsDiego Biurrun
2013-01-23Merge commit '42d324694883cdf1fff1612ac70fa403692a1ad4'Michael Niedermayer
2013-01-23Merge commit '55aa03b9f8f11ebb7535424cc0e5635558590f49'Michael Niedermayer
2013-01-22floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp.Ronald S. Bultje
2013-01-22floatdsp: move vector_fmul_add from dsputil to avfloatdsp.Ronald S. Bultje
2013-01-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-01-16lavc: Move vector_fmul_window to AVFloatDSPContextJustin Ruggles
2012-09-24ppc/cpu: make linux 32bit specific altivec detection depend on __linux__Michael Niedermayer
2012-06-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-08float_dsp: ppc: add a separate header for Altivec function prototypesJustin Ruggles
2012-06-08Add a float DSP framework to libavutilJustin Ruggles
2012-06-08PPC: Move types_altivec.h and util_altivec.h from libavcodec to libavutilJustin Ruggles
2012-04-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-12build: Move all arch OBJS declarations into arch subdirectory Makefiles.Diego Biurrun
2011-05-13Merge remote branch 'qatar/master'Michael Niedermayer
2011-05-12configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS.Diego Biurrun
2011-04-11Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-10os: fix OpenBSD/PowerPC compilationBrad
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-18consolidate .gitignore patters into a single fileJanne Grunau
2011-01-17convert svn:ignore properties to .gitignore filesJanne Grunau
2010-09-09Clean up av_get_cpu_flag()Måns Rullgård