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

sort by:
Revision Author Date Message Commit Date
8dcca59 Close branch makefile-fix2 11 February 2014, 13:15:54 UTC
0fbfccf Make sure Makefile discard invalid CONFIG_ variables 10 February 2014, 23:48:35 UTC
feb240e Backout changeset 15c671a7dc58 Modules were not being bundled with the zip 10 February 2014, 21:22:19 UTC
31058b4 Fix commit e560908 10 February 2014, 21:13:29 UTC
4077767 io_crypt: fix random encryption problems caused by odd address offsets 10 February 2014, 20:38:53 UTC
b27572c Fixed typo that broke raw menu warnings in movie mode (5ebb950) 10 February 2014, 20:21:42 UTC
9827192 Merge with unified 10 February 2014, 16:34:57 UTC
1c29d8d state-object.c : Fix compiler warning 10 February 2014, 16:31:06 UTC
11a98ad chdk-dng.c : Do not use exit() while running on the camera This will throw an ASSERT() which is probably better 10 February 2014, 16:30:57 UTC
ef3a5c4 Makefile: add top level all_modules target (will compile all configured modules) 10 February 2014, 16:30:07 UTC
38bb852 Fix 1100D build 10 February 2014, 14:56:04 UTC
a6e24de Display filters: use 64-bit alignment for allocated buffer (fixes underflow when malloc returns an unaligned address) 10 February 2014, 14:40:39 UTC
d3c7bfb Fix ML menu while recording raw (tested on 5D2/3, but I believe it's needed for all cameras) 10 February 2014, 14:23:46 UTC
e12a628 mlv_play: prevent the OSD from going out of range e.g. by pressing delete a few times you could move it to the middle of the screen 10 February 2014, 13:08:41 UTC
0aab0b3 RBF fonts: safeguard to avoid writing outside of the screen (fixes crash in mlv_play and maybe others) 10 February 2014, 13:02:18 UTC
fb474e1 Silent pics: updated README 10 February 2014, 12:26:04 UTC
fc1fa4a Silent pics: use proper display filter interface 10 February 2014, 12:04:53 UTC
d7da5ef Display filters: use proper malloc for the output buffer (new cameras only); some error checking 10 February 2014, 11:49:48 UTC
db342c2 Cleanup: removed CBR_VSYNC_DISPLAY / vram_redirect_lv_buffer (not portable and broken on both 5D2 and 5D3) 10 February 2014, 10:22:09 UTC
127b763 Disabled checking for task overrides after ML started up. Any speed improvement in raw recording? 10 February 2014, 10:00:06 UTC
2a07287 Re-enabled CONFIG_TSKMON, but disabling it during raw recording to avoid performance penalty 10 February 2014, 10:00:01 UTC
755434b Removed spotmeter moving in playback (way too slow; anyone was using it?) 10 February 2014, 09:35:17 UTC
f363426 Raw histogram: renamed "ON" to "Full Histogram" to reduce confusion 10 February 2014, 09:31:55 UTC
c8697a4 EOS-M: remove cruft from features.h 10 February 2014, 09:29:57 UTC
5acede7 Merged in nviennot/magic-lantern/makefile-fix (pull request #375) Fix compilation issue 10 February 2014, 10:51:59 UTC
1064a66 Menu: guess icon types when calling menu_add (fixes some submenu icons) 10 February 2014, 09:14:25 UTC
ac2f3b7 Merged in iso-response-test-module (pull request #373) Move iso response curve tests to a module. 10 February 2014, 08:43:13 UTC
ddbf16d Merged in bnvm/magic-lantern-5/bnvm/added-1792-resolution-1390499796295 (pull request #351) Added 1792 resolution 10 February 2014, 08:41:37 UTC
8a8e856 Merged in bnvm/magic-lantern-4//added-1792-resolution-1390499711758 (pull request #350) Added 1792 resolution 10 February 2014, 08:41:19 UTC
fb61a00 Fix compilation issue The `$(foreach entry, $(_defined_configs), $(eval _CONFIGS-with-$($(entry))+= $(entry)))` line is a problem in the Makefile: Makefile.setup:120: *** missing separator. Stop. Assigning the result to a dummy variable fixes the issue. 09 February 2014, 21:34:00 UTC
718462a mlv_rec: fix log file format string, %2 is too short 09 February 2014, 20:14:28 UTC
4433fcb mlv_rec: speed improvement to mlv_dump as proposed by escho 09 February 2014, 18:33:52 UTC
6b67c1c io_crypt: disable scratch ram due to trouble when shooting series, some code cleanups 09 February 2014, 18:22:51 UTC
b99f85d Makefile.setup : remove -W , add -Wextra for more verbosity 09 February 2014, 14:27:41 UTC
edbfa2c Makefile.setup : -ffast-math implies -fno-trapping-math 09 February 2014, 14:27:19 UTC
be4a286 Remove raw-blinkies.c , the code is not used anywhere 09 February 2014, 12:55:04 UTC
8846951 Expose HDR_ENABLED macro to modules (is_hdr_bracketing_enabled()) cc @Audionut 09 February 2014, 10:11:01 UTC
76a238f Amend commit cbd3b6b1b2f54a88979db49b4283aea918e62dc5 There was a typo in the old one 09 February 2014, 10:08:26 UTC
e695c83 mlv_rec : Use lens_get_{} functions to read data from currently selected picture style This change will make sense further down the road when I submit my picstyle_settings refactoring 09 February 2014, 09:38:08 UTC
f8d49cb Rename iso_tests to iso_test 08 February 2014, 23:16:56 UTC
6c4b00e Fix typo in filename creation 08 February 2014, 17:24:33 UTC
f5b4dde Shorten module name 08 February 2014, 17:23:08 UTC
c75b54e Move iso response curve tests to a module. 08 February 2014, 17:21:42 UTC
6c431ba io_crypt: various cleanups, some more comments, io_decrypt with only one parameter 08 February 2014, 01:40:59 UTC
bd746e1 io_crypt: fixed file loading 07 February 2014, 23:37:14 UTC
d368a2e provide ui_lock symbol to ensure compatibility with older modules, backout with next module API push 07 February 2014, 23:26:13 UTC
ad3a9de move ui_lock helper function into util.c 07 February 2014, 21:58:53 UTC
291463d added util.c with atomic helper functions 07 February 2014, 22:06:11 UTC
1dc7ab6 moving config related stuff from debug.c into config.c 07 February 2014, 21:38:55 UTC
a9cbdef moving electronic level into a separate file 07 February 2014, 21:09:50 UTC
165f219 fix Makefile.modules to create the template .rst correctly 07 February 2014, 20:08:15 UTC
34e9c47 Merged in vyskocil/magic-lantern-vlad/clean_mlvrec_display (pull request #370) Add menu settings for choosing what to display when recording with mlv_rec (None, Icon, Debug) 07 February 2014, 20:03:55 UTC
0d38f9f mlv_snd: fixed description 07 February 2014, 19:52:47 UTC
29ac787 Add menu settings for choosing what to display when recording with mlv_rec (None, Icon, Debug) 07 February 2014, 17:32:19 UTC
0149a7b Makefile.user.default : add 1100D to supported platforms (fixes features table) 06 February 2014, 22:29:41 UTC
146bd00 Makefile: top clean target should clean modules too 06 February 2014, 22:18:53 UTC
7f3b730 Add mlv_snd to nightly builds 06 February 2014, 20:51:19 UTC
0ba82bf Merged in separate-vectorscope (pull request #359) Move vectorscope from zebra to its own file 06 February 2014, 20:46:14 UTC
20594ce Merged in memory-browser-fix (pull request #360) Make memory browser work with the latest changes in ML 06 February 2014, 20:44:22 UTC
950a0df mlv_rec: optimizing backup file allocation, dont delete it everytime, just when needed 06 February 2014, 20:28:04 UTC
8ff3407 Merged in a_d_/magic-lantern-mlv (pull request #367) mlv_rec: cosmetic - show buffer status depends on show buffer graph 06 February 2014, 20:02:23 UTC
101ce31 io_crypt: added 650D, added mingw exe target, fixed warnings 06 February 2014, 19:57:59 UTC
852f941 Merged in Marsu42/ml-pull3 (pull request #362) Add awb warning option & focus raw warning to lraw 05 February 2014, 11:12:34 UTC
d05dbfa wb/raw warning: rename lraw->raw to see if it gets merged 05 February 2014, 08:55:52 UTC
3f9d763 mlv_rec: cosmetic - show buffer status depends on show buffer graph 04 February 2014, 20:19:20 UTC
9919481 Merged in frenchiefilms/phil (pull request #366) Fix for Issue #1763 04 February 2014, 19:34:29 UTC
d242bc4 This isn't my fix, but Tragic Lantern 6D forgot to put this in, from his fork back in dec last year, so I'm doing so for him now. 04 February 2014, 19:17:08 UTC
82fa6ed Merged in frenchiefilms/phil/frenchiefilms/fix-for-issue-1742-debug-menu-shows-2-in-1391530757147 (pull request #365) fix for issue #1742 Debug menu shows 2%% instead of 2% 04 February 2014, 18:27:40 UTC
3845741 Merged in frenchiefilms/fix-for-issue-1742-debug-menu-shows-2-in-1391530757147 (pull request #1) fix for issue #1742 Debug menu shows 2%% instead of 2% 04 February 2014, 18:26:16 UTC
aadb61b fix for issue #1742 Debug menu shows 2%% instead of 2% 04 February 2014, 16:19:38 UTC
6ef8fbd Merged in dmilligan/magic-lantern/ettr_raw_lv_fix (pull request #364) ETTR: prevent from running in LV if raw data is not available 04 February 2014, 14:16:29 UTC
7139064 io_crypt: return correct read sizes and return zeros at the end instead of header data. 02 February 2014, 22:19:27 UTC
be97766 io_crypt: add support for decrypting files on the fly for viewing in camera 02 February 2014, 20:40:09 UTC
8e7fb98 mlv_rec: - allocate disk memory before recording to catch full disk better (please test) - added support for files >4GiB for exFAT cards - pre-allocate files on disk before recording starts 02 February 2014, 20:39:32 UTC
7127e7d ettr: prevent from running in LV if raw data is not available 02 February 2014, 20:38:52 UTC
18a1775 update movie restart feature to only care for H264 recording. 02 February 2014, 19:28:17 UTC
f9055f9 Add awb warning option & focus raw warning to lraw 02 February 2014, 15:25:34 UTC
6dbeaf3 Backed out changeset: 64baa67e725f 01 February 2014, 22:28:09 UTC
ec59914 Backed out changeset: 79b628fcb4a2 01 February 2014, 22:28:02 UTC
7c51988 Backed out changeset: 1b2e12814f56 01 February 2014, 22:27:53 UTC
3b9feb5 mlv_rec: a bit more paranoia to catch file creation errors 01 February 2014, 22:16:33 UTC
c25ea56 mlv_rec: a bit more paranoia to catch file creation errors 01 February 2014, 22:16:33 UTC
8e8735b io_crypt: added RSA for passwordless encryption, updated menu, decryption working for all modes 01 February 2014, 22:15:38 UTC
da134ba io_crypt: added RSA for passwordless encryption, updated menu, decryption working for all modes 01 February 2014, 22:15:38 UTC
0d1517b trace: fixed potential buffer overrun 01 February 2014, 22:14:44 UTC
e2d65aa trace: fixed potential buffer overrun 01 February 2014, 22:14:44 UTC
669500b 650D: Fix LoadCalendarFromRTC Closes issue #1849 01 February 2014, 15:08:18 UTC
6e3f6a5 Remove the nightly builds bot and makefile target It has been fun, but Hudson simply works better. This also cleans up the Makefile a bit, which is always welcome given how complex it is 01 February 2014, 11:39:10 UTC
cc0b37a 1100D: Add msg_queue_count stub Now mlv_play should work. Maybe you can turn this camera into a portable raw player now ... 01 February 2014, 11:27:48 UTC
d5cdfbe ETTR: Show an error if something goes wrong in raw_update_params e.g. when switching from photo to LV on a camera that does not support raw LV Credit: @a1ex 01 February 2014, 11:10:41 UTC
b533ddc Amend commit 6a5760919b23 01 February 2014, 10:35:06 UTC
eada14e Make sure we fall-back to a sane preset if FEATURE_VECTORSCOPE is not available 01 February 2014, 10:32:31 UTC
c116751 Move vectorscope from zebra to its own file TODO: Move this feature to its own module 01 February 2014, 10:18:43 UTC
63b1f98 ETTR: If CONFIG_RAW_LVIEVIEW is not defined, do not allow ETTR in LV 31 January 2014, 22:44:32 UTC
b311e60 Make sure no raw LV feature can be used unless CONFIG_RAW_LVIEVIEW is defined. 31 January 2014, 22:43:53 UTC
e894d26 1100D: Enable PLAY mode overlays right after a picture is taken 31 January 2014, 21:20:12 UTC
bb903f7 raw.c : Use the correct transformation matrixes This fixes raw overlays on 1100D and possibly on HDMI too. Credit: @a1ex (figuring it out before me) , @dmilligan for forcing me to look into it 31 January 2014, 21:19:50 UTC
db8bbda Make ML compile again 31 January 2014, 21:18:24 UTC
4e36e67 Partially revert commit 18dc1fb The old comment makes more sense 31 January 2014, 16:35:52 UTC
f8d4c11 Merged in escho/escho-magiclantern/final_version (pull request #357) raw2dng: fix cold pixels 31 January 2014, 16:50:08 UTC
back to top