]> git.sesse.net Git - ffmpeg/history - libavcodec/ppc
avcodec: Add av_cold attributes to init functions missing them
[ffmpeg] / libavcodec / ppc /
2008-02-18 Diego BiurrunRemove stray #undef.
2008-02-18 Alexander Strangefix crash on non-AltiVec powered machines: MPV_common_i...
2008-01-19 Reimar DöffingerAdd mfspr-based AltiVec detection code.
2008-01-17 Diego BiurrunSimplify preprocessor expression as suggested by Mans.
2008-01-13 Luca Barbatogcc2 doesn't have bogus mergel, patch from Sigbjørn...
2008-01-04 Diego BiurrunChange some files to only include the necessary headers.
2007-12-27 Diego BiurrunFix make checkheaders.
2007-12-27 Diego BiurrunAdd necessary #include, fixes the warnings:
2007-12-23 Luca BarbatoReindent
2007-12-23 Luca BarbatoMinor fix
2007-12-23 Luca Barbato10l do not load after the buffer...
2007-12-22 Luca BarbatoAdd C/B == 0 cases, 2% slower on CELL but should addres...
2007-12-22 Luca BarbatoReindent
2007-12-22 Luca BarbatoPartially address issue299, no performance change appar...
2007-12-22 Luca BarbatoAvoid a vec_add, directly start with sum
2007-12-22 Luca BarbatoReindent
2007-12-22 Luca BarbatoFactorize common code (almost cosmetic)
2007-12-22 Luca BarbatoCosmetics
2007-12-16 Luca BarbatoMake strict altivec parsers happy (gcc-4.3 and others)
2007-12-08 Kostya ShishkovReindent after last commit
2007-12-08 Kostya ShishkovUpdate Altivec variant of vc1_inv_trans_8x4
2007-12-08 Kostya ShishkovSwitch VC-1 decoder to output decoded residual immediately.
2007-12-01 Vitor SessakFix alignment broke by my last patch
2007-12-01 Vitor Sessakspelling
2007-12-01 Michael Niedermayerstupid code (casting of void*) found by checktree.sh
2007-11-13 Diego BiurrunRemove unused variable, fixes the warning:
2007-10-17 Diego BiurrunAdd FFMPEG_ prefix to all multiple inclusion guards.
2007-10-03 Diego BiurrunRename MPV_common_init_ppc to MPV_common_init_altivec...
2007-10-02 Reimar DöffingerRemove uses of SIGILL for CPU extension detection,...
2007-10-02 Diego Biurruncosmetics: Fix indentation after last commit.
2007-10-02 Diego BiurrunReplace CONFIG_VORBIS_DECODER #ifdef by if (ENABLE_VORB...
2007-10-02 Diego BiurrunMerge mpegvideo AltiVec code into mpegvideo_altivec...
2007-10-02 Luca BarbatoSanitize altivec code so it can be built with runtime...
2007-10-02 Diego Biurruncosmetics: Fix AltiVec spelling.
2007-10-02 Diego Biurruncosmetics: Fix indentation after last commit.
2007-10-02 Diego BiurrunRemove pointless HAVE_ALTIVEC #ifdefs from a file that...
2007-10-01 Diego BiurrunRemove const vector macro indirection that is useless...
2007-10-01 Diego BiurrunRemove Metrowerks compiler workaround.
2007-10-01 Diego BiurrunRemove Metrowerks compiler workaround.
2007-08-28 Luca Barbatosnow altivec is broken
2007-08-27 Diego BiurrunSimplify preprocessor directives.
2007-08-27 Diego BiurrunChange SYS_DARWIN preprocessor checks to __APPLE__...
2007-08-26 Guillaume Poirierremove alignment correction of the destination pointers...
2007-08-24 Diego Biurrunwhitespace/indentation cosmetics
2007-08-24 Diego BiurrunRemove HAVE_ALTIVEC preprocessor directives that are...
2007-08-24 Diego BiurrunFix trivial mixed declarations and code warning caused...
2007-08-24 Diego BiurrunRemove SYS_DARWIN preprocessor directive that is just...
2007-08-24 Diego BiurrunReplace SYS_DARWIN by the more correct __APPLE_CC__...
2007-08-24 Diego BiurrunMerge __MWERKS__ preprocessor directives.
2007-08-24 Diego BiurrunMove Apple gcc AltiVec vector declaration syntax to...
2007-08-24 Diego BiurrunReplace SYS_DARWIN by the more correct __APPLE_CC__...
2007-08-22 Diego BiurrunRename CONFIG_DARWIN to SYS_DARWIN, it is not configura...
2007-08-22 Diego BiurrunSimplify preprocessor directives.
2007-08-22 Diego BiurrunIdentifiers starting with underscores are reserved.
2007-08-12 Guillaume Poirieruse shorter types vec_"type" instead of the too long...
2007-07-28 Diego BiurrunAhem, fix typos overlooked in last commit.
2007-07-28 Diego Biurruncosmetics: misc typo fixes
2007-07-08 Måns Rullgårdmake arguments to ssd_int8_vs_int16() const
2007-07-05 Diego Biurrunlicense header consistency cosmetics
2007-06-17 Guillaume Poirieradd a comment to indicate which #endif belong to which...
2007-06-17 Måns Rullgårdsimplify ppc64 handling
2007-06-17 Guillaume Poirierrestore GCC3 support
2007-06-17 Guillaume Poirierre-enable use of h264_v_loop_filter_luma_altivec and...
2007-06-17 Graham Bookerpart 2/2 of fixing Altivec-accelerated H264 luma inloop...
2007-06-17 Guillaume Poirierconvert h264_deblock_q1 to an inline function.
2007-06-17 Måns Rullgårdadd multiple inclusion guards to headers
2007-06-16 Graham BookerUse a faster way to compute 255-val: Instead of creatin...
2007-06-15 Guillaume Poiriersome samples aren't decoded correctly such as
2007-06-12 Guillaume Poiriercosmetics
2007-06-12 Sigbjorn Skjaeretkill one vector constant value load by the right combin...
2007-06-12 Sigbjorn Skjaeretrestore GCC2/3 support, patch by Sigbjorn Skjaeret...
2007-06-11 Guillaume Poirierone step closer to restoring GCC-3.3 support: kills...
2007-06-09 Guillaume Poirierminor GCC3 compile fix
2007-06-09 Graham BookerAltivec version of h264_(h|v)_loop_filter_luma
2007-06-03 Luca Barbatoh264_idct_add_altivec, based on an old patch from Mauri...
2007-05-17 Guillaume Poirieruse macro Use DECLARE_ALIGNED_16 to align stack-allocat...
2007-05-16 Ronald S. BultjeAdd libavcodec to compiler include flags in order to...
2007-04-10 Luca Barbatossd_int8_vs_int16_altivec, not completely benchmarkedwi...
2007-04-07 Diego Biurruntypos/grammar
2007-02-13 Måns Rullgårdrename POWERPC_PERFORMANCE_REPORT to CONFIG_POWERPC_PERF
2007-01-27 Luca BarbatoSimplify and avoid a warning (should be faster on Cell...
2007-01-23 Luca Barbato10l, there is a corner case afterall...
2006-12-11 Guillaume PoirierGCC 3.3 compile fix
2006-12-02 Guillaume PoirierAdd IDCT8 routine in Altivec. Patch by yours truely...
2006-12-02 Luca BarbatoUnused variable removed
2006-11-22 Diego BiurrunConditionally compile some of the AltiVec optimizations.
2006-11-19 Guillaume PoirierAdd useful Altivec types, taken from with permission...
2006-11-14 Måns Rullgårdrevert bad checkin
2006-11-14 Måns Rullgårdmove some CFLAGS settings away from config.* writing...
2006-11-07 Luca BarbatoSimplify
2006-11-01 Steve L'HommeReplace most of the %lld and %llx by their (cleaner...
2006-10-12 Luca Barbatoppc generic prefetch
2006-10-10 Guillaume PoirierMove TRANSPOSE8 macro to dsputil_altivec.h.
2006-10-09 Luca Barbatoremoving ALTIVEC_USE_REFERENCE_C_CODE, since has no...
2006-10-09 Luca Barbatoadd_bytes passes tests
2006-10-08 Luca BarbatoNon Altivec optimizations already present at the top
2006-10-07 Luca Barbatofix the dcbz check and move it in configure
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-10-07 Luca Barbatofix a warning
2006-09-19 Luca BarbatoNew single instruction math operation header
next