1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786
|
2009-05-16 Hubert Figuiere <hub@figuiere.net>
make dist to generate a bz2 archive.
* configure.in
=== 0.0.8 ===
2009-05-15 Hubert Figuiere <hub@figuiere.net>
Bump to 0.0.8
* configure.in
Fix crash in the factory extension list code.
* lib/rawfilefactory.cpp
2009-05-13 Hubert Figuiere <hub@figuiere.net>
* include/libopenraw/consts.h:
* demo/cfa.cpp:
* demo/thumb.cpp:
Missing includes for gcc 4.4
* demo/Makefile.am:
Some autoconf magic fixing.
=== 0.0.7 ===
2009-04-28 Hubert Figuiere <hub@figuiere.net>
* configure.in: Set the sorevision.
* lib/bimedian_demosaic.cpp (bimedian_demosaic):
Fix a huge memory leak. Closes #21435
2009-02-23 Hubert Figuiere <hub@figuiere.net>
* demo/ccfa.c
* demo/cfa.cpp
* demo/thumb.cpp
* demo/thumbc.c
* testsuite/testsuite.cpp
Remove some warnings with more strict compile options.
* configure.in
Bump the version to 0.0.7
=== 0.0.6 ===
2009-02-21 Hubert Figuiere <hub@figuiere.net>
* test/testunpack.cpp:
* test/ljpegtest.cpp:
Use Boost test minimal instead of autotest.
2009-02-20 Hubert Figuiere <hub@figuiere.net>
* configure.in:
* m4/shave.m4:
* shave-libtool.in:
* shave.in:
Add shave to make the build output saner.
2008-10-27 Hubert Figuiere <hub@figuiere.net>
* lib/ljpegdecompressor.cpp: Add needed includes
for some exotic platforms.
Closes bug #18243
2008-08-26 Hubert Figuiere <hfiguiere@novell.com>
* demo/pixbufload.c:
* gnome/pixbuf-loader.c:
* include/libopenraw++/bitmapdata.h:
* include/libopenraw++/rawfile.h
* include/libopenraw/Makefile.am:
* include/libopenraw/bitmapdata.h:
* include/libopenraw/demosaic.h:
* include/libopenraw/libopenraw.h:
* include/libopenraw/rawfile.h:
* lib/Makefile.am:
* lib/bimedian_demosaic.cpp:
* lib/capi/Makefile.am:
* lib/capi/bitmapdata.cpp:
* lib/capi/rawfile.cpp:
* lib/demosaic.h:
* lib/rawfile.cpp:
Reorganize demosaic support.
Remove or_demosaic from the public API.
Add API for "rendering" to RawFile and the corresponding
C API.
Expose BitmapData as a result.
Fix the demo and GNOME support to use that new API.
2008-08-25 Hubert Figuiere <hfiguiere@novell.com>
* include/libopenraw++/rawfile.h:
* include/libopenraw/consts.h:
* include/libopenraw/exif.h:
* lib/crwfile.cpp:
* lib/ifdentry.h:
* lib/ifdfile.cpp:
* lib/metavalue.{h,cpp}:
* lib/rawfile.cpp:
* lib/tiffepfile.{h,cpp}:
* testsuite/testsuite.cpp:
* configure.in
Fix content detection.
Add to the testsuite for consistency.
MetaValue use a boost::variant instead of boost::any.
TiffEpFile can now be instanciated.
2008-08-24 Hubert Figuiere <hub@figuiere.net>
* testsuite/testsuite.{h,cpp}:
* configure.in:
CURL is optional for the testsuite.
2008-08-18 Hubert Figuiere <hub@figuiere.net>
* configure.in: call AC_PROG_CXX
* demo/Makefile.am (extensions_SOURCES): fix
build in demo.
2008-08-09 Hubert Figuiere <hub@figuiere.net>
* test/Makefile.am:
* test/extensions.cpp: Add unit test.
2008-08-07 Hubert Figuiere <hub@figuiere.net>
* lib/capi/rawfile.cpp:
* include/libopenraw/rawfile.h:
New or_get_file_extensions() API
* include/libopenraw++/rawfile.h:
* lib/rawfile.cpp:
New RawFile::fileExtensions() method.
* lib/rawfilefactory.{cpp,h}: New
RawFileFactory::fileExtensions() method.
* demo/Makefile.am:
* demo/extensions.cpp:
Extensions demo/test.
2008-08-04 Hubert Figuiere <hfiguiere@novell.com>
* testsuite/testsuite.cpp (download):
unlink() the file if not downloaded.
* lib/cr2file.cpp:
* lib/ljpegdecompressor.{h,cpp}:
* testsuite/testsuite.xml:
Better handling of CR2 slices. Fix crasher with 450D
RAW files.
* testsuite/testsuite.xml: New D70 sample than can
be bootstrapped.
* lib/Makefile.am (libopenraw_la_SOURCES): Missing
.h files needed for the dist.
* lib/neffile.cpp:
* lib/crwdecompressor.cpp:
Set the max value properly.
* testsuite/testsuite.xml:
Update the testsuite to work with the new features:
Nikon decompression and "max" value for CRW.
2008-08-02 Hubert Figuiere <hub@figuiere.net>
* testsuite/testsuite.{cpp,h}:
* testsuite/testsuite.xml:
* testsuite/Makefile.am:
* doc/testsuite.txt:
* configure.in:
Allow bootstrapping the testsuite off the internet.
2008-07-28 Hubert Figuiere <hub@figuiere.net>
* testsuite/testsuite.{cpp,h}:
* testsuite/testsuitehandler.{cpp,h}:
Implement support for overrides.
2008-07-27 Brian Quinlan <brian@sweetapp.com>
* python/: Python bindings.
2008-07-27 Rafael Espíndola <rafael.espindola@gmail.com>
* lib/ifdfile.cpp:
* lib/mrwfile.cpp:
* lib/unpack.cpp:
* lib/unpack.h:
* test/testunpack.cpp: Refactor unpack.
2008-07-26 Hubert Figuiere <hub@figuiere.net>
* lib/demosaic.cpp: Fix the patterns. RGGB and BGGR seems
to be the right one now.
2008-07-04 Hubert Figuiere <hub@figuiere.net>
* testsuite/testsuite.xml: add source for D100 sample file.
2008-07-02 Rafael Espíndola <rafael.espindola@gmail.com>
* lib/ifdfile.cpp: add NEF 14-bits support
2008-06-26 Hubert Figuiere <hub@figuiere.net>
* AUTHORS, README: update
* lib/neffile.cpp: set the correct bpc and cfaPattern for
compressed NEF files.
* testsuite/testsuite.xml: Updated testsuite for NEF.
2008-06-24 Rafael Espíndola <rafael.espindola@gmail.com>
* lib/Makefile.am
* lib/bititerator.cpp
* lib/bititerator.h
* lib/huffman.cpp
* lib/huffman.h
* lib/nefcfaiterator.cpp
* lib/nefcfaiterator.h
* lib/nefdiffiterator.cpp
* lib/nefdiffiterator.h
* lib/neffile.cpp
* lib/neffile.h:
NEF decompression support.
2008-05-30 Hubert Figuiere <hub@figuiere.net>
* lib/ifdfile.cpp: fix a compiler warning. Return invalid
format if the YCbCr photometric interpretation is found
until it is supported.
* include/libopenraw/consts.h: new error code: invalid
format.
* testsuite/testsuite.xml:
* lib/ifdfile.cpp: set the max value following the bpc.
Fix the support for NEF, ERF and uncompressed DNG.
Also return a OR_ERROR_INVALID_FORMAT error if the "bpc"
is not supported.
* include/libopenraw++/rawdata.h,
include/libopenraw/rawdata.h, include/libopenraw/rawfile.h:
lib/capi/rawdata.cpp, lib/ljpegdecompressor.cpp,
lib/mrwfile.cpp, lib/rawdata.cpp, testsuite/testsuite.cpp,
testsuite/testsuite.h, testsuite/testsuitehandler.cpp,
testsuite/testsuitetags.txt, tools/ordiag.cpp:
Initial support for min and max values for the CFA to
be able to "scale" the colors. Support CR2 and MRW.
2008-05-22 Hubert Figuiere <hub@figuiere.net>
* demo/cfa.cpp: #include <stdlib.h> as it is required.
2008-05-13 Hubert Figuiere <hub@figuiere.net>
* lib/crwfile.{cpp,h}, include/libopenraw/consts.h,
lib/ciffcontainer.{cpp,h}, testsuite/testsuite.xml:
support type id for CRW.
* lib/metavalue.{cpp,h}: support string properties.
* lib/arwfile.cpp, lib/cr2file.cpp, lib/dngfile.cpp,
lib/erffile.cpp, lib/ifdfile.{cpp,h}, lib/mrwfile.cpp,
lib/neffile.cpp, lib/orffile.cpp, lib/peffile.cpp,
lib/rawfile.cpp, include/libopenraw++/rawfile.h:
refactor the camera ids one more.
2008-05-11 Hubert Figuiere <hub@figuiere.net>
* lib/arwfile.{cpp,h}, include/libopenraw/consts.h,
testsuite/testsuite.xml: support type id for ARW
* lib/dngfile.{cpp,h}, include/libopenraw/consts.h,
testsuite/testsuite.xml: support type id for DNG
* lib/neffile.{cpp,h}, include/libopenraw/consts.h,
testsuite/testsuite.xml: support type id for NEF
* include/libopenraw/consts.h: fix a typo
* lib/*: refactor the identify code.
* gnome/pixbuf-loader.c (fill_info): Add a more
extensive "magic" for CR2 files.
See also http://bugzilla.gnome.org/show_bug.cgi?id=532644
* lib/peffile.{h,cpp}: return the type ID for PEF
2008-05-10 Hubert Figuiere <hub@figuiere.net>
* include/libopenraw/consts.h, include/libopenraw/rawfile.h,
include/libopenraw++/rawfile.h: new API to get the type ID.
* tools/ordiag.cpp: dump the type id.
* testsuite/*: add a type id test.
* lib/*: return the type id for CR2, MRW, ERF and ORF.
2008-05-03 Hubert Figuiere <hub@figuiere.net>
* include/libopenraw/libopenraw.h, lib/Makefile.am,
lib/demosaic.cpp, include/libopenraw/demosaic.h,
include/libopenraw/Makefile.am, gnome/pixbuf-loader.c,
gnome/Makefile.am: demosaic is now part of the API.
* lib/*, gnome/demosaic.cpp, demo/pixbufload.c:
Implement the GtkPixbuf loader with a basic demosaic.
The colors still are wrong.
* include/libopenraw/rawfile.h, include/libopenraw++/rawfile.h,
lib/rawfile.cpp: Allow loading a Raw file from a memory buffer.
2008-04-29 Hubert Figuiere <hub@figuiere.net>
* demo/cfa.cpp, demo/ccfa.c: pgm output is big endian.
Reported by Alexey Khudyakov.
* */*: change license to LGPLv3+
==== 0.0.5 ====
2008-02-25 Hubert Figuiere <hub@figuiere.net>
* lib/ifdfile.cpp: Detect that a thumbnail is mistakenly marked as
JPEG (for CR2 files). (see Gnome bug #421175)
2008-02-24 Hubert Figuiere <hub@figuiere.net>
* lib/io/memstream.cpp (MemStream::read()): check bounds
of the memory buffer.
* lib/io/stream.{cpp,h}: declare the exceptions that readByte()
throw (when reaching EOF)
* lib/crwdecompressor.cpp: catch getBytes() that throw an
exception to prevent reading past the buffer.
* lib/ifdfile.cpp: Fix a bug where it would try to extract
the thumbnail from the CFA ifd (Canon CR2 does not indicate
the type).
* configure.in: bump soversion.
* lib/ifdfile.cpp: Fix a bug where CR2 thumbnails are
inapropriately recognized as 8RGB.
* testsuite/testsuite.xml: add CRW file. Fix thumbnails
test for CR2.
* demo/thumbc.c (main): Add -s option to allow
passing the request thumbnail size.
2008-02-22 Hubert Figuiere <hub@figuiere.net>
* demo/thumbc.c (main): Output PPM files if the data
is 8RGB.
* lib/ciffcontainer.cpp: Make sure the heap is loaded.
2008-02-20 Hubert Figuiere <hub@figuiere.net>
* tools/ordiag.cpp: Fix a typo in the dump of the
CFA pattern.
2008-02-19 Hubert Figuiere <hub@figuiere.net>
* lib/ifdfilecontainer.{h,cpp}: add locateDirsPreHook()
to allow a hook prior to locating the IFD directories.
* lib/mrwcontainer.{h,cpp}: make code more robust to fail
more nicely.
* lib/mrwfile.cpp: fix a crasher when dereferencing a NULL
shared_ptr<>. Occur if there is a file error.
2008-02-17 Hubert Figuiere <hub@figuiere.net>
* lib/ifdentry.{cpp,h}: Fix a template problem with Apple
broken gcc.
* lib/mrwfile.cpp: use uint32_t for offsets in the
IFDFile. (fix 64-bits)
* testsuite/testsuite.cpp (Test::run): skip file if
not found.
Make test more robusts to diagnostic.
* lib/ciffcontainer.{cpp.h}: refactor CIFF container
to support metadata.
* lib/crwfile.{cpp,h}, testsuite/testsuite.xml:
get orientation meta data for CRW.
* include/libopenraw++/rawfile.h: getMetaValue() is pure
virtual.
* lib/ifdfile.cpp: Handle new-style CFA Pattern tag.
2008-02-16 Hubert Figuiere <hub@figuiere.net>
* lib/ifdfile.cpp: fix regression with PEF files: they
advertise 12-bits but are 16-bits unpacked.
* testsuite/testsuite.xml: add PEF *-ist D to the testsuite.
* lib/unpack.cpp: the Nikon unpacking only for Nikon unpack.
* lib/ifdfile.cpp, lib/rawdata.cpp,
include/libopenraw++/rawdata.h: setCompression() /
compression().
* tools/ordiag.cpp: dump the compression if applicable.
* lib/ifdfile.cpp: refactor the unpack for 8 bits data.
* testsuite/testsuite.xml: Added Leica M8 to the test.
2008-02-15 Hubert Figuiere <hfiguiere@novell.com>
* lib/ifdfile.cpp: support 8-bits RAW data. (M8 support)
* lib/unpack.{cpp,h}, lib/mrwfile.cp: compute the adequate
block size.
* lib/ifdfile.cpp: fix the Nikon unpack. Add hack for
Nikon D100.
* testsuite/testsuite.xml: update test for D100 and R-D1.
* lib/unpack.{h,cpp}, test/testunpack.cpp, lib/mrwfile.cpp,
lib/ifdfile.cpp: unpack is now a class to store an
internal state and deal with some variety of "pack" like
Nikons.
* lib/rawcontainer.cpp, lib/ifddir.cpp: Remove excessive
debugging.
2008-02-14 Hubert Figuiere <hfiguiere@novell.com>
* lib/ifdfile.cpp, lib/ifd.h, lib/neffile.{cpp,h}: Detect
D100 files marked wrongly as compressed. Declare the other
Nikon compression scheme (the one using the quantization
table).
* lib/ifdfile.cpp (IFDFile::_enumThumbnailSizes): scan the
subIFDs for previews. Check for compression in case the
there is a StripOffset for a JPEG preview.
2008-02-13 Hubert Figuiere <hfiguiere@novell.com>
* lib/erffile.cpp: remove the "compression" hack.
* lib/ifdfile.cpp, lib/ifd.h: better detect compression
and fix the 12 bits unpacking.
* testsuite/testsuite.xml: update test suite.
* lib/mrwfile.cpp: Change the buffer size to make sure
it is a multiple of 3. This should fix the decoding problem.
* lib/unpack.{cpp,h}, lib/mrwfile.cpp: rename to take byte order
into account. Store the values as uint16_t.
* test/testunpack.cpp: fix the test for the above changes.
* testsuite/testsuite.{h,cpp}, testsuite/testsuitehandler.cpp
testsuite/testsuitetags.txt: Add support for doing a Md5
on the output. Currently it is a CRC.
2008-02-12 Hubert Figuiere <hfiguiere@novell.com>
* lib/ifd.h: CfaCompoment consts.
* lib/ifdfile.cpp: Move away the CFA pattern extraction.
* testsuite/testsuite.xml: Add more Nikon samples.
* testsuite/testsuite.{cpp,h}, testsuite/testsuitehandler.cpp,
testsuite/testsuitetags.txt, testsuite/testsuite.xml: add
CFA Pattern test. Return failure if a test fail.
* include/libopenraw/rawdata.h, include/libopenraw/consts.h,
include/libopenraw++/rawdata.h, lib/capi/rawdata.cpp,
lib/cr2file.cpp, lib/crwfile.cpp, lib/dngfile.cpp,
lib/ifdfile.cpp, lib/mrwfile.cpp, lib/rawdata.cpp,
tools/ordiag.cpp: Allow getting the CFA Pattern.
2008-02-11 Hubert Figuiere <hfiguiere@novell.com>
* lib/ifdentry.{h,cpp}: fix a bug in get() where fetching
a locally stored array failed like array of bytes. Also
implement the type trait for BYTE.
* lib/unpack.{cpp,h}, lib/mrwfile.cpn, lib/Makefile.am:
split off unpack.
* test/testunpack.cpp, lib/Makefile.am: test unpack
* Kill CMake support for good.
2008-02-07 Hubert Figuiere <hub@figuiere.net>
* lib/mrwcontainer.h, lib/mrwfile.cpp, README:
Extract and unpack RAW for Minolta A1, A2, 5D and 7D.
(still with a bug)
2008-02-03 Hubert Figuiere <hub@figuiere.net>
* lib/ifddir.cpp, lib/ifdfilecontainer.{cpp,h}:
Add hooks to set the Exif offset.
* lib/mrwcontainer.{cpp,h}, lib/mrwfile.cpp:
Add support for 7HI and 7i MRW files.
2008-02-02 Hubert Figuiere <hub@figuiere.net>
* lib/mrwfile.cpp: Fix getting the makernote offset.
* lib/ifdentry.h: offset() is implemented properly.
Make get() less error prone: allow overriding the type
check as well as deal with undefined type.
* lib/ifdentry.cpp: Fix some warnings.
* lib/ifd.h: Forgot include protection.
* lib/ifdentry.h: new accessors count() and offset().
* lib/rawcontainer.{h,cpp}: added readUInt8()
* lib/mrwcontainer.{h,cpp}, lib/mrwfile.{h,cpp}, lib/rawfile.cpp:
MRW support
2008-01-26 Hubert Figuiere <hub@figuiere.net>
* lib/ifdfilecontainer.cpp: is the m_offset to create the IFDDir
and look up for the IFD. Needed by MRW and RAF (in the future).
2008-01-13 Hubert Figuiere <hub@figuiere.net>
* lib/crwdecompressor.cpp, testsuite/xmlhandler.cpp: Fix build on
openSUSE Factory.
* autogen.sh: re-order commands in autogens.sh (Closes bug #14055)
==== 0.0.4 ====
2008-01-12 Hubert Figuiere <hub@figuiere.net>
* Remove unused exempi dependency.
2008-01-07 Hubert Figuiere <hub@figuiere.net>
* lib/cr2file.{cpp,h}, lib/ifdfile.{cpp,h},
testsuite/testsuite.xml: getting exif meta values is
refactored. Orientation works for PEF, NEF, DNG, ERF, ORF and ARW.
* lib/rawfile.cpp: Orientation is in the TIFF namespace.
2008-01-06 Hubert Figuiere <hub@figuiere.net>
* lib/*, lib/tiffepfile.{cpp,h}: Refactoring: have a TIFF/EP base
class. Have Exif IFD, Main IFD and CFA IFD located in a common
way.
2008-01-05 Hubert Figuiere <hub@figuiere.net>
* testsuite/*: Working testsuite.
* tools/ordiag.cpp: Display the thumbnail byte size.
2008-01-02 Hubert Figuiere <hub@figuiere.net>
* testsuite/*, Makefile.am, configure.in: bootstrap the test
suite including a new XML parser.
2007-12-30 Hubert Figuiere <hub@figuiere.net>
* README, include/libopenraw/consts.h, lib/Makefile.am,
lib/erffile.{h,cpp}, lib/rawfile.cpp, tools/ordiag.cpp:
Epson ERF support for thumbnail and compressed CFA.
2007-12-22 Hubert Figuiere <hub@figuiere.net>
* configure.in, m4/boost.m4, test/Makefile.am: Change boost
detection. Closes bug #13658. Closes bug #13659
2007-12-18 Hubert Figuiere <hub@figuiere.net>
* demo/Makefile.am: gdk demo opted out. Closes bug #13718
* lib/io/io.c: remove stray ';'. Closes bug #13717
2007-12-17 Hubert Figuiere <hub@figuiere.net>
* lib/ciffcontainer.{cpp,h}, lib/crwfile.cpp: retrieve the orientation
from the CIFF/CRW files.
2007-12-11 Hubert Figuiere <hub@figuiere.net>
* README: Update build instruction. Closes bug #13595
2007-12-05 Hubert Figuiere <hub@figuiere.net>
* demo/thumbc.c, lib/io/teststream.cpp, test/ciffcontainertest.cpp,
test/fileio.t.c: warning removal.
2007-12-02 Hubert Figuiere <hub@figuiere.net>
* Get orientation (CR2-only).
* API for orientation.
* Rotate gdk pixbuf depending on orientation.
2007-11-26 Hubert Figuiere <hub@figuiere.net>
* New rawfile C API.
2007-11-25 Hubert Figuiere <hub@figuiere.net>
* lib/crwfile.cpp: Fix crash with A610 CRW files and other non-CIFF
files. Closes bug #13393
* lib/io/posix_io.c (posix_munmap): Fix unused parameter warning.
* lib/jfifcontainer.cpp: Add string.h to fix build on Factory.
==== 0.0.3 ====
2007-11-25 Hubert Figuiere <hub@figuiere.net>
* lib/io/io.c: check input pointer for validity.
Closes bug #13371.
* demo/gdk.c,demo/Makefile.am: new demo.
* demo/thumb.cpp (main): Check that the returned rawfile
is not null.
2007-11-24 Hubert Figuiere <hub@figuiere.net>
* gnome/gdkpixbuf.c (or_thumbnail_to_pixbuf): The data is not
copied by gdk_pixbuf_new_from_data(). Copy it.
Closes bug #13383.
2007-11-12 Hubert Figuiere <hub@figuiere.net>
* lib/io/teststream.cpp: Fix an error triggered by
openSUSE Factory: missing header.
2007-07-09 Hubert Figuiere <hub@figuiere.net>
* gnome/gdkpixbuf.c (or_gdkpixbuf_extract_thumbnail): Removing an
annoying debug message.
2007-07-08 Hubert Figuiere <hub@figuiere.net>
* lib/capi/rawdata.cpp, include/libopenraw++/rawdata.h,
include/libopenraw/libopenraw.h, include/libopenraw/rawdata.h:
New API in C.
* demo/ccfa.c (main): New sample for RAW extraction
using the C API.
* lib/ljpegdecompressor.cpp (GetDht): avoid memcpy()
on the huffman tables, and check better the index.
2007-07-07 Hubert Figuiere <hub@figuiere.net>
* Support for CRW decompression.
* lib/io/memstream.cpp: remove annoying debug message.
MemStream::seek return the current position.
* configure.in: fix configure.in breakage. Setting the CXXFLAGS
with -Werror and all these warnings break the detection.
2007-07-05 Hubert Figuiere <hub@figuiere.net>
* lib/ljpegdecompressor.{h,cpp}: make more methods static or
functions.
* lib/rawdata.cpp (RawData::append()): fix endianess issue. The
code is now endian neutral and works fine on PPC (big endian).
2007-07-04 Hubert Figuiere <hub@figuiere.net>
* test/ljpegtest.cpp (test_ljpeg): Make the test check
against a checksum. Don't test the decompressor internals.
* lib/ljpegdecompressor.cpp (MIN_GET_BITS): use int32_t and
not long. This Fix the 64-bits issue.
* Added unit testing for the lossless JPEG decompressor.
2007-07-02 Hubert Figuiere <hub@figuiere.net>
* Internal API change: can request uncompressed CFA data.
2007-06-30 Hubert Figuiere <hub@figuiere.net>
* lib/peffile.cpp: Mark CFA uncompressed if they
are.
* Handle the slicing for CR2 files. Better error
handling.
2007-06-05 Hubert Figuiere <hub@figuiere.net>
* lib/dngfile.cpp: decompress RAW from DNG. The spec
is very fuzzy... so it is know to be broken.
2007-06-02 Hubert Figuiere <hub@figuiere.net>
* demo/cfa.cpp: will save as .pgm file.
* support decompressing CFA from the RAW file
using ljpeg. CR2 files only for now.
2007-04-19 Hubert Figuiere <hub@figuiere.net>
* Added infrastructure for decompression.
2007-04-09 Hubert Figuiere <hub@figuiere.net>
* lib/ifdentry.{h,cpp}, lib/ifddir.{h,cpp}: IFDTypeDesc
renamed IDFTypeTrait.
2007-04-02 Hubert Figuiere <hub@figuiere.net>
* Makefile.am (ACLOCAL_AMFLAGS): make sure
aclocal is called properly in maintainer mode.
2007-03-31 Hubert Figuiere <hub@figuiere.net>
* lib/ifddir.{h,cpp}: get() API changed.
* lib/ifdentry.h: get() is now a static method
of IFDTypeDesc<> as the template member code
choke on gcc-3.3.
* autogen.sh: aclocal includes from m4 dir
* configure.in: use AX_BOOST_CHECK
* m4/ax_boost_base.m4: add macro to check boost.
2007-03-21 Pav Lucistnik <pav@FreeBSD.org>
* gnome/include/libopenraw-gnome/Makefile.am:
Don't create the Gnome include dir if building
without it.
2007-03-21 Hubert Figuiere <hub@figuiere.net>
* lib/crwfile.cpp, lib/ifdfile.cpp: use scoped_ptr<>
instead of delete.
2007-03-20 Hubert Figuiere <hub@figuiere.net>
* demo/thumbc.c (main): kill some warnings.
* demo/thumb.cpp, tools/ordiag.cpp: Use scoped_ptr<>
when applicable.
2007-03-01 Hubert Figuiere <hub@figuiere.net>
* README: Added E500 to the list of tested formats.
2007-02-06 Hubert Figuiere <hub@figuiere.net>
* README: update the support list.
* lib/neffile.cpp: Refactor the standard way
of fetching the CFA from and IFD
* lib/*: Added CFA extraction support for
DNG, PEF, ORF. Stubbed for ARW.
* include/libopenraw++/rawfile.h: _getRawData() is
now pure virtual.
* lib/ciffcontainer.{h,cpp}, lib/crwfile.{h,cpp}:
Retrieve CFA data from Canon CRW. Support all CIFF
based files.
* lib/ifdentry.{h,cpp}: fix some warnings.
2007-02-05 Hubert Figuiere <hub@figuiere.net>
* lib/cr2file.cpp, lib/exception.h, lib/ifddir.{cpp,h},
lib/ifdentry.{cpp,h}, lib/ifdfile.cpp, lib/neffile.cpp:
templatize data fetching. Implement fetching arrays and
data stored outside IFD. Fetching subIFD need a subscript.
Getting CFA data out of a NEF from D70 works.
* tools/ordiag.cpp: Delete the RawFile instance.
2007-01-30 Hubert Figuiere <hub@figuiere.net>
* README: Added Canon 1DS and 30D in the list.
2007-01-29 Hubert Figuiere <hub@figuiere.net>
* lib/bitmapdata.cpp, lib/rawdata.cpp,
include/libopenraw++/bitmapdata.h,
include/libopenraw++/rawdata.h:
Added bitmap data and raw data classes.
* include/libopenraw++/thumbnail.h,
lib/thumbnail.cpp: inherit from BitmapData.
* include/*, lib/*, configure.in: Add RAW data extraction
support for CR2 and NEF.
Fix a bug when reading IFDEntry with an that overflow a sint16_t.
* tools/Makefile.am: link to the .la
* tools/ordiag.cpp: Dump CFA data.
|