https://bitbucket.org/daniel_fort/magic-lantern

sort by:
Revision Author Date Message Commit Date
482d849 Merged in play_mode (pull request #711) Small refactor: get_out_of_play_mode renamed to exit_play_qr_mode; also added enter_play_mode 18 April 2016, 19:53:28 UTC
ef33f4f Close branch play_mode 18 April 2016, 19:53:28 UTC
8b66929 selftest, stubs test: go to PLAY mode when finished 18 April 2016, 19:12:32 UTC
4e7d612 selftest, stubs test: wait one second before checking display status 18 April 2016, 19:00:47 UTC
a4b56c5 Lua: route all print operations to stdin/stdout 18 April 2016, 17:41:22 UTC
5270ffd console.c: export console_puts (for Lua stdio) 18 April 2016, 18:06:17 UTC
a6e0df2 sokoban.lua: fix typo 18 April 2016, 17:34:41 UTC
14f2689 Focus backend: consider unknown status codes as "success" (fixes follow focus in movie mode, tested on 5D3 + 24/2.8 STM) 18 April 2016, 17:32:29 UTC
8c83f67 Lua scripts: tweaks for menu consistency (help lines, capital ON/OFF) 18 April 2016, 15:39:59 UTC
18a4ceb api_test.lua: use proper printf 18 April 2016, 15:26:13 UTC
c8e8963 Lua scripts: use standard I/O instead of console.write 18 April 2016, 15:18:11 UTC
82683dc Fix bracketing regression introduced in 5bdf000 18 April 2016, 14:29:33 UTC
d926f17 Auto bracketing: refactored with new routines 18 April 2016, 13:41:51 UTC
e4bffee Ghost image: refactored with new routines 18 April 2016, 13:34:18 UTC
27a4b40 selftest.mo, stubs test: if started with main display off, switch to PLAY mode 18 April 2016, 12:16:57 UTC
5276676 bench.mo: run cache benchmarks PLAY mode only (they interfere with LiveView) 18 April 2016, 11:25:25 UTC
3028a85 bench.mo: run card/memory benchmark in either LV or PLAY modes (not photo) 18 April 2016, 11:21:40 UTC
9e3dbd1 bench,selftest: refactored to use enter_play_mode/exit_play_qr_mode 18 April 2016, 11:19:38 UTC
eb7ffb9 mlv_play: refactored to use enter_play_mode/exit_play_qr_mode 18 April 2016, 11:12:49 UTC
83f2e06 Renamed get_out_of_play_mode to exit_play_qr_mode, reimplmented with SetGUIRequestMode, added enter_play_mode 18 April 2016, 11:11:10 UTC
9b998a4 redraw: attempt to fix this issue: https://bitbucket.org/hudson/magic-lantern/pull-requests/610/benchmarks-and-self-tests-refactored-as#comment-17353285 (redraw doesn't work when Canon's front buffer is disabled) 18 April 2016, 10:27:07 UTC
05dcd3b Auto exposure on zoom: fix autofocus (was unreliable, sometimes refusing to focus; tested on 5D3 + 24/2.8 STM) 17 April 2016, 13:08:18 UTC
21d9e13 Removed obsolete crash.c (already covered in the selftest module) 18 April 2016, 13:45:55 UTC
a36d6e5 Ghost image: auto update should be off by default 18 April 2016, 13:34:41 UTC
52da8b8 bench.mo: updated readme 18 April 2016, 11:57:56 UTC
01f5062 selftest.mo: fix loading on EOS M 18 April 2016, 11:56:02 UTC
567f355 Peaking benchmark: auto-enable focus peaking temporarily during the test 18 April 2016, 11:37:08 UTC
68237b1 bench.mo, card benchmark: fix startup message for dual-slot cameras (which card is being benchmarked) 18 April 2016, 11:32:12 UTC
edd183b Merged unified into lua_fix 17 April 2016, 10:17:36 UTC
b27cb17 selftest.mo: fix copy-paste error (should fix the module not loading on 7D) 17 April 2016, 05:47:12 UTC
da30b5a api_test.lua: basic tests for file i/o and stdio 16 April 2016, 20:33:58 UTC
5c8fb6b Lua: add dryos.remove (similar to os.remove) 16 April 2016, 20:33:05 UTC
31c2e5e Lua: basic support for standard streams (stdin, stdout, stderr) 16 April 2016, 19:12:53 UTC
55ecce0 raw_rec: fix copy/paste error 16 April 2016, 17:37:05 UTC
5c3dbaf gui-common: attempt to allow magic zoom while recording raw, but also let the raw recording modules block the zoom key to avoid crashes; anything broken? 16 April 2016, 14:15:59 UTC
d5e344b mlv_snd: save user selected samplerate and restore it after a reboot of ML 15 April 2016, 11:26:10 UTC
88a339b 50D: fix compilation after powersave refactoring. Is it still working? 16 April 2016, 18:40:20 UTC
6a1c8cc Moved run_in_separate_task back to menu.h (should fix modules that no longer compiled after powersave refactoring) 16 April 2016, 18:18:03 UTC
a4207cb reverted: remember user selected samplerate after reboot 15 April 2016, 11:10:15 UTC
c07c4b0 remember user selected samplerate after reboot 15 April 2016, 10:40:45 UTC
dc1c327 lua_stdio: fix file create 14 April 2016, 23:05:33 UTC
b96e9dd lua_stdio: fix file append 14 April 2016, 22:55:28 UTC
018e56b Merge lua_stdio into lua_fix 14 April 2016, 22:26:54 UTC
6f50031 lua_stdio: report file size on stat calls; primitive errno handling 14 April 2016, 22:18:27 UTC
504889a raw_rec: cleaned up some comments 14 April 2016, 16:37:36 UTC
0874106 raw_rec: fine-tuned error messages 14 April 2016, 16:32:41 UTC
a03ed20 raw_rec: reintroduced 32MB chunk limit; to be benchmarked 16 April 2016, 08:32:10 UTC
8c1b6d3 raw_rec: 64-byte EDMAC alignment (to be benchmarked) 14 April 2016, 17:46:13 UTC
68fe6e9 Lua: show console at startup, until all scripts are loaded 14 April 2016, 16:28:33 UTC
7c59b9d Lua: increased stack size for script tasks, just in case 14 April 2016, 16:26:45 UTC
dd23cd4 module backend: fix key handling regression in other modules, introduced in b0891f9 14 April 2016, 13:16:35 UTC
954c35d raw backend: always log resolution changes to console 14 April 2016, 10:33:57 UTC
381c738 silent pics: fix crash with simple (non-burst) pics 14 April 2016, 10:09:34 UTC
195eb19 Powersave: fix compilation on cameras with LCD sensor 14 April 2016, 08:16:52 UTC
ca34bbc Electronic level included in display presets, like other overlays 13 April 2016, 06:38:33 UTC
4518d1a Makefile: removed more picoc leftovers (fixes compilation) 12 April 2016, 21:28:00 UTC
48e5599 electronic level: refresh display more often (smoother motion) 12 April 2016, 21:00:15 UTC
58635a5 Moved electronic level back to Overlay menu 12 April 2016, 20:33:40 UTC
8a86d3e Fix compilation 12 April 2016, 20:24:40 UTC
48f60e7 Makefile: removed some old picoc leftovers 12 April 2016, 18:19:56 UTC
acaac8f Makefile: drop -mthumb-interwork (no longer needed) 12 April 2016, 18:17:07 UTC
e1b6b0b Stubs reformat 12 April 2016, 17:19:16 UTC
e6a36e4 Merged in bench-and-tests-as-modules (pull request #610) Benchmarks and self-tests refactored as modules 12 April 2016, 20:19:15 UTC
ef8e9af Close branch bench-and-tests-as-modules 12 April 2016, 20:19:15 UTC
1cb2ae8 Merged in powersave-refactor (pull request #702) Powersave refactoring 12 April 2016, 20:07:58 UTC
a138cd6 Close branch powersave-refactor 12 April 2016, 20:07:58 UTC
3d39737 raw_rec: undo de4e1d1 11 April 2016, 23:59:50 UTC
8fd1791 Menu: fix help text regression (second line not displayed) 11 April 2016, 21:28:08 UTC
bc6ff96 raw_rec: allow up to 32 memory chunks for simulations 11 April 2016, 21:08:06 UTC
c4056a3 Merged silent into unified 11 April 2016, 20:52:55 UTC
08e8b68 raw_rec: minor cleanups 11 April 2016, 19:44:10 UTC
07dbc73 raw_rec: removed a buffer choosing heuristic (to be benchmarked) 11 April 2016, 18:10:23 UTC
a00fcc7 raw_rec: removed unused argument to raw_rec_should_preview 11 April 2016, 18:24:02 UTC
81b8a00 raw_rec: removed some unused CBRs that were previously intended for other modules 11 April 2016, 18:18:31 UTC
819c043 raw_rec: removed frame skipping "feature" 11 April 2016, 17:45:06 UTC
0967e31 raw_rec: use one extra item for the writing queue (should fix "queue overflow" errors) 11 April 2016, 17:50:22 UTC
ec376b2 silent pics (non-fullres): one more precondition check 11 April 2016, 17:34:47 UTC
445f95a silent pics (non-fullres): block shutter button; fail gracefully if it fails 11 April 2016, 16:46:40 UTC
72a2fb2 Merged in Gr3g01/magic-lantern-frsp-long-expo2 (pull request #697) silent.c long_exposure_fix, safety 11 April 2016, 15:19:12 UTC
57900f6 Merged silent into unified 11 April 2016, 15:18:56 UTC
b0bcea1 Moved coding style tools from scripts/ to contrib/coding-style-tools/ (scripts is for user scripts) 11 April 2016, 15:01:15 UTC
9fc19a8 Merged in frantony/magic-lantern.checkpatch (pull request #165) RequestForComments: CODING_STYLE proposal and check scripts 11 April 2016, 14:57:06 UTC
d8eebaa Merged in black-level-fix (pull request #484) Black level fix 11 April 2016, 14:46:27 UTC
9aa6ab4 Close branch black-level-fix 11 April 2016, 14:46:27 UTC
5b2a4d3 Black level fix: disable bad.dng debug files 11 April 2016, 14:42:10 UTC
b28d5ea Changed run_in_separate_task to also disable powersave while the test task is running (99% of its uses would actually run best in this way) 11 April 2016, 14:14:06 UTC
255830f bench, selftest: fix compilation 11 April 2016, 13:06:47 UTC
c028d81 Merged powersave-refactor into bench-and-tests-as-modules 11 April 2016, 14:24:40 UTC
de95398 Moved ML powersave routines to powersave.c/h, and batt_display to battery.c 11 April 2016, 13:03:24 UTC
55f53ed Moved display_on/off to powersave.c/h 11 April 2016, 12:27:36 UTC
198aa8e Moved PauseLiveView/ResumeLiveView to powersave.c/h 11 April 2016, 12:22:41 UTC
576aadf Moved powersave routines from raw_rec/mlv_rec/silent modules into powersave.c/h (in ML core) 11 April 2016, 12:15:21 UTC
ac158fd debug.c: removed all the old stuff from "don't click me" 11 April 2016, 10:24:18 UTC
9b9b072 Merged in Audionut/test/nitrate-remove (pull request #700) Undefine nitrate function 11 April 2016, 08:57:32 UTC
89df8ab selftest: moved the EDMAC screen test from Debug->Don't click me 11 April 2016, 08:44:38 UTC
6984861 Undefine nitrate function on 5D3.113 and 6D.116 11 April 2016, 07:32:21 UTC
b87843a Backed out changeset: 0213ec7eee9c 11 April 2016, 07:26:37 UTC
b1bda02 Add forum link to lua readme 11 April 2016, 01:46:24 UTC
cee511e Undefine nitrate function 11 April 2016, 01:29:54 UTC
6d5c985 Raw backend: reset black level on resolution changes 10 April 2016, 12:46:27 UTC
back to top