Commit History

Author SHA1 Message Date
  Janusz Krzysztofik 22e8222fd2 Extend the generic path of the yuv2rgb converter with support for rgb444 14 years ago
  Reimar Döffinger 97cda76a69 Check for allocation failure for c->lumMmx2FilterCode and c->chrMmx2FilterCode. 14 years ago
  Reimar Döffinger 12423f170f Fix memleak due to incorrect VirtualFree arguments: size must be 0 for MEM_RELEASE. 14 years ago
  Stefano Sabatini 3de42635bd Avoid duplication of usePal() macro. 14 years ago
  Carl Eugen Hoyos 627686e635 Make sws_dcVec static: It is only used inside libswscale/utils.c. 14 years ago
  Stefano Sabatini 479e1e6170 Remove pointless empty line. 14 years ago
  Stefano Sabatini b623d0cb03 Reindent and fix brace placement. 14 years ago
  Stefano Sabatini 22b6a24c34 Vertically align a list of comparisons in sws_getCachedContext(). 14 years ago
  Stefano Sabatini 5a011d8b08 Merge two if conditions, allow to decrese the level of indentation of 14 years ago
  Stefano Sabatini 62bb4ca199 Simplify how usesVFilter and usesHFilter are set. 14 years ago
  Stefano Sabatini af0e662169 Declare support for the pixel formats: 14 years ago
  Michael Niedermayer 6022255774 Use isAnyRGB() where possible 14 years ago
  Michael Niedermayer 3b1ee70312 Rename isRGB() and isBGR() as their meaning is confusing. 14 years ago
  Stefano Sabatini 7b87519b32 Merge two "if (flags & SWS_PRINT_INFO) { ... }" blocks, slightly 14 years ago
  Stefano Sabatini f632c4549b Merge two "if (flags & SWS_PRINT_INFO) { ... }" blocks. 14 years ago
  Stefano Sabatini 30b6147521 Use av_get_bits_per_pixel() for computing the bits per pixel of the 14 years ago
  Ramiro Polla 2658e7a6e7 Don't redefine M_PI. It is already defined from libavutil/mathematics.h. 14 years ago
  Ramiro Polla a4388ebd37 Split swscale.c into scaler code (swscale.c) and utility code (utils.c). 14 years ago