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
2009-04-16Add guaranteed alignment for loading dest pixels in avg_pixels16_neonDavid Conrad
2009-04-05ARM: NEON optimized put_signed_pixels_clampedDavid Conrad
2009-04-05ARM: NEON optimised add_pixels_clampedMåns Rullgård
2009-03-06ARM: disable inline asm for armccMåns Rullgård
2009-03-01ARM: fix missing MUL16() return typeMåns Rullgård
2009-02-28ARM: fix corner-case overflow in H.264 weighted predictionMåns Rullgård
2009-01-31ARM: NEON optimised vector_fmul_windowMåns Rullgård
2009-01-31ARM: NEON optimised vector_fmulMåns Rullgård
2009-01-27ARM: remove some unused macro argumentsMåns Rullgård
2009-01-27ARM: reorder some instructions in put_pixels*_arm for speed gainsMåns Rullgård
2009-01-27ARM: replace jump tables with conditional branchesMåns Rullgård
2009-01-27ARM: replace explicit literal loads with ldr Rd, =litMåns Rullgård
2009-01-27ARM: change alignment of loops in put_pixels*_arm to 32Måns Rullgård
2009-01-27ARM: optimised mid_pred()Måns Rullgård
2009-01-27ARM: allow register operands for shifts in MULL()Måns Rullgård
2009-01-25ARM: NEON optimised H.264 weighted predictionMåns Rullgård
2009-01-25ARM: NEON optimised H.264 biweighted predictionMåns Rullgård
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2009-01-18ARM: simplify ff_put/avg_h264_chroma_mc4/8_neon definitions, no code changeMåns Rullgård
2009-01-14replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_Aurelien Jacobs
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2009-01-12ARM: use push/pop pseudo-instructions in simple_idct_armv6.SMåns Rullgård
2009-01-12ARM: simple_idct_armv6.S whitespace cosmeticsMåns Rullgård
2009-01-12ARM: clean up pc-relative references in simple_idct_armv6.SMåns Rullgård
2009-01-12ARM: use rX register names in simple_idct_armv6.SMåns Rullgård
2008-12-30ARM: work around linker bug with movw/movt relocations in shared libsMåns Rullgård
2008-12-30ARM: rename coefficient table in NEON IDCTMåns Rullgård
2008-12-26ARM: NEON optimised float_to_int16Måns Rullgård
2008-12-26ARM: add new h264 idct functionsMåns Rullgård
2008-12-17ARM: replace "armv4l" with "arm"Måns Rullgård