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

sort by:
Revision Author Date Message Commit Date
9adb1fc Closed branch raw_video_10bit_12bit_tests 05 January 2017, 22:11:38 UTC
98d5fd0 Removed raw_twk from default and made it a dynamic in an untracked Makefile.modules.user: ML_MODULES_DYNAMIC += raw_twk 03 January 2017, 16:32:20 UTC
7c9ea8f Merge 5D3-113-and-123 03 January 2017, 02:28:42 UTC
bdcaeca added preferred raw types 02 January 2017, 22:23:17 UTC
6464a27 added raw_twk needed for 10bit/12bit in camera playback with mlv_play 02 January 2017, 18:45:07 UTC
1318d13 Merge unified 02 January 2017, 18:42:41 UTC
bbc00dd mlv_dump: put DNG 14bpp enforcement at the right position 25 December 2016, 09:33:20 UTC
7afeb47 mlv_dump: enforce 14bpp correction for DNG output mode. code seems still buggy for 12bpp. 24 December 2016, 23:03:47 UTC
c32853b mlv_dump: preallocate buffers on RAWI 24 December 2016, 22:59:14 UTC
c2e95fb mlv_dump: remove pointer arithmetics for xref table reading 24 December 2016, 22:25:36 UTC
fa1c050 mlv_dump: added patches from 5f7a9d850d71 and a22302855d05 regarding black level correction for other bit depths 24 December 2016, 22:17:30 UTC
e296b91 Merged in makefile-updates (pull request #777) Makefile updates 18 December 2016, 13:08:37 UTC
3b19df4 Close branch makefile-updates 18 December 2016, 13:08:37 UTC
243686c mlv_play: add variable bit depth support. mlv_play requires experimental raw_twk if you want to playback other than 14bpp 18 December 2016, 12:45:34 UTC
5092a6d Backed out changeset: e7913102f817 18 December 2016, 12:44:51 UTC
763310f mlv_play: added direct raw_twk support along with zoom support (5D3 tested) 17 December 2016, 23:50:27 UTC
3d62ff6 mlv_play: restore bpp and black level in raw_info on exit 26 November 2016, 22:17:24 UTC
273ba10 mlv_rec/mlv_play: add variable bit depth support. mlv_play requires experimental raw_twk if you want to playback other than 14bpp 26 November 2016, 01:36:42 UTC
2d9b89c raw_twk: added experimental module that uses engines (PACK16, DEF, DSUNPACK) to accelerate raw->YUV conversion 17 December 2016, 23:49:40 UTC
c80d6fb Merged in andreasb242/magic-lantern (pull request #753) Bad settings warning 02 December 2016, 11:03:02 UTC
9520beb Merged in Dannephoto/magic-lantern/crop hack disable (pull request #776) Disables crop mode hack when turning camera off. 02 December 2016, 11:02:01 UTC
f2d5d7e Merged in daniel_fort/magic-lantern/raw2dng_Makefile (pull request #773) raw2dng make rules changes 02 December 2016, 11:01:45 UTC
6f1024a If condition only for crop mode hack 29 November 2016, 01:36:15 UTC
6bcadbc Disables crop mode hack when turning camera off. 28 November 2016, 20:12:12 UTC
f53422e Modified make rules so raw2dng isn't built automatically when a platform is compiled. Also added switch so cross compiling raw2dng.exe on a Mac is possible. 23 November 2016, 05:10:23 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
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
848c877 mlv_dump: fix to extract only the first frame (numbered 0) 07 November 2016, 03:49:24 UTC
734710a mlv_rec: fixed chroma smooth regression in mlv_dump caused by API change in 5167619. thanks dfort/danne/bouncyball. 08 November 2016, 22:38:14 UTC
e00381f mlv_dump: removed ancient bugfix options. if there are buggy files, they can get recovered using older versions. 24 December 2016, 22:11:41 UTC
9142cde Added 6D support and changed default 700D PREFERRED_RAW_TYPE 23 December 2016, 18:05:40 UTC
f231f3a mlv_rec: fix startup delay 19 December 2016, 01:34:52 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
199db88 mlv_play: restore bpp and black level in raw_info on exit 26 November 2016, 22:17:24 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
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
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
1b8f0b7 Bad settings warning: The repeated beep is in my option the best solution, as I don't see the LED warning, if I have the hand on the grip, and the one time popup is only visible if you change settings, but if you do it by mistake, you also won't see the popup. BUT I merged the changes today to my local 70D branch, and recognizes that beep is not working. Beep is currently also not working for the 650D, so I add an option to also flash the popup message. The popup message ends up in a flickering screen, which always shows / hide the message, also really good visible in review mode. As I currently don't know how to get the beep working, this is currently the best solution for me... Tested with 650D and 70D branch from nikfreak. 14 September 2016, 18:30:54 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
53525a7 Makefile: retry unmounting the wifi card until it succeeds 05 September 2016, 09:58:29 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
f172132 Makefile: ping the wifi card before attempting to mount it or reusing the old mount point 01 September 2016, 13:54:18 UTC
df1de30 Makefile: nicer handling of wifi cards that connect to a router 01 September 2016, 13:41:06 UTC
98448ff Makefile: include uncommitted changes in autoexec.bin (see PR #230) Diffs are taken from src and current platform directories only Some lines from Makefile.user are also included (CONFIG entries and gcc version) 01 December 2016, 15:37:43 UTC
44edd8f Modules: include source code in the .mo file for uncommitted modules (see PR #230 ) 01 December 2016, 15:06:05 UTC
811a6c6 Makefile: do not reconnect to main wifi network if already there 01 December 2016, 15:14:14 UTC
897111e Makefile: unmount after installq 01 December 2016, 15:08:58 UTC
05f862c Makefile: fix whitespace alignment for rm_files and rm_dir 01 December 2016, 14:48:03 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
back to top