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-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
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun
2007-10-17Add missing multiple inclusion guards.Diego Biurrun
2007-09-05Fix put_*_xy2_arm bug and enable put_pixels16_arm and put_pixels8_y2_arm.Tao Huang
2007-09-05Fix links to ARM documentationGuillaume Poirier
2007-07-12license header consistency: Remove redundant "all rights reserved" statementDiego Biurrun
2007-07-06update my email addressMåns Rullgård
2007-07-05license header consistency cosmeticsDiego Biurrun
2007-07-05Group all copyright and author notices together.Diego Biurrun
2007-06-17add a comment to indicate which #endif belong to which #defineGuillaume Poirier
2007-06-17add multiple inclusion guards to headersMåns Rullgård
2007-06-05Remove unused variables.Diego Biurrun
2007-05-16Add libavcodec to compiler include flags in order to simplify headerRonald S. Bultje
2007-04-20add .type foo, %function directives for the benefit of debuggersMåns Rullgård
2007-04-06IWMMXT-specific dsputils clear_blocks function.David Bateman
2007-03-23iwmmxt ffmpeg code does not implement dct_unquantize_h263_inter_iwmmxt, butTim Chick
2007-03-22enable iwmmxt support, removing mm_support() stubTim Chick
2007-02-06oops, revert accidental checkinMåns Rullgård
2007-02-06fix multichannel decodingMåns Rullgård
2007-02-02missed a redundant loadMåns Rullgård
2007-02-02save one cycleMåns Rullgård
2007-02-02remove redundant loadsMåns Rullgård
2007-02-01optimize IDCT of rows with mostly zero coefficientsMåns Rullgård
2007-01-30typo fix by Dmitry Antipov dmantipov =a= yandex =d= ruMåns Rullgård
2007-01-30theoretically save one cycleMåns Rullgård
2007-01-29ARMv6 SIMD IDCTMåns Rullgård
2007-01-08add missing bit from commit r7423Guillaume Poirier
2007-01-08Optimization of 'dct_unquantize_h263_intra' for ARM (armv5te)Siarhei Siamashka
2006-11-14revert bad checkinMåns Rullgård
2006-11-14move some CFLAGS settings away from config.* writing sectionMåns Rullgård
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-09-27ARMv5TE optimized IDCTMåns Rullgård