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

sort by:
Revision Author Date Message Commit Date
f0a73ec Close branch config_var 25 February 2014, 21:35:12 UTC
230fe67 config vars: get/set config vars by name and callbacks for handling changes 24 February 2014, 23:25:09 UTC
464ff87 Build System: Fix compilation under Cywin Tested with cygwin x64 and gcc-arm-none-eabi-4_8-2013q4 from https://launchpad.net/gcc-arm-embedded/ Everything unpacked in the default (as in Makefile.user.default) directories 23 February 2014, 14:23:19 UTC
0c9ba86 Build system: Use GCC 4.8.3 by default (results in smaller binaries) 23 February 2014, 10:15:59 UTC
cb0b215 Merged in OtherOnePercent/backflow2/encrypt2 (pull request #415) Try this again with EOSM/6D 23 February 2014, 08:55:49 UTC
d551013 N++ tabbed my automatically. 23 February 2014, 02:22:14 UTC
f067303 TCC: always allocate some extra RAM (troubleshooting 1100D) 22 February 2014, 21:36:31 UTC
9607eef 1100D: let it allocate smaller buffers from shoot_malloc 22 February 2014, 21:36:07 UTC
a1b1975 Try this again 22 February 2014, 17:56:41 UTC
3fbbcf6 Updated adtg_gui, dual_iso and io_crypt for both 5D3 1.1.3 and 1.2.3 22 February 2014, 12:26:08 UTC
a3186b9 Merged in module-check-firmware-version (pull request #411) Macros for checking camera and firmware version in modules 22 February 2014, 11:39:30 UTC
45c481c Merged in unified-fio (pull request #398) Make core ML support multiple card slots out of the box 22 February 2014, 11:38:41 UTC
f2e873d Removed fio-5d3.c to help merging unified-fio 22 February 2014, 11:35:33 UTC
b26c8f6 Moved #include "fio-ml.h" to dryos.h, since it's a very common one 22 February 2014, 11:34:18 UTC
0684aa7 Refactored IS_CAMERA as function 22 February 2014, 00:52:34 UTC
e75734a Refactored modules to use IS_CAMERA 21 February 2014, 23:34:36 UTC
d5079af Made camera_model_short private, to force usage of IS_CAMERA instead of checking it directly 21 February 2014, 23:16:04 UTC
77e2433 module.h: new macro IS_CAMERA(model, firmware) to help implementing camera-specific tricks in modules 21 February 2014, 22:52:11 UTC
3f56ca8 fio-ml: fix and refactor startup warnings; on 5D3, default to SD card if you insert two ML cards 20 February 2014, 17:04:23 UTC
00b99d8 fio-ml: on 5D3, use the SD card if you insert two ML cards; fix printf's 20 February 2014, 16:52:43 UTC
6112cac rbf_font: allow multiple calls to load_fonts (just in case) 20 February 2014, 16:50:42 UTC
b42096f fio-ml: only show the card menu for dual slot cameras (empty menu otherwise) 20 February 2014, 16:47:39 UTC
c25db70 Fix BR for new card backend 16 February 2014, 20:49:47 UTC
28863de Wrap more custom ML FIO_ functions 17 February 2014, 21:19:24 UTC
a7b8096 fio-ml: Wrap FIO_RenameFile too (where it works) 17 February 2014, 20:58:16 UTC
8a2c7f1 Remove old file 17 February 2014, 20:57:58 UTC
ec50292 fio-ml: make sure we always prepend the card drive 17 February 2014, 20:57:15 UTC
5e06da9 io_crypt: remove module_card_drive Credit: @OtherOnePercent 17 February 2014, 20:55:50 UTC
849d7b0 Add property support for the C (WFT) drive 17 February 2014, 15:26:28 UTC
fd268d4 Remove module_card_drive 16 February 2014, 17:10:40 UTC
6a0dc5b Merged unified into unified-fio 16 February 2014, 17:07:00 UTC
1b14c86 Merge with unified 16 February 2014, 17:05:00 UTC
3e3d4d9 Remove cruft 16 February 2014, 16:57:40 UTC
9179597 Backend: Make core ML support multiple card slots out of the box This gets rid of: - 5D3 FIO hack (it is now used everywhere) - CARD_DRIVE / MODULE_CARD_DRIVE macros (The backend now autodetects where you want your files to be created) - Simple variables polluting the global namespace - (...) 16 February 2014, 16:57:11 UTC
1399b73 io_crypt: disabled models where reading was reported to be buggy 16 February 2014, 14:12:40 UTC
948f7dd Ignore mlv_rec binaries 16 February 2014, 10:03:49 UTC
0672149 io_crypt: RSA code may encrypt data that is larger afterwards. the check was on the wrong place - it was meant for decrypt, but why catch that in the crypt code itself? thats up to the caller to handle that. 16 February 2014, 09:23:23 UTC
ca1317b io_crypt: non-functional changes only. replaced tabs with spaces, added copyringt notices, some comments 16 February 2014, 02:04:44 UTC
4d73edd io_crypt: added 50D, please test 16 February 2014, 00:24:34 UTC
6e01797 io_crypt: fix crash situation by processing in separate thread (gives caller thread's CPU time and allows lower priority tasks which are necessary to run) 16 February 2014, 00:02:36 UTC
9bc2ef0 bugfix post-deflicker module menu display 15 February 2014, 22:06:37 UTC
ca5608a 500D: GetSizeOfMaxRegion (thanks Greg) 15 February 2014, 19:12:55 UTC
46a22ab Merged in dmilligan/magic-lantern/menu_caret (pull request #385) Menu Caret 15 February 2014, 18:52:49 UTC
9d5fd8b Menu caret: numbers from 100 to 199 only need 2 caret places, not 3 15 February 2014, 18:47:12 UTC
5b1266c Disabled video hacks on 7D/EOS-M (unclean patching method) 15 February 2014, 18:29:21 UTC
f1704f8 6D: disabled wav recording (memory leak) 15 February 2014, 18:25:19 UTC
bb947fb 100D, 40D and 5Dc are not working at all => back to unmaintained 15 February 2014, 18:12:45 UTC
e74281d Disable DMA_MEMCPY on the 1100D 15 February 2014, 17:21:08 UTC
5d8037a 6D: Restore FEATURE_AF_PATTERN 15 February 2014, 15:24:43 UTC
6b851d6 6D: disabled DMA_MEMCPY 15 February 2014, 14:51:15 UTC
c827edc 6D: disabled hackish beep implementation 15 February 2014, 14:50:21 UTC
96934b3 Cleanup and fix 6D build 15 February 2014, 14:55:48 UTC
6478cdb Merged in escho/escho-magiclantern/port_cold_pixel_fix (pull request #383) cold_pixel_fix for mlv_dump 15 February 2014, 14:42:08 UTC
a551cd3 move unmaintained direcories back to platform 15 February 2014, 13:30:49 UTC
d8a34ff 6d: activate new feature in platform 15 February 2014, 13:26:07 UTC
33cdbad revert last file to trunk - that's what you get for re-using forks 15 February 2014, 13:23:18 UTC
aba6b36 revert two other files to ml trunk default 15 February 2014, 13:21:26 UTC
3887522 revert dual_iso & ettr changes to trunk versions 15 February 2014, 13:19:01 UTC
6ca830f Merged hudson/magic-lantern into unified 15 February 2014, 13:13:36 UTC
a004f29 6D: move back to unmaintained 15 February 2014, 13:12:41 UTC
2addada Attempt to remove the need for #ifdef CONFIG_RAW_LIVEVIEW when using raw_lv_is_enabled(). Fixes 1100D build now and hopefully in the future, and doesn't break compiler optimization. 15 February 2014, 12:33:39 UTC
7b6334d mlv_rec: show icon/information on rec start 15 February 2014, 12:24:27 UTC
3d8762e io_crypt: display key generation message for up to 10 minutes 15 February 2014, 11:38:42 UTC
82d7ac0 io_crypt: block creating keys twice 15 February 2014, 11:35:19 UTC
b85755a Merge 15 February 2014, 10:58:12 UTC
d2d03a8 io_crypt: menu changes 15 February 2014, 10:57:41 UTC
0893e37 550D: GetSizeOfMaxRegion (thanks mk11174) 15 February 2014, 10:54:49 UTC
c701042 Sync EOSM with TL Fixes some stubs and wrong CFn settings 15 February 2014, 10:55:25 UTC
45461af Make FEATURE_OVERLAYS_IN_PLAYBACK_MODE optionally depend on a button press This fixes them on 1100D, 650D, 700D and EOSM (they fall back to after-shot mode) 15 February 2014, 10:49:25 UTC
f650378 Menu caret: user toggle logic (.select field present) is not working, disabling 15 February 2014, 10:32:20 UTC
c651d28 Enabled new edit mode for Intervalometer -> Stop after X shots 15 February 2014, 10:24:48 UTC
86948ab Menu caret: experimental support for editing menu entries with custom value string (disables the custom value string during edit mode). Feel free to propose something better. 15 February 2014, 10:20:45 UTC
53d2707 Menu caret: added missing zero-padding for UNIT_DEC 15 February 2014, 10:18:57 UTC
d01cf64 Menu caret: refactored some long checks with uses_caret_editing 15 February 2014, 10:17:48 UTC
2afd9a9 io_crypt: fix menu icons @a1ex 15 February 2014, 09:48:52 UTC
debbc73 Enabled new edit mode for memory browser (CONFIG_HEXDUMP) 15 February 2014, 08:33:02 UTC
8d01667 Menu caret: cleaned up toggle logic, refactored caret_position logic with caret_move 15 February 2014, 08:31:11 UTC
9c362c3 Merged rec-indicator-5d3 into unified 15 February 2014, 07:24:20 UTC
e76329c Merged in ayshih/magic-lantern-50d/maintain (pull request #391) 50D: added dummy stubs for sound_recording_enabled functions 15 February 2014, 07:23:31 UTC
49990fd Add deflick to nightlies 15 February 2014, 04:04:45 UTC
eca5a30 50D: added dummy stubs for sound_recording_enabled functions 15 February 2014, 00:56:25 UTC
6dc65ac menu caret: more minor fixes 14 February 2014, 21:53:02 UTC
02d283f Merged in escho/escho-magiclantern/just_for_testing (pull request #390) 600D GetSizeOfMaxRegion 14 February 2014, 21:44:37 UTC
043b84d menu caret: reenable use of R20 when not in edit mode, custom 'preferred number' scale for time values 14 February 2014, 21:44:01 UTC
4fe8ee7 menu caret: wraparound fix 14 February 2014, 20:51:48 UTC
8a2b7eb menu caret: fix for caret position starting on the 's' for time values 14 February 2014, 20:37:52 UTC
35c6fcc 600D: Add GetSizeOfMaxRegion 14 February 2014, 20:10:14 UTC
ebb3ca6 Created new branch just_for_testing 14 February 2014, 19:58:29 UTC
f46f467 io_crypt: safety casts 14 February 2014, 18:54:40 UTC
8b6066f io_crypt: add close hook, code optimizations 14 February 2014, 18:38:20 UTC
16fdba8 trace: less warnings when TRACE_DISABLED is defined 14 February 2014, 18:14:40 UTC
3f7c419 io_crypt: cleanup interfaces 14 February 2014, 18:14:15 UTC
7e29b81 Fix for instant bitrate with h264 recording 14 February 2014, 17:44:44 UTC
4d15640 remove tabs 14 February 2014, 15:02:54 UTC
e559bdc raw_rec: auto-choose indicator style based on GlobalDraw settings 14 February 2014, 12:19:45 UTC
4ac4450 Beeps should be allowed if sound recording is disabled 14 February 2014, 11:51:05 UTC
f7b5cac Merged in Audionut/deflicker (pull request #381) Move post deflicker to module 14 February 2014, 15:32:57 UTC
e86313b Disabled beeps in movie mode for cameras without audio controls (with warning in menu) 14 February 2014, 10:54:41 UTC
53d56b1 Removed SOUND_RECORDING_ENABLED macro (needs testing). Besides refactoring, this should fix: - mlv_snd with FPS override - audio meters only turned on when some sound option is enabled 14 February 2014, 10:54:20 UTC
cc59a49 Minor tweaks for time/bitrate indicators. Formulas or constants not yet correct. 14 February 2014, 09:39:13 UTC
back to top