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

sort by:
Revision Author Date Message Commit Date
adb8434 Closed branch unified-6D-sf_dump 19 December 2018, 18:11:58 UTC
5ab51b0 Added 6D.116 to sf_dump module. 20 October 2017, 05:12:50 UTC
aba5d0a Merged in daniel_fort/magic-lantern/unified_650D_audio_meters_fix (pull request #870) 650D audio meters fix 03 October 2017, 15:48:49 UTC
051d8cd 650D has the same audio meters issue as the 700D -- needs the same fix. 03 October 2017, 12:34:37 UTC
0659b4b Merged in daniel_fort/magic-lantern/unified_700D_audio_meters_fix_1 (pull request #866) Audio meters fix for 700D Approved-by: Daniel Fort <dan@digiola.com> 29 September 2017, 06:22:43 UTC
69d2afa Audio meters stop functioning after recording the first clip when using mlv_snd. Easy fix suggested by a1ex. 29 September 2017, 06:03:18 UTC
8032a5c installer: fix compilation 14 September 2017, 14:35:13 UTC
dbe0ba1 Merged in daniel_fort/magic-lantern/update-to-700D.115 (pull request #813) Update to 700D.115 14 September 2017, 16:06:34 UTC
e5be622 Dummy merge with dfort's unified 14 September 2017, 16:04:42 UTC
e5a9df6 700D, 6D, 7D: fix AbortEDmac 14 September 2017, 15:58:30 UTC
186d1d1 700D: fix AbortEDmac 14 September 2017, 15:54:32 UTC
22f70bf 700D: undo dialog_refresh_timer change in mlv_rec/mlv_lite (this address is the same in 1.1.4 and 1.1.5) 14 September 2017, 14:32:56 UTC
26f067a Update sf_dump module to 700D.115 13 September 2017, 23:02:05 UTC
9422848 Fixed is_taskid_valid stub. 12 September 2017, 04:32:21 UTC
e8280c3 Merged unified into update-to-700D.115 12 September 2017, 03:27:55 UTC
b92d89e Merged in daniel_fort/magic-lantern/unified_silent_module_fix (pull request #854) modify silent.c to work with commit f404e5f 11 September 2017, 20:39:10 UTC
f0c744b silent.c: there are no info bars in paused LiveView mode 11 September 2017, 20:15:08 UTC
261db01 Added minimal autoexec.bin for 700D 10 September 2017, 20:37:25 UTC
c7d3f89 TCC Makefile: fix minor typo 10 September 2017, 20:27:36 UTC
3f4b46e Merged unified into update-to-700D.115 10 September 2017, 20:21:37 UTC
b3760ce modify silent.c to work with commit f404e5f Raw backend: allow displaying raw previews without conflicting with LiveView info bars 10 September 2017, 18:43:38 UTC
0ae8464 Merged in raw_fixes (pull request #828) Raw fixes part 5 17 August 2017, 07:20:53 UTC
42f6945 Merged unified into update-to-700D.115 02 July 2017, 14:57:34 UTC
b96d4b7 Incorporated pull request #842 to fix Autoexposure module 02 July 2017, 14:28:40 UTC
abb803e Merged hudson/unified into unified to prevent new remote heads. 01 July 2017, 22:29:01 UTC
5f76671 fio-ml: workaround for existing code using FIO_ReadFile incorrectly (such as mlv_play) selftest included 01 July 2017, 21:40:02 UTC
25093ae Merged in cache-fixes (pull request #838) Cache coherence fixes (clean_d_cache, FIO, EDMAC) Approved-by: Alex <broscutamaker@gmail.com> Approved-by: g3gg0 <g3gg0.de@gmail.com> 01 July 2017, 16:22:10 UTC
6577a98 Close branch cache-fixes 01 July 2017, 16:22:10 UTC
bf2109f fio-ml: updated comment on FIO_WriteFile 01 July 2017, 16:20:24 UTC
2ce5a86 Update to latest exiftool 30 June 2017, 15:17:49 UTC
0c81bd9 selftest: check whether cache cleaning causes any performance regressions (result: no significant difference on file I/O) 28 June 2017, 17:36:32 UTC
f7121f7 Merged in daniel_fort/magic-lantern/EOSM_stubs_tweaks (pull request #839) Display filters working (anamorphic preview, fisheye correction, raw video preview and others) EOSM stubs tweaks Approved-by: Alex <broscutamaker@gmail.com> 26 June 2017, 18:45:59 UTC
71a5a35 Corrected YUV422_LV_BUFFER_DISPLAY_ADDR value and enabled display filters: http://www.magiclantern.fm/forum/index.php?topic=9741.msg186289#msg186289 26 June 2017, 13:47:32 UTC
21390fe Updated post_isr_hook/pre_isr_hook stubs 24 June 2017, 20:10:15 UTC
d895f0b Changed for consistency of stubs across all models. 24 June 2017, 20:03:23 UTC
2e8a342 my_fprintf: fix warning 23 June 2017, 21:59:59 UTC
a306c74 edmac-memcpy: use cache handling similar to FIO; updated selftest and bench modules for the new restriction 23 June 2017, 10:46:52 UTC
e079da6 selftest: make sure the FIO cache coherence test fails without the FIO_WriteFile wrapper 23 June 2017, 10:09:28 UTC
fe5ed1d selftest: test for FIO_WriteFile with cacheable buffer if you comment out clean_d_cache() from the FIO_WriteFile wrapper, this test will fail 20 June 2017, 21:48:22 UTC
3c6addb selftest: save log after each sub-test (so one can interrupt the test suite and still see the log for the tests completed so far) 20 June 2017, 21:38:19 UTC
337eb6a selftest: fine-tuned DMA cacheable buffer test 20 June 2017, 21:36:42 UTC
952b077 fio-ml: FIO_ReadFile wrapper to warn about caching issues not sure how to handle it automatically - clean_d_cache before is not enough adding another clean_d_cache afterwards appears to fix it, but it's risky sed -i.bak '/ FIO_ReadFile/_FIO_ReadFile/' */stubs.S 20 June 2017, 21:08:37 UTC
d0f1306 Refactored without fio_malloc in a few places (todo: find a way to reproduce caching issues on file I/O and add it to selftest.mo) 19 June 2017, 23:13:35 UTC
a5dd994 fio-ml: FIO_WriteFile wrapper to handle caching issues automatically sed -i.bak '/ FIO_WriteFile/_FIO_WriteFile/' */stubs.S 19 June 2017, 22:56:18 UTC
fefce61 selftest: test for clean_d_cache interrupts disabled, using edmac_memcpy to copy between display buffers this test will fail without previous commit 19 June 2017, 22:06:33 UTC
4aa70fe fix index size in clean_d_cache (todo: test in selftest.mo) 19 June 2017, 21:02:12 UTC
4041d24 removed unnecessary declaration of mlv_snd_is_enabled 16 June 2017, 09:41:39 UTC
f326aed mlv_snd: report back using ml-cbr when recording audio 15 June 2017, 20:28:55 UTC
3821e7a added ml-cbr to modules using MODULE_NAMED_CBR() 15 June 2017, 19:10:53 UTC
b664c5b audio uses ml-cbr to ask for recording 15 June 2017, 19:11:20 UTC
1111f84 ml-cbr: use strcmp to stay on safe side (caller might pass arbitrary length) 15 June 2017, 20:01:58 UTC
b499a6a ml-cbr: update header with more information 15 June 2017, 20:09:21 UTC
f6abc0f fix ml-cbr locking issues 03 June 2017, 21:14:45 UTC
23abd3b dual_iso: temporary patch for module_get_string API change - probably needs a revert before merging crop_rec_4k into unified 02 June 2017, 22:17:17 UTC
0200756 Deal with Windows line ending in grep 3.0, changed multi-line grep command to single line extended regular expression and remove localsyms file with make clean. 31 May 2017, 23:08:02 UTC
7a14f43 mlv_rec: embed VERS blocks into MLV file so there is no uncertainity about the modules used for a given recording 26 May 2017, 21:42:57 UTC
2b4d9eb mlv_lite: embed VERS blocks into MLV file so there is no uncertainity about the modules used for a given recording 26 May 2017, 21:01:36 UTC
760c7c5 mlv_lite: use FIO_SeekSkipFile to determine file header size 26 May 2017, 21:17:09 UTC
01596ee mlv_dump: handle VERS blocks 26 May 2017, 21:00:42 UTC
040ba08 mlv_rec: added code and structures to helper routines to get version information embedded into the MLV file 26 May 2017, 21:00:22 UTC
d26385a added routines and made a module loader routine non-static to allow other code to fetch e.g. strings from modules 26 May 2017, 20:59:32 UTC
b4ad7d8 Merged in memcheck-fixes (pull request #829) Fixes for various null pointer and uninitialized memory bugs 06 May 2017, 09:12:17 UTC
751ff96 5D3 1.2.3: fix CARD_A_MAKER (off by one) 05 May 2017, 16:28:45 UTC
96e07b0 mem.c: disabled double free assert (it still gets overwritten by some deallocators) 01 May 2017, 00:13:23 UTC
2cebc1c menu.c: fixed some more null pointer reads (found in QEMU with -d memchk) 01 May 2017, 14:32:12 UTC
f1f55df tskmon: fix read from null pointer 30 April 2017, 20:10:28 UTC
e1684d4 module.c: fix reading after the input buffer when parsing module symbols (found in QEMU) 30 April 2017, 20:09:55 UTC
14a66e4 memcheck: fix detection of double-free calls (our marker was overwritten by Canon's deallocator, so the check was useless) (bug found in QEMU) 30 April 2017, 20:08:34 UTC
7873d26 get_current_dialog_handler: fix read from null pointer (found in QEMU) 30 April 2017, 20:05:49 UTC
0e4e69f bmp.c: fix dereferencing random (uninitialized) pointer (found in QEMU) 30 April 2017, 20:05:22 UTC
22f8e07 mlv_lite: always override (toggle) the preview mode on *long* half-shutter press, when not autofocusing (avoids transient screen changes on quick half-shutter presses) 22 April 2017, 19:29:24 UTC
547645f mlv_lite: preview both full-size buffers while recording (to catch future bugs that might cause the raw buffer to update every other frame) 13 April 2017, 21:29:15 UTC
a003812 Raw backend: exact height autodetection for 5D3 (lossless 8-12 bit compression works!) 13 April 2017, 21:25:28 UTC
421a3c0 Merged unified into update-to-700D.115 09 April 2017, 20:07:22 UTC
a4e112c Resolve conflicts with changes to Task info in stubs.S 09 April 2017, 20:03:51 UTC
158b86c mlv_lite: fix shutter button remaining locked after recording with Frozen LV (problem from exmem backend; not sure how to do a proper fix) 04 April 2017, 12:13:02 UTC
cc0a3c9 mlv_lite: slow down color preview to let lower-priority tasks run (such as histogram) 04 April 2017, 09:31:32 UTC
8b9c644 FPS override: disable in x10 mode when half-shutter is pressed, to help with focusing (example setup: full-res LiveView, FPS override at 4 FPS for continuous recording, zoom on half-shutter) 12 April 2017, 14:09:13 UTC
d02a347 FPS override: display rolling shutter in the main menu when available (either when raw recording is enabled or while recording H.264) (useful for diagnosing the new crop modes) 03 April 2017, 23:20:26 UTC
3de40d8 FPS override: also display rolling shutter as percentage of frame duration 03 April 2017, 22:09:33 UTC
2e72e8e mlv_lite: do not print debug info when freezing LiveView (seems to help with corrupted frames in modes with resolution pushed to limit, e.g. 1080p48) 03 April 2017, 18:47:55 UTC
0bc891a Backout 722c851 (fix FIR not included in the zip) 30 March 2017, 12:39:27 UTC
dd43527 Merged in raw_fixes (pull request #820) Raw fixes part 4 Approved-by: Alex <broscutamaker@gmail.com> 29 March 2017, 20:36:18 UTC
79478c2 Merged in task_name (pull request #796) New method for getting current task names (refactor) Approved-by: Alex <broscutamaker@gmail.com> 29 March 2017, 16:30:08 UTC
492697e Close branch task_name 29 March 2017, 16:30:08 UTC
ae30d36 Merged cleanup into unified 29 March 2017, 14:01:02 UTC
7bd0de6 Removed april fools prank 29 March 2017, 13:58:20 UTC
63c5ac4 debug.c: removed unused code 29 March 2017, 13:57:14 UTC
7267fbc Merged in lens_info_fix (pull request #775) Lens info fix Approved-by: Daniel Fort <dan@digiola.com> Approved-by: Licaon Kter <licaon.kter@protonmail.com> Approved-by: DeafEyeJedi <deafeyejedi@yahoo.com> Approved-by: Lars Steenhoff <larssteenhoff@gmail.com> Approved-by: g3gg0 <g3gg0.de@gmail.com> Approved-by: Alex <broscutamaker@gmail.com> 29 March 2017, 12:37:33 UTC
41818b9 Close branch lens_info_fix 29 March 2017, 12:37:33 UTC
81f7c99 Lens info: serial number (to be tested) 11 March 2017, 16:31:45 UTC
37fc828 Lens info: minor menu updates (mostly help text) 11 March 2017, 16:25:29 UTC
8de95dd Lens info: minor menu layout changes 11 March 2017, 15:29:44 UTC
b4e20ba Lens info: moved to Debug menu (to keep the Prefs menu for... preferences) 11 March 2017, 15:29:24 UTC
5bdb035 50D, 6D, 7D, 650D: current_task and current_interrupt stubs (tested in QEMU) 07 March 2017, 10:51:02 UTC
8d6ba7a 5D3 1.2.3: current_task and current_interrupt stubs 05 March 2017, 07:27:16 UTC
38a219a Merged unified into task_name 05 March 2017, 21:17:34 UTC
241160e 500D: current_task and current_interrupt stubs 05 March 2017, 06:47:00 UTC
9ab0d34 Silent pictures: minor error handling fix 03 March 2017, 18:57:47 UTC
0f2e977 Silent pictures: always reset powersave timer when taking a picture 03 March 2017, 17:48:02 UTC
back to top