]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/ppc
Remove unused code found by CSA
[frescor/ffmpeg.git] / libavcodec / ppc /
2009-05-09 diegoAdd necessary header for CONFIG_RUNTIME_CPUDETECT prepr...
2009-05-04 mruPPC: implement MULH() in assembler
2009-04-15 conradAltivec version of avg_no_rnd_vc1_chroma_mc8
2009-04-14 conradRename put_no_rnd_h264_chroma* to reflect its usage...
2009-04-12 diegoRemove gcc_fixes.h. It only contains workarounds for...
2009-04-12 diegoRemove AltiVec optimizations for Snow. They are hinderi...
2009-04-09 diegoRemove unnecessary gcc_fixes.h #include.
2009-04-09 diegocosmetics: Reformat comment paragraph and fix a few...
2009-04-08 ramiroconfigure: Add --enable-runtime-cpudetect
2009-03-15 diegocosmetics: Remove file name from file header.
2009-03-14 diegoprettyprinting cosmetics
2009-03-14 diegoAdd av_uninit to vsrcBuc variable to work around some
2009-03-03 michaelRemove old scaler.
2009-02-01 diegoUse full internal pathname in doxygen @file directives.
2009-01-30 diegoUse '#if defined()' for OS-specific preprocessor checks.
2009-01-25 diegoAdd required headers to fix warnings during 'make check...
2009-01-24 diegoAdd a check for ppc4xx instructions; rename preprocesso...
2009-01-24 diegoRemove pointless #if HAVE_ALTIVEC around internal heade...
2009-01-19 diegocosmetics: Remove pointless period after copyright...
2009-01-14 aurelreplace all occurrence of ENABLE_ by the corresponding...
2009-01-13 aurelChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2009-01-07 gpoirierAdd AltiVec versions of h264_idct_add(8|16|16intra),
2009-01-06 gpoirierAdd Altivec version of vector_fmul_window.
2009-01-06 gpoirieradd AltiVec implementation of weight_h264_pixels(16...
2009-01-06 gpoirierFix float_to_int16_altivec prototype to match float_to_...
2009-01-06 gpoirierfix compilation with GCC-4.3+
2009-01-06 gpoirieroffset and weights are signed, fixes some non-bitexact...
2009-01-05 gpoirieradd AltiVec implementation of biweight_h264_pixels...
2009-01-05 gpoirierAltiVec version of h264_idct(8)_dc_add
2008-12-27 diegoconsistency cosmetics: Rename POWERPC identifiers to...
2008-12-27 lu_zeroRemove stray code
2008-12-27 lu_zeroCleanup _t types in libavcodec/ppc
2008-12-25 gpoirierDisable usage of ff_h264_idct_add_altivec since AltiVec...
2008-12-17 gpoirieradd AltiVec implementation of int32_to_float_fmul_scalar
2008-12-13 lu_zeroCleanup types
2008-12-13 lu_zeroUnbreak imgresample altivec
2008-12-12 gpoirieradd Altivec implementation of clear_block
2008-12-03 diegoDelete unnecessary 'extern' keywords.
2008-11-03 rathannRemove duplicated MM_* macros for CPU capabilities...
2008-10-16 flameeyesConvert asm keyword into __asm__.
2008-09-22 diegospelling cosmetics
2008-09-22 diegoAltiVec detection support for OpenBSD, patch by Brad...
2008-09-13 diegoFix compilation on Mac OS X 10.4: Defining _POSIX_C_SOU...
2008-08-31 stefanoRename globally the header inclusion guards.
2008-08-25 lu_zeroMissing static in float_to_int16_altivec declaration
2008-08-23 lu_zeroRemove unused variables
2008-08-23 lu_zeroIntroduce float_to_int16_interleave_altivec, tested...
2008-08-23 lu_zeroIntroduce float_to_int16_one_altivec
2008-07-24 diegocosmetics: Fix indentation after last commit.
2008-07-24 diegoRemove AltiVec vector declaration compiler compatibilit...
2008-07-20 diegocosmetics: Make libavcodec/ppc/dsputil_altivec.c confor...
2008-07-20 diegocosmetics: Reindent two misplaced braces.
2008-07-20 diegocosmetics: Reformat PPC code in libavcodec according...
2008-07-08 diegoRemove wrong casts from vector declarations, this would...
2008-07-06 kostyaAltivec implementation of APE vector functions
2008-05-26 diegoconsistency cosmetics: indices --> indexes in variable...
2008-05-09 diegoUse full path for #includes from another directory.
2008-05-06 diegoRemove unnecessary parentheses from return calls.
2008-03-17 mrutypo: add missing \ in multi-line macro
2008-03-10 diegomisc spelling fixes
2008-02-19 gpoirierarg 10000l. Fix wrong fix committed in r12141
2008-02-19 gpoirierfix broken indentation
2008-02-19 gpoirier10l: fix always false test: Binary & has lower preceden...
2008-02-18 diegoRefactor vcprm and vcii macros by using the AVV macro.
2008-02-18 diegoRefactor the FOUROF macro using the AVV macro.
2008-02-18 diegoRemove stray #undef.
2008-02-18 gpoirierfix crash on non-AltiVec powered machines: MPV_common_i...
2008-01-19 reimarAdd mfspr-based AltiVec detection code.
2008-01-17 diegoSimplify preprocessor expression as suggested by Mans.
2008-01-13 lu_zerogcc2 doesn't have bogus mergel, patch from Sigbjørn...
2008-01-04 diegoChange some files to only include the necessary headers.
2007-12-27 diegoFix make checkheaders.
2007-12-27 diegoAdd necessary #include, fixes the warnings:
2007-12-23 lu_zeroReindent
2007-12-23 lu_zeroMinor fix
2007-12-23 lu_zero10l do not load after the buffer...
2007-12-22 lu_zeroAdd C/B == 0 cases, 2% slower on CELL but should addres...
2007-12-22 lu_zeroReindent
2007-12-22 lu_zeroPartially address issue299, no performance change appar...
2007-12-22 lu_zeroAvoid a vec_add, directly start with sum
2007-12-22 lu_zeroReindent
2007-12-22 lu_zeroFactorize common code (almost cosmetic)
2007-12-22 lu_zeroCosmetics
2007-12-16 lu_zeroMake strict altivec parsers happy (gcc-4.3 and others)
2007-12-08 kostyaReindent after last commit
2007-12-08 kostyaUpdate Altivec variant of vc1_inv_trans_8x4
2007-12-08 kostyaSwitch VC-1 decoder to output decoded residual immediately.
2007-12-01 vitorFix alignment broke by my last patch
2007-12-01 vitorspelling
2007-12-01 michaelstupid code (casting of void*) found by checktree.sh
2007-11-13 diegoRemove unused variable, fixes the warning:
2007-10-17 diegoAdd FFMPEG_ prefix to all multiple inclusion guards.
2007-10-03 diegoRename MPV_common_init_ppc to MPV_common_init_altivec...
2007-10-02 reimarRemove uses of SIGILL for CPU extension detection,...
2007-10-02 diegocosmetics: Fix indentation after last commit.
2007-10-02 diegoReplace CONFIG_VORBIS_DECODER #ifdef by if (ENABLE_VORB...
2007-10-02 diegoMerge mpegvideo AltiVec code into mpegvideo_altivec...
2007-10-02 lu_zeroSanitize altivec code so it can be built with runtime...
2007-10-02 diegocosmetics: Fix AltiVec spelling.
2007-10-02 diegocosmetics: Fix indentation after last commit.
next