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

sort by:
Revision Author Date Message Commit Date
f5e25c2 Closed branch crop_rec_4k 20 August 2017, 03:29:13 UTC
71ab4e5 Merged ErwinH's 700D changes (without null pointer workarounds) 19 August 2017, 07:02:10 UTC
0ae79e4 pic_view: lossless DNG support (experimental) 19 August 2017, 06:39:25 UTC
3e37c5e exmem: fix typo (very large malloc works again) 19 August 2017, 06:18:16 UTC
85d6ca9 silent: experimental full-res LV automation, via crop_rec load silent.mo and crop_rec.mo, leave Crop Mode OFF, set Silent Mode to Full-Res LV and press shutter halfway advantage: preview disadvantage: shutter lag (while switching LiveView modes) 18 August 2017, 23:57:06 UTC
ba8935b Merged patchmgr into crop_rec_4k 19 August 2017, 06:44:06 UTC
6c276d9 Merged lua_fix into crop_rec_4k 19 August 2017, 06:43:21 UTC
91771e6 Patch manager: ensure valid menu name for all entries 18 August 2017, 23:53:29 UTC
0bd0e6d ResumeLiveView: return as soon as we have a valid frame and display is back on 18 August 2017, 22:56:46 UTC
6db6bea silent: always show preview (and pause LiveView) 18 August 2017, 22:29:44 UTC
fd048c4 silent: do not compress DNGs in place (fixes various issues, but memory management is more difficult) 18 August 2017, 22:22:00 UTC
7cf8d8a exmem: do not keep track of full shoot memory allocations (allows reserving some memory in advance and allocating all the remaining RAM afterwards) 18 August 2017, 22:18:35 UTC
c653cae Playback of compressed raw footage. Fix of malloc error. 17 August 2017, 11:47:11 UTC
d995673 * Changes for running crop_rec_4k on 700d including lossless DNG. * Different resources for different camera's didn't work (for now) so only usable for 700D. * Resources for 5D3 and 700D by calling CreateResLockEntry inside if-statement. 17 August 2017, 09:26:26 UTC
1c2ba40 Merged unified into crop_rec_4k 17 August 2017, 08:47:46 UTC
0ae8464 Merged in raw_fixes (pull request #828) Raw fixes part 5 17 August 2017, 07:20:53 UTC
f2628ef Merged unified into crop_rec_4k 17 August 2017, 06:04:46 UTC
36564f8 mlv_rec/mlv_lite: moved write_mlv_vers_blocks to mlv.c/h (avoids duplicate code) 17 August 2017, 05:52:46 UTC
1bc70b6 Merged crop_rec into crop_rec_4k (700D, not tested) 16 August 2017, 23:02:13 UTC
708c198 Merged in daniel_fort/magic-lantern/crop_rec-700D (pull request #824) crop_rec for 700D 16 August 2017, 22:46:02 UTC
f54c74b mlv_play: fix a fio_malloc issue (not tested, might fix issue #2766) 16 August 2017, 22:24:59 UTC
449f75a Merged in raw_capture_info (pull request #827) 16 August 2017, 22:19:27 UTC
42f983e Merged raw_capture_info into crop_rec_4k 16 August 2017, 21:19:13 UTC
72e6913 mlv_dump: fix compilation after rawc header update 16 August 2017, 20:38:36 UTC
817536a lossless: decompression support for 5D3 1.2.3 16 August 2017, 19:50:32 UTC
7eb3d78 mlv_play: moved decompression routines to lossless.c 16 August 2017, 19:43:07 UTC
98d9fd8 mlv_play: fix memory allocation for some FIO_ReadFile calls (fio_malloc) 16 August 2017, 19:14:51 UTC
3598391 Merged unified into crop_rec_4k 16 August 2017, 18:44:28 UTC
4044f81 mlv_lite: always show the Preview option; proper warning if global draw is off 16 August 2017, 18:37:11 UTC
5b27a32 edmac-memcpy: experiment - use connection 7, since 6 appears to be used 16 August 2017, 14:50:49 UTC
b732a67 null pointer check: ignore some false warnings 08 August 2017, 15:32:01 UTC
f3390cc get_current_dialog_handler: fix return value when no dialogs are present 06 August 2017, 19:58:57 UTC
b605b38 fix rules to allow "make -j" 06 August 2017, 20:01:59 UTC
851a2d3 patch.c: fix warning 31 July 2017, 20:13:41 UTC
20ac2e9 Merged unified into patchmgr 31 July 2017, 20:04:06 UTC
e672899 Merged in edmac (pull request #811) EDMAC module + fixes 31 July 2017, 19:56:17 UTC
ac8c24e edmac-memcpy: fix compilation 31 July 2017, 18:20:55 UTC
1d0fc8e Merged unified into edmac 31 July 2017, 18:33:58 UTC
0663e1b Merged in backtrace (pull request #849) Stack trace (aka backtrace) in crash logs 27 July 2017, 18:47:54 UTC
d28a2a8 Close branch backtrace 27 July 2017, 18:47:54 UTC
69cbbaa selftest: fix incorrect strings (AllocateMemory != system memory) 25 July 2017, 11:28:04 UTC
5281939 Makefile: minor fine-tuning; updated comments 15 July 2017, 16:24:55 UTC
12bbbc6 Makefile: fix compiling backtrace on fresh clone 15 July 2017, 14:47:29 UTC
b84a8ea selftest: fine-tuned comments and strings 15 July 2017, 08:32:33 UTC
2197727 selftest: re-enabled fault emulations (some of them are useful for testing the stack trace, as they will trigger ERR70) 15 July 2017, 08:17:08 UTC
51547eb backtrace: sync with qemu (e4376a1) 15 July 2017, 07:26:07 UTC
1b9e578 Makefile: mark $(QEMU_INSTALLED_DBI_DIR)/backtrace.% as optional dependency todo: any way to do the same without .SECONDEXPANSION ? 15 July 2017, 06:24:01 UTC
02c03dc Makefile: moved backtrace.o at the top to fix first-time compilation this makes sure backtrace.h is created before any other files that may use it (currently boot-hack.c) also remove the symlinks on "make clean" 15 July 2017, 05:47:54 UTC
119832b backtrace: sync with qemu (3db5423, fbb532b, ab6d33c, 115fe25) 14 July 2017, 19:30:15 UTC
dae0138 Makefile: workaround to unbreak the builds (how to fix it properly?) 14 July 2017, 06:29:15 UTC
77ed2ba Ghost image: fixed issue #2749 13 July 2017, 10:41:38 UTC
97a1622 Merged in daniel_fort/magic-lantern/find_fnt.py-update (pull request #844) find_fnt.py update 13 July 2017, 04:44:47 UTC
59c5f4d Merged in daniel_fort/magic-lantern/unified-multiple-FW_VERSION-minimal-ML (pull request #846) Multiple firmware versions for minimal ML 13 July 2017, 04:44:01 UTC
387ff20 Makefile.platform.base error trap for multiple firmware versions 09 July 2017, 19:54:21 UTC
159714b Backed out changeset: 1cc2f99d6ddc 08 July 2017, 08:53:04 UTC
017086c mlv_dump: fix using realloc instead of malloc (thanks bouncyball) 07 July 2017, 17:58:23 UTC
7e412d2 mlv_dump: apply changes to LZMA code also (which is going to be removed in future) 07 July 2017, 17:57:47 UTC
6bf0427 mlv_dump: remove unnecessary realloc 07 July 2017, 17:57:01 UTC
dfae621 mlv_dump: ensure allocated memory is zeroed 07 July 2017, 17:56:40 UTC
3bd09b5 lua.c: fix warning 05 July 2017, 16:49:24 UTC
5b8dc97 Lua: only hide the console if it was opened by some auto-running script (and block the key pressed to hide the console, if any) 05 July 2017, 16:46:47 UTC
144267f Lua: block keys on key.wait() hello.lua updated to wait only for SET (and block only this key) 05 July 2017, 16:44:30 UTC
b10db78 Added suggestion by @a1ex to guess the ROM[0,1] load address. 05 July 2017, 14:38:19 UTC
79fce74 mlv_rec/mlv_lite: moved write_mlv_vers_blocks to mlv.c/h (avoids duplicate code) 05 July 2017, 11:28:40 UTC
ac0a163 mlv_lite: fix bad merge 05 July 2017, 11:16:55 UTC
d2101e0 Changed "base" to the address used when dumping the ROM 04 July 2017, 00:30:20 UTC
fffd450 mlv_dump: further rework on subtraction/average buffer handling 03 July 2017, 19:01:08 UTC
697aa60 mlv_dump: reworked allocation a bit more, properly clean re-allocated memory 03 July 2017, 18:35:50 UTC
33a56ab mlv_dump: correct buffer allocations which caused trouble for compressed MLVs 03 July 2017, 18:05:19 UTC
0abc8c0 Merged unified into crop_rec_4k 02 July 2017, 20:20:38 UTC
f7e18f5 mlv_rec: reduce chunk count to keep room for other files to create (and circumvent mlv_play failing playback) 02 July 2017, 16:07:05 UTC
fb8f9fe mlv_rec: insert alignment NULL block before writers start to write aligned sizes 02 July 2017, 15:32:41 UTC
a036f82 mlv_rec: ensure 32 bit alignment for VERS block sizes. just because. 02 July 2017, 15:20:47 UTC
9e9eaa1 mlv_play: when raw_twk is loaded, use 16bpp output for lossless decompression 01 July 2017, 23:56:26 UTC
6ea941b raw_twk: rework to support 16bpp input data 01 July 2017, 23:55:44 UTC
f4fc8b6 Merged unified into lua_fix 01 July 2017, 23:11:33 UTC
cf9526e raw_twk: properly clean up EDMAC so it wont lock up when used in combination with e.g. lossless decompression 01 July 2017, 22:25:32 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
437e5a6 Stack traces for crash and assert logs, using the backtrace backend 01 July 2017, 17:45:00 UTC
f691b33 Updated backtrace.c to work on the camera as well (same source file for both QEMU and ML) 01 July 2017, 17:43:53 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
7eb3ecb menu: fix invalid indexing on menu choices not starting at 0 (reported by JohanJ at http://www.magiclantern.fm/forum/index.php?topic=14828.msg186252#msg186252 ) 29 June 2017, 10:19:24 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
6831415 selftest: fix bad merge 23 June 2017, 21:31:49 UTC
fb1dc39 Merged cache-fixes into lua_fix 23 June 2017, 21:06:57 UTC
4282617 Merged unified into lua_fix 23 June 2017, 21:03:14 UTC
0d11475 menu: attempt to fix file_man crash (a little hackish...) 23 June 2017, 19:06:40 UTC
ce9caac edmac.mo: fine-tuned transfer size info 23 June 2017, 17:04:46 UTC
e4ee404 selftest: AbortEDmac test 23 June 2017, 16:45:27 UTC
922a80e selftest: edmac_memcpy test 23 June 2017, 12:25:12 UTC
8569a78 edmac.mo: transfer size test 23 June 2017, 16:11:32 UTC
9353334 edmac-memcpy: use and decode transfer size from flags (to be tested) 23 June 2017, 16:55:59 UTC
b20a3b6 edmac_test: proper memory allocation 23 June 2017, 14:28:11 UTC
back to top