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-02-06Merge commit '620289a20e022b9c16c10d546ef86cc0bb77cc84'Michael Niedermayer
2013-02-06Merge commit '25841dfe806a13de526ae09c11149ab1f83555a8'Michael Niedermayer
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-23Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer
2013-01-23Drop DCTELEM typedefDiego Biurrun
2013-01-20Merge commit 'fef906c77c09940a2fdad155b2adc05080e17eda'Michael Niedermayer
2013-01-20Move vorbis_inverse_coupling from dsputil to vorbisdspcontext.Ronald S. Bultje
2012-09-09dsputil/me/pixels: Actually use av_restrictDerek Buitenhuis
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-05-02Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-01ppc: dsputil: do unaligned block accesses correctlyMans Rullgard
2012-02-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-16ppc: Add ff_ prefix to nonstatic symbolsMartin Storsjö
2012-02-16dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö
2011-07-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-16ppc: remove disabled codeDiego Biurrun
2011-05-11Merge remote branch 'qatar/master'Michael Niedermayer
2011-05-10Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson
2011-04-11Adds 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-30Fix overread in altivec DSP function sad16Vitor Sessak
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