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

sort by:
Revision Author Date Message Commit Date
f6539ac mlv_play: refuse to play corrupted files 13 March 2015, 20:01:29 UTC
a2dc085 Refactored with video_system_pal (removed local PROP_VIDEO_SYSTEM handlers) 12 March 2015, 08:40:48 UTC
197952a Made get_video_mode_name and get_display_device_name public (from VRAM dumping code); refactored benchmark code with the new functions 12 March 2015, 08:30:17 UTC
d22b6f3 Exposed PROP_VIDEO_SYSTEM (video_system_pal) as global 12 March 2015, 08:28:05 UTC
bb9a479 Allow macros like RECORDING or LV_PAUSED in propvalues.c 12 March 2015, 08:25:49 UTC
86ef595 6D: fix raw offsets in x1 zoom mode (not tested) 12 March 2015, 07:57:15 UTC
a47d591 Declared is_pure_play_photo_mode() 11 March 2015, 21:32:06 UTC
5a0dc1b Declared is_play_or_qr_mode and added is_play_mode 22 November 2014, 09:37:10 UTC
ee3954a VRAM dumps: handle unknown zoom levels when naming the files 11 March 2015, 21:05:36 UTC
1d61440 mlv_rec: added options to mlv_dump which allow exporting single blocks to potentially recover files. set fileNum to zero for MLV files and dont load "other" chunks if a chunk file is specified. 11 March 2015, 20:59:45 UTC
43c263d 6D: fine-tuned skip offsets in LiveView RAW (might squeeze a few more pixels, not tested) 11 March 2015, 09:08:35 UTC
0edfdc8 5D3 113: fix installer (was not in the zip) 10 March 2015, 23:06:13 UTC
7807019 mlv_play: fix crash on empty/invalid MLVs (mlv_play_xref_sort) 08 March 2015, 22:46:14 UTC
2331d77 Installer: added FIR for 5D3 1.1.3 28 February 2015, 21:11:41 UTC
081bd89 Installer: updated 650D FIR 28 February 2015, 21:11:05 UTC
f5bb3ff Installer: do not open Canon menu twice (fixes http://www.magiclantern.fm/forum/index.php?topic=14619 ), other small tweaks. Binary FIRs not updated. 28 February 2015, 21:05:18 UTC
3b832cc ETTR: optional beeps ported from fullres-silent-pics 10 March 2015, 22:01:38 UTC
2da4342 raw_rec: Set correct squeeze factor for 720p modes assuming 3x5 binning/skipping 10 March 2015, 21:22:02 UTC
8931f95 Set correct squeeze factor for 720p modes assuming 3x5 binning/skipping 07 March 2015, 18:01:09 UTC
317041b mlv_rec: added DEBG chunks for embedding logs. useful to troubleshoot after a MLV had been written. one side effect: the second file will have log data from the first file after writers were stopped 01 March 2015, 23:25:11 UTC
88c263d mlv_rec: major fixups for card spanning and preallocated file names 01 March 2015, 21:10:11 UTC
d348f73 7D: fixed vignetting correction (should have no effect in photo mode, not tested, http://www.magiclantern.fm/forum/index.php?topic=14503.msg140508#msg140508 ) 19 February 2015, 22:04:42 UTC
96b556b Shutter fine-tuning: also display raw units in menu 19 February 2015, 21:59:28 UTC
f3cea65 Shutter speed: more accurate display in movie mode, http://www.magiclantern.fm/forum/index.php?topic=14554 19 February 2015, 21:46:39 UTC
cf27a8c Merged in dietsche/magic-lantern/greg-working (pull request #606) Fix missing return value in zebra.c 19 February 2015, 21:48:14 UTC
b54687c io_crypt: experimental XTEA version (thanks SKR!) 08 February 2015, 13:12:44 UTC
1f67062 Fix missing return value in zebra.c 07 February 2015, 16:42:05 UTC
333f5b6 Check return values for get_yuv422_vram calls (should fail gracefully) 28 January 2015, 21:52:11 UTC
1763d6f VRAM backend: check for uninitialized YUV buffer (fixes mlv_play/pic_view not working at startup, outside LV, if no regular images are on the card) 28 January 2015, 21:11:32 UTC
18216fb file_man: close the viewer when quitting the menu via e.g. half-shutter 28 January 2015, 21:19:22 UTC
056f347 Merged in raw-disable-powersave (pull request #595) Disable powersave during raw recording 28 January 2015, 17:26:06 UTC
48888e5 Close branch raw-disable-powersave 28 January 2015, 17:26:06 UTC
60269cb Merged in qemu (pull request #517) QEMU support 28 January 2015, 16:50:20 UTC
3a268c8 Merged in restore-after-format (pull request #575) Restore after format: refactoring + fix for EOS-M 28 January 2015, 16:47:58 UTC
3ccb305 Close branch restore-after-format 28 January 2015, 16:47:58 UTC
4737cf4 Merged cleanup into unified 27 January 2015, 22:37:52 UTC
7cb327d Restore after format: also restore FIR and LOG files from root directory, plus some cleanup 27 January 2015, 22:32:02 UTC
2fd0399 mlv_rec: disable powersave timer while recording (not tested, but confirmed with raw_rec) 27 January 2015, 21:42:36 UTC
0ae554d Undo 25022dc (7D boot process experiment) 27 January 2015, 21:29:38 UTC
eaeb8ab 50D: fix compilation in bitrate.c 27 January 2015, 21:24:56 UTC
d68d538 50D mvr.h: fix spacing 27 January 2015, 21:23:03 UTC
9451135 Small tweaks/cleanups regarding CONFIG_HELLO_WORLD and CONFIG_DUMPER_BOOTFLAG (for new ports) 27 January 2015, 21:16: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
45addf7 50D fix MVR.H, qscale is now visible 18 December 2014, 00:29:25 UTC
350315d Merged in fps-override until 535d552 (minor cleanups only) 27 January 2015, 20:12:37 UTC
edbf58b added EOSM stub for PROPAD_GetPropertyDATA 21 January 2015, 22:14:14 UTC
be1eb75 mlv_rec: make mlv_dump a bit more defensive with save_dng return value (yet the save_dng does not catch all cases, so this is a todo) 14 January 2015, 20:45:28 UTC
a68578c mlv_rec: make mlv_dump a bit more defensive with fwrite return values 14 January 2015, 20:43:47 UTC
454b408 mlv_rec: mlv_dump now allows altering the frame rate e.g. for direct playback of full res silent pic shots using mlrawviewer. also rewrite the frame count in MLVI header. 13 January 2015, 21:24:10 UTC
4b611b5 io_crypt: allow smaller block sizes 12 January 2015, 20:49:33 UTC
280cf36 ime_base/ime_rot: added hex charsets 12 January 2015, 20:49:18 UTC
12d3498 io_crypt: experimental modes 02 January 2015, 21:35:51 UTC
6adcfb5 io_crypt: speedup changes 02 January 2015, 02:12:50 UTC
bf14d8b io_crypt: fixed compile errors 02 January 2015, 02:12:50 UTC
40ca128 Merge 06 October 2014, 23:09:06 UTC
80a1a9f WebDAVServer: massive speedup in responsiveness on server side 29 September 2014, 18:55:51 UTC
7cdf6b5 raw2dng: fix compilation 26 September 2014, 16:21:25 UTC
5afa352 Fix issue #2119 (bracketing glitch) 26 September 2014, 09:37:31 UTC
861a18e raw_rec: attempt to disable powersave timer while recording (not tested) 26 September 2014, 09:30:57 UTC
74463dd Register PROP_ICU_AUTO_POWEROFF for modules 26 September 2014, 09:25:33 UTC
7b187b8 Modules: fix PROP_HANDLERs compatibility with core ones (declaration and PROP_INT) 26 September 2014, 07:17:47 UTC
f20a956 WebDAVServer now speaks FITS (http://en.wikipedia.org/wiki/FITS) for astral photography use cases hide storage directory for modified files in the file list 21 September 2014, 09:02:32 UTC
eee0f4b clean up WebDAVServer code and do optimizations to get lower response time. - improved caching - reduced managed code overhead - switched to older runtime version for simplification 20 September 2014, 20:23:42 UTC
3be0491 mlv_dump: fix compilation 12 September 2014, 19:37:54 UTC
10f0ddc Raw backend: removed unused return value from raw_set_pixel 26 September 2014, 06:33:33 UTC
062a096 Intervalometer: fixed "take pics like crazy" (was much slower if "stop after" was set to zero) 26 September 2014, 06:32:41 UTC
c5207fa Merged in dpjpandone/magic-lantern/dpjpandone/audio-controls-are-working-on-7d-wind-fi-1408126189067 (pull request #586) audio controls are working on 7D, wind filter will remain undefined 26 September 2014, 07:33:44 UTC
28644fb Merged in dpjpandone/magic-lantern-1/dpjpandone/changed-7d-to-faster-edmacs-to-fix-hdmi--1409286369686 (pull request #589) Use faster edmacs to fix tearing on 7D 26 September 2014, 07:32:29 UTC
a3b458b WebDAVServer now correctly returns DNG sizes, doesnt scan all drives to report quota (which is not really important) and added some processing time measurement 11 September 2014, 21:50:29 UTC
c14f302 enabled optimizations in DNG code 11 September 2014, 21:48:44 UTC
6840e5b use dmilligan's new DNG code and optimized it to tweak out as much as possible 11 September 2014, 21:48:14 UTC
b746ee4 updated Visual Studio solutions for VS Express 2013 11 September 2014, 14:15:27 UTC
2251632 update MLVViewSharp to provide a per-frame metadata cache 11 September 2014, 14:14:57 UTC
6b3f46e updated Visual Studio solution for WebDAVServer 11 September 2014, 14:14:05 UTC
bac167f added WebDAVServer for accessing MLV as virtual filesystem 11 September 2014, 14:13:37 UTC
f7213fc mlv_rec: use a cleaner syntax for struct packing which is compatible to visual studio, fix visual studio compile errors 11 September 2014, 12:44:07 UTC
be7295a removed slurp as suggested 06 September 2014, 22:31:17 UTC
b4e07e0 removed slurp as suggested 06 September 2014, 22:30:38 UTC
f0975f9 mlv_rec: fix also output file offsets in mlv_dump 31 August 2014, 19:26:35 UTC
29efb31 mlv_rec: improved offset error bugfix in mlv_dump 31 August 2014, 17:31:43 UTC
1ccdd70 changed: #ifdef CONFIG_7D to: #if defined(CONFIG_7D) for consistency. 31 August 2014, 15:47:15 UTC
bc80cd1 Merged in mlv_play (pull request #580) Even more `mlv_play` improvements 31 August 2014, 11:08:19 UTC
61ecc0b Close branch mlv_play 31 August 2014, 11:08:19 UTC
491e953 clean up comments in edmac_memcpy 30 August 2014, 14:39:36 UTC
12b3187 clean up comments 30 August 2014, 14:37:04 UTC
26b8772 mlv_play: updated help text 30 August 2014, 03:07:59 UTC
86f7783 mlv_play: play button is the same as play/pause in the OSD menu 30 August 2014, 02:34:38 UTC
c5029fc mlv_play: make play/pause the default OSD menu option 29 August 2014, 23:42:00 UTC
fc2e96c mlv_play: playback resets after video finishes so that video can be easily played again 29 August 2014, 23:37:05 UTC
42d7088 changed 7D to faster edmacs to fix HDMI tearing 29 August 2014, 04:25:39 UTC
9d9ea94 audio controls are working on 7D, wind filter will remain undefined 15 August 2014, 18:09:59 UTC
7d7a8db QEMU support: fix 5D2 15 August 2014, 13:54:18 UTC
29cf67c qemu: add support for EOS 6D 30 September 2014, 06:18:42 UTC
4a726f2 5D2/50D/500D: fix GUI event counting for ML internal events 13 August 2014, 04:16:19 UTC
ceebd98 Battery info: do not compile on unsupported cameras 13 August 2014, 04:04:48 UTC
6babb38 Merged in escho/escho-magiclantern/features (pull request #582) delete FEATURE_PLAY_422 19 August 2014, 05:36:30 UTC
d7ac7ba Merged in dot-tune (pull request #577) Dot-Tune AFMA fixes 19 August 2014, 05:35:31 UTC
85a191b Close branch dot-tune 19 August 2014, 05:35:31 UTC
35c0b2a Merged in Gr3g01/ml-500d (pull request #585) 500D: added property function stubs - PROPAD_GetPropertyData 19 August 2014, 05:34:46 UTC
back to top