Commit History

Author SHA1 Message Date
  Michael Niedermayer 27a90b0450 Fix rgb15/16 vs. bgr part2. 16 years ago
  Michael Niedermayer a1f3ffa3ce Make C code in yuv2yuv1() do accurate rounding, this could be split 16 years ago
  Michael Niedermayer d78c1ea16f indent 16 years ago
  Michael Niedermayer bf2bdde67a Forgotten accurate rounding function YSCALEYUV2YV121_ACCURATE. 16 years ago
  Michael Niedermayer 7bae01c62c simplify yuv2yuv1() 16 years ago
  Luca Barbato fcc402b1c9 Remove ASSERT() macro. SoC Patch from Keiji Costantini 16 years ago
  Diego Biurrun 8a3227968c spelling/grammar/wording overhaul 16 years ago
  Baptiste Coudurier 87cf861c7d cast to correct type, suppress warnings 16 years ago
  Diego Biurrun 4cf16bbed5 cosmetics: comment typo fixes 16 years ago
  Baptiste Coudurier 4b0c30b79c remove redundant SwScaler text since av_log uses AVClass context 16 years ago
  Michael Niedermayer 8b2fce0d3f Turn ancient V offset numerical constants into named ones. 16 years ago
  Reimar Döffinger f018bc1000 __asm __volatile -> asm volatile part 3 16 years ago
  Carl Eugen Hoyos 0cb2559445 Discard two symbols from libswscale. 16 years ago
  Reimar Döffinger 5802683a97 Make some assembler constants global instead of declaring them multiple times. 16 years ago
  Benoit Fouet 1b0a4572f4 Change (a == NULL) condition to (!a) and (a != NULL) condition to (a). 16 years ago
  Benoit Fouet e5091488a5 Remove non cosmetic spaces inside parentheses. 16 years ago
  Diego Biurrun bc279024c2 Comment some #endif directives. 17 years ago
  Diego Biurrun a680708d2d The function names of [rgb|bgr]1[56]to[UV|Y] had rgb<->bgr flipped. 17 years ago
  Diego Biurrun b19bcbaa78 license header consistency cosmetics 17 years ago
  Diego Biurrun ddda6fcddc comment grammar fixes 17 years ago
  Ivo van Poorten fa88429489 remove the need of one extra shift in rgb16ToUV 17 years ago
  Ivo van Poorten f96829d2d0 Fix rgb15ToUV. Correct order of components and use one shift less. 17 years ago
  Diego Biurrun 2da0d70d5e cosmetics attack, part IV: Remove all tabs and prettyprint/reindent the code. 17 years ago
  Diego Biurrun 6a4970abd1 cosmetics: Remove trailing whitespace. 17 years ago
  Michael Niedermayer fa65e2f63a improve horizontal chroma resolution with pal 17 years ago
  Michael Niedermayer 21c08a3f1c convert palette to yuv instead of converting each pixel after pal->rgb 17 years ago
  Diego Biurrun 911406f2c4 typo 17 years ago
  Reimar Döffinger 9340a99588 Fix a possible crash on 64 bit systems when the lumSrcPtr or chrSrcPtr 17 years ago
  Reimar Döffinger adcec46a83 Add av_ prefix to clip functions 17 years ago
  Michael Niedermayer 18064f5cf3 BGR/RGB4 byte formats as input 17 years ago
  Michael Niedermayer e28630fc70 pal8 input 17 years ago
  Luca Abeni 2d529db50f Pass a context to av_log(), when possible 17 years ago
  Luca Abeni b2afecbe02 change all the occurrences of "FFMIN(FFMAX())" to clip_uint8() or clip() 18 years ago
  Luca Abeni 7d19628b14 Add some explicit casts to avoid some warnings 18 years ago
  Luca Abeni 0683a5c558 Fix compilation of non-MMX code with gcc 2.95 18 years ago
  Reimar Döffinger e96da13bc7 Change "p" asm constraints to "g", since "p" was a no longer necessary hack to 18 years ago
  Luca Abeni 807e0c6645 Clarify that some of the non-SIMD code is now LGPLed. 18 years ago
  Michael Niedermayer 6264a515d0 forgotten 2 converters (yeah svn up, svn di svn ci isnt enough i should actually look at the code after svn up not just the diff ...) 18 years ago
  Michael Niedermayer c2271987f8 fixing the lamest bug in swscale, all the rgb/bgr->* code did 2x2 downsampling for chroma, it should just be 2x1 (the rest of the code also belived its 2x1 ...) 18 years ago
  Nigel Pearson d904b5fc66 Fix MacIntel build: "/nop" is illegal on Apple's older version of GAS 18 years ago
  Luca Abeni a43fb6b37e Add support for conversions from the rgb565 and rgb555 formats 18 years ago
  Diego Biurrun 3d6a30d948 Use common define for x86_32 and x86_64. 18 years ago
  Kostya Shishkov 4884b9e50d 16-bit grayscale support 18 years ago
  Diego Biurrun d026b45e73 Change license headers to say 'FFmpeg' instead of 'this program'. 18 years ago
  Diego Biurrun f8d6112850 Fix unused variable warning when compiling with MMX disabled. 18 years ago
  Luca Abeni e9e12f0e11 Remove the dependency of libswscale on img_format.h 18 years ago
  Michael Niedermayer d1a7ae1a37 make the C code of the swscaler which i wrote LGPL 18 years ago
  Uoti Urpala 91d0bda26d Fix compilation with -no-PIC and without -fomit-frame-pointer (used by 18 years ago
  Jason Tackaberry 83c89c7885 -fPIC support for libswscale 18 years ago
  Diego Biurrun 4bff9ef9d0 Replace asmalign.h hack by ASMALIGN cpp macros from config.h. 18 years ago