757 Commits (7906e2b974566c897526a8a7561b380687af8323)

Author SHA1 Message Date
Reimar Döffinger 97cda76a69 Check for allocation failure for c->lumMmx2FilterCode and c->chrMmx2FilterCode. 15 years ago
Reimar Döffinger 12423f170f Fix memleak due to incorrect VirtualFree arguments: size must be 0 for MEM_RELEASE. 15 years ago
Stefano Sabatini 3de42635bd Avoid duplication of usePal() macro. 15 years ago
Janusz Krzysztofik a4e441301d Add support to BGR444/RGB444 foreign endian output in libswscale. 15 years ago
Michael Niedermayer e5a1c20707 try to avoid returning odd slices. 15 years ago
Benoit Fouet 124cb45137 Cosmetics: fix vertical alignment. 15 years ago
Janusz Krzysztofik 601949b898 libswscale: Extend the unaccelerated path of the unscaled yuv2rgb special 15 years ago
Alexis Ballier 1379b58482 Support BGR555, BGR565, RGB555 and RGB565 foreign endian output in 15 years ago
Stefano Sabatini 91cfeac668 Revert r30825, it was not supposed to be committed. 15 years ago
Stefano Sabatini 23bf3b2c97 Fill the r, g, b values used for computing the c->pal_yuv table in the 15 years ago
Stefano Sabatini 3fec44c640 Make swscale-test take in input the name of the input and the output 15 years ago
Carl Eugen Hoyos 627686e635 Make sws_dcVec static: It is only used inside libswscale/utils.c. 15 years ago
Stefano Sabatini 479e1e6170 Remove pointless empty line. 15 years ago
Stefano Sabatini 8ebed38e7a Apply consistency nit. 15 years ago
Ramiro Polla f1d5a1f285 Reorder buffer debug. Also print out if slice was buffered. 15 years ago
Stefano Sabatini b623d0cb03 Reindent and fix brace placement. 15 years ago
Stefano Sabatini 22b6a24c34 Vertically align a list of comparisons in sws_getCachedContext(). 15 years ago
Stefano Sabatini 5a011d8b08 Merge two if conditions, allow to decrese the level of indentation of 15 years ago
Stefano Sabatini 62bb4ca199 Simplify how usesVFilter and usesHFilter are set. 15 years ago
Stefano Sabatini fbc0f6a973 Apply misc fixes to sws_getCoefficients() doxy. 15 years ago
Stefano Sabatini 89ee5c6897 Satisfy consistency need: 15 years ago
David Conrad 3f3dc76cb1 Add function to translate SWS_CS_* to coefficient array 15 years ago
Stefano Sabatini 82e5f86bd5 Implement shuffle_bytes_abcd() functions and use them for shuffling 15 years ago
Stefano Sabatini af0e662169 Declare support for the pixel formats: 15 years ago
Måns Rullgård e62bd367ea Blackfin: use SRAM only when CONFIG_SRAM is set 15 years ago
Stefano Sabatini 909f659473 Reindent. 15 years ago
Stefano Sabatini 3ece3e524f Use a consistent convention for the names of the internal wrapper 15 years ago
Stefano Sabatini 7dac0c4379 Fix randomness of the swscale-test output. 15 years ago
Stefano Sabatini b51de6d8c7 Rename swscale-example to swscale-test, to better reflect the intended 15 years ago
Michael Niedermayer 6022255774 Use isAnyRGB() where possible 15 years ago
Michael Niedermayer 81858371d9 Add 3 more RGB makros that allow specifying RGB in bytes and any rgb/bgr. 15 years ago
Michael Niedermayer 3b1ee70312 Rename isRGB() and isBGR() as their meaning is confusing. 15 years ago
Stefano Sabatini 7b87519b32 Merge two "if (flags & SWS_PRINT_INFO) { ... }" blocks, slightly 15 years ago
Stefano Sabatini aa2ead8215 Fix mis-computation of the needsDither variable erroneously introduced 15 years ago
Stefano Sabatini f632c4549b Merge two "if (flags & SWS_PRINT_INFO) { ... }" blocks. 15 years ago
Stefano Sabatini 30b6147521 Use av_get_bits_per_pixel() for computing the bits per pixel of the 15 years ago
Ramiro Polla 59398ea9c0 Indent. 15 years ago
Ramiro Polla 2658e7a6e7 Don't redefine M_PI. It is already defined from libavutil/mathematics.h. 15 years ago
Ramiro Polla a4388ebd37 Split swscale.c into scaler code (swscale.c) and utility code (utils.c). 15 years ago
Måns Rullgård 4a88852623 Move array specifiers outside DECLARE_ALIGNED() invocations 15 years ago
David Conrad 01cc47dcd3 More const-correctness for sws_scale 15 years ago
Ramiro Polla 5d4d503fd0 Document some more of SwsContext. 15 years ago
Stefano Sabatini 613f2dc4ae Avoid more pointless tests, the input and output formats need to be 15 years ago
Stefano Sabatini 0e21dcdb13 Split overly long line. 15 years ago
Stefano Sabatini 731c04ad65 Make selfTest() perform tests where both the input and output formats 15 years ago
Alexis Ballier f28cc5771f Make const prototypes for input sources of sws_scale_* stricter. 15 years ago
Ramiro Polla 9e5f164dc1 swscale-example: Add comment about the use of av_{malloc,free}. 15 years ago
Ramiro Polla 3aca8b59f6 Remove useless forward declaration. 15 years ago
Zuxy Meng d5206d3dd6 User friendly warning message that gives out names of source and target formats 15 years ago
Måns Rullgård 51d83986b1 swscale-example: use av_malloc() 15 years ago