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
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-18Consistently use "cpu_flags" as variable/parameter name for CPU flagsDiego Biurrun
2013-07-11configure: Check for support for labels in the inline assemblyMartin Storsjö
2013-05-05avutil: Add av_cold attributes to init functions missing themDiego Biurrun
2013-04-30ppc: util_altivec: Surround AltiVec-related code by appropriate ifdefsDiego Biurrun
2013-03-27cosmetics: Remove unnecessary extern keywords from function declarationsDiego Biurrun
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-16lavc: Move vector_fmul_window to AVFloatDSPContextJustin Ruggles
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-12build: Move all arch OBJS declarations into arch subdirectory Makefiles.Diego Biurrun
2011-05-12configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS.Diego Biurrun
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
2010-09-08Move mm_support() from libavcodec to libavutil, make it a publicStefano Sabatini
2010-01-18Mark all intreadwrite functions av_always_inlineMåns Rullgård
2009-07-29PPC: fix asm operand constraints in AV_RL64Måns Rullgård
2009-04-18PPC: check for x-form asm constraint supportMåns Rullgård
2009-04-18PPC asm for AV_RL*()Måns Rullgård
2009-04-02Split libavutil/timer.h per architectureMåns Rullgård