Welcome to mirror list, hosted at ThFree Co, Russian Federation.

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