9 Commits

Author SHA1 Message Date
Lawrence Lee
2c1c124d8f
Merge branch 'dev' into libraw-copylib 2024-06-02 18:15:43 -07:00
Simone Gotti
0d9bafdc88 dcraw: add panasonic v8 decoder.
Port panasonic v8 decoder from libraw.

* Extract data required for the decoder from the panasonic custom exif
  tags
* Add panasonic v8 decoder
2024-06-01 22:23:31 +02:00
Simone Gotti
eb3b49eff7 dcraw: add 12 bit raw handling to panasonic v6 decoder.
Port panasonic v6 decoder handling of 12 bit raw from libraw.
2024-05-22 10:28:05 +02:00
Lawrence Lee
20d3311931
Add decoding through LibRaw
Decode raw files with LibRaw and fall back to dcraw if LibRaw is unable
to read the file.
2023-12-01 21:15:13 -08:00
Ingo Weyrich
7b54c7f2a4 Some code cleanups 2019-11-21 21:36:57 +01:00
Ingo Weyrich
9ac34eb33c panasonic decoders: cleanup 2019-11-07 19:35:02 +01:00
Ingo Weyrich
bc6280afdf Fix decoding of Panasonic Highres files, #5204 2019-11-07 15:39:03 +01:00
Ingo Weyrich
254d9494de cleanup 2019-11-06 23:12:52 +01:00
Ingo Weyrich
2da0990433 make own compilation unit for panasonic decoders 2019-11-06 23:07:41 +01:00