]> git.sesse.net Git - ffmpeg/history - libavcodec/ppc
avcodec: Add av_cold attributes to init functions missing them
[ffmpeg] / libavcodec / ppc /
2010-07-03 Måns RullgårdPPC: add _interleave versions of fft{4,6,16}_altivec
2010-07-02 Måns RullgårdPPC: fix build on OSX without gas-preprocessor
2010-07-01 Loren MerrittPPC: Altivec IMDCT
2010-07-01 Måns RullgårdRemove vestiges of radix-2 FFT
2010-07-01 Måns RullgårdPPC: Altivec split-radix FFT
2010-07-01 Måns RullgårdCheck whether IBM or Apple PPC assembler syntax is...
2010-07-01 Vitor SessakAltivec-optimized mp{1,2,3} windowing
2010-06-30 Måns RullgårdFix grammar errors in documentation
2010-06-29 David ConradAltivec VP8 MC functions
2010-06-29 David ConradAltivec: Add helper function to load from a constant...
2010-06-27 Eli FriedmanAdd const to some pointer parameters.
2010-06-26 Måns RullgårdRemove PPC perf counter support
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-16 Måns RullgårdSimplify arch-specific object file lists
2010-03-16 Måns RullgårdMove arch-specific makefile parts into $arch/Makefile
2010-03-16 Måns RullgårdMove H264 dsputil functions into their own struct
2010-03-08 Martin StorsjöMove the local includes below the system includes
2010-03-06 Måns RullgårdPPC: move prototypes to headers and make some functions...
2010-03-06 Måns RullgårdMove FFT parts from dsputil.h to fft.h
2010-03-06 Måns RullgårdRemove DECLARE_ALIGNED_{8,16} macros
2010-01-22 Måns RullgårdMove array specifiers outside DECLARE_ALIGNED() invocations
2009-12-05 Loren Merrittrefactor and optimize scalarproduct
2009-09-27 Måns Rullgårdcosmetics: fix indentation after previous commit
2009-09-27 Måns RullgårdDrop unused args from vector_fmul_add_add, simpify...
2009-09-15 Måns RullgårdMove per-arch fft init bits into the corresponding...
2009-08-24 Måns RullgårdPPC: remove unnecessary alignment on local variables
2009-08-24 Diego BiurrunAdd necessary #include for config.h.
2009-08-24 Måns RullgårdPPC: simplify loading some values into altivec registers
2009-08-23 Måns RullgårdInclude required headers in {mips,ppc}/mathops.h
2009-07-29 Diego BiurrunDo not check for both CONFIG_VC1_DECODER and CONFIG_WMV...
2009-07-22 Diego BiurrunDo not redundantly check for both CONFIG_THEORA_DECODER...
2009-05-26 Reimar DöffingerChange HAVE_PPC64 to ARCH_PPC64.
2009-05-25 David ConradAltivec VP3 IDCT
2009-05-18 Diego BiurrunRemove useless casts of vec_ld() parameters.
2009-05-11 Måns RullgårdPPC: 32-bit asm for MAC64 and MLS64
2009-05-09 Diego BiurrunAdd necessary header for CONFIG_RUNTIME_CPUDETECT prepr...
2009-05-04 Måns RullgårdPPC: implement MULH() in assembler
2009-04-15 David ConradAltivec version of avg_no_rnd_vc1_chroma_mc8
2009-04-14 David ConradRename put_no_rnd_h264_chroma* to reflect its usage...
2009-04-12 Diego BiurrunRemove gcc_fixes.h. It only contains workarounds for...
2009-04-12 Diego BiurrunRemove AltiVec optimizations for Snow. They are hinderi...
2009-04-09 Diego BiurrunRemove unnecessary gcc_fixes.h #include.
2009-04-09 Diego Biurruncosmetics: Reformat comment paragraph and fix a few...
2009-04-08 Ramiro Pollaconfigure: Add --enable-runtime-cpudetect
2009-03-15 Diego Biurruncosmetics: Remove file name from file header.
2009-03-14 Diego Biurrunprettyprinting cosmetics
2009-03-14 Diego BiurrunAdd av_uninit to vsrcBuc variable to work around some
2009-03-03 Michael NiedermayerRemove old scaler.
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-30 Diego BiurrunUse '#if defined()' for OS-specific preprocessor checks.
2009-01-25 Diego BiurrunAdd required headers to fix warnings during 'make check...
2009-01-24 Diego BiurrunAdd a check for ppc4xx instructions; rename preprocesso...
2009-01-24 Diego BiurrunRemove pointless #if HAVE_ALTIVEC around internal heade...
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2009-01-14 Aurelien Jacobsreplace all occurrence of ENABLE_ by the corresponding...
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2009-01-07 David ConradAdd AltiVec versions of h264_idct_add(8|16|16intra),
2009-01-06 David ConradAdd Altivec version of vector_fmul_window.
2009-01-06 David Conradadd AltiVec implementation of weight_h264_pixels(16...
2009-01-06 David ConradFix float_to_int16_altivec prototype to match float_to_...
2009-01-06 David Conradfix compilation with GCC-4.3+
2009-01-06 David Conradoffset and weights are signed, fixes some non-bitexact...
2009-01-05 David Conradadd AltiVec implementation of biweight_h264_pixels...
2009-01-05 David ConradAltiVec version of h264_idct(8)_dc_add
2008-12-27 Diego Biurrunconsistency cosmetics: Rename POWERPC identifiers to...
2008-12-27 Luca BarbatoRemove stray code
2008-12-27 Luca BarbatoCleanup _t types in libavcodec/ppc
2008-12-25 Guillaume PoirierDisable usage of ff_h264_idct_add_altivec since AltiVec...
2008-12-17 Guillaume Poirieradd AltiVec implementation of int32_to_float_fmul_scalar
2008-12-13 Luca BarbatoCleanup types
2008-12-13 Luca BarbatoUnbreak imgresample altivec
2008-12-12 Guillaume Poirieradd Altivec implementation of clear_block
2008-12-03 Diego BiurrunDelete unnecessary 'extern' keywords.
2008-11-03 Dominik MierzejewskiRemove duplicated MM_* macros for CPU capabilities...
2008-10-16 Diego PettenòConvert asm keyword into __asm__.
2008-09-22 Diego Biurrunspelling cosmetics
2008-09-22 BradAltiVec detection support for OpenBSD, patch by Brad...
2008-09-13 David ConradFix compilation on Mac OS X 10.4: Defining _POSIX_C_SOU...
2008-08-31 Stefano SabatiniGlobally rename the header inclusion guard names.
2008-08-25 Luca BarbatoMissing static in float_to_int16_altivec declaration
2008-08-23 Luca BarbatoRemove unused variables
2008-08-23 Luca BarbatoIntroduce float_to_int16_interleave_altivec, tested...
2008-08-23 Luca BarbatoIntroduce float_to_int16_one_altivec
2008-07-24 Diego Biurruncosmetics: Fix indentation after last commit.
2008-07-24 Diego BiurrunRemove AltiVec vector declaration compiler compatibilit...
2008-07-20 Diego Biurruncosmetics: Make libavcodec/ppc/dsputil_altivec.c confor...
2008-07-20 Diego Biurruncosmetics: Reindent two misplaced braces.
2008-07-20 Diego Biurruncosmetics: Reformat PPC code in libavcodec according...
2008-07-08 Diego BiurrunRemove wrong casts from vector declarations, this would...
2008-07-06 Kostya ShishkovAltivec implementation of APE vector functions
2008-05-26 Diego Biurrunconsistency cosmetics: indices --> indexes in variable...
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-05-06 Diego BiurrunRemove unnecessary parentheses from return calls.
2008-03-17 Måns Rullgårdtypo: add missing \ in multi-line macro
2008-03-10 Diego Biurrunmisc spelling fixes
2008-02-19 Guillaume Poirierarg 10000l. Fix wrong fix committed in r12141
2008-02-19 Guillaume Poirierfix broken indentation
2008-02-19 Guillaume Poirier10l: fix always false test: Binary & has lower preceden...
2008-02-18 Diego BiurrunRefactor vcprm and vcii macros by using the AVV macro.
2008-02-18 Diego BiurrunRefactor the FOUROF macro using the AVV macro.
next