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
2014-06-22dsputil: Split audio operations off into a separate contextDiego Biurrun
2014-05-29dsputil: Move APE-specific bits into apedspDiego Biurrun
2014-05-29dsputil: Move SVQ1 encoding specific bits into svq1encDiego Biurrun
2014-05-28ppc: Move vec_unaligned_load macro to util_altivecDiego Biurrun
2014-03-20ppc: dsputil: Merge some declarations and initializationsDiego Biurrun
2014-03-20ppc: dsputil: more K&R formatting cosmeticsDiego Biurrun
2014-03-20ppc: dsputil: comment formatting and wording/grammar improvementsDiego Biurrun
2013-08-16altivec: perform an explicit unaligned loadKostya Shishkov
2013-05-26fix scalarproduct_and_madd_int16_altivec() for orders > 16Kostya Shishkov
2013-02-05Add av_cold attributes to arch-specific init functionsDiego Biurrun
2012-06-08PPC: Move types_altivec.h and util_altivec.h from libavcodec to libavutilJustin Ruggles
2012-05-01ppc: add const where needed in scalarproduct_int16_altivec()Mans Rullgard
2012-05-01ppc: remove shift parameter from scalarproduct_int16_altivec()Mans Rullgard
2012-05-01ppc: dsputil: do unaligned block accesses correctlyMans Rullgard
2012-04-09ppc: Add/remove a number of const qualifiers to fix related warnings.Diego Biurrun
2012-02-16ppc: Add ff_ prefix to nonstatic symbolsMartin Storsjö
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-06-27Add const to some pointer parameters.Eli Friedman
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2009-12-05refactor and optimize scalarproductLoren Merritt
2009-08-25PPC: remove unnecessary alignment on local variablesMåns Rullgård
2009-04-09Remove unnecessary gcc_fixes.h #include.Diego Biurrun
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2008-12-27Cleanup _t types in libavcodec/ppcLuca Barbato
2008-07-20cosmetics: Reformat PPC code in libavcodec according to style guidelines.Diego Biurrun
2008-07-06Altivec implementation of APE vector functionsKostya Shishkov
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2007-07-09make arguments to ssd_int8_vs_int16() constMåns Rullgård
2007-05-16Add libavcodec to compiler include flags in order to simplify headerRonald S. Bultje
2007-04-10ssd_int8_vs_int16_altivec, not completely benchmarkedwith svq1Luca Barbato