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
2007-06-13cosmeticsGuillaume Poirier
2007-06-13kill one vector constant value load by the right combination of vec_splatX/ve...Sigbjorn Skjaeret
2007-06-13restore GCC2/3 support, patch by Sigbjorn Skjaeret %sskjer-1 A broadpark P no%Sigbjorn Skjaeret
2007-06-11one step closer to restoring GCC-3.3 support: kills 12 errors, just 2 to goGuillaume Poirier
2007-06-10minor GCC3 compile fixGuillaume Poirier
2007-06-09Altivec version of h264_(h|v)_loop_filter_lumaGraham Booker
2007-06-03h264_idct_add_altivec, based on an old patch from Mauricio Alvarez <alvarezAT...Luca Barbato
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-04-10ssd_int8_vs_int16_altivec, not completely benchmarkedwith svq1Luca Barbato
2007-04-07typos/grammarDiego Biurrun
2007-02-14rename POWERPC_PERFORMANCE_REPORT to CONFIG_POWERPC_PERFMåns Rullgård
2007-01-27Simplify and avoid a warning (should be faster on Cell and certain G4 revisions)Luca Barbato
2007-01-2310l, there is a corner case afterall...Luca Barbato
2006-12-11GCC 3.3 compile fixGuillaume Poirier
2006-12-02Add IDCT8 routine in Altivec. Patch by yours truely with Linux fixes by Luca ...Guillaume Poirier
2006-12-02Unused variable removedLuca Barbato
2006-11-22Conditionally compile some of the AltiVec optimizations.Diego Biurrun
2006-11-20Add useful Altivec types, taken from with permission from x264 authorsGuillaume Poirier
2006-11-14revert bad checkinMåns Rullgård
2006-11-14move some CFLAGS settings away from config.* writing sectionMåns Rullgård
2006-11-07SimplifyLuca Barbato
2006-11-02Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.Steve L'Homme
2006-10-12ppc generic prefetchLuca Barbato
2006-10-10Move TRANSPOSE8 macro to dsputil_altivec.h.Guillaume Poirier
2006-10-09removing ALTIVEC_USE_REFERENCE_C_CODE, since has no use anymoreLuca Barbato
2006-10-09add_bytes passes testsLuca Barbato
2006-10-08Non Altivec optimizations already present at the topLuca Barbato
2006-10-07fix the dcbz check and move it in configureLuca Barbato
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-10-07fix a warningLuca Barbato
2006-09-20New single instruction math operation headerLuca Barbato
2006-09-10Add official LGPL license headers to the files that were missing them.Diego Biurrun
2006-09-03AltiVec version of put_no_rnd_h264_chroma_pixels_tab[0] (slightly changed ver...Kostya Shishkov
2006-08-31Proper fix for the corner case that would have been corrected before, praise&...Luca Barbato
2006-08-31Revert previous commitLuca Barbato
2006-08-31Fix float_to_int16, unaligned case, broken by the previous commitLuca Barbato
2006-08-1610l, thanks to Emanuele Giaquinta <exg@gentoo.org> for testing and finding th...Luca Barbato
2006-08-15altivec float optimizationsLuca Barbato
2006-08-13Clean up:make dsputil subfile names consistentLuca Barbato
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-03standalone snow dsputil initLuca Barbato
2006-08-03Almost cosmetic changes in dsputil_init_ppc and vorbis_inverse_coupling_altivec:Luca Barbato
2006-08-03Minor fixLuca Barbato
2006-08-03avoid alignment hacks, luckly gcc does the right thing on arches different fr...Luca Barbato
2006-08-03vorbis_inverse_coupling_altivecLuca Barbato
2006-08-03CleanupLuca Barbato