История коммитов

Автор SHA1 Сообщение Дата
  Michael Niedermayer e99f1a8cc8 Merge remote-tracking branch 'qatar/master' 12 лет назад
  Diego Biurrun 89d94b2182 swscale: K&R formatting cosmetics (part I) 12 лет назад
  Diego Biurrun 72b95764d0 swscale: variable declaration and placement cosmetics 12 лет назад
  Themaister 0827222b9c Use more accurate conversion for rgb15/16 to rgb24/32 (C/MMX). 13 лет назад
  Michael Niedermayer 5a35cef4b1 Merge remote-tracking branch 'qatar/master' 13 лет назад
  Diego Biurrun 06b5facd4b swscale: Remove disabled code. 13 лет назад
  Michael Niedermayer b8a43bc1b5 Merge remote-tracking branch 'qatar/master' into master 13 лет назад
  Anton Khirnov b8e893399f sws: replace all long with int. 13 лет назад
  Michael Niedermayer 39e4206dc6 Merge remote-tracking branch 'qatar/master' 13 лет назад
  Michael Niedermayer 7dc303a60e swscale: Eliminate rgb24toyv12_c() duplication. 13 лет назад
  Michael Niedermayer 4a056160be swscale: remove duplicatiopn of rgb24toyv12_c() 13 лет назад
  Michael Niedermayer 034fc7bf12 Merge remote-tracking branch 'qatar/master' 13 лет назад
  Michael Niedermayer d1adad3cca Merge swscale bloatup 13 лет назад
  Ronald S. Bultje e66149e714 swscale: force --enable-runtime-cpudetect and remove SWS_CPU_CAPS_*. 13 лет назад
  Michael Niedermayer 9a5624a0f1 rgb24toyv12: break out in the middle before out of array reads. 13 лет назад
  Luca Barbato c003832883 swscale: move away x86 specific code from rgb2rgb 13 лет назад
  Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 13 лет назад
  Mans Rullgard ef4a65149d Replace ASMALIGN() with .p2align 13 лет назад
  Ramiro Polla c12f7b2d2c rgb2rgb: don't misuse HAVE_* defines 14 лет назад
  Ramiro Polla 40b433b62b swscale: indentation and emtpy line cosmetics 14 лет назад
  Ramiro Polla 6527e56131 swscale: avoid reading prior to the source buffer in planar2x() MMX2 14 лет назад
  Ramiro Polla a51125b52f rgb2rgb: replace shuffle_bytes_2103() by optimized rgb32tobgr32() 14 лет назад
  Ramiro Polla 4821b4456f rgb2rgb: remove unused yvu9toyv12 function 14 лет назад
  Reimar Döffinger 5b03661fa7 Replace some "m" constraints by MANGLE to avoid issues with some compilers not 14 лет назад
  Diego Biurrun 819ee683d8 libswscale: Relicense almost all x86 assembler optimizations as LGPL. 14 лет назад
  Zuxy Meng a959e24780 Const correctness for src pointer. Remove all constness related warnings in 14 лет назад
  Zuxy Meng 4b19045566 Remove unused PREFETCHW macro 14 лет назад
  Ramiro Polla 7d73d1c336 Indent. 15 лет назад
  Ramiro Polla dd68318cee Cosmetics: 15 лет назад
  Ramiro Polla 9b734d44ab Indent libswscale: 15 лет назад
  Diego Biurrun 0bf18ed32d Remove disabled crufty code. 15 лет назад
  Måns Rullgård a898cdc995 Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN 15 лет назад
  Michael Niedermayer b36da2c215 Remove 2 useless += at the end of rgb16to15(), found by CSA. 15 лет назад
  Michael Niedermayer 3d99e069e4 10l (C code was buggy and untested) 15 лет назад
  Michael Niedermayer 870a4adbb7 Average chroma of 2 lines in packed 422 -> planar 420. 15 лет назад
  Michael Niedermayer 9326d3f355 Revert 15 лет назад
  Michael Niedermayer 0411072ee3 Unscaled converters for 15 лет назад
  Reimar Döffinger 62651fa729 Fix libswscale compilation on non-x86, hopefully without breaking MinGW64 again. 15 лет назад
  Ramiro Polla d0ce212a7a Do not assume long is same width as x86 register. 15 лет назад
  Cédric Schieli a284d03093 Rewrite of rgb15to32 and rgb16to32 using fewer asm instructions and setting alpha channel to 0xFF 15 лет назад
  Cédric Schieli f8a138be52 When converting from a non alpha format to an alpha format, defaults 15 лет назад
  Diego Biurrun f4406ec177 HAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest configure changes. 15 лет назад
  Aurelien Jacobs b63f641e9b Change semantic of CONFIG_*, HAVE_* and ARCH_*. 15 лет назад
  Reimar Döffinger 217d820253 Some forgotten eax -> REG_a changes. 15 лет назад
  Diego Biurrun aeb87a49a7 cosmetics: typo fix 16 лет назад
  Diego Pettenò 7ad6469eae Convert asm keyword into __asm__. 16 лет назад
  Diego Pettenò faf6112e26 Mark variation-specific interleaveBytes static. 16 лет назад
  Luca Barbato 7cff2c7f44 gcc-apple specific fallback not necessary anymore (btw no apple hardware is less than a Intel core, thus it won't come there w/out disabling all the optimizations) 16 лет назад
  Diego Biurrun 02a6a6eea4 Use HAVE_FAST_64BIT instead of nonstandard __WORDSIZE macro. 16 лет назад
  Diego Biurrun 0d696d34ef Remove MPlayer-specific MP_WORDSIZE hack. 16 лет назад