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

sort by:
Revision Author Date Message Commit Date
4b4520c Closed branch find_fnt.py_update 04 July 2017, 00:30:37 UTC
666c035 Changed "base" to the address used when dumping the ROM 04 July 2017, 00:19:22 UTC
cd7b9c2 Merged hudson/unified into unified - hopefully for the last time to prevent multiple remote heads 02 July 2017, 20:51:17 UTC
99da5d7 Closed branch unified 02 July 2017, 20:48:57 UTC
0a3fd5a Closed branch unified 02 July 2017, 20:39:08 UTC
51a7c7a Merged hudson/unified into unified to prevent new remote heads 02 July 2017, 18:19:36 UTC
3331f55 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
f21d7a5 mlv_rec: insert alignment NULL block before writers start to write aligned sizes 02 July 2017, 15:32:41 UTC
4a9760a mlv_rec: ensure 32 bit alignment for VERS block sizes. just because. 02 July 2017, 15:20:47 UTC
275b735 Merged in daniel_fort/magic-lantern/700D_AE_fix (pull request #842) Fixed 700D AE constants (for autoexpo.mo) Approved-by: Daniel Fort <dan@digiola.com> 02 July 2017, 14:04:58 UTC
60c712d Fixed AE constants 02 July 2017, 00:07:13 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
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
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
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
back to top