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

sort by:
Revision Author Date Message Commit Date
6df5f9b Close branch crop_rec_4k_650D_experimental 21 June 2018, 06:08:11 UTC
1a637fa The cameras that only use the basic 3x3_1X option shouldn't use calc_skip_offsets/raw_set_geometry. Note that I tried "if (!is_basic)" but it didn't work for the EOSM. 13 October 2017, 19:22:20 UTC
4cc7698 Consolidated cameras that only do 3x3_1X crop_rec into a "basic" group that shares much of the same code. 12 October 2017, 03:00:22 UTC
b94c485 Changes needed for 650D to work in the crop_rec_4k branch. 11 October 2017, 20:22:36 UTC
066a34c Modules: fix enabling "long" modules when using config presets (issue #2789) to reproduce: arkanoid.mo -> ML/SETTINGS/MENU.KEY/arkanoid. -> file create error on exfat modules with shorter name: adv_int.mo -> ML/SETTINGS/MENU.KEY/adv_int.e -> it appears to work fine, but it's incorrect worst case: arkanoid.mo -> ML/SETTINGS/MYPRESET.NAM/adv_i -> it appears to work fine, possible name clash with other modules 11 October 2017, 12:05:12 UTC
dbafde4 mlv_lite: fix roundoff error when centering the recorded image in raw buffer's active area 10 October 2017, 21:18:07 UTC
966ae4b Merged in daniel_fort/magic-lantern/crop_rec_4k_mlv_snd_audio_issue (pull request #871) Fix for SoundDevShutDownIn and StopASIFDMAADC stubs Approved-by: Daniel Fort <dan@digiola.com> Approved-by: nikfreak <mlnikfreak@gmail.com> 10 October 2017, 21:25:28 UTC
cc16732 StopASIFDMAADC causes issues with mlv_snd module. On the 7D the audio meters don't function properly and on the 5D.123 it will crash the camera. 10 October 2017, 17:20:28 UTC
84a37af No camera found that requires SoundDevShutDownIn to stop the audio. 10 October 2017, 16:27:13 UTC
90f692f Merged unified to bring in the changes already done on the 650D and 700D. 10 October 2017, 14:02:49 UTC
9900a18 100D: white level needs to be a litle lower to avoid pink highlights 08 October 2017, 21:06:38 UTC
fa6212f Raw backend: allow non-harsh clipping for white level (should fix clip warnings at long exposures with high ISOs, e.g. 30" ISO 6400) 07 October 2017, 09:14:56 UTC
a9cd9fd mlv_lite: misc cleanups related to bit depth setup 06 October 2017, 21:14:59 UTC
463880c mlv_lite: slow preview no longer needed with 8..12-bit lossless compression 06 October 2017, 20:49:31 UTC
10a4f47 Raw backend: fix LiveView darkening when using digital gain for lossless compression 06 October 2017, 20:49:23 UTC
4632a36 Display gain in movie mode working on DIGIC 5! (tested on 5D3) Image fine-tuning -> ML Digital ISO now goes up to 7 stops :) 06 October 2017, 16:29:39 UTC
ecb2cd2 100D: fix white level in 8..12-bit lossless modes 06 October 2017, 15:53:23 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
86e6954 Merged 100D_merge_fw101 into crop_rec_4k 02 October 2017, 12:57:46 UTC
3451491 100D: minor typo 02 October 2017, 12:52:03 UTC
c961e8e Merged new-dryos-task-hooks into 100D_merge_fw101 02 October 2017, 12:13:55 UTC
d93c210 tskmon: in null pointer check, retrieve last last task name directly, rather than calling is_taskid_valid also fixed some possible null pointer bugs in the... null pointer checking code (fixes crash when reporting null pointer on 100D and likely on all other cameras with new-style DryOS hooks) 02 October 2017, 12:11:38 UTC
11e45c5 100D: fix MAX_ISO_BV 01 October 2017, 10:10:59 UTC
52ec640 Merged in daniel_fort/magic-lantern/crop_rec_4k_audio_meters_EOSM (pull request #868) EOSM audio meters fix Approved-by: Daniel Fort <dan@digiola.com> 01 October 2017, 07:09:11 UTC
e289408 Issue similar to 700D but StopASIFDMAADC is still needed on the EOSM. 01 October 2017, 06:06:20 UTC
a3be723 Merged unified into 100D_merge_fw101 30 September 2017, 12:25:53 UTC
2d480f8 Merged in nikfreak/magic-lantern/100D_merge_fw101 (pull request #867) 100D merge fw101 update 29 September 2017, 16:43:05 UTC
3156cea 100D: AbortEDmac stub 29 September 2017, 15:54:50 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
cdcac3f mlv_dump: handle MLVI writing only once 28 September 2017, 18:45:10 UTC
35c0174 mlv_dump: allow x64 builds on WSL, fix module_strings.h dependency 28 September 2017, 18:36:53 UTC
4f29470 mlv_dump: part 1 of a bigger rework. currently breaks metadata mode. reduces huge amounts of redundant code, improves maintainability 28 September 2017, 17:16:10 UTC
2ff2812 mlv_snd: experiment for 6D, EOSM, 100D, 70D - "will the real SoundDevShutDownIn please stand up?" http://www.magiclantern.fm/forum/index.php?topic=20597 27 September 2017, 21:40:02 UTC
4123ee6 Added crop_rec 3x3 720p Thanks Nikfreak :) 27 September 2017, 20:16:55 UTC
524186b Merged in Dannephoto/magic-lantern/crop_rec_4k_EOS100D_lossless (pull request #864) Crop rec 4k EOS100D lossless * Lossless recording working for eos 100D. Tested. Also added latest audio fix stub from Nikfreak. Big thanks to dfort for disassembly files and pointers. * Consistency fix. 27 September 2017, 20:14:59 UTC
2f729bb Histogram: use only the last bin for clipping warnings - sorry CineStyle users :) 27 September 2017, 19:25:25 UTC
8e38aa1 Raw backend: histogram-based white level detection (experimental) 27 September 2017, 19:06:42 UTC
96ec77a Merged in Dannephoto/magic-lantern/100D_merge_fw101_SOUND (pull request #863) Fix for audio issues on eos 100D, possibly other cameras too. * Fix for audio issues on eos 100D, possibly other cameras too. http://www.magiclantern.fm/forum/index.php?topic=16040.msg190513#msg190513 Thanks too dfort for code. * Nikfreak found the correct stub http://www.magiclantern.fm/forum/index.php?topic=16040.msg190532#msg190532 Approved-by: nikfreak <mlnikfreak@gmail.com> 26 September 2017, 21:25:42 UTC
a480bf8 Raw backend: start autodetecting white level from Canon's estimation, instead of our own initial guess - it appears to underestimate the true value consistently, by up to 0.38 EV - to be tested with raw_diag - also needs testing on models other than 5D3 (check the console after taking a CR2 picture with raw overlays, at different ISOs 25 September 2017, 22:38:17 UTC
9acd959 Raw backend: attempt to fix false clip warnings with non-overexposed ETTR'd images experimental, might break with dual_iso or iso_regs (to be tested) http://www.magiclantern.fm/forum/index.php?topic=20579.msg190330#msg190330 25 September 2017, 22:26:51 UTC
506e30d mlv_lite: reworded Rec trigger menu, hopefully in a less confusing way 18 September 2017, 06:51:43 UTC
4a45fc6 mlv_dump: mask out uneven vertical resolutions 24 September 2017, 00:25:33 UTC
86a5f54 lossless: cleaned up EDMAC connections on 5D3 (todo: find out why ResLock 0x30001 used to lock up the camera) 14 September 2017, 18:56:16 UTC
ad8f3c1 100D: fix ADTG/CMOS_WRITE_FUNC 14 September 2017, 18:49:55 UTC
87b45ae lossless: use EDMAC R/W channels from edmac-memcpy on all models (to be tested) 14 September 2017, 17:29:58 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
559e8f8 lossless compression working on 700D.115 13 September 2017, 19:07:13 UTC
974d3a2 crop_rec works on 700D.115 13 September 2017, 03:06:11 UTC
822e142 Merged unified into crop_rec_4k 14 September 2017, 18:06:00 UTC
53b7223 Merged 70D_merge_112 into crop_rec_4k 14 September 2017, 18:03:58 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
9021f5c 70D: fix ARMLIB_OVERFLOWING_BUFFER (caught by bfa1b22) 10 September 2017, 20:14:35 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
3b5c909 70D: fix task hooks (new-style DryOS must not have HIJACK_TASK_ADDR) 09 September 2017, 18:23:00 UTC
c1026be add 70D stubs for sf_dump module 09 September 2017, 08:57:31 UTC
30f0cc7 70D: enabled CONFIG_TSKMON 07 September 2017, 20:47:28 UTC
9e60e02 70D: use the correct task_dispatch_hook 07 September 2017, 20:45:13 UTC
c9fa31e 70D: enabled CONFIG_ALLOCATE_MEMORY_POOL and classic boot process (similar to 6D, reserved 592K at the beginning of AllocateMemory pool) 07 September 2017, 20:27:45 UTC
348b82c Merged patchmgr into 70D_merge_fw112 07 September 2017, 20:25:56 UTC
946e62a reloc: allow up to 16 fixups; fix stop condition 07 September 2017, 20:24:42 UTC
56a00db mlv_dump: play safe after freeing buffers - set variables NULL and soothe static analyzers 07 September 2017, 19:47:18 UTC
fda1270 reloc: handle PC-relative add (ADR) (also updated sign handling in LDR, for consistency) 07 September 2017, 19:42:23 UTC
5c5b205 patchmgr: fix bad merge in reloc.c (52b733594b2e) 07 September 2017, 18:10:53 UTC
07c9670 Merged new-dryos-task-hooks into 70D_merge_112 07 September 2017, 13:20:05 UTC
fc000a6 mlv_dump: fix crash situation when averaging as active in dng output mode 27 August 2017, 23:00:42 UTC
e85b2e1 Merged 100D_merge_101 into crop_rec_4k (used DEFAULT_RAW_BUFFER_SIZE and SRM_BUFFER_SIZE from 700D; not sure if correct) 07 September 2017, 12:46:53 UTC
4a8edde Merged qemu into crop_rec_4k 07 September 2017, 12:32:38 UTC
ca26ade mlv_dump: backout 9ce0339 http://www.magiclantern.fm/forum/index.php?topic=19300.msg189600#msg189600 05 September 2017, 23:09:12 UTC
33a37ea mlv_lite: fix - some frames were written twice when recording was about to stop (bug introduced with variable frame size support) 05 September 2017, 22:46:20 UTC
c0ae6b3 mlv_play: experimental check for duplicate frames (warnings printed to console; false positives on overexposed footage) 05 September 2017, 23:05:51 UTC
354e4e5 550D: SRM_BUFFER_SIZE (tecgen) 05 September 2017, 20:50:24 UTC
2096620 mlv_lite: reallocate memory on video mode change 05 September 2017, 07:36:47 UTC
61ffde5 mlv_lite: fix memory configuration not updating when changing pre-recording settings 05 September 2017, 07:16:43 UTC
43875fc Memory backend: allow smaller buffers from SRM (experimental) 05 September 2017, 07:14:56 UTC
3ae0a0b exmem: fix srm_malloc 05 September 2017, 07:10:43 UTC
f679f7a Merged lua_fix into crop_rec_4k 03 September 2017, 19:35:47 UTC
351b104 Merged in daniel_fort/magic-lantern/crop_rec_4k_EOSM_700D_SRM_BUFFER_SIZE (pull request #852) SRM_BUFFER_SIZE for EOSM and 700D 05 September 2017, 05:48:16 UTC
adf8ed2 Found SRM_BUFFER_SIZE for EOSM and 700D 05 September 2017, 05:33:49 UTC
b599751 menu: fix null pointer issue in dynamic menus 03 September 2017, 19:34:29 UTC
06bd9c8 menu: fix regression in Modified menu (with API tests) 03 September 2017, 19:10:23 UTC
7a612ff Merged in Licaon_Kter/magic-lantern-1/Licaon_Kter/mlv_recc-raw_force_aspect_ratio_1to1-ra-1503794292880 (pull request #851) mlv_rec.c: raw_force_aspect_ratio_1to1(); -> raw_force_aspect_ratio(1,1); Approved-by: Daniel Fort <dan@digiola.com> Approved-by: Lars Steenhoff <larssteenhoff@gmail.com> 03 September 2017, 13:29:08 UTC
cf66245 menu: removed obsolete menu screenshots 02 September 2017, 21:18:27 UTC
7f5755c menu: workaround for file_man (fixme: still relying on name lookup to find submenus) 02 September 2017, 20:35:03 UTC
259d854 menu: store submenu parent in the menu structure; more submenu fixes 02 September 2017, 20:32:31 UTC
180e1a9 Removed use-after-free hacks from raw backend, mlv_lite and silent modules 31 August 2017, 19:56:56 UTC
449ebf4 exmem: test to make sure the SRM use-after-free method is safe for raw recording (requires compiling with CONFIG_RSCMGR_UNUSED_SPACE_TEST, which will increase the startup time) 03 September 2017, 12:49:59 UTC
back to top