- 04 Mar, 2018 1 commit
-
-
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
-
- 10 Mar, 2018 2 commits
-
-
alex@thinkpad authored
(memset32 fix, DIGIC identification, minor fixes) --HG-- branch : crop_rec_4k
-
alex@thinkpad authored
(fixes Arkanoid, benchmarks and others on fresh startup in photo mode, without any images on the card) --HG-- branch : lua_fix
-
- 09 Mar, 2018 1 commit
-
-
alex@thinkpad authored
--HG-- branch : lua_fix
-
- 10 Mar, 2018 1 commit
-
-
alex@thinkpad authored
(memset32 fix) --HG-- branch : lua_fix
-
- 07 Mar, 2018 2 commits
-
-
alex@thinkpad authored
--HG-- branch : memory-backend
-
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
-
- 03 Mar, 2018 1 commit
-
-
alex@thinkpad authored
e.g. if (is_camera("DIGIC", "5")) { ... } --HG-- branch : lua_fix
-
- 24 Feb, 2018 8 commits
-
-
alex@thinkpad authored
(side effect: short joystick press also moved the menu selection up on 5D3) --HG-- branch : lua_fix
-
alex@thinkpad authored
(memory backend updates; thread safety annotations for new exmem functions) --HG-- branch : crop_rec_4k
-
alex@thinkpad authored
--HG-- branch : memory-backend
-
alex@thinkpad authored
--HG-- branch : lua_fix
-
alex@thinkpad authored
--HG-- branch : memory-backend
-
alex@thinkpad authored
--HG-- branch : lua_fix
-
alex@thinkpad authored
allow small blocks (smaller than minimum_free_space / 64) to break the minimum_free_space limit (until minimum_free_space / 4) fine-tuned until the old set of Lua scripts were able to run on 1100D without umm_malloc --HG-- branch : memory-backend
-
alex@thinkpad authored
allow small blocks (smaller than minimum_free_space / 64) to break the minimum_free_space limit (until minimum_free_space / 4) fine-tuned until the old set of Lua scripts were able to run on 1100D without umm_malloc --HG-- branch : lua_fix
-
- 23 Feb, 2018 1 commit
-
-
alex@thinkpad authored
--HG-- branch : memory-backend
-
- 24 Feb, 2018 2 commits
-
-
alex@thinkpad authored
--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 : memory-backend
-
- 23 Feb, 2018 5 commits
-
-
alex@thinkpad authored
(poor man's autodetection, since we don't know how to query the available size in advance) --HG-- branch : memory-backend
-
alex@thinkpad authored
- moved autodetection to dedicated functions (for both fragmented and continuous allocations) - autodetect the max available size for large requests (slower, but when it fails, it fails gracefully) --HG-- branch : memory-backend
-
alex@thinkpad authored
(not sure why they were needed; we'll find out if it fails) --HG-- branch : memory-backend
-
alex@thinkpad authored
(1s timeout probably not needed) --HG-- branch : memory-backend
-
alex@thinkpad authored
--HG-- branch : lua_fix
-
- 24 Feb, 2018 2 commits
-
-
alex@thinkpad authored
--HG-- branch : lua_fix
-
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 6 commits
-
-
alex@thinkpad authored
(poor man's autodetection, since we don't know how to query the available size in advance) --HG-- branch : lua_fix
-
alex@thinkpad authored
- moved autodetection to dedicated functions (for both fragmented and continuous allocations) - autodetect the max available size for large requests (slower, but when it fails, it fails gracefully) --HG-- branch : lua_fix
-
alex@thinkpad authored
(not sure why they were needed; we'll find out if it fails) --HG-- branch : lua_fix
-
alex@thinkpad authored
(1s timeout probably not needed) --HG-- branch : lua_fix
-
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 2 commits
-
-
alex@thinkpad authored
(experimental, cannot be toggled while recording) advantage: no more vertical lines in x10! --HG-- branch : crop_rec_4k
-
alex@thinkpad authored
preparing for full-res LiveView, http://www.magiclantern.fm/forum/index.php?topic=19300.msg197697#msg197697 --HG-- branch : crop_rec_4k
-
- 17 Feb, 2018 4 commits
-
-
g3gg0 authored
Ported/updated "mlv_dump on steroids" all latest features to "mlv_dump crop_rec_4k" Approved-by:
danne <dudek53@gmail.com> Approved-by:
g3gg0 <g3gg0.de@gmail.com> Approved-by:
Daniel Fort <dan@digiola.com> --HG-- branch : crop_rec_4k
-
alex@thinkpad authored
(timer functions refactor) --HG-- branch : crop_rec_4k
-
alex@thinkpad authored
http://www.magiclantern.fm/forum/index.php?topic=21617.msg197314#msg197314 --HG-- branch : lua_fix
-
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
-