- 12 Jun, 2018 1 commit
-
-
g3gg0 authored
--HG-- branch : crop_rec_4k
-
- 23 Mar, 2018 1 commit
-
-
alex@thinkpad authored
(helps squeezing a few more buffers, at some risk of recording stopping at extreme ISOs) --HG-- branch : crop_rec_4k
-
- 09 Mar, 2018 1 commit
-
-
alex@thinkpad authored
(no longer needed; should fix errors at very high ISOs with very detailed scenes) --HG-- branch : crop_rec_4k
-
- 20 Mar, 2018 1 commit
-
-
alex@thinkpad authored
(seems to be a bit faster than pausing LiveView) --HG-- branch : crop_rec_4k
-
- 16 Mar, 2018 1 commit
-
-
alex@thinkpad authored
Workaround for existing files (before this change): (panPosX & ~7) should give the correct X offset for existing lossless files. ((panPosX + 7) & ~7) should match cropPosX and should be correct for uncompressed files. --HG-- branch : crop_rec_4k
-
- 10 Mar, 2018 1 commit
-
-
alex@thinkpad authored
--HG-- branch : crop_rec_4k
-
- 05 Mar, 2018 1 commit
-
-
Daniel Fort authored
--HG-- branch : crop_rec_4k
-
- 04 Mar, 2018 3 commits
-
-
Daniel Fort authored
Not working yet (black level issues) --HG-- branch : crop_rec_4k
-
Daniel Fort authored
--HG-- branch : crop_rec_4k
-
alex@thinkpad authored
http://www.magiclantern.fm/forum/index.php?topic=18443.msg198091#msg198091 --HG-- branch : crop_rec_4k
-
- 03 Mar, 2018 1 commit
-
-
alex@thinkpad authored
(to be tested) --HG-- branch : crop_rec_4k
-
- 09 Mar, 2018 1 commit
-
-
alex@thinkpad authored
--HG-- branch : lua_fix
-
- 07 Mar, 2018 1 commit
-
-
alex@thinkpad authored
Backout b831cb10605c (breaks Magic Zoom and CONFIG_MARK_UNUSED_MEMORY_AT_STARTUP, as memset64 is not the same as memset) --HG-- branch : memory-backend
-
- 04 Mar, 2018 1 commit
-
-
alex@thinkpad authored
--HG-- branch : lua_fix
-
- 24 Feb, 2018 2 commits
-
-
alex@thinkpad authored
- simplified to accept only 32-bit aligned pointers - using regular memset for Magic Zoom - closing issue #1995 --HG-- branch : memory-backend
-
alex@thinkpad authored
- simplified to accept only 32-bit aligned pointers - using regular memset for Magic Zoom - closing issue #1995 --HG-- branch : lua_fix
-
- 23 Feb, 2018 2 commits
-
-
alex@thinkpad authored
(23.976, 24 or 29.970, without having to use FPS override) --HG-- branch : crop_rec_4k
-
alex@thinkpad authored
crop_rec: explicit option to use original shutter speed range from the altered video mode (e.g. 1/33 ... 1/4000 in 1080p) or to remap shutter speeds to full range (from 1/FPS to minimum exposure time allowed by hardware - 1/15000, 1/25000 etc) Previously, presets with different frame rate used to scale shutter speeds by default (not always desirable, e.g. with Full-res LV snapshots) Also moved most of the old options under Advanced. --HG-- branch : crop_rec_4k
-
- 22 Feb, 2018 1 commit
-
-
alex@thinkpad authored
(experimental, cannot be toggled while recording) advantage: no more vertical lines in x10! --HG-- branch : crop_rec_4k
-
- 17 Feb, 2018 2 commits
-
-
alex@thinkpad authored
Renamed get_ms_clock_value / get_us_clock_value to get_ms_clock / get_us_clock Replaced all hardcoded references to 0xC0242014 with GET_DIGIC_TIMER() ``` find . -not -path '*/\.*' -type f -name '*.c' -o -name '*.h' -exec sed -i 's/get_ms_clock_value/get_ms_clock/g' {} + find . -not -path '*/\.*' -type f -name '*.c' -o -name '*.h' -exec sed -i 's/get_us_clock_value/get_us_clock/g' {} + sed -i 's/\*(volatile uint32_t \*)0xC0242014/GET_DIGIC_TIMER()/' */*.c ... ``` --HG-- branch : lua_fix
-
alex@thinkpad authored
- only update the 64-bit us_clock on each call (overhead from ~ 4us reduced to less than 1us) - lower-resolution clocks are always derived from the microsecond clock and computed only on request - dropped get_ms_clock_value_fast --HG-- branch : lua_fix
-
- 14 Feb, 2018 1 commit
-
-
Daniel Fort authored
Full-res LV is not available on cameras other than the 5D3 so remove it from the menu if the camera isn't a 5D3. --HG-- branch : crop_rec_4k
-
- 10 Feb, 2018 1 commit
-
-
bouncyball authored
--HG-- branch : crop_rec_4k
-
- 09 Feb, 2018 1 commit
-
-
bouncyball authored
--HG-- branch : crop_rec_4k
-
- 07 Feb, 2018 3 commits
-
-
bouncyball authored
--HG-- branch : crop_rec_4k
-
bouncyball authored
--HG-- branch : crop_rec_4k
-
bouncyball authored
--HG-- branch : crop_rec_4k
-
- 05 Feb, 2018 4 commits
-
-
bouncyball authored
--HG-- branch : crop_rec_4k
-
bouncyball authored
--HG-- branch : crop_rec_4k
-
bouncyball authored
--HG-- branch : crop_rec_4k
-
bouncyball authored
--HG-- branch : crop_rec_4k
-
- 04 Feb, 2018 7 commits
-
-
bouncyball authored
--HG-- branch : crop_rec_4k
-
bouncyball authored
--HG-- branch : crop_rec_4k
-
bouncyball authored
--HG-- branch : crop_rec_4k
-
bouncyball authored
--HG-- branch : crop_rec_4k
-
bouncyball authored
--HG-- branch : crop_rec_4k
-
bouncyball authored
--HG-- branch : crop_rec_4k
-
bouncyball authored
mlv_dump.c updated with new cli options and variables to support new featuers of updated dng and raw_proc --HG-- branch : crop_rec_4k
-
- 01 Feb, 2018 1 commit
-
-
alex@thinkpad authored
that was the root cause of the audio not getting saved, but could cause other issues as well http://www.magiclantern.fm/forum/index.php?topic=16040.msg196343#msg196343 --HG-- branch : crop_rec_4k
-
- 03 Feb, 2018 1 commit
-
-
alex@thinkpad authored
tried disabling it in 1080p on 100D/700D/M, but didn't work well http://www.magiclantern.fm/forum/index.php?topic=16040.msg196754#msg196754 --HG-- branch : crop_rec_4k
-