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 (Collapse)Author
2009-04-15Altivec version of avg_no_rnd_vc1_chroma_mc8David Conrad
Originally committed as revision 18522 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-14prettyprinting cosmeticsDiego Biurrun
Originally committed as revision 17962 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-14Add av_uninit to vsrcBuc variable to work around someDiego Biurrun
'may be used uninitialized' warnings. Originally committed as revision 17961 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-27Cleanup _t types in libavcodec/ppcLuca Barbato
Originally committed as revision 16357 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-07-24cosmetics: Fix indentation after last commit.Diego Biurrun
Originally committed as revision 14370 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-07-24Remove AltiVec vector declaration compiler compatibility macros.Diego Biurrun
The original problem was that FSF and Apple gcc used a different syntax for vector declarations, i.e. {} vs. (). Nowadays Apple gcc versions support the standard {} syntax and versions that support {} are available on all relevant Mac OS X versions. Thus the greater compatibility is no longer worth cluttering the code with macros. Originally committed as revision 14366 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-07-20cosmetics: Reformat PPC code in libavcodec according to style guidelines.Diego Biurrun
This includes indentation changes, comment reformatting, consistent brace placement and some prettyprinting. Originally committed as revision 14316 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-12-23ReindentLuca Barbato
Originally committed as revision 11311 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-12-23Minor fixLuca Barbato
Originally committed as revision 11310 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-12-2310l do not load after the buffer...Luca Barbato
Originally committed as revision 11308 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-12-23Add C/B == 0 cases, 2% slower on CELL but should address Issue299 eventuallyLuca Barbato
Originally committed as revision 11306 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-12-22ReindentLuca Barbato
Originally committed as revision 11304 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-12-22Partially address issue299, no performance change apparentlyLuca Barbato
Originally committed as revision 11303 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-12-22Avoid a vec_add, directly start with sumLuca Barbato
Originally committed as revision 11302 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-12-22ReindentLuca Barbato
Originally committed as revision 11301 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-12-22Factorize common code (almost cosmetic)Luca Barbato
Originally committed as revision 11300 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-12-22CosmeticsLuca Barbato
Originally committed as revision 11299 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-27remove alignment correction of the destination pointers in luma_16x6Guillaume Poirier
interpolations, since they are always 16-bytes aligned in practice. Add asserts to ease narrowing down potential image corructions on exotic plateforms Based on a patch by Mauricio Alvarez % lokifo A gmail P com % Original thread: Date: Jun 26, 2007 1:07 PM Subject: Re: [FFmpeg-devel] [PATCH] h264 luma interpolation 8x8 for altivec Originally committed as revision 10238 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-12use shorter types vec_"type" instead of the too long vector "type"Guillaume Poirier
part 1 of h264 luma interpolation 8x8 for altivec contributed by Mauricio Alvarez % lokifo A gmail P com % Original thread: Date: Jun 26, 2007 8:15 PM Subject: Re: [FFmpeg-devel] [PATCH] h264 luma interpolation 8x8 for altivec Originally committed as revision 10090 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-05-17use macro Use DECLARE_ALIGNED_16 to align stack-allocated variablesGuillaume Poirier
instead of compiler-dependent __attribute__((aligned(16))) Origiginal thread: Date: May 17, 2007 12:30 AM Subject: [PATCH] Use DECLARE_ALIGNED_16 in libavcodec/ppc/ Originally committed as revision 9047 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-13Clean up:make dsputil subfile names consistentLuca Barbato
Originally committed as revision 5993 to svn://svn.ffmpeg.org/ffmpeg/trunk