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

sort by:
Revision Author Date Message Commit Date
fb11d29 Imported scnprintf/vscnprintf from Linux kernel - turns out, we were using snprintf wrong - https://lwn.net/Articles/69419/ (disallow using the return value of snprintf/vsnprintf, as all our usage assumed non-standard behavior) 06 August 2017, 20:26:25 UTC
666d8db Allow zero-length format strings 06 August 2017, 19:57:44 UTC
7ff3fc0 Fixed most snprintf warnings 06 August 2017, 19:57:31 UTC
4910bfa Hack to allow %d with uint32_t and int32_t without warnings (better suggestions welcome) 06 August 2017, 19:41:09 UTC
883fa5a 5D3 1.2.3: commented out vsnprintf 06 August 2017, 20:45:57 UTC
6ca9a34 Merged unified into vsnprintf 06 August 2017, 19:34:21 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
b10db78 Added suggestion by @a1ex to guess the ROM[0,1] load address. 05 July 2017, 14:38:19 UTC
d2101e0 Changed "base" to the address used when dumping the ROM 04 July 2017, 00:30:20 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
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
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
3776d1d edmac-memcpy: updated edmac_find_divider for latest hypothesis 23 June 2017, 13:20:02 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
eb41c17 dual_iso: change cr2hdr to use the same wrapper for module_strings like mlv_dump, also fixes compile error caused by a module.h change from static to global (module_strings_wrapper.h from 0c1c8b3) 02 June 2017, 17:51:35 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
ce10729 Merged unified into vsnprintf 05 May 2017, 14:22:02 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
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
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
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
back to top