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

sort by:
Revision Author Date Message Commit Date
4500cae Merge 550D 110 16 May 2017, 20:38:56 UTC
0028818 initial 550D 110 16 May 2017, 13:00:59 UTC
e0fa48c dm-spy: save log at shutdown, if requested during a logging session 06 May 2017, 13:11:15 UTC
3b42609 Merged unified into dm-spy-experiments 06 May 2017, 09:16:10 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
51c56b9 dm-spy-extra: disabled low-level entries for 5D2 (only log the basics) 02 May 2017, 11:19:12 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
828976b 500D: pre/post_isr_hook stubs 15 April 2017, 09:47:42 UTC
98f6281 dm-spy-extra: disabled some old entries for 5D3 1.2.3 14 April 2017, 09:59:23 UTC
0a69c21 dm-spy-extra: simple logger for RAM data structures (autodetected from pointer address) 14 April 2017, 07:55:24 UTC
08f133b dm-spy-extra: option to log memory allocation calls 11 April 2017, 17:08:24 UTC
f500bb4 dm-spy-extra: allow logging return values of a function and also arbitrary register values (mmio_log no longer needed) 11 April 2017, 16:39:39 UTC
d0feab9 Merged patchmgr into dm-spy-experiments 14 April 2017, 07:40:14 UTC
5edeeb9 Merged unified into dm-spy-experiments 14 April 2017, 07:39:58 UTC
51614b0 Patch manager: with CONFIG_QEMU, simply patch as if writing to RAM (and ignore cache issues) 11 April 2017, 17:06:26 UTC
9b5dc49 Patch manager: use const char * for patch_hook_function's description 11 April 2017, 16:36:39 UTC
9ab8a36 dm-spy: allow more time before saving the startup log 07 April 2017, 13:56:04 UTC
6b87413 Fix compiling without CONFIG_MODULES 07 April 2017, 13:55:30 UTC
815049c Merged unified into patchmgr 01 April 2017, 14:13:01 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
2383fd5 dm-spy-extra: log LV raw buffer size on 5D3 1.2.3 21 March 2017, 09:25:05 UTC
d49048b Merged task_name into dm-spy-experiments 21 March 2017, 09:01:04 UTC
9422507 Merged unified into dm-spy-experiments 21 March 2017, 08:57:12 UTC
7f594f2 Merged unified into patchmgr 20 March 2017, 18:23:30 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
eaa8ca8 Merged in pre-record (pull request #728) Pre-recording feature (mlv_lite) http://www.magiclantern.fm/forum/index.php?topic=17069.0 Approved-by: DeafEyeJedi Approved-by: David Milligan Approved-by: Maqs Approved-by: g3gg0 Approved-by: Mathew Kelly Approved-by: Alex 11 March 2017, 12:06:58 UTC
315c020 Close branch pre-record 11 March 2017, 12:06:58 UTC
1501e70 mlv_lite: fix chunk frame count (to be tested) 11 March 2017, 05:22:18 UTC
752c303 mlv_lite: fix invalid header under certain conditions involving very fast button presses example: select a resolution higher than maximum, zoom in, return from zoom and press record very quickly http://www.magiclantern.fm/forum/index.php?topic=19108 03 March 2017, 17:31:00 UTC
678b1b9 Zip comment: removed old links 20 February 2017, 00:42:53 UTC
fed50e3 fio-ml: fix possible buffer overflow with PROP_CARD_SELECT (might happen on unusual settings or new models) 27 March 2017, 00:33:31 UTC
f7abef1 Makefile: summarize CONFIG options and GCC version from Makefile.user (if any) in the build log; minor fixes 27 March 2017, 08:54:07 UTC
6b60406 dm-spy-extra: delay mpu_send to allow grouping MPU messages by timestamps 18 February 2017, 12:57:02 UTC
fc0c5ef mlv_lite: also renamed in Makefile.modules.default 11 February 2017, 14:53:53 UTC
05fdbd5 Merge with unified 11 February 2017, 14:20:23 UTC
5958237 Merged in new_raw_format (mlv_lite) (pull request #685) Completely replace the old raw format with a lite implementation of MLV. Recording performance should be identical to the old raw_rec v1.0; however, the additional features from mlv_rec are not present. Note: raw_rec.mo was renamed to mlv_lite.mo. 11 February 2017, 13:52:09 UTC
9a7bde5 Close branch new_raw_format 11 February 2017, 13:52:09 UTC
e4f8ff4 mlv_lite: updated README 11 February 2017, 13:44:28 UTC
b4a17f6 Renamed raw_rec to mlv_lite 11 February 2017, 13:43:44 UTC
a051a13 Merged unified into new_raw_format 11 February 2017, 13:38:00 UTC
6acc294 Always disable overlays in x10 zoom, see pull request 806 and also in the special x1 zoom from some recent models 10 February 2017, 20:40:39 UTC
ee97330 Merged in daniel_fort/magic-lantern/700D_isr_stubs (pull request #797) 700D pre_isr_hook/post_isr_hook stubs for LOG_INTERRUPTS Approved-by: Alex 10 February 2017, 17:18:15 UTC
c00319f Info bars: fix positions for various screen layouts + refactor 10 February 2017, 11:33:18 UTC
645aedb Cropmarks: fix alignment on external monitors http://www.magiclantern.fm/forum/index.php?topic=14704.msg179688#msg179688 10 February 2017, 10:19:24 UTC
8ca4c63 Focus peaking: removed the option to use HD buffer (simpler code) 10 February 2017, 16:39:43 UTC
b37f9b1 Focus peaking: fix alignment with anamorphic preview (issue #2446?) 08 February 2017, 12:40:15 UTC
043dfc5 Fix REC PicStyle on first clip (issue #2379, all models) 08 February 2017, 08:26:28 UTC
b639f26 700D: fix pre/post_isr_hook stubs 02 February 2017, 04:47:47 UTC
1c69fbb raw2dng, Makefile: switching to -c99 introduced 2 warnings and fseeko not able to address long files under linux. Fixed 29 January 2017, 11:10:08 UTC
9f5504b 1100D: fix FPS override (nightly compiles again, thanks to all testers) 26 January 2017, 22:23:13 UTC
19c82c8 500D: fix PlayMovieGuideApp_handler stub 26 January 2017, 20:17:52 UTC
a867e16 Merged in bouncyball/magic-lantern/unified-camname-patch (pull request #801) make mlv_dump write unique camera name tag to dng files 26 January 2017, 21:24:54 UTC
d480020 mlv_dump: changed unique_camname initial value from NULL to (unknown). Got rid of the unnecessary check. There should be only one IDNT block in a valid MLV 23 January 2017, 12:31:44 UTC
667ab08 Merged unified into unified-camname-patch 19 January 2017, 14:13:40 UTC
6b5ae81 Merged in 5D3-113-and-123 (pull request #611) Support for 5D3 firmwares 1.2.3 and 1.1.3 in the same source tree 13 January 2017, 22:45:14 UTC
09fabb3 Close branch 5D3-113-and-123 13 January 2017, 22:45:14 UTC
6848fa3 5D3: sync platform files between 1.1.3 and 1.2.3 13 January 2017, 22:31:28 UTC
929f666 mlv_dump.c, camera_id.h: some suggested polishing 13 January 2017, 09:51:57 UTC
26c97e6 mlv_dump: typo correction 13 January 2017, 08:59:32 UTC
d46ec6f mlv_dump: use NULL instead of Unknown Model string 13 January 2017, 08:53:55 UTC
193e8de camera_id.h: func now returns NULL if camera model not matched 13 January 2017, 08:40:36 UTC
e726a83 Merged in bouncyball/raw2dng_dng_set_camname_patch (pull request #791) raw2dng_dng_set_camname_patch 12 January 2017, 20:20:36 UTC
48a5f30 Merged in escho/escho-magiclantern/escho-dev (pull request #783) change helptext for mlv_dump 12 January 2017, 20:19:34 UTC
ded8d08 Merged unified into 5D3-113-and-123 12 January 2017, 13:12:09 UTC
22527da Merged in ettr-bulb (pull request #674) Bulb mode support for Auto ETTR (for very long exposures) 12 January 2017, 13:10:10 UTC
4e2a3e6 Close branch ettr-bulb 12 January 2017, 13:10:10 UTC
967551f Merged in serialflash (pull request #793) Serial flash dumper 12 January 2017, 13:07:01 UTC
b85f962 Close branch serialflash 12 January 2017, 13:07:01 UTC
6fa1bdb Merged in Licaon_Kter/magic-lantern/Licaon_Kter/save-sticky-halfshutter-in-config-fix-ht-1482105766431 (pull request #784) Save sticky halfshutter in config 12 January 2017, 13:06:45 UTC
ed623bf Merged in raw_fixes (pull request #778) Raw fixes part 3 12 January 2017, 12:47:36 UTC
6f8007a Raw backend: back to EDMAC channel 4 for 5D3 RAW_SLURP (corrupted frames on 1.2.3 with 0x12) 12 January 2017, 12:40:12 UTC
9c1adc8 Raw backend: no more white level exceptions 12 January 2017, 12:39:33 UTC
f89419c camera_id.h: fallback to unique/default name in case of the model w/o localized name 10 January 2017, 08:18:45 UTC
be0d0e3 camera_id.h: remove Canon EOS 400D from the model list 09 January 2017, 11:52:19 UTC
7ecfefc camera_id.h: make get_camera_name_by_id func static 09 January 2017, 11:50:32 UTC
ac2952a mlv_dump: write unique camera name tag to dng files 08 January 2017, 16:57:08 UTC
f8f9ebd mlv_dump: added camera_id.h to the mlv_rec dir 08 January 2017, 16:54:42 UTC
back to top