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
2017-04-26Merge commit 'ea7ee4b4e381e0fa731458de0cbf740430eeb013'Clément Bœsch
2016-12-14ppc: Centralize compiler-specific altivec.h #include handling in one placeDiego Biurrun
2016-09-11ppc: Update #endif commentsDiego Biurrun
2015-05-31ppc: Restrict some Altivec implementations to Big EndianLuca Barbato
2015-01-30ppc/mpegvideo_altivec: Change assert to av_assert2()Michael Niedermayer
2014-08-15Merge commit '835f798c7d20bca89eb4f3593846251ad0d84e4b'Michael Niedermayer
2014-08-15mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixesDiego Biurrun
2014-06-11Merge commit '27860819d508068f056cf48473af04868791ad77'Michael Niedermayer
2014-06-11ppc: Consistently use convenience macro for runtime CPU detectionDiego Biurrun
2014-04-05Merge commit 'b718b24bbe83d3e8787c1dc6449ccbffcd13a4e7'Michael Niedermayer
2014-04-04ppc: Drop a bunch of unnecessary dsputil_altivec.h #includesDiego Biurrun
2013-08-30Merge commit 'a6b650118543e1580e872896d8976042b7c32d01'Michael Niedermayer
2013-08-29ppc: cosmetics: Consistently format CPU flag detection invocationsDiego Biurrun
2013-05-01Merge commit '38282149b6ce8f4b8361e3b84542ba9aa8a1f32f'Michael Niedermayer
2013-04-30ppc: More consistent arch initializationDiego Biurrun
2013-02-26Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'Michael Niedermayer
2013-02-26Remove unnecessary dsputil.h #includesDiego Biurrun
2013-02-06Merge commit '620289a20e022b9c16c10d546ef86cc0bb77cc84'Michael Niedermayer
2013-02-05Add av_cold attributes to arch-specific init functionsDiego Biurrun
2013-01-23Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer
2013-01-23Drop DCTELEM typedefDiego Biurrun
2012-06-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-08PPC: Move types_altivec.h and util_altivec.h from libavcodec to libavutilJustin Ruggles
2012-04-19Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-18ppc: drop unused function dct_quantize_altivec()Diego Biurrun
2012-02-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-16mpegvideo: Add ff_ prefix to nonstatic functionsMartin Storsjö
2012-01-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-08cosmetics: drop some pointless parenthesesDiego Biurrun
2011-09-25mpegvideo: support encoding with chroma intra tables that differ from luma.Michael Niedermayer
2011-07-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-27ppc: remove redundant setting of Altivec IDCTMans Rullgard
2011-07-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-16ppc: remove disabled codeDiego Biurrun
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-09-08Move mm_support() from libavcodec to libavutil, make it a publicStefano Sabatini
2010-09-08Merge has_altivec() function into mm_support(), remove it and useStefano Sabatini
2010-08-24Remove global mm_flags variableMåns Rullgård
2010-06-27Remove PPC perf counter supportMåns Rullgård
2010-03-07PPC: move prototypes to headers and make some functions staticMåns Rullgård
2010-03-06Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård
2009-08-24PPC: simplify loading some values into altivec registersMåns Rullgård
2009-04-13Remove gcc_fixes.h. It only contains workarounds for unsupported gcc versions.Diego Biurrun
2008-12-03Delete unnecessary 'extern' keywords.Diego Biurrun
2008-11-03Remove duplicated MM_* macros for CPU capabilities from dsputil.h.Dominik Mierzejewski
2008-07-24Remove AltiVec vector declaration compiler compatibility macros.Diego Biurrun
2008-07-20cosmetics: Reformat PPC code in libavcodec according to style guidelines.Diego Biurrun
2008-05-27consistency cosmetics: indices --> indexes in variable namesDiego Biurrun
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2008-03-10misc spelling fixesDiego Biurrun