214 Commits (c1ac39b3df3e9cc86209b51df7cd32bd34d26d0b)

Author SHA1 Message Date
  Diego Biurrun bfffdb81c2 Classify mlib as a configurable option, not as a hardware feature. 17 years ago
  Alexander Strange 86593486b4 Fix 64 bit shared library compilation with MMX2 by properly using PIC mangling. 17 years ago
  Diego Biurrun 4cf16bbed5 cosmetics: comment typo fixes 17 years ago
  Diego Biurrun c5fec7d76c Remove redundant ARCH_POWERPC #ifdef around HAVE_ALTIVEC. 17 years ago
  Zuxy Meng 5a352b14e7 Fix a typo that causes an assertion to always fail. 17 years ago
  Diego Biurrun bee972eead typo 17 years ago
  Diego Biurrun e982d4d39f Remove the unused function roundToInt16. It is a duplicate of the same function 17 years ago
  Diego Biurrun a6f6b237e2 typos 17 years ago
  Diego Biurrun a04e32407d Mark Y variable in EPILOG macro as av_unused to avoid unused variable warnings. 17 years ago
  Diego Biurrun 06de58d2a8 typo 17 years ago
  Panagiotis Issaris 635a8cd27d Make av_class a pointer to const. 17 years ago
  Benoit Fouet 710af50e0c define VOF as double of VOFW. 17 years ago
  Diego Biurrun 3f0bc115f1 Remove redundant swScaler: output from places where av_log() 17 years ago
  Diego Biurrun 69ed2c3b92 cosmetics: Remove useless empty line. 17 years ago
  Diego Biurrun 2e7bd34493 cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile. 17 years ago
  Måns Rullgård 6b60ac3ee5 simplify library version handling 17 years ago
  Måns Rullgård b10b849f35 consolidate CFLAGS, LDFLAGS, EXTRALIBS assignment 17 years ago
  Baptiste Coudurier 8055ede6c7 change sws_format_name to return const char*, supress many warnings 17 years ago
  Baptiste Coudurier 4b0c30b79c remove redundant SwScaler text since av_log uses AVClass context 17 years ago
  Michael Niedermayer 56adc69501 One more (forgotten) fix for fixing sws_flags. 17 years ago
  Michael Niedermayer 8b2fce0d3f Turn ancient V offset numerical constants into named ones. 17 years ago
  Måns Rullgård e08e6bb6f2 less preprocessor magic in version number macros 17 years ago
  Diego Biurrun e281d6844b Fix outdated comment. 17 years ago
  Måns Rullgård 885176993a #include "libavutil/avutil.h" in swscale.h 17 years ago
  Reimar Döffinger f018bc1000 __asm __volatile -> asm volatile part 3 17 years ago
  Carl Eugen Hoyos 0cb2559445 Discard two symbols from libswscale. 17 years ago
  Måns Rullgård ccf95ef1de Clean up lib* version definitions 17 years ago
  Måns Rullgård 1d03e71805 remove duplicate AV_STRINGIFY() definition 17 years ago
  Mike Frysinger d2a4ecafbb FLAT objects cannot have multiple sections, so using the L1 attributes breaks 17 years ago
  Stefano Sabatini 0d6fd5ec13 More explicit unsupported pixel format error messages. 17 years ago
  Diego Biurrun f1cc49a68e typo 17 years ago
  Carl Eugen Hoyos ae797914dd Make dither4 & dither8 const. 17 years ago
  Reimar Döffinger 5802683a97 Make some assembler constants global instead of declaring them multiple times. 17 years ago
  Reimar Döffinger d334c7c237 Use DECLARE_ASM_CONST where possible in libswscale code 17 years ago
  Reimar Döffinger c14731d8da Fix typo in comment 17 years ago
  Benoit Fouet 1b0a4572f4 Change (a == NULL) condition to (!a) and (a != NULL) condition to (a). 17 years ago
  Benoit Fouet 8916b4b55b Remove some useless parentheses. 17 years ago
  Benoit Fouet 30c48a0af4 Cosmetics: whitespaces 17 years ago
  Benoit Fouet e5091488a5 Remove non cosmetic spaces inside parentheses. 17 years ago
  Benoit Fouet b8db4e22de Description: remove superfluous parentheses. 17 years ago
  KO Myung-Hun 337a2a4530 Check param in sws_getCachedContext(). 17 years ago
  Diego Biurrun 56b69633dd comment typo fixes 17 years ago
  Peter Schlaile 5efaf00029 Make sure strides have positive values before converting. 17 years ago
  Diego Biurrun c95a3a9fbf Add missing declarations for AltiVec functions, fixes the warnings: 17 years ago
  Diego Biurrun 4706949c6d Fix 'make checkheaders' on AltiVec-enabled systems. 17 years ago
  Diego Biurrun 737278c86a Fix some spelling typos 17 years ago
  Diego Biurrun bc279024c2 Comment some #endif directives. 17 years ago
  Diego Biurrun 594ff7cc6c comment spelling/grammar fixes 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 2f3cbef06e Rename LIB to LIBNAME for consistency. 17 years ago