- 04 Jul, 2018 5 commits
-
-
alex@thinkpad authored
How to test: - read: shutter speed displayed by ML in movie mode must match the one dialed in Canon firmware. In particular, 1/50 and 1/33.333 should be exact. - write: see previous commit. --HG-- branch : crop_rec_4k
-
alex@thinkpad authored
To be tested with FPS override: - in Low Light mode, shutter speed in Canon menu should be scaled (e.g. 25 -> 12.5 fps should give shutter speeds 1/100 -> 1/50, 1/4000 -> 1/2000 etc) - in all other modes, shutter speed should match the value dialed in Canon menu --HG-- branch : crop_rec_4k
-
alex@thinkpad authored
(to be tested later) --HG-- branch : crop_rec_4k
-
alex@thinkpad authored
--HG-- branch : crop_rec_4k
-
alex@thinkpad authored
(to be tested; only the "basic" 3x3 mode for now) --HG-- branch : crop_rec_4k
-
- 02 Jul, 2018 5 commits
-
-
alex@thinkpad authored
(minor fixes) --HG-- branch : crop_rec_4k
-
alex@thinkpad authored
(fixes "make zip" - https://www.magiclantern.fm/forum/index.php?topic=9741.msg203489#msg203489) --HG-- branch : crop_rec_4k
-
alex@thinkpad authored
(minimal, installer, reboot) --HG-- branch : patchmgr
-
alex@thinkpad authored
(required for latest adtg_gui) --HG-- branch : crop_rec_4k
-
alex@thinkpad authored
(fixes patch restoring when called from modules) --HG-- branch : patchmgr
-
- 30 Jun, 2018 6 commits
-
-
alex@thinkpad authored
Last few lines from a DNG should be checked. --HG-- branch : crop_rec_4k
-
alex@thinkpad authored
https://www.magiclantern.fm/forum/index.php?topic=19300.msg203352#msg203352 --HG-- branch : crop_rec_4k
-
alex@thinkpad authored
(minor, no obvious side effects noticed) --HG-- branch : crop_rec_4k
-
alex@thinkpad authored
https://www.magiclantern.fm/forum/index.php?topic=19300.msg202783#msg202783 To be tested on all DIGIC 5 models. --HG-- branch : crop_rec_4k
-
alex@thinkpad authored
(FPS timer B can be read directly from the shadow memory aka sht_mirror) --HG-- branch : crop_rec_4k
-
alex@thinkpad authored
https://www.magiclantern.fm/forum/index.php?topic=19300.msg203302#msg203302 --HG-- branch : crop_rec_4k
-
- 20 Jun, 2018 1 commit
-
-
alex@thinkpad authored
* arm-mcr.h: clean_d_cache and flush_i_cache are now private (sync_caches is the high-level function to be used) * replaced all calls to clean_d_cache/flush_i_cache with sync_caches * should fix issues with randomly "disappearing" cache patches * to be tested for performance issues etc --HG-- branch : patchmgr
-
- 18 Jun, 2018 1 commit
-
-
g3gg0 authored
--HG-- branch : crop_rec_4k
-
- 12 Jun, 2018 1 commit
-
-
g3gg0 authored
--HG-- branch : crop_rec_4k
-
- 05 Jun, 2018 1 commit
-
-
alex@thinkpad authored
https://www.magiclantern.fm/forum/index.php?topic=16040.msg202397#msg202397 --HG-- branch : 100D_merge_fw101
-
- 26 May, 2018 1 commit
-
-
alex@thinkpad authored
https://www.magiclantern.fm/forum/index.php?topic=16040.msg201809#msg201809 TODO: double-check all other models (raw_diag OB zones screenshot in all LiveView modes, with FPS override maxed out) --HG-- branch : 100D_merge_fw101
-
- 23 Mar, 2018 1 commit
-
-
alex@thinkpad authored
(helps squeezing a few more buffers, at some risk of recording stopping at extreme ISOs) --HG-- branch : crop_rec_4k
-
- 09 Mar, 2018 1 commit
-
-
alex@thinkpad authored
(no longer needed; should fix errors at very high ISOs with very detailed scenes) --HG-- branch : crop_rec_4k
-
- 20 Mar, 2018 1 commit
-
-
alex@thinkpad authored
(seems to be a bit faster than pausing LiveView) --HG-- branch : crop_rec_4k
-
- 16 Mar, 2018 1 commit
-
-
alex@thinkpad authored
Workaround for existing files (before this change): (panPosX & ~7) should give the correct X offset for existing lossless files. ((panPosX + 7) & ~7) should match cropPosX and should be correct for uncompressed files. --HG-- branch : crop_rec_4k
-
- 11 Mar, 2018 1 commit
-
-
alex@thinkpad authored
(needed to squeeze 1080p in x5 zoom) 100D: need VRAM dumps to make sure the offsets are correct http://www.magiclantern.fm/forum/index.php?topic=12375.0 --HG-- branch : crop_rec_4k
-
- 10 Mar, 2018 2 commits
-
-
alex@thinkpad authored
700D, 650D, 100D, M: fine-tuned skip offsets Allow odd values for skip_bottom 650D/M x5 zoom: skip_top is the same as with regular 1080p or 720p or mv1080crop 700D/650D/M 720p before: H=727, skip_bottom = 4 => active area y2=723 (real 724) after: H=725, skip_bottom = 1 => active area y2=724 100D 720p: before: H=726, skip_bottom = 4 => active area y2=722 (real 724) after: H=726, skip_bottom = 2 => active area y2=724 650D/M 1080p: before: H=1190, skip_bottom = 4 => active area y2=1186 (2 white lines at bottom) after: H=1188, skip_bottom = 0 => active area y2=1188 (no bad lines at bottom) EOSM movie crop: H=1060, top=28, active area y2=1060, no bad lines at bottom (unsure about skip_bottom on 100D - to be tested with a silent DNG in movie crop mode) See also: https://www.magiclantern.fm/forum/index.php?topic=18443.msg198140#msg198140 https://www.magiclantern.fm/forum/index.php?topic=16054.msg195213#msg195213 --HG-- branch : crop_rec_4k
-
alex@thinkpad authored
--HG-- branch : crop_rec_4k
-
- 08 Mar, 2018 1 commit
-
-
Daniel Fort authored
https://www.magiclantern.fm/forum/index.php?topic=5601.msg196632#msg196632 --HG-- branch : crop_rec_4k
-
- 05 Mar, 2018 1 commit
-
-
Daniel Fort authored
https://www.magiclantern.fm/forum/index.php?topic=5601.msg196632#msg196632 --HG-- branch : crop_rec_4k
-
- 04 Mar, 2018 1 commit
-
-
Daniel Fort authored
https://www.magiclantern.fm/forum/index.php?topic=5601.msg196632#msg196632 --HG-- branch : crop_rec_4k
-
- 05 Mar, 2018 1 commit
-
-
Daniel Fort authored
--HG-- branch : crop_rec_4k
-
- 04 Mar, 2018 3 commits
-
-
Daniel Fort authored
Not working yet (black level issues) --HG-- branch : crop_rec_4k
-
Daniel Fort authored
--HG-- branch : crop_rec_4k
-
alex@thinkpad authored
http://www.magiclantern.fm/forum/index.php?topic=18443.msg198091#msg198091 --HG-- branch : crop_rec_4k
-
- 03 Mar, 2018 1 commit
-
-
alex@thinkpad authored
(to be tested) --HG-- branch : crop_rec_4k
-
- 10 Mar, 2018 2 commits
-
-
alex@thinkpad authored
(memset32 fix, DIGIC identification, minor fixes) --HG-- branch : crop_rec_4k
-
alex@thinkpad authored
(fixes Arkanoid, benchmarks and others on fresh startup in photo mode, without any images on the card) --HG-- branch : lua_fix
-
- 09 Mar, 2018 1 commit
-
-
alex@thinkpad authored
--HG-- branch : lua_fix
-
- 10 Mar, 2018 1 commit
-
-
alex@thinkpad authored
(memset32 fix) --HG-- branch : lua_fix
-