SHA256
1
0
forked from pool/libopenraw

Accepting request 91492 from home:vuntz:branches:multimedia:libs

Update to 0.0.9

OBS-URL: https://build.opensuse.org/request/show/91492
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libopenraw?expand=0&rev=16
This commit is contained in:
Ismail Dönmez
2011-11-15 13:17:41 +00:00
committed by Git OBS Bridge
parent 245bf4b713
commit 684a465b91
7 changed files with 45 additions and 315 deletions

View File

@@ -1,3 +1,38 @@
-------------------------------------------------------------------
Tue Nov 15 10:43:48 UTC 2011 - vuntz@opensuse.org
- Update to version 0.0.9:
+ New features:
- New demo ppmload to create a ppm out of the demosaicized
image.
- Support (partially) PEF from Pentax K20D.
- Support for Olympus ORF big-endian files and "RS" (12-bits).
Added E-10, E-P1, E-620, SP350, SP500, SP510 and SP550.
- Support for Canon G10, G11, 7D, 1DMarkIV, 5DMarkII, 500D,
550D, 60D and 1000D.
- Support for Canon 50D (fdo#30846).
- Support for Nikon D3000.
- Support for Sony A-550.
- Support for Leica X1 DNG.
- Support for Ricoh GRX DNG.
+ Bug fixes:
- API: or_rawfile_get_rendered_image() returns a
ORBitmapDataRef with the correct dimensions.
- Check for get_current_dir_name() (fdo#24088)
- Don't crash when the files can't be written in the testsuite
bootstrap.
- Detect that ORF file are compressed if they are (fdo#26618).
- Skip compressed CFA when rendering the image (fdo#25464).
- Accept YCbCr when the compression is JPEG. The K10D DNG
should now have the large size preview.
- Install the GdkPixbuf in the right place (fdo#29208).
+ Internal changes:
- Rename debug.{h,cpp} to trace.{h,cpp}
- Fixed the case on several class names.
- Drop libopenraw-gdk-pixbuf-loaders-path.patch: fixed upstream.
- Drop libopenraw-detect-compressed-otf.patch: fixed upstream.
- Rebase libopenraw-orf-thumbnail.patch.
-------------------------------------------------------------------
Mon Sep 5 02:18:19 UTC 2011 - glin@suse.com