Andrew Osmond
|
f88ced16d7
|
Bug 1196330 - Do not restart preview if configuration is unchanged. r=dhylands
|
2015-08-20 12:44:25 -04:00 |
|
Andrew Osmond
|
d0aabc76f7
|
Backed out changeset 19eb382364a9 (bug 1194476)
|
2015-08-20 12:18:49 -04:00 |
|
Andrew Osmond
|
2b59f10a0b
|
Bug 1194476 - Do not restart preview if configuration is unchanged. r=dhylands
|
2015-08-20 12:12:45 -04:00 |
|
Andrew Osmond
|
a4032d4af6
|
Bug 1187364 - Part 1. Add ability for camera to pause/resume recording. r=dhylands,bz
|
2015-08-17 15:20:28 -04:00 |
|
Andrew Osmond
|
ab05e12d58
|
Bug 1175656 - Implement generation of recording posters in Gecko. r=dhylands,bz
|
2015-06-16 20:35:00 -04:00 |
|
Roger Yang
|
1ae6f90c1c
|
Bug 1124338 - Fix possible camera cached parameters invalidation from underlying driver modification. r=aosmond
|
2015-05-24 11:36:00 -04:00 |
|
Eric Rahm
|
06d4f75aa8
|
Bug 1163201 - Part 1: Remove instances of #ifdef PR_LOGGING in dom/. r=froydnj
PR_LOGGING is now always defined, we can remove #ifdefs checking for it.
|
2015-05-14 10:13:23 -07:00 |
|
Roger Yang
|
abf09cc295
|
Bug 1129051 - Fix double free in Camera Control Listener. Fix webrtc memory leak. r=aosmond
|
2015-04-28 16:08:40 -04:00 |
|
Andrew Osmond
|
88c97762ea
|
Bug 1144211 - Improve code coverage of camera mochitests. r=mikeh
|
2015-03-17 13:01:24 -04:00 |
|
Andrew Osmond
|
71f657a0bd
|
Bug 1152260 - Generate focused event for drivers that do not notify us when using continuous auto focus. r=mikeh
|
2015-04-14 09:38:40 -04:00 |
|
Ehsan Akhgari
|
ea41d8de48
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
This patch was automatically generated using the following script:
function convert() {
echo "Converting $1 to $2..."
find . \
! -wholename "*/.git*" \
! -wholename "obj-ff-dbg*" \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.c" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert MOZ_OVERRIDE override
convert MOZ_FINAL final
|
2015-03-21 12:28:04 -04:00 |
|
Andrew Osmond
|
8c3d2feb17
|
Bug 1139027 - Permit running of camera mochitests on B2G desktop. r=mikeh
|
2015-03-10 19:39:49 -04:00 |
|
Mike Habicher
|
0916c633cc
|
Bug 1121769 - push picture size to the camera driver, even in video mode, r=aosmond
|
2015-01-22 12:25:49 -05:00 |
|
Vincent Liu
|
1482f19bd7
|
Bug 1107300 - (gonk-L-Camera) [meta] Camera Android L Porting. r=Sotaro
|
2014-12-22 14:17:22 +08:00 |
|
Alfredo Yang
|
5f26531bf9
|
Bug 938034 - Enable gonk camera recording callback. r=roc
|
2014-12-18 01:00:00 -05:00 |
|
Andrew Osmond
|
bd9b77fe93
|
Bug 1104913 - Update selection algorithms for preview, picture and video sizes to have sane defaults. r=mikeh, r=bz
|
2014-12-12 19:51:29 -08:00 |
|
Andrew Osmond
|
f357f87700
|
Bug 1111752 - Initialize metering mode to correct value. r=mikeh
|
2014-12-15 11:53:49 -08:00 |
|
Mike Habicher
|
4907fda5df
|
Bug 1052821 - expose exposure metering modes to JS, r=aosmond,bz
|
2014-12-12 21:42:13 -05:00 |
|
Mike Habicher
|
97b70b48e2
|
Bug 1104055 - fix CameraControl memory leak, r=aosmond
|
2014-12-12 21:18:03 -05:00 |
|
Mike Habicher
|
185364751c
|
Bug 1099390 - add reason to onClosed event, r=aosmond,bz
|
2014-11-25 14:45:00 -05:00 |
|
Mike Habicher
|
364efc11e8
|
Bug 1098660 - fix the (complex) requirements for video mode preview size, r=aosmond
|
2014-11-14 20:56:59 -05:00 |
|
Mike Habicher
|
ee22e3167b
|
Bug 1079543 - handle camera hardware busy when prelaunching, r=aosmond
|
2014-11-12 13:54:48 -05:00 |
|
Andrew Osmond
|
482e9d99b7
|
Bug 1093663 - Load recorder profiles when setting the video configuration if not already. r=mikeh
|
2014-11-04 11:34:00 -05:00 |
|
Mike Habicher
|
c36e852e8e
|
Bug 1020368 - remove direct JS_*() calls from CameraRecorderProfiles, r=aosmond,bz
|
2014-10-31 13:19:06 -04:00 |
|
Ryan VanderMeulen
|
5fa5d63571
|
Backed out changeset 3fde6fc99b0a (bug 1020368) for non-unified bustage.
|
2014-10-31 18:51:23 -04:00 |
|
Mike Habicher
|
21317fda12
|
Bug 1020368 - remove direct JS_*() calls from CameraRecorderProfiles, r=aosmond,bz
|
2014-10-31 13:19:06 -04:00 |
|
Mike Habicher
|
9281b21cd1
|
Bug 1014877 - uncouple preview and video-recording frame sizes, r=aosmond
|
2014-09-16 15:36:48 -04:00 |
|
Mike Habicher
|
47ab7eb369
|
Bug 1054803 - improve size-matching algorithm, r=aosmond
|
2014-09-10 11:48:55 -04:00 |
|
Mike Habicher
|
a9dc68febc
|
Bug 981318 - expose compressed image quality setting, r=dhylands,khuey
|
2014-08-25 15:12:49 -04:00 |
|
Mike Habicher
|
cf852f7217
|
Bug 1037322 - change CameraConfiguration default mode to 'unspecified' r=dhylands,khuey
|
2014-08-05 13:20:31 -04:00 |
|
Andrew Osmond
|
99403c3dd4
|
Bug 1030007 - Throttle updating the preview window when CPU low and/or encoder falls behind. r=mikeh, r=cpearce
|
2014-07-02 19:55:00 -04:00 |
|
Mike Habicher
|
d160dc9dba
|
Bug 1029367 - handle ISO modes without "ISO" prefixes, r=dhylands
|
2014-07-02 18:49:54 -04:00 |
|
Andrew Osmond
|
d0b72a1d5d
|
Bug 1030821 - Fix broken zoom by making recording hint be set as boolean. r=mikeh
|
2014-06-30 06:33:00 -04:00 |
|
Carsten "Tomcat" Book
|
d9533ace96
|
Backed out changeset d758e85bbe8b (bug 1030821) for bustage
|
2014-06-30 14:45:52 +02:00 |
|
Andrew Osmond
|
38a98976eb
|
Bug 1030821 - Fix broken zoom by making recording hint be set as boolean. r=mikeh
|
2014-06-27 12:33:00 +02:00 |
|
Mike Habicher
|
0f633b3a57
|
Bug 1025197 - only clear the "recording hint" when switching to picture mode, r=dhylands
|
2014-06-25 17:45:02 -04:00 |
|
Mike Habicher
|
7f30807b83
|
Bug 1022705 - allow StopRecordingImpl() to be called from any thread, r=jesup
|
2014-06-10 09:52:22 -04:00 |
|
Kyle Huey
|
643d853aa4
|
Bug 996133: Remove unnecessary NS_DISPATCH_NORMAL arguments to NS_DispatchToMainThread. r=ehsan
|
2014-05-23 12:53:17 -07:00 |
|
Andrew Osmond
|
45c3fac7e6
|
Bug 1013425 - Set extra HDR params when changing scene mode to ensure all driver accept; was causing preview freezes on flame after take picture. r=mikeh
|
2014-05-20 12:24:00 -04:00 |
|
Andrew Osmond
|
1e30fd2b6f
|
Bug 1007832 - Reset recording hint when stopping video recording to fix driver state. r=dhylands
|
2014-05-19 11:10:00 +02:00 |
|
Mike Habicher
|
2b23e7cee3
|
Bug 1004434 - MaxFileSize, MaxVideoLength of CameraControl Interface recording options should be of 64 bits. r=dhylands, r=bzbarsky
|
2014-05-14 17:33:00 -04:00 |
|
Chris Peterson
|
80ee21aac6
|
Bug 990764 - Replace MOZ_ASSUME_UNREACHABLE in dom. r=smaug
|
2014-04-20 00:36:40 -07:00 |
|
Mike Habicher
|
937832fe9a
|
Bug 985496 - rationalize camera error reporting, r=dhylands
|
2014-04-25 16:28:15 -04:00 |
|
Mike Habicher
|
fa040d95f2
|
Bug 990761 - handle HDR sending us more than one picture, r=dhylands
|
2014-04-16 21:46:36 -04:00 |
|
Mike Habicher
|
0ec7f4edea
|
Bug 986024 - expose resumeContinuousFocus() method to DOM/JS, r=bz,dhylands
|
2014-04-15 15:46:40 -04:00 |
|
Mike Habicher
|
7650119d38
|
Bug 981047 - enable torch mode in low light when video recording, r=dhylands,ehsan
|
2014-04-09 11:53:41 -04:00 |
|
Mike Habicher
|
2633a53bd8
|
Bug 965420 - camera face-tracking, r=bz,dhylands
|
2014-04-09 11:52:10 -04:00 |
|
Youngwoo Jo
|
dd8821c1ee
|
Bug 965421 - camera continuous autofocus status callback, r=jst,mikeh
|
2014-04-09 11:12:25 -04:00 |
|
Fredrik Lanker
|
700518cafa
|
Bug 985481 - Make sure that a supported video size is set. r=mikeh
|
2014-04-08 00:21:00 +02:00 |
|
Sotaro Ikeda
|
51568625ac
|
Bug 985772 - Remove SurfaceDescriptor around GonkNativeWindow r=nical,pchang,schiu,mikeh,gal
|
2014-03-31 08:24:28 -07:00 |
|