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-04-20ppc: hpeldsp: Move half-pel assembly from dsputil to hpeldspRonald S. Bultje
2013-02-05Add av_cold attributes to arch-specific init functionsDiego Biurrun
2013-02-05Use ptrdiff_t instead of int for {avg, put}_pixels line_size parameter.Diego Biurrun
2013-01-23Drop DCTELEM typedefDiego Biurrun
2013-01-20Move vorbis_inverse_coupling from dsputil to vorbisdspcontext.Ronald S. Bultje
2012-06-08PPC: Move types_altivec.h and util_altivec.h from libavcodec to libavutilJustin Ruggles
2012-05-01ppc: dsputil: do unaligned block accesses correctlyMans Rullgard
2012-02-16ppc: Add ff_ prefix to nonstatic symbolsMartin Storsjö
2012-02-16dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö
2011-07-21dsputil: update per-arch init funcs for non-h264 high bit depthMans Rullgard
2011-07-21dsputil: template get_pixels() for different bit depthsMans Rullgard
2011-07-16ppc: remove disabled codeDiego Biurrun
2011-05-10Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-29Fix overread in altivec DSP function sad16Vitor Sessak
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
2009-08-25PPC: remove unnecessary alignment on local variablesMåns Rullgård
2009-05-18Remove useless casts of vec_ld() parameters.Diego Biurrun
2009-04-13Remove gcc_fixes.h. It only contains workarounds for unsupported gcc versions.Diego Biurrun
2009-01-14replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_Aurelien Jacobs
2008-12-12add Altivec implementation of clear_blockGuillaume Poirier
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-05-09Use full path for #includes from another directory.Diego Biurrun
2008-01-04Change some files to only include the necessary headers.Diego Biurrun
2007-12-02Fix alignment broke by my last patchVitor Sessak
2007-12-02spellingVitor Sessak
2007-10-02cosmetics: Fix indentation after last commit.Diego Biurrun
2007-10-02Replace CONFIG_VORBIS_DECODER #ifdef by if (ENABLE_VORBIS_DECODER).Diego Biurrun
2007-10-02Sanitize altivec code so it can be built with runtime check properlyLuca Barbato
2007-10-02cosmetics: Fix AltiVec spelling.Diego Biurrun
2007-10-01Remove const vector macro indirection that is useless and obfuscatingDiego Biurrun
2007-08-27Simplify preprocessor directives.Diego Biurrun
2007-08-27Change SYS_DARWIN preprocessor checks to __APPLE__, they are specificDiego Biurrun
2007-08-24Fix trivial mixed declarations and code warning caused by a double semicolon.Diego Biurrun
2007-08-23Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg).Diego Biurrun
2007-08-22Simplify preprocessor directives.Diego Biurrun
2007-05-17use macro Use DECLARE_ALIGNED_16 to align stack-allocated variablesGuillaume Poirier
2007-05-16Add libavcodec to compiler include flags in order to simplify headerRonald S. Bultje
2007-01-27Simplify and avoid a warning (should be faster on Cell and certain G4 revisions)Luca Barbato
2006-10-09removing ALTIVEC_USE_REFERENCE_C_CODE, since has no use anymoreLuca Barbato
2006-10-09add_bytes passes testsLuca Barbato
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-08-11keep in sync with dsputil, makes --disable-decoder=vorbis buildLuca Barbato
2006-08-07Cosmetics: 2->4 spaces and some bracesLuca Barbato
2006-08-04Yet another typoLuca Barbato
2006-08-04Fix a stupid typo and another error, thanks to Emanuele Giaquinta <exg@gentoo...Luca Barbato
2006-08-03Almost cosmetic changes in dsputil_init_ppc and vorbis_inverse_coupling_altivec:Luca Barbato
2006-08-03Minor fixLuca Barbato