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

sort by:
Revision Author Date Message Commit Date
0e293b5 Closed branch 5D3-113_123_garry_lua_special 25 January 2017, 03:38:34 UTC
08377be Added bulb_nd module 02 January 2017, 00:20:40 UTC
0f32570 Merge lua lens script to get latest lua fixes 02 January 2017, 00:13:56 UTC
25b8d8b Merge so platforms that can use CONFIG_EDMAC_RAW_SLURP are defined. 24 December 2016, 15:55:34 UTC
0acdddc Merge manual_lens_info into manual_lens_lua_script 24 December 2016, 07:08:55 UTC
9142cde Added 6D support and changed default 700D PREFERRED_RAW_TYPE 23 December 2016, 18:05:40 UTC
6decdc9 ui.lua: fix some refactoring typos 23 December 2016, 02:26:34 UTC
f231f3a mlv_rec: fix startup delay 19 December 2016, 01:34:52 UTC
0039949 Merge ‘lens_info_fix’ into ‘manual_lens_info’ 10 December 2016, 15:15:16 UTC
45bd953 Merge ‘lua_fix’ into ‘manual_lens_info’ 10 December 2016, 14:39:46 UTC
a784999 Added Zeiss .ZF.2 and Samyang manual lenses. Zeiss is being detected automatically in ACR but Samyang isn't. 07 December 2016, 03:42:22 UTC
08b0536 bfnt_draw_char: option for not erasing the background (old behavior, to fix existing code) 04 December 2016, 10:52:28 UTC
f1fb827 bmp_printf: erase background when using FONT_CANON (to be tested) 04 December 2016, 10:35:12 UTC
d32594f bmp_printf: allow transparent text on transparent background (note: this breaks binary compatibility with modules) 04 December 2016, 10:28:13 UTC
0a0d8e3 mlv_rec: synchronize parts of code with raw_rec, more needed. use double buffering again. fix alternating frame errors. 04 December 2016, 01:59:34 UTC
6e885ea Merged in daniel_fort/magic-lantern/raw_video_10bit_12bit_700D_slurp (pull request #781) 650D and 700D: enable CONFIG_EDMAC_RAW_SLURP 18 December 2016, 13:09:08 UTC
2e77712 mlv_play: added direct raw_twk support along with zoom support (5D3 tested) 17 December 2016, 23:50:27 UTC
d4b844c raw_twk: added experimental module that uses engines (PACK16, DEF, DSUNPACK) to accelerate raw->YUV conversion 17 December 2016, 23:49:40 UTC
7baf793 650D: enable CONFIG_EDMAC_RAW_SLURP 12 December 2016, 22:09:49 UTC
c39ecaf 700D: enable CONFIG_EDMAC_RAW_SLURP 11 December 2016, 20:09:15 UTC
c0555c1 Merged in daniel_fort/magic-lantern/raw_video_10bit_12bit_debug (pull request #780) Increase RAW_DEBUG_TYPE limit 11 December 2016, 13:28:44 UTC
17c0916 use hex units for PREFERRED_RAW_TYPE debugging 10 December 2016, 20:24:46 UTC
9809469 finding usable RAW_DEBUG_TYPE above the 64 limit 10 December 2016, 07:18:51 UTC
ca93aae Merge new_raw_format 01 December 2016, 18:05:46 UTC
399d024 raw_rec: use async EDMAC transfers, similar to mlv_rec (to be tested) 01 December 2016, 18:01:35 UTC
5688a56 raw_rec: fix recording speed not measured with lvinfo indicator 01 December 2016, 17:37:29 UTC
871e29c raw_rec: refactor with wait_lv_frames 01 December 2016, 17:34:24 UTC
c56aeba raw_rec: fix some resolution inconsistencies 01 December 2016, 17:15:27 UTC
1eca864 raw_rec: minor resolution fine-tuning fix 01 December 2016, 16:59:01 UTC
6c7bcc0 check for property length and decide if this feature is available 28 November 2016, 01:08:07 UTC
45c8f9b fixed lens ID reading, added version etc. to be tested 28 November 2016, 00:54:27 UTC
ac9fbed ui.lua: use specific keys for canceling selector 27 November 2016, 21:15:01 UTC
d168676 ui.lua: cleanups and minor tweaks 27 November 2016, 21:13:52 UTC
ab8861e lens.lua: ML menu item for changing manual lens 27 November 2016, 21:12:09 UTC
e2ff7ac lua scriptiing: move common ui code out of editor.lua into lib/ui.lua and lib/filedlg.lua for reusability 27 November 2016, 20:25:11 UTC
99869e6 xmp.lua: code comments and minor refactorings 27 November 2016, 02:45:35 UTC
199db88 mlv_play: restore bpp and black level in raw_info on exit 26 November 2016, 22:17:24 UTC
aa0ae90 lua scripting: xmp.lua metadata library (preliminary) 26 November 2016, 20:23:58 UTC
b2dd91b lua scripting: ui.lua minor cleanups and tweaks 26 November 2016, 20:18:51 UTC
4cd3db4 lens.lua: script for overriding lens info for manual lenses based on user selection 26 November 2016, 05:14:11 UTC
a39c936 lua scripting: expose overwriting lens info 25 November 2016, 20:27:19 UTC
ae62185 lens_info: new field is_chipped to allow safely overriding lens name 25 November 2016, 15:47:06 UTC
bfc5440 raw_rec: remove unused odd bit depths from menu 24 November 2016, 21:32:08 UTC
e5e59a4 raw_rec: minor resolution control refactor 22 November 2016, 23:15:23 UTC
005e283 raw_rec: minor resolution control improvements - prevent resolution_index_x overflow - help regarding fine-tuning - refactors 22 November 2016, 22:56:25 UTC
28f574a Merged in daniel_fort/magic-lantern/raw_rec_x_res_fix (pull request #772) Fix for pull request #768 - x-resolution control for MLV Lite 24 November 2016, 19:38:52 UTC
60a6d5e Fix for pull request #768 - x-resolution control for MLV Lite 23 November 2016, 02:49:56 UTC
ab98498 Merged in daniel_fort/magic-lantern/EOSM_close_liveview (pull request #761) To shut off LiveView on the EOSM switch to the info screen. 16 November 2016, 13:47:00 UTC
5be4c34 Merged in cleanup (pull request #764) Minor cleanups / fixes 16 November 2016, 13:46:36 UTC
159a857 Merged in daniel_fort/magic-lantern/raw_rec_x_resolution (pull request #768) x-resolution control for MLV Lite 16 November 2016, 13:45:25 UTC
2e042b9 Merged in daniel_fort/magic-lantern/cr2hdr_make_update (pull request #770) Removed "all" rule so cr2hdr isn't built automatically when compiling a platform. 16 November 2016, 13:44:37 UTC
d473003 Removed "all" rule so cr2hdr isn't built automatically when compiling a platform. Updated exiftool to version 10.33. 14 November 2016, 00:50:55 UTC
51951a4 raw_rec MLV Lite added fine control on top of x-resolution presets and display of effective crop factor 10 November 2016, 02:21:45 UTC
2afec18 550D: fix compiling minimal target 01 November 2016, 15:02:22 UTC
a643a3b Raw backend: make sure skip offsets are even 01 November 2016, 16:48:43 UTC
4a7da59 Makefile: allow extra source files in the minimal profile 01 November 2016, 13:35:12 UTC
e39a10f Makefile: prefer .c files from current directory first 01 November 2016, 13:33:47 UTC
fffb745 To shut off LiveView on the EOSM switch to the info screen. 27 October 2016, 06:46:29 UTC
cbfefc0 Merge 11 October 2016, 01:45:58 UTC
4a29a79 Merged in daniel_fort/magic-lantern/mlv_dump-simplify_dng_filenames (pull request #758) Simplify dng names 08 October 2016, 14:22:41 UTC
2791dd8 Remove "frame" from dng filenames so that it conforms with MLVFS default naming. 08 October 2016, 13:40:43 UTC
45c9e2a raw2dng and related: use HOST_CFLAGS (should fix building raw_rec with older compilers) 15 September 2016, 17:10:53 UTC
e35821f EOS M: fix issue #2596 (temperature goes from 41°C to -60°C) 09 September 2016, 11:25:03 UTC
1b9d430 raw.c: fix compilation on some cameras apparently no longer used 08 September 2016, 20:17:58 UTC
d421b2c Merged raw_fixes into unified 05 September 2016, 19:55:27 UTC
3553234 5D3: reduce the white level a bit (doesn't always reach 16383, false alarm) 05 September 2016, 19:48:15 UTC
32ddceb Merged in selftest (pull request #752) Selftest.mo: play dialog mode test, minor updates 05 September 2016, 19:15:15 UTC
41a604c Merged in cleanup (pull request #751) Misc cleanups 05 September 2016, 19:01:50 UTC
35bf3e0 Merged in 700D (pull request #750) 700D: minor fixes 05 September 2016, 19:00:23 UTC
c52d119 Modules: use module_strings instead of hginfo; misc fine-tunings 05 September 2016, 18:55:21 UTC
75ef993 module_hginfo_dump.sh: fix permissions and GCC path 05 September 2016, 11:36:12 UTC
84e43f6 Merged in g3gg0/magic-lantern-module-hgdiff (pull request #230) modules: embed hg information and hg diff into object file for traceability 05 September 2016, 11:39:20 UTC
c83bfd9 Merged in bouncyball/raw-to-mlv-convertor-raw2dng-mod (pull request #733) 05 September 2016, 11:21:21 UTC
358b8f3 Merged in andreasb242/magic-lantern (pull request #749) Make "Warning for bad settings" message configurable 05 September 2016, 10:50:04 UTC
848ffea Merged lvinfo into unified (show WB shift values on the LiveView info bar) 05 September 2016, 10:46:14 UTC
7986e76 Merged console into unified 05 September 2016, 10:45:04 UTC
90b8c12 Merged in raw_fixes (pull request #732) 5D3: raw type experiments, updated vertical stripe and bad pixel fix in mlv_dump, updated white level (0.15 stops of extra highlight detail in LiveView) 05 September 2016, 10:10:13 UTC
1b76e90 Merged bad_pixels into raw_fixes 01 September 2016, 20:59:06 UTC
629e0d0 raw2dng/mlv_dump: in vertical stripe fix, give higher weights to bright pixels 01 September 2016, 20:56:13 UTC
13cf84e mlv_dump: vertical stripe fix on by default (same as before) 01 September 2016, 20:39:21 UTC
fbbf717 5D3: back to raw type 16 (same as before); vertical stripes still present with 4 and 8 01 September 2016, 19:43:59 UTC
be0cb3e console: console_clear is still used 01 September 2016, 19:21:23 UTC
d6d929c mlv_dump: minor fixes regarding subtract (dark) frame 31 August 2016, 11:58:40 UTC
8fdff1b mlv_dump: experimental flat-field (gain) correction 31 August 2016, 11:56:53 UTC
0934916 raw2dng/mlv_dump: fine-tuned vertical stripe correction algorithm (to be tested) 29 August 2016, 18:25:53 UTC
715f426 5D3: white level in LiveView is 16382, not 15000 (gains 0.15 stops of DR in highlights) For existing footage, run: exiftool *.dng -WhiteLevel=16382 -overwrite_original 29 August 2016, 06:03:41 UTC
f20718b 5D3: let's try raw type 8 (not affected by digital ISO) 28 August 2016, 20:31:28 UTC
ff60e14 Merge bad_pixels into raw_fixes 28 August 2016, 20:30:43 UTC
26b183e raw2dng/mlv_dump: apply cold pixel fix on border pixels as well 28 August 2016, 19:27:42 UTC
738d88a raw2dng/mlv_dump, cold pixel fix routine: code formatting, comment updates, C99 loops 28 August 2016, 19:26:39 UTC
88cae75 raw2dng/mlv_dump: fine-tuned cold pixel threshold 28 August 2016, 19:16:48 UTC
44d6776 Make "Warning for bad settings" message configurable: - Default is Blinking LED, Show a Popup, beep once, as before - Option for an additional repeated beep: if you change a setting on the Touchscreen, you won't see the popup if you don't look at the screen, one beep can be missed, and I usually can't see the LED, because the thumb hides it... - Option without LED warning: If you are in a dark environment, the LED can be really stressing... I hope there is now an option for everybody... 28 August 2016, 18:57:20 UTC
7d2d0a4 mlv_dump: option to fix non-static (moving) cold pixels 24 August 2016, 21:35:14 UTC
883c3cb mlv_dump: vertical stripe fix optional, disabled by default 24 August 2016, 21:10:35 UTC
bc3b1e3 mlv_dump: cold pixel fix enabled by default 24 August 2016, 21:10:00 UTC
b1149d2 mlv_dump: fix cold pixel analysis when processing only some frames 24 August 2016, 21:02:11 UTC
c2f1063 fio-ml: fix Lua const char warnings in FIO_Rename/Copy/MoveFile 24 August 2016, 12:04:12 UTC
ef13f58 api_test.lua: minor cleanups 24 August 2016, 07:24:30 UTC
d093d87 Lua: dryos.rename (including API tests) 24 August 2016, 07:25:20 UTC
2ee2fb6 Lua: ignore unknown button codes 24 August 2016, 07:20:28 UTC
back to top