Changeset
10202:a6b022bd850b
by a1ex:
lens_format_shutter: use rounding consistent with Canon's for 1/25 and faster shutter speeds ( http://www.magiclantern.fm/forum/index.php?topic=10648 )
|
 | src/lens.c (diff) |
 | src/lens.h (diff) |
Changeset
10201:e45ccf5cfdb2
by a1ex:
LV ISO display: in movie mode, read it from FRAME_ISO and include the effects of ML digital ISO, FPS override corrections, full-stop rounding with raw video (should be similar to the one before LVinfo refactoring). Should fix issue #1741, to be tested.
|
 | src/fps.h (diff) |
 | src/lens.c (diff) |
|
 | src/bmp.c (diff) |
Changeset
10199:3650ca1dda7f
by a1ex:
edmac_memcpy: removed the "else" branch for free EDMAC channels. If this breaks any builds, you know what you have to do ;)
|
 | src/edmac-memcpy.c (diff) |
|
 | src/edmac-memcpy.c (diff) |
Changeset
10197:ff23f490c367
by a1ex:
50D: allow expo override to sync with dialed exposure values (should fix issue 1968, to be tested)
|
 | src/lens.c (diff) |
|
 | platform/500D.111/consts.h (diff) |
Changeset
10195:aa45cd9d26df
by a1ex:
Arrow shortcuts: when they depend on the LCD sensor, print info about how to enable it (500D, 550D, 650D, 700D)
|
 | platform/650D.104/consts.h (diff) |
 | platform/700D.113/consts.h (diff) |
 | src/tweaks.c (diff) |
Changeset
10194:b114b0a4fa03
by a1ex:
Menu: print long help lines with condensed font (to make sure they will not overflow)
|
 | src/menu.c (diff) |
Changeset
10193:1bd67702e004
by a1ex:
Font backend: fix displaying justified strings (was trimming the last character when printing condensed text)
|
 | src/rbf_font.c (diff) |
|
 | src/lens.c (diff) |
|
|
 | src/shoot.c (diff) |
|
 | src/menu.c (diff) |
|
 | src/histogram.c (diff) |
 | src/shoot.c (diff) |
 | src/zebra.c (diff) |