summaryrefslogtreecommitdiff
path: root/libavcodec/ppc
Commit message (Expand)AuthorAge
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Simplify arch-specific object file listsMåns Rullgård2010-03-16
* Move arch-specific makefile parts into $arch/MakefileMåns Rullgård2010-03-16
* Move H264 dsputil functions into their own structMåns Rullgård2010-03-16
* Move the local includes below the system includesMartin Storsjö2010-03-08
* PPC: move prototypes to headers and make some functions staticMåns Rullgård2010-03-06
* Move FFT parts from dsputil.h to fft.hMåns Rullgård2010-03-06
* Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård2010-03-06
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-22
* refactor and optimize scalarproductLoren Merritt2009-12-05
* cosmetics: fix indentation after previous commitMåns Rullgård2009-09-27
* Drop unused args from vector_fmul_add_add, simpify code, and renameMåns Rullgård2009-09-27
* Move per-arch fft init bits into the corresponding subdirsMåns Rullgård2009-09-15
* PPC: remove unnecessary alignment on local variablesMåns Rullgård2009-08-24
* Add necessary #include for config.h.Diego Biurrun2009-08-24
* PPC: simplify loading some values into altivec registersMåns Rullgård2009-08-24
* Include required headers in {mips,ppc}/mathops.hMåns Rullgård2009-08-23
* Do not check for both CONFIG_VC1_DECODER and CONFIG_WMV3_DECODER,Diego Biurrun2009-07-29
* Do not redundantly check for both CONFIG_THEORA_DECODER and CONFIG_VP3_DECODER.Diego Biurrun2009-07-22
* Change HAVE_PPC64 to ARCH_PPC64.Reimar Döffinger2009-05-26
* Altivec VP3 IDCTDavid Conrad2009-05-25
* Remove useless casts of vec_ld() parameters.Diego Biurrun2009-05-18
* PPC: 32-bit asm for MAC64 and MLS64Måns Rullgård2009-05-11
* Add necessary header for CONFIG_RUNTIME_CPUDETECT preprocessor definition.Diego Biurrun2009-05-09
* PPC: implement MULH() in assemblerMåns Rullgård2009-05-04
* Altivec version of avg_no_rnd_vc1_chroma_mc8David Conrad2009-04-15
* Rename put_no_rnd_h264_chroma* to reflect its usage in VC1 onlyDavid Conrad2009-04-14
* Remove gcc_fixes.h. It only contains workarounds for unsupported gcc versions.Diego Biurrun2009-04-12
* Remove AltiVec optimizations for Snow. They are hindering the developmentDiego Biurrun2009-04-12
* Remove unnecessary gcc_fixes.h #include.Diego Biurrun2009-04-09
* cosmetics: Reformat comment paragraph and fix a few typos in it.Diego Biurrun2009-04-09
* configure: Add --enable-runtime-cpudetectRamiro Polla2009-04-08
* cosmetics: Remove file name from file header.Diego Biurrun2009-03-15
* prettyprinting cosmeticsDiego Biurrun2009-03-14
* Add av_uninit to vsrcBuc variable to work around someDiego Biurrun2009-03-14
* Remove old scaler.Michael Niedermayer2009-03-03
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Use '#if defined()' for OS-specific preprocessor checks.Diego Biurrun2009-01-30
* Add required headers to fix warnings during 'make checkheaders'.Diego Biurrun2009-01-25
* Add a check for ppc4xx instructions; rename preprocessor directive accordingly.Diego Biurrun2009-01-24
* Remove pointless #if HAVE_ALTIVEC around internal header #includeDiego Biurrun2009-01-24
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_Aurelien Jacobs2009-01-14
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* Add AltiVec versions of h264_idct_add(8|16|16intra),David Conrad2009-01-07
* Add Altivec version of vector_fmul_window.David Conrad2009-01-06
* add AltiVec implementation of weight_h264_pixels(16|8)x(16|8|4)David Conrad2009-01-06
* Fix float_to_int16_altivec prototype to match float_to_int16's in dsputil.hDavid Conrad2009-01-06
* fix compilation with GCC-4.3+David Conrad2009-01-06
* offset and weights are signed, fixes some non-bitexact issues.David Conrad2009-01-06