Revisions of libjpeg-turbo

Petr Gajdos's avatar Petr Gajdos (pgajdos) committed (revision 34)
- update do 1.3.0:
  * Fixed a Huffman encoder bug that prevented I/O suspension from 
    working properly.
  *  Added support for additional scaling factors (3/8, 5/8, 3/4, 
     7/8, 9/8, 5/4, 11/8, 3/2, 13/8, 7/4, 15/8, and 2) when 
     decompressing.  Note that the IDCT will not be SIMD-accelerated 
     when using any of these new scaling factors.
  * The tjDecompressToYUV() function now supports the TJFLAG_FASTDCT
    flag.
  * cjpeg can now be used to generate JPEG files with the RGB 
    colorspace (feature ported from jpeg-8d.)
  * etc. see ChangeLog.txt

- update do 1.3.0:
  * Fixed a Huffman encoder bug that prevented I/O suspension from
    working properly.
  *  Added support for additional scaling factors (3/8, 5/8, 3/4,
     7/8, 9/8, 5/4, 11/8, 3/2, 13/8, 7/4, 15/8, and 2) when
     decompressing.  Note that the IDCT will not be SIMD-accelerated
     when using any of these new scaling factors.
  * The tjDecompressToYUV() function now supports the TJFLAG_FASTDCT
    flag.
  * cjpeg can now be used to generate JPEG files with the RGB
    colorspace (feature ported from jpeg-8d.)
  * etc. see ChangeLog.txt
buildservice-autocommit accepted request 178942 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 33)
baserev update by copy to link target
Petr Gajdos's avatar Petr Gajdos (pgajdos) committed (revision 32)
- by change from Wed Mar  6 11:19:02 UTC 2013, libjpeg62-turbo
  do not provide any binaries, so it should not provide jpeg
buildservice-autocommit accepted request 176800 from mrdocs's avatar mrdocs (revision 31)
baserev update by copy to link target
mrdocs's avatar mrdocs accepted request 176777 from Cristian Rodríguez's avatar Cristian Rodríguez (elvigia) (revision 30)
- Build with full RELRO as this library is exposed to 
  possible malicious images.

- Build with full RELRO as this library is exposed to· 
  possible malicious images.
buildservice-autocommit accepted request 175952 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 29)
baserev update by copy to link target
Petr Gajdos's avatar Petr Gajdos (pgajdos) committed (revision 28)
Petr Gajdos's avatar Petr Gajdos (pgajdos) committed (revision 27)
Petr Gajdos's avatar Petr Gajdos (pgajdos) committed (revision 26)
- libjpeg62-turbo package created [bnc#807183]
- libjpeg62-turbo package created [bnc#807183]
Petr Gajdos's avatar Petr Gajdos (pgajdos) accepted request 175935 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 25)
- remove
   %{_bindir}/*
   %doc %{_mandir}/man1/*
  https://bugzilla.novell.com/show_bug.cgi?id=807183#c14

- libjpeg62-turbo package created

- selfconflicts are not possible, remove it

- Update to version 1.2.1:
    * fixed heap overflow [bnc#771791]

- Update to version 1.2.0 
    * Fixed out-of-bounds read in SSE2 SIMD code
    * Added a compile-time macro (LIBJPEG_TURBO_VERSION) that can 
      be used to check the version of libjpeg-turbo against which 
      an application was compiled.
    * Added new RGBA/BGRA/ABGR/ARGB colorspace extension constants
    * libjpeg-turbo will now correctly decompress erroneous 
      CMYK/YCCK JPEGs whose K component is assigned a component ID 
      of 1 instead of 4.  
    * Added SIMD routines for RGB-to-grayscale color conversion
    * Improved the performance of the C color conversion routines
    * Added a function to the TurboJPEG API that performs lossless 
      transforms.
    * Added support for 4:4:0 (transposed 4:2:2) subsampling

- add libtool as buildrequire to avoid implicit dependency
Ismail Dönmez's avatar Ismail Dönmez (namtrac) committed (revision 24)
Revert
Togan Muftuoglu's avatar Togan Muftuoglu (toganm) accepted request 136459 from Cristian Morales Vega's avatar Cristian Morales Vega (RedDwarf) (revision 23)
- Provide both libjpeg62 and libjpeg8
- Provide libjpeg62-devel. libjpeg8-devel is better being provided
  by the reference implementation from IJG
- Remove libtool BuildRequires and autoreconf call
- Remove superfluous Provides/Obsoletes
- Provide libturbojpeg. Upstream policy is that they are never going
  to break the ABI. And libturbojpeg.so is as a valid name as
  libturbojpeg.so.0
- Move licenses to library packages, otherwise the library could be
  distributed without a copy of the license
buildservice-autocommit accepted request 130738 from Togan Muftuoglu's avatar Togan Muftuoglu (toganm) (revision 22)
baserev update by copy to link target
Togan Muftuoglu's avatar Togan Muftuoglu (toganm) accepted request 130734 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 21)
- selfconflicts are not possible, remove it
buildservice-autocommit accepted request 128748 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 20)
baserev update by copy to link target
Petr Gajdos's avatar Petr Gajdos (pgajdos) committed (revision 19)
- Update to version 1.2.1:
    * fixed heap overflow [bnc#771791]
Ismail Dönmez's avatar Ismail Dönmez (namtrac) committed (revision 18)
Fix baselibs
Ismail Dönmez's avatar Ismail Dönmez (namtrac) committed (revision 17)
Ooops
Ismail Dönmez's avatar Ismail Dönmez (namtrac) committed (revision 16)
-
Ismail Dönmez's avatar Ismail Dönmez (namtrac) committed (revision 15)
- Update to version 1.2.0 
    * Fixed out-of-bounds read in SSE2 SIMD code
    * Added a compile-time macro (LIBJPEG_TURBO_VERSION) that can 
      be used to check the version of libjpeg-turbo against which 
      an application was compiled.
    * Added new RGBA/BGRA/ABGR/ARGB colorspace extension constants
    * libjpeg-turbo will now correctly decompress erroneous 
      CMYK/YCCK JPEGs whose K component is assigned a component ID 
      of 1 instead of 4.  
    * Added SIMD routines for RGB-to-grayscale color conversion
    * Improved the performance of the C color conversion routines
    * Added a function to the TurboJPEG API that performs lossless 
      transforms.
    * Added support for 4:4:0 (transposed 4:2:2) subsampling
Displaying revisions 121 - 140 of 154
openSUSE Build Service is sponsored by