summaryrefslogtreecommitdiff
path: root/libavcodec/armv4l
Commit message (Expand)AuthorAge
* ARM: replace "armv4l" with "arm"Måns Rullgård2008-12-17
* Remove obsolete and misleading comments.Diego Biurrun2008-12-17
* ARM: NEON optimised h264_idct_dc_addMåns Rullgård2008-12-15
* ARM: NEON optimised h264_idct_addMåns Rullgård2008-12-15
* ARM: NEON optimised H.264 8x8 and 16x16 qpel MCMåns Rullgård2008-12-15
* ARM: NEON optimised H.264 loop filterMåns Rullgård2008-12-15
* ARM: NEON optimised {put,avg}_h264_chroma_mc[48]Måns Rullgård2008-12-15
* ARM: NEON optimised simple_idctMåns Rullgård2008-12-15
* ARM: NEON optimised put_pixels functionsMåns Rullgård2008-12-15
* ARM: remove some useless commentsMåns Rullgård2008-12-06
* ARM: convert VFP code to UAL syntaxMåns Rullgård2008-12-03
* Delete unnecessary 'extern' keywords.Diego Biurrun2008-12-03
* Add shift argument to MULL() macroMåns Rullgård2008-11-24
* ARM: move dct_unquantize_h263_*_armv5te asm to separate fileMåns Rullgård2008-11-23
* ARM: fix j_rev_dct_ARMMåns Rullgård2008-11-12
* ARM: change MUL16() macro to inline functionMåns Rullgård2008-11-06
* ARM: prettify MAC16() macroMåns Rullgård2008-11-06
* ARM: change MULH() macro to inline functionMåns Rullgård2008-11-06
* ARM: change MULL() macro to inline functionMåns Rullgård2008-11-06
* ARM: mathops.h whitespace cosmeticsMåns Rullgård2008-11-06
* Fix illegal identifier, __ are reserved for the system.Diego Biurrun2008-11-03
* Remove duplicated MM_* macros for CPU capabilities from dsputil.h.Dominik Mierzejewski2008-11-03
* Add missing headers to pass 'make checkheaders'.Diego Biurrun2008-10-29
* Rename template included sources from .h to _template.c.Diego Pettenò2008-10-27
* ARM: move add_pixels_clamped_ARM() to dsputil_arm_s.SMåns Rullgård2008-10-27
* ARM: move VFP DSP functions to dsputils_vfp.SMåns Rullgård2008-10-27
* ARM: move prefetch_arm to dsputil_arm_s.SMåns Rullgård2008-10-27
* ARM: use new macros for assembler function labelsMåns Rullgård2008-10-27
* ARM: add some assembler convenience macrosMåns Rullgård2008-10-27
* Convert asm keyword into __asm__.Diego Pettenò2008-10-16
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
* ARM: add prefetch function using ARMv5 PLD instructionMåns Rullgård2008-08-25
* ARM: optimised MAC64 and MLS64Måns Rullgård2008-07-15
* ARM: optimised MUL64Måns Rullgård2008-07-15
* ARM: ARMv6 optimised MULHMåns Rullgård2008-07-15
* Simplify mm_support() for ARM (by Måns).Benoit Fouet2008-06-30
* Define mm_support() for ARM.Matthieu Castet2008-06-30
* convert DOS-style carriage return to Unix-styleGuillaume Poirier2008-06-17
* Add some initial optimizations for ARM VFP (floatingSiarhei Siamashka2008-05-11
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* Revert previous mistaken commit.Diego Biurrun2008-05-09
* ipp.h is a system header, use <> when #including it.Diego Biurrun2008-05-09
* cosmetics: __asm__ __volatile__ --> asm volatileDiego Biurrun2008-04-17
* pld instruction are used in libavcodec/armv4l/dsputil_arm_s.S which can be usedMatthieu Castet2008-03-24
* __asm __volatile -> asm volatile, improves code consistency and worksReimar Döffinger2008-02-24
* fix indentation that was messed up by r11628Guillaume Poirier2008-01-27
* fix lowres decoding support on ARM CPUsSiarhei Siamashka2008-01-27
* Remove mistakenly added multiple inclusion guards.Diego Biurrun2007-12-28
* Misc spelling fixes, prefer American over British English.Diego Biurrun2007-12-02
* spellingVitor Sessak2007-12-01