Lines Matching refs:when
10 are not allowed when 32-bit and 64-bit RPMs are installed simultaneously.)
14 the decoder to read past the end of the input buffer when a malformed,
22 [3] Fixed a memory leak in tjunittest encountered when running the program
38 incorrectly encode certain JPEG images when quality=100 and the fast integer
39 forward DCT were used. This was known to cause 'make test' to fail when the
42 [3] Fixed an issue whereby libjpeg-turbo would crash when built with the latest
53 upsampling routine that caused a buffer overflow (and subsequent segfault) when
55 pixels. The "plain" upsampling routines are normally only used when
56 decompressing a non-YCbCr JPEG image, but they are also used when decompressing
93 which speeds up the compression of RGB and CMYK JPEGs by 5-20% when using
94 64-bit code and 0-3% when using 32-bit code, and the decompression of those
95 images by 10-30% when using 64-bit code and 3-12% when using 32-bit code.
97 [5] Fixed an "illegal instruction" error that occurred when djpeg from a
105 Huffman codec was not being compiled in when libjpeg-turbo was built on
109 builds of libjpeg-turbo to incorrectly encode a few specific test images when
124 buffer overflow (and subsequent segfault) when decompressing a 4:2:2 JPEG image
154 subsampling type for JPEG image") when attempting to decompress grayscale JPEG
167 when a buffered destination manager is being used and an
240 OS X 10.6 "Snow Leopard" or later must be used when packaging libjpeg-turbo,
249 ARMv7 code when enabling this new feature, but the other two devices
251 code (~10-20%) when enabling the feature. Actual mileage may vary.
254 pixels to be generated when decompressing a JPEG image to a 256-color bitmap,
255 if compiler optimization was enabled when libjpeg-turbo was built. This caused
256 the regression tests to fail when doing a release build under Visual C++ 2010
275 [10] Fixed a segfault that occurred when calling output_message() with msg_code
300 buffer to overrun when a very high-frequency MCU is compressed using quality
301 100 and no subsampling, and when the JPEG output buffer is being dynamically
310 assume that the jpegSize parameter was equal to the size of the buffer, when in
342 when calling the TurboJPEG YUV encoding function with a very small (< 5x5)
381 -- Fixed an issue whereby building the "installer" target on Windows when
394 11/8, 3/2, 13/8, 7/4, 15/8, and 2) when decompressing. Note that the IDCT will
395 not be SIMD-accelerated when using any of these new scaling factors.
426 suffixed with "f" to indicate that, when the upper left corner of the cropping
436 multiple "Mismatch in operand sizes" errors when attempting to build the x86
440 jpeg_mem_dest()) are now included by default when building libjpeg-turbo with
454 the decoder to read past the end of the input buffer when a malformed,
467 properly work when the input or output colorspace is one of the libjpeg-turbo
474 correct behavior of the colorspace extensions when merged upsampling is used.
517 [2] Fixed out-of-bounds read in SSE2 SIMD code that occurred when decompressing
520 actual run-time problems, but the issue showed up when running libjpeg-turbo in
528 when decompressing to a 4-component RGB buffer, the unused byte should be set
534 internally when building libjpeg-turbo, so it was moved into config.h.
566 be read once. This is useful when generating image tiles from a single source
593 [12] Eliminated errors in the output of jpegtran on Windows that occurred when
635 underscore when building with MinGW64. This means that, when building
640 build to fail when using the Visual Studio IDE.
648 [6] Eliminated excessive I/O overhead that occurred when reading BMP files in
651 [7] Eliminated errors in the output of cjpeg on Windows that occurred when the
659 results when the JPEG quality is >= 98 and the fast integer forward DCT is
666 use the slow integer forward DCT when generating JPEG images of quality 96 or
708 when the library is built with libjpeg v6b emulation.
731 be used instead of 4:2:0 when decompressing JPEG images using SSE2 code.
741 --host when configuring on a 64-bit system)
775 [2] 2968313: Fixed data corruption issues when decompressing large JPEG images