SuccessChanges

Summary

  1. cr2hdr exposure matching: when all else fails, brute force prevails (replaced highlight median with brute force search)
  2. cr2hdr exposure matching: minor tweaks
  3. cr2hdr: fine-tuned graph for --iso-curve
  4. Undo 9defeea (regressions, biased estimations)
  5. cr2hdr: fixed another border condition
  6. cr2hdr: fixed issue 2091 (border condition)
  7. cr2hdr: fixed some overflows, http://www.magiclantern.fm/forum/index.php?topic=11974 (minor regression introduced)
  8. cr2hdr: fix typo
  9. cr2hdr: fix wrong bright/dark identification in extremely overexposed images
  10. cr2hdr: simplified algorithm for exposure matching (50 and 90th percentiles, after discarding very bright and very dark pixels)
  11. cr2hdr: with --iso-curve, plot a direct comparison between the two histograms
  12. cr2hdr: use log plot for --iso-curve
  13. Fix output (-o) filename value passed to Adobe DNG Converter when creating compressed DNG files with cr2hdr.
  14. Revert unwanted merge (500b291)
  15. Dual ISO auto expo: fix sign for EC < 0
  16. Dual ISO auto expo: added two more presets, with ideas from Marsu and Audionut
  17. Dual ISO auto expo: fix bug about going back to preferred ISO
  18. Dual ISO auto expo: go back to preferred ISO when there are no constraints (removes hysteresis)
  19. Dual ISO: added debug info for auto exposure and fixed conflict with expo lock
  20. Dual ISO: experimental auto exposure algorithm for recovery ISO
  21. Dual ISO: renamed isoless_* to dual_iso_*
  22. Dual ISO: reduced the relative ISO choices to the useful ones; small refactor
  23. Dual ISO: fix operation with Auto ISO and relative recovery ISO
  24. Dual ISO: back to old-style menu; some UI tweaks and minor fine-tunings
  25. dual_iso: rename main var to std name (you too, alex :-))
  26. dual_iso: move static up (we should try c#)
  27. dual_iso: make dr gained a setting for auto-disabling
  28. Dual ISO: with relative recovery ISO, respect the max auto ISO from Canon menu
  29. dual_iso: add explicit toggle function
  30. dual_iso: tell enabled from active
  31. Experimental library for managing memory patches
  32. Correct EOSM regs on dual iso...
  33. Small graphical fix dual_iso README.rst
Changeset 10520:0eabcb02730b by a1ex:
cr2hdr exposure matching: when all else fails, brute force prevails (replaced highlight median with brute force search)
The file was modifiedmodules/dual_iso/cr2hdr.c (diff)
Changeset 10519:bffa7b0af150 by a1ex:
cr2hdr exposure matching: minor tweaks
The file was modifiedmodules/dual_iso/cr2hdr.c (diff)
Changeset 10518:8333d829a0d9 by a1ex:
cr2hdr: fine-tuned graph for --iso-curve
The file was modifiedmodules/dual_iso/cr2hdr.c (diff)
Changeset 10517:9785c4eea808 by a1ex:
Undo 9defeea (regressions, biased estimations)
The file was modifiedmodules/dual_iso/cr2hdr.c (diff)
Changeset 10516:4cd89c31fa43 by a1ex:
cr2hdr: fixed another border condition
The file was modifiedmodules/dual_iso/cr2hdr.c (diff)
Changeset 10515:8dcaff8d3fa4 by a1ex:
cr2hdr: fixed issue 2091 (border condition)
The file was modifiedmodules/dual_iso/cr2hdr.c (diff)
Changeset 10514:1c4832e35da3 by a1ex:
cr2hdr: fixed some overflows, http://www.magiclantern.fm/forum/index.php?topic=11974 (minor regression introduced)
The file was modifiedmodules/dual_iso/cr2hdr.c (diff)
Changeset 10513:ed39983fcc6a by a1ex:
cr2hdr: fix typo
The file was modifiedmodules/dual_iso/exiftool-bridge.c (diff)
Changeset 10512:a2b9ee27db35 by a1ex:
cr2hdr: fix wrong bright/dark identification in extremely overexposed images
The file was modifiedmodules/dual_iso/cr2hdr.c (diff)
Changeset 10511:9defeea59ee5 by a1ex:
cr2hdr: simplified algorithm for exposure matching (50 and 90th percentiles, after discarding very bright and very dark pixels)
The file was modifiedmodules/dual_iso/cr2hdr.c (diff)
Changeset 10510:0fbfdfe4e3e6 by a1ex:
cr2hdr: with --iso-curve, plot a direct comparison between the two histograms
The file was modifiedmodules/dual_iso/cr2hdr.c (diff)
Changeset 10509:d6c88013d46a by a1ex:
cr2hdr: use log plot for --iso-curve
The file was modifiedmodules/dual_iso/cr2hdr.c (diff)
Changeset 10506:f381b8746c96 by philmoz _phil.a.mitchell@gmail.com_:
Fix output (-o) filename value passed to Adobe DNG Converter when creating compressed DNG files with cr2hdr.
The file was modifiedmodules/dual_iso/adobedng-bridge.c (diff)
Changeset 10249:98fb47197c2d by a1ex:
Revert unwanted merge (500b291)
The file was modifiedmodules/dual_iso/dual_iso.c (diff)
The file was modifiedmodules/mlv_rec/mlv_rec.c (diff)
The file was modifiedmodules/raw_rec/raw_rec.c (diff)
The file was modifiedsrc/Makefile.src (diff)
The file was modifiedsrc/debug.c (diff)
The file was modifiedsrc/dryos.h (diff)
The file was modifiedsrc/gdb.c (diff)
The file was modifiedsrc/gdb.h (diff)
The file was modifiedsrc/mem.h (diff)
The file was removedsrc/patch.c
The file was removedsrc/patch.h
Changeset 10241:5a19ccf2c1cb by a1ex:
Dual ISO auto expo: fix sign for EC &lt; 0
The file was modifiedmodules/dual_iso/dual_iso.c (diff)
Changeset 10240:70f59636d89d by a1ex:
Dual ISO auto expo: added two more presets, with ideas from Marsu and Audionut
The file was modifiedmodules/dual_iso/dual_iso.c (diff)
Changeset 10239:1814e810f660 by a1ex:
Dual ISO auto expo: fix bug about going back to preferred ISO
The file was modifiedmodules/dual_iso/dual_iso.c (diff)
Changeset 10238:24a97429e023 by a1ex:
Dual ISO auto expo: go back to preferred ISO when there are no constraints (removes hysteresis)
The file was modifiedmodules/dual_iso/dual_iso.c (diff)
Changeset 10237:261c339fa3ec by a1ex:
Dual ISO: added debug info for auto exposure and fixed conflict with expo lock
The file was modifiedmodules/dual_iso/dual_iso.c (diff)
Changeset 10236:3c4c33062b54 by a1ex:
Dual ISO: experimental auto exposure algorithm for recovery ISO
The file was modifiedmodules/dual_iso/dual_iso.c (diff)
Changeset 10235:b77b59a58d02 by a1ex:
Dual ISO: renamed isoless_* to dual_iso_*
The file was modifiedmodules/dual_iso/dual_iso.c (diff)
Changeset 10233:b436d7e96c35 by a1ex:
Dual ISO: reduced the relative ISO choices to the useful ones; small refactor
The file was modifiedmodules/dual_iso/dual_iso.c (diff)
Changeset 10232:3560962c9419 by a1ex:
Dual ISO: fix operation with Auto ISO and relative recovery ISO
The file was modifiedmodules/dual_iso/dual_iso.c (diff)
Changeset 10231:808ccfe661de by a1ex:
Dual ISO: back to old-style menu; some UI tweaks and minor fine-tunings
The file was modifiedmodules/dual_iso/dual_iso.c (diff)
Changeset 10230:a4959ea824b4 by Marsu42:
dual_iso: rename main var to std name (you too, alex :-))
The file was modifiedmodules/dual_iso/dual_iso.c (diff)
Changeset 10229:85656d3115f0 by Marsu42:
dual_iso: move static up (we should try c#)
The file was modifiedmodules/dual_iso/dual_iso.c (diff)
Changeset 10228:1c6528d4f2e5 by Marsu42:
dual_iso: make dr gained a setting for auto-disabling
The file was modifiedmodules/dual_iso/dual_iso.c (diff)
Changeset 10226:e74fc50719d0 by a1ex:
Dual ISO: with relative recovery ISO, respect the max auto ISO from Canon menu
The file was modifiedmodules/dual_iso/dual_iso.c (diff)
Changeset 10224:7f95739dfd86 by Marsu42:
dual_iso: add explicit toggle function
The file was modifiedmodules/dual_iso/dual_iso.c (diff)
The file was modifiedmodules/dual_iso/dual_iso.h (diff)
Changeset 10223:2d48ba360c5e by Marsu42:
dual_iso: tell enabled from active
The file was modifiedmodules/dual_iso/dual_iso.c (diff)
The file was modifiedmodules/dual_iso/dual_iso.h (diff)
The file was modifiedmodules/ettr/ettr.c (diff)
The file was modifiedsrc/lens.c (diff)
Changeset 10177:a1b3753e55d4 by a1ex:
Experimental library for managing memory patches
The file was addedsrc/patch.c
The file was addedsrc/patch.h
The file was modifiedmodules/dual_iso/dual_iso.c (diff)
The file was modifiedmodules/mlv_rec/mlv_rec.c (diff)
The file was modifiedmodules/raw_rec/raw_rec.c (diff)
The file was modifiedsrc/Makefile.src (diff)
The file was modifiedsrc/dryos.h (diff)
The file was modifiedsrc/gdb.c (diff)
The file was modifiedsrc/mem.h (diff)
Changeset 10156:dc6272f29eea by 1p:
Correct EOSM regs on dual iso...
The file was modifiedmodules/dual_iso/dual_iso.c (diff)
Changeset 10060:ddc1b1581972 by Audionut:
Small graphical fix dual_iso README.rst
The file was modifiedmodules/dual_iso/README.rst (diff)