Commit History

Author SHA1 Message Date
  Reinhard Tartler 7fd4cbb519 fix compilation issue on powerpc 14 years ago
  Reinhard Tartler 557e065d5f Fix compilation on powerpc with --disable-altivec 14 years ago
  Reinhard Tartler 478394bab7 backport configure bits for cpu runtime detection for libpostproc and libswscale 14 years ago
  Diego Biurrun 93229681b5 Merge remaining changes to make libswscale usable in LGPL mode from trunk. 15 years ago
  Diego Biurrun beb93f987c Add a copy of libswscale into the branch instead of using svn:external. 15 years ago
  Diego Biurrun da835cc8a3 Create 0.5 release branch. 15 years ago
  Cédric Schieli f8a138be52 When converting from a non alpha format to an alpha format, defaults 15 years ago
  Cédric Schieli 2c89734255 Use YUV420P code path for YUVA420P where appropriate 15 years ago
  Kostya Shishkov e76709d8a6 New LGPLed YUV2RGB table generator for SwScaler 15 years ago
  Stefano Sabatini e14ff1e628 Use sws_printVec2() instead of the deprecated sws_printVec(). 15 years ago
  Stefano Sabatini 26b40a659d Implement sws_printVec2() and deprecate sws_printVec(). 15 years ago
  Kostya Shishkov 12794f73eb Some AltiVec functions in SwScaler produce different output than their 15 years ago
  Stefano Sabatini 6d3cf67c2a Move sws_getGaussianVec() documentation from swscale.c to swscale.h. 15 years ago
  Stefano Sabatini b954b34a6d Move documentation of sws_getCachedContext() from swscale.c to 15 years ago
  Stefano Sabatini 9ea5e6f639 Remove pointless comment regarding sws_scale_ordered(). 15 years ago
  Kostya Shishkov e2a004ad4e Prefix visible YUV2RGB functions with sws_ 15 years ago
  Kostya Shishkov fa58ba15f8 Give better name to Inverse_Table_6_9 15 years ago
  Stefano Sabatini c099766fad Drop the deprecated sws_scale_ordered() at the next major version 15 years ago
  Diego Biurrun f4406ec177 HAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest configure changes. 15 years ago
  Diego Biurrun dfe44a855d Disable C code when compiling AltiVec code, fixes the warning: 15 years ago
  Diego Biurrun f40c7dbb7e spelling/grammar cosmetics 15 years ago
  Diego Biurrun 7a24ec506c Fix #endif comments. 15 years ago
  Carl Eugen Hoyos 0ab8039577 Add PIX_FMT_VDPAU_WMV3 and PIX_FMT_VDPAU_VC1. 15 years ago
  NVIDIA Corporation 4e2b48760b Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which will 15 years ago
  Aurelien Jacobs b63f641e9b Change semantic of CONFIG_*, HAVE_* and ARCH_*. 15 years ago
  Carl Eugen Hoyos 420169e520 Add PIX_FMT_VDPAU_H264. 15 years ago
  Diego Biurrun cb82a0736d consistency cosmetics: Rename POWERPC identifiers to PPC. 15 years ago
  Vitor Sessak 75add6fbfc Silence GCC warnings: 16 years ago
  Vitor Sessak 65f65c3021 Silence GCC warning 16 years ago
  Michael Niedermayer 9b0d44ef67 Do not attempt to use the unscaled yuv2rgb converter when height is odd because 16 years ago
  Vitor Sessak 76e9fd01dd Cosmetics: alignment 16 years ago
  Vitor Sessak 522ce95786 Fix broken palette8to*. 16 years ago
  Diego Pettenò 7ad6469eae Convert asm keyword into __asm__. 16 years ago
  Diego Pettenò b5c44b1ab6 Mark some symbols in swscale.c as constant. 16 years ago
  Diego Pettenò d0b69b2855 Mark dither_2x2_{8,4} static to swscale.c 16 years ago
  Carl Eugen Hoyos f5a2c9816e Change variable types from int to enum PixelFormat. 16 years ago
  Vitor Sessak e150ef8d34 Do not set src[1] to the palette, it is now in the context 16 years ago
  Vitor Sessak 4900461742 Add a new unscaled PAL8 -> RGB converter. 16 years ago
  Aurelien Jacobs 13394e8cbb Change one more variable type from int to enum PixelFormat. 16 years ago
  Carl Eugen Hoyos 58e4b706c5 Change variable types from int to enum PixelFormat. 16 years ago
  Carl Eugen Hoyos 88e2a9aebc Remove b5Dither, g5Dither and r5Dither from libswscale. 16 years ago
  Carl Eugen Hoyos 92c7b4713d Remove g6Dither from libswscale. 16 years ago
  Michael Niedermayer f830d8244a Fix infinite loop with spline, bug was introduced in r27612 by me. 16 years ago
  Michael Niedermayer d616c8ae3d Fix segfault with rgb24 and full_internal_chrome due to non existing alpha 16 years ago
  Michael Niedermayer a64a062fb9 Avoid using floating point for calculating filter coefficients. 16 years ago
  Michael Niedermayer 8588e1484e Avoid some explicit types in sizeof(). 16 years ago
  Michael Niedermayer 22129c78d7 Use av_mallocz() instead of for() =0; 16 years ago
  Michael Niedermayer 45e18be87d Move dither tables from yuv2rgb to swscale, they have been written by me and 16 years ago
  Michael Niedermayer 43c164788c Rename yuv2rgb variables to avoid name clashes with the ones used by bfin asm. 16 years ago
  Michael Niedermayer 88bc5a64f6 Ensure that additional filter coeffs that exist due to alignment 16 years ago