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

sort by:
Revision Author Date Message Commit Date
3ccb305 Close branch restore-after-format 28 January 2015, 16:47:58 UTC
7cb327d Restore after format: also restore FIR and LOG files from root directory, plus some cleanup 27 January 2015, 22:32:02 UTC
142b545 600D, 1100D: fix toggle button for restore after format, https://bitbucket.org/hudson/magic-lantern/pull-request/575/restore-after-format-refactoring-fix-for/diff#comment-2677043 27 January 2015, 20:48:44 UTC
2e7479d 5D3 113: restore after format working (backported from 123 - b1296f0) 27 January 2015, 20:41:09 UTC
b1bbde2 EOS-M, restore after format: fix button code 05 August 2014, 11:47:28 UTC
eee6455 EOS-M, restore after format: use the DELETE button to toggle between "Keep ML" and "Remove ML" 05 August 2014, 11:01:47 UTC
86dc288 Fix typos 05 August 2014, 10:40:50 UTC
f2f5c88 Restore after format: moved button codes from gui-common.c to platform/consts.h, and some small refactoring 05 August 2014, 10:33:02 UTC
88a69b0 650D: fixed wrong SetHPTimerNextTick 31 July 2014, 10:15:43 UTC
ade1011 650D: fixed wrong RAM_OFFSET 31 July 2014, 10:15:03 UTC
080f5de Merged 650D-FIO_SeekSkipFile into unified 31 July 2014, 10:05:59 UTC
bf4c830 Added FIO_SeekSkipFile entry point for 650D 30 July 2014, 19:18:16 UTC
9c72826 60D: added installer FIR binary 30 July 2014, 10:28:11 UTC
dd8b62d 60D: use a 8.3 installer file name (fixes installation from 64GB cards) 30 July 2014, 10:21:51 UTC
e9fd0d0 Installer: stronger checks before setting the bootflag 30 July 2014, 09:52:54 UTC
c936fae Installer: don't include exmem routines (not needed, and they have large dependencies) 30 July 2014, 09:51:00 UTC
e4bdb86 Fixed ML restoring after format, after FIO changes 30 July 2014, 09:37:55 UTC
7c5da05 Merged in dmilligan/magic-lantern/1100D-FIO_SeekSkipFile (pull request #572) 1100D: FIO_SeekSkipFile stub 29 July 2014, 21:43:34 UTC
83f15a5 1100D: FIO_SeekSkipFile stub 29 July 2014, 21:36:03 UTC
ceaffaf Audio meters: whitespace cleanup in draw_ticks 29 July 2014, 07:15:29 UTC
8d85966 Audio meters: fix tick position 29 July 2014, 07:13:51 UTC
55dfa72 6D: fix wrong BULB_EXPOSURE_CORRECTION, http://www.magiclantern.fm/forum/index.php?topic=3904.msg123831#msg123831 29 July 2014, 05:21:45 UTC
778a644 Merged in jpaana/ml/recursive-lock-fix-eosm (pull request #571) Correct stubs for AcquireRecursiveLock and ReleaseRecursiveLock for EOSM.202 29 July 2014, 11:11:39 UTC
e5061ea Correct stubs for AcquireRecursiveLock and ReleaseRecursiveLock, now passes stubs API test for these functions. 29 July 2014, 11:02:04 UTC
1803f68 Stubs API tests: dropped error checking test for FIO_SeekSkipFile (not portable, not working on old cameras) 28 July 2014, 17:13:07 UTC
fad9790 mlv_play: also use SET for bringing the playback menu 28 July 2014, 16:49:45 UTC
591c0d3 mlv_play: replaced icon background with transparent black (fixes magenta on old cameras) 28 July 2014, 16:43:24 UTC
1d546c9 bmp_h: COLOR_BG is now transparent black everywhere (fixes magenta mlv_play on old cameras); added COLOR_TRANSPARENT_BLACK/COLOR_TRANSPARENT_GRAY 28 July 2014, 16:27:50 UTC
9e3fea3 mlv_play: fixed RAW playback with exact FPS (FIO_SeekSkipFile past the end of a file is not portable) 28 July 2014, 16:14:57 UTC
b2fa839 mlv_play: use 24 fps for files with bad FPS metadata 28 July 2014, 16:11:18 UTC
556cbac mlv_play: fix a FIO_SeekSkipFile call removed by mistake 28 July 2014, 15:34:53 UTC
2b943d3 mlv_play: cleaned up FIO_SeekSkipFile calls, please test 28 July 2014, 14:48:32 UTC
3d21526 600D: squeeze some RAM 28 July 2014, 14:30:33 UTC
d0eee52 EOS-M: fix autofocus during bracketing, intervalometer and other tools, thanks jerrykil 28 July 2014, 14:30:00 UTC
9f33e58 Stubs API tests: check return value for FIO_SeekSkipFile in case of errors 28 July 2014, 13:55:48 UTC
c6bca55 FIO_SeekSkipFile has signed arguments 28 July 2014, 13:40:39 UTC
0601bbc raw_rec: removed unused lv_rec_read_footer 28 July 2014, 13:36:13 UTC
44cfb4a screenshot: prefer shoot_malloc and try to free memory as soon as possible; should fix issue #2061 28 July 2014, 13:29:00 UTC
d87a6ff 50D, 5D2: don't actually disable the LV RAW mode in 10x zoom, just consider it's disabled (fixes crash) 28 July 2014, 12:26:39 UTC
29f5681 mlv_rec: forgot two calls to FIO_SeekFile 28 July 2014, 12:17:43 UTC
e760982 Bump module API to prevent old-style FIO error checking from running 28 July 2014, 07:45:16 UTC
b7f7329 Stubs API tests: run HP timer tests in PLAY mode to avoid some false positives 28 July 2014, 10:48:38 UTC
122a789 fio-ml.h: some comments on FIO_SeekSkipFile 28 July 2014, 10:43:00 UTC
98b0b55 Stubs API tests: added a test for FIO_SeekSkipFile; please run it on all cameras 28 July 2014, 10:42:47 UTC
1876af6 Stubs API tests: moved FIO tests at the beginning 28 July 2014, 10:12:10 UTC
21fa7e1 Dropped FIO_SeekFile and replaced existing calls with FIO_SeekSkipFile (the latter works well files > 2GB) 28 July 2014, 08:16:20 UTC
c7a2ecb Stubs reformat 28 July 2014, 08:12:21 UTC
d65eade Merged in fio_create_return_0 (pull request #526) FIO_CreateFile and FIO_OpenFile should return 0 on error, just like in plain C 28 July 2014, 07:21:46 UTC
3681b3e Merged in ayshih/magic-lantern-50d/mlv_play (pull request #562) More improvements to `mlv_play` 28 July 2014, 07:02:32 UTC
fecdaa3 Merged in berlincount/ml-100d/100D_CZ_20140723 (pull request #561) Preserve 100D stubs found so far 28 July 2014, 07:00:19 UTC
a372075 Merged in escho/escho-magiclantern/temperature-convertion (pull request #565) 6D: temperature-converting-function 28 July 2014, 06:57:51 UTC
3bdf003 mlv_play: replaced all calls to emulated FIO_SeekSkipFile 26 July 2014, 18:59:12 UTC
f3142e1 Close branch mlv_play. 26 July 2014, 18:50:23 UTC
7b1c67e mlv_play: replaced remaining calls to emulated FIO_SeekSkipFile in RAW playback 26 July 2014, 18:45:39 UTC
45cc7d8 mlv_play: removed calls to emulated FIO_SeekSkipFile in RAW playback 26 July 2014, 18:23:03 UTC
a35ecdb 6D: temperature-converting-function 26 July 2014, 15:46:52 UTC
3aa1e29 Created new branch temperature-convertion 26 July 2014, 15:36:58 UTC
eceb32c Merged in mk11174/650d (pull request #564) 650d srm-memory stubs 24 July 2014, 20:46:12 UTC
db6c545 mlv_rec: fix mlv_dump for larger frames, try to reallocate a larger buffer 24 July 2014, 19:49:41 UTC
fe8e46a 650d srm-memory stubs 24 July 2014, 18:22:40 UTC
323f53e add further stubs 22 July 2014, 23:23:49 UTC
31f6c84 remove accidentially added changes 22 July 2014, 23:21:30 UTC
df56bb1 Backed out changeset 8d05ccc8d3d0 22 July 2014, 23:19:28 UTC
487bc3f mlv_play: fixed skipping of frames for exact RAW playback 22 July 2014, 23:19:13 UTC
581acf5 add further stubs 22 July 2014, 23:17:27 UTC
a1005d6 add further stubs 22 July 2014, 23:15:41 UTC
53ec1b5 add Signature for explored FW 22 July 2014, 20:00:45 UTC
6db1cac preserve stubs found 22 July 2014, 19:54:41 UTC
4a986ce Merged in Gr3g01/ml-500d (pull request #554) 500D: CancelDateTimer stub 21 July 2014, 18:32:50 UTC
3657584 Merged in ayshih/magic-lantern-50d/mlv_play (pull request #555) Improvements to `mlv_play` exact playback 21 July 2014, 18:32:00 UTC
e231dd8 mlv_play: fixed exact playback for FPS < 2 19 July 2014, 16:52:27 UTC
7935118 mlv_play: add support for exact playback of RAW 19 July 2014, 16:06:55 UTC
0114f4c 500D: CancelDateTimer stub 18 July 2014, 13:55:54 UTC
a2682e0 FIO_CreateDirectory: prevent creating two directories with the same name 17 July 2014, 14:04:53 UTC
d8fb2bb 7D: SRM stubs from 1% 17 July 2014, 07:25:21 UTC
77a7e74 Modules: reduced RAM usage in the module list by ~4kB (fixes 600D build) 16 July 2014, 22:23:56 UTC
08e8e2a Stubs reformat 16 July 2014, 20:14:08 UTC
02c8f84 Merged in ayshih/magic-lantern-50d/mlv_play (pull request #551) mlv_play: fixed printing of month in timestamp 16 July 2014, 20:01:53 UTC
e4be9bd Merged in escho/escho-magiclantern/600D_stubs (pull request #541) 600D: memory suite stubs 16 July 2014, 20:01:31 UTC
2003b5d Merged in srm-memory (pull request #529) SRM memory allocation (very large buffers) 16 July 2014, 20:01:02 UTC
01c4836 550D: SRM stubs 16 July 2014, 19:59:02 UTC
763ccaf 5D2: SRM stubs 16 July 2014, 19:58:50 UTC
42da5cf mlv_play: fixed printing of month in timestamp 16 July 2014, 12:14:09 UTC
710fc48 SRM memory: allow autofocus while allocated, but keep full shutter locked. Test on "don't click me". 16 July 2014, 09:10:27 UTC
8e15ff9 Re-applied 964f3df (please test on 50D) 16 July 2014, 08:14:18 UTC
0c723e5 prop_request_change_wait: never wait when called from a property handler 16 July 2014, 08:13:24 UTC
bfb57dd mlv_play: renamed a variable for consistency 16 July 2014, 07:26:17 UTC
a1e4e42 mlv_play: fix minor OSD quirk, issue #2000 16 July 2014, 07:25:45 UTC
6d0bbca mlv_play: start from the last file from the playlist, for consistency with Canon's playback 16 July 2014, 07:12:35 UTC
fa707d7 mlv_play: if the requested filename does not exist, play the first file from the playlist 16 July 2014, 07:11:08 UTC
9db1b8f mlv_play: show correct error message when called with a specific filename that does not exist 16 July 2014, 07:08:48 UTC
197d182 mlv_play: fix deletion of RAW files; better error checking 16 July 2014, 06:56:23 UTC
d49287c mlv_play: fix deletion of stopped files 16 July 2014, 06:10:32 UTC
e9b89c2 mlv_play: prevent failed delete requests from propagating to next session 16 July 2014, 06:08:08 UTC
14be4e8 mlv_play: nicer error message when delete fails 16 July 2014, 06:05:35 UTC
1386167 mlv_play: fix issue #2044 16 July 2014, 05:55:36 UTC
e4aaf2b gui-common: added getter for GUI mode 16 July 2014, 05:53:11 UTC
80c4ab6 Merged in ayshih/magic-lantern-50d/mlv_play (pull request #550) "Exact" playback in `mlv_play` at any FPS 16 July 2014, 05:41:18 UTC
ace193e mlv_play: removed FPS matching for exact playback 16 July 2014, 03:30:25 UTC
d412e1c mlv_rec: removed MENU rec key hack (was needed on EOS-M) 15 July 2014, 16:06:56 UTC
back to top