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

sort by:
Revision Author Date Message Commit Date
c4d99af cr2hdr.c fix 02 June 2017, 07:39:27 UTC
4c0889d reverting back. 02 June 2017, 06:01:45 UTC
60ba83c Halfway 02 June 2017, 05:41:35 UTC
095ce17 added more mlv_dump code from g3gg0 29 May 2017, 20:36:38 UTC
2a03d36 relaxed mode working when compressing files as well now. 27 May 2017, 14:09:34 UTC
3f4cc34 Will otherwise break compatibility with -c -c mode(assert mode fails) 27 May 2017, 13:33:54 UTC
a2be29a 10bit12but fixes from g3gg0! 26 May 2017, 05:33:55 UTC
b220bc0 autopsy misses 24 May 2017, 02:40:09 UTC
bf9d54d more autopsy stuff 24 May 2017, 02:21:17 UTC
f7a2cee Latest “autopsy” code in mlv_dump(g3gg0) 23 May 2017, 19:13:57 UTC
1485edc Rearranging in mlv_dump 16 May 2017, 23:57:04 UTC
d07115e Activating decompressor doesn´t seem to hurt. 15 May 2017, 02:59:10 UTC
fb309f5 Testing 10bit12bit output 15 May 2017, 02:51:08 UTC
6abdd50 Decompress differs from MLV and dng files 12 May 2017, 18:08:27 UTC
e211608 Working fix for 10/12 bit files 08 May 2017, 13:35:32 UTC
9a15411 Adding support for 10/12-bit files(testing) 08 May 2017, 12:23:56 UTC
42e9730 Fixed block compression. 07 May 2017, 23:12:11 UTC
070c1fe various 07 May 2017, 21:40:19 UTC
35a9942 Added something 07 May 2017, 19:52:51 UTC
f9cc850 again… 07 May 2017, 15:42:29 UTC
c6eae0b Skipped a verbose message. 07 May 2017, 15:41:47 UTC
4e763fb Bouncyball patched ml-dng now working with lj92 compress output of dng files!! 07 May 2017, 04:08:15 UTC
9074f4b Compress issues 02 May 2017, 22:22:28 UTC
85775d2 Trying out dng compression 02 May 2017, 20:16:49 UTC
ba26d6f Bouncyball added lj92 code (Andrew Baldwin) T o my specific ml-dng branch. Working flawlessly. 29 April 2017, 07:11:41 UTC
f7d6de8 old vertical stripe correction code. Better with dualiso. 27 April 2017, 15:01:43 UTC
a74814d Changing white love maximum to 16383 or else acr freaks out. 07 April 2017, 14:46:08 UTC
b185d24 mlv_lite_rec trigger latest 27 March 2017, 13:08:54 UTC
afeeb55 rec_trigger_latest 27 March 2017, 13:03:57 UTC
3166abb Moved dng folder into mlv_rec location 24 March 2017, 12:40:27 UTC
47b29eb more commits, seems to work 22 March 2017, 19:13:18 UTC
f12fda5 all but mlv_dump updated 22 March 2017, 18:58:16 UTC
122220a still missing files 22 March 2017, 18:54:53 UTC
681f33e building 22 March 2017, 18:53:19 UTC
b39765b testing 22 March 2017, 18:51:03 UTC
6008fa6 latest merges 22 March 2017, 18:32:17 UTC
4ed01d4 Merged rec-trigger into crop_rec 21 March 2017, 00:07:33 UTC
c367ed2 mlv_lite: fix some issues related to changing resolution (crash on submenu open while recording; message about max resolution not displayed) 21 March 2017, 00:04:44 UTC
e2468a4 mlv_rec, mlv_lite: save RAWC (raw_capture_info) 20 March 2017, 23:15:26 UTC
25e4454 mlv_dump: print RAWC (raw_capture_info) 20 March 2017, 23:14:14 UTC
1693218 mlv.h: RAWC block (struct raw_capture_info) 20 March 2017, 23:13:53 UTC
388d797 crop_rec: hook to update raw_capture_info with modified pixel binning / line skipping factors 20 March 2017, 22:33:55 UTC
74f4ac8 Raw backend: new CBR for modules (CBR_RAW_INFO_UPDATE) 20 March 2017, 22:09:34 UTC
de357d5 Raw backend: new structure about image capture parameters (resolution, pixel binning modes) (also updated mlv_lite and mlv_rec) (can you suggest a better name?) 20 March 2017, 19:15:13 UTC
4c7001d Merged raw_video_10bit_12bit into crop_rec 20 March 2017, 18:40:52 UTC
db4894f raw.c: fix bad merge (duplicate DEFAULT_RAW_BUFFER entries) 20 March 2017, 18:32:50 UTC
558af40 mlv_lite: show pre-recording buffer size in menu (requires recording a test clip first) 14 March 2017, 23:09:57 UTC
107abe4 mlv_lite: allow pre-record duration in 1-second increments 14 March 2017, 22:47:23 UTC
948fb99 mlv_lite: allow frame skipping during pre-recording, between half-shutter triggers This will avoid recording stopping between (half-shutter) triggers, as these skipped frames would probably be dropped anyway. The pre-recording buffer is now maxed out in the 1-frame trigger mode. 14 March 2017, 22:08:34 UTC
e793636 mlv_lite: dynamic buffer allocation for pre-recording (reserve at least 50% of RAM for pre-recording, or more -- as long as it can record 500+ frames with 90% of measured write speed) 14 March 2017, 21:35:39 UTC
35cc2b9 mlv_lite: fix pre-recording buffer size rounding (minor) 14 March 2017, 20:26:12 UTC
a0b9870 mlv-lite: experimental half-shutter trigger (compatible with pre-recording) 11 March 2017, 11:54:39 UTC
b9e3c2c mlv_lite: prepare to allow multiple triggers with pre-recording 11 March 2017, 11:50:34 UTC
728a3f5 mlv_lite: refactor with INC_MOD (minor optimization in vsync hook) 11 March 2017, 06:45:34 UTC
f6d0268 imath.h: macro for incrementing a variable modulo N 11 March 2017, 06:43:59 UTC
1501e70 mlv_lite: fix chunk frame count (to be tested) 11 March 2017, 05:22:18 UTC
10ab5b3 Merged raw-h264-proxy into raw_video_10bit_12bit 11 February 2017, 15:40:56 UTC
d0e5a34 Merged unified into raw_video_10bit_12bit 11 February 2017, 15:35:33 UTC
ab98365 Merged raw_fixes into raw_video_10bit_12bit 11 February 2017, 15:34:10 UTC
fc0c5ef mlv_lite: also renamed in Makefile.modules.default 11 February 2017, 14:53:53 UTC
0156149 mlv_lite: getting DCIM dir suffix from property doesn't seem to work (limitation of module properties); get it from ML core instead 11 February 2017, 14:47:03 UTC
5f86d1e fio-ml: added get_dcim_dir_suffix(); moved get_dcim_dir() from dryos.h 11 February 2017, 14:45:47 UTC
e69cc35 Merged unified (mlv-lite) into raw-h264-proxy 11 February 2017, 15:00:13 UTC
5958237 Merged in new_raw_format (mlv_lite) (pull request #685) Completely replace the old raw format with a lite implementation of MLV. Recording performance should be identical to the old raw_rec v1.0; however, the additional features from mlv_rec are not present. Note: raw_rec.mo was renamed to mlv_lite.mo. 11 February 2017, 13:52:09 UTC
9a7bde5 Close branch new_raw_format 11 February 2017, 13:52:09 UTC
e4f8ff4 mlv_lite: updated README 11 February 2017, 13:44:28 UTC
b4a17f6 Renamed raw_rec to mlv_lite 11 February 2017, 13:43:44 UTC
a051a13 Merged unified into new_raw_format 11 February 2017, 13:38:00 UTC
66f4c3c raw_rec: allow audio recording via H.264 proxy 11 February 2017, 13:26:50 UTC
ea918d9 raw_rec: prefer recording to CF whenever possible (when using H.264 proxy, select SD in Canon menu for best performance) 11 February 2017, 13:22:00 UTC
313e9ba raw_rec: experimental H.264 proxy recording earlier attempts: http://www.magiclantern.fm/forum/index.php?topic=16608.msg177236#msg177236 11 February 2017, 11:13:03 UTC
6acc294 Always disable overlays in x10 zoom, see pull request 806 and also in the special x1 zoom from some recent models 10 February 2017, 20:40:39 UTC
ee97330 Merged in daniel_fort/magic-lantern/700D_isr_stubs (pull request #797) 700D pre_isr_hook/post_isr_hook stubs for LOG_INTERRUPTS Approved-by: Alex 10 February 2017, 17:18:15 UTC
c00319f Info bars: fix positions for various screen layouts + refactor 10 February 2017, 11:33:18 UTC
645aedb Cropmarks: fix alignment on external monitors http://www.magiclantern.fm/forum/index.php?topic=14704.msg179688#msg179688 10 February 2017, 10:19:24 UTC
8ca4c63 Focus peaking: removed the option to use HD buffer (simpler code) 10 February 2017, 16:39:43 UTC
b37f9b1 Focus peaking: fix alignment with anamorphic preview (issue #2446?) 08 February 2017, 12:40:15 UTC
043dfc5 Fix REC PicStyle on first clip (issue #2379, all models) 08 February 2017, 08:26:28 UTC
20b9274 srm_malloc_suite: extra wait after locking the GUI (to be checked on cameras that don't pass the SRM memory test from selftest.mo) 06 February 2017, 09:08:47 UTC
d3f91ab srm_malloc_suite: minor fix (no effects with current usage) 06 February 2017, 09:05:57 UTC
b639f26 700D: fix pre/post_isr_hook stubs 02 February 2017, 04:47:47 UTC
1c69fbb raw2dng, Makefile: switching to -c99 introduced 2 warnings and fseeko not able to address long files under linux. Fixed 29 January 2017, 11:10:08 UTC
9f5504b 1100D: fix FPS override (nightly compiles again, thanks to all testers) 26 January 2017, 22:23:13 UTC
19c82c8 500D: fix PlayMovieGuideApp_handler stub 26 January 2017, 20:17:52 UTC
a867e16 Merged in bouncyball/magic-lantern/unified-camname-patch (pull request #801) make mlv_dump write unique camera name tag to dng files 26 January 2017, 21:24:54 UTC
efd1899 conform raw_rec Bit depth menu to match mlv_rec 24 January 2017, 04:37:59 UTC
d480020 mlv_dump: changed unique_camname initial value from NULL to (unknown). Got rid of the unnecessary check. There should be only one IDNT block in a valid MLV 23 January 2017, 12:31:44 UTC
5e477e6 mlv_dump: fix dark/flat frame operation when the two clips have different spacing/padding offsets Test files: http://www.magiclantern.fm/forum/index.php?topic=16650.msg178809#msg178809 20 January 2017, 16:43:39 UTC
667ab08 Merged unified into unified-camname-patch 19 January 2017, 14:13:40 UTC
6b5ae81 Merged in 5D3-113-and-123 (pull request #611) Support for 5D3 firmwares 1.2.3 and 1.1.3 in the same source tree 13 January 2017, 22:45:14 UTC
09fabb3 Close branch 5D3-113-and-123 13 January 2017, 22:45:14 UTC
6848fa3 5D3: sync platform files between 1.1.3 and 1.2.3 13 January 2017, 22:31:28 UTC
929f666 mlv_dump.c, camera_id.h: some suggested polishing 13 January 2017, 09:51:57 UTC
26c97e6 mlv_dump: typo correction 13 January 2017, 08:59:32 UTC
d46ec6f mlv_dump: use NULL instead of Unknown Model string 13 January 2017, 08:53:55 UTC
193e8de camera_id.h: func now returns NULL if camera model not matched 13 January 2017, 08:40:36 UTC
e726a83 Merged in bouncyball/raw2dng_dng_set_camname_patch (pull request #791) raw2dng_dng_set_camname_patch 12 January 2017, 20:20:36 UTC
48a5f30 Merged in escho/escho-magiclantern/escho-dev (pull request #783) change helptext for mlv_dump 12 January 2017, 20:19:34 UTC
a9ec6bf Raw backend: fix black borders on raw previews 12 January 2017, 20:17:12 UTC
d004edd Raw backend: fix black borders on raw previews 12 January 2017, 20:17:12 UTC
back to top