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
2008-12-03Delete unnecessary 'extern' keywords.Diego Biurrun
2008-11-03Remove duplicated MM_* macros for CPU capabilities from dsputil.h.Dominik Mierzejewski
2008-10-16Convert asm keyword into __asm__.Diego Pettenò
2008-09-22spelling cosmeticsDiego Biurrun
2008-09-22AltiVec detection support for OpenBSD, patch by Brad, brad comstyle com.Brad
2008-09-13Fix compilation on Mac OS X 10.4: Defining _POSIX_C_SOURCE hides the u_char &David Conrad
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
2008-08-25Missing static in float_to_int16_altivec declarationLuca Barbato
2008-08-24Remove unused variablesLuca Barbato
2008-08-24Introduce float_to_int16_interleave_altivec, tested with vorbisLuca Barbato
2008-08-24Introduce float_to_int16_one_altivecLuca Barbato
2008-07-24cosmetics: Fix indentation after last commit.Diego Biurrun
2008-07-24Remove AltiVec vector declaration compiler compatibility macros.Diego Biurrun
2008-07-21cosmetics: Make libavcodec/ppc/dsputil_altivec.c conform to style guidelines.Diego Biurrun
2008-07-21cosmetics: Reindent two misplaced braces.Diego Biurrun
2008-07-20cosmetics: Reformat PPC code in libavcodec according to style guidelines.Diego Biurrun
2008-07-08Remove wrong casts from vector declarations, this would cause errors whenDiego Biurrun
2008-07-06Altivec implementation of APE vector functionsKostya Shishkov
2008-05-27consistency cosmetics: indices --> indexes in variable namesDiego Biurrun
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2008-05-06Remove unnecessary parentheses from return calls.Diego Biurrun
2008-03-17typo: add missing \ in multi-line macroMåns Rullgård
2008-03-10misc spelling fixesDiego Biurrun
2008-02-19arg 10000l. Fix wrong fix committed in r12141Guillaume Poirier
2008-02-19fix broken indentationGuillaume Poirier
2008-02-1910l: fix always false test: Binary & has lower precedence than ==Guillaume Poirier
2008-02-19Refactor vcprm and vcii macros by using the AVV macro.Diego Biurrun
2008-02-19Refactor the FOUROF macro using the AVV macro.Diego Biurrun
2008-02-19Remove stray #undef.Diego Biurrun
2008-02-19fix crash on non-AltiVec powered machines: MPV_common_init_altivec doesn't ch...Alexander Strange
2008-01-19Add mfspr-based AltiVec detection code.Reimar Döffinger
2008-01-17Simplify preprocessor expression as suggested by Mans.Diego Biurrun
2008-01-14gcc2 doesn't have bogus mergel, patch from Sigbjørn Skjæret cisc...broadpar...Luca Barbato
2008-01-04Change some files to only include the necessary headers.Diego Biurrun
2007-12-27Fix make checkheaders.Diego Biurrun
2007-12-27Add necessary #include, fixes the warnings:Diego Biurrun
2007-12-23ReindentLuca Barbato
2007-12-23Minor fixLuca Barbato
2007-12-2310l do not load after the buffer...Luca Barbato
2007-12-23Add C/B == 0 cases, 2% slower on CELL but should address Issue299 eventuallyLuca Barbato
2007-12-22ReindentLuca Barbato
2007-12-22Partially address issue299, no performance change apparentlyLuca Barbato
2007-12-22Avoid a vec_add, directly start with sumLuca Barbato
2007-12-22ReindentLuca Barbato
2007-12-22Factorize common code (almost cosmetic)Luca Barbato
2007-12-22CosmeticsLuca Barbato
2007-12-16Make strict altivec parsers happy (gcc-4.3 and others)Luca Barbato
2007-12-08Reindent after last commitKostya Shishkov
2007-12-08Update Altivec variant of vc1_inv_trans_8x4Kostya Shishkov
2007-12-08Switch VC-1 decoder to output decoded residual immediately.Kostya Shishkov