Mike Habicher
|
1c16f691da
|
Bug 827503 - use nsMainThreadPtrHolders when passing XPCWrappedJSes around off main thread, r=bholley,jst a=blocking-basecamp+
|
2013-01-09 00:43:50 +01:00 |
|
Mike Habicher
|
8fc63b78ff
|
Bug 825986 - propagate startRecording() return code instead of asserting; clean up GonkRecorder lifecycle management, r=kanru
|
2013-01-08 10:11:32 +01:00 |
|
Kan-Ru Chen (陳侃如)
|
9dd23d255d
|
Bug 825687 - Unregister camera control from the camera hardware. r=mikeh
|
2013-01-07 13:54:24 +01:00 |
|
Mike Habicher
|
6c36994286
|
Bug 820139 - Ensure video recorder exists before trying to start recording. r=kchen
|
2012-12-23 10:56:59 -05:00 |
|
Mike Habicher
|
4c0d4feea0
|
Bug 818933 - Provide a hardware release API so that we don't have to rely on CC of CameraControl objects. r=mhabicher
|
2012-12-23 10:54:54 -05:00 |
|
Mike Habicher
|
4de7a6f6ab
|
Bug 822531 - Fix regression of bug 783682 caused by bug 779139. r=mwu
|
2012-12-18 18:19:38 -05:00 |
|
Mats Palmgren
|
cc093a3de0
|
Bug 820230 - Add missing #include to fix compile error. r=me
|
2012-12-12 00:15:07 +01:00 |
|
Mike Habicher
|
4a3d6b29ff
|
Bug 817496 - Notify DeviceStorage when a new video file is finished recording. r=dougt
|
2012-12-04 21:00:39 -05:00 |
|
Mike Habicher
|
cc0d72ff01
|
Bug 809259 - improve camera stability when switching between picture and video modes r=kanru
|
2012-11-23 13:31:42 +08:00 |
|
Benoit Jacob
|
c074b85799
|
Bug 798033 - adapt dom/camera code to not relying on headers to do using namespace - r=mhabicher
|
2012-11-12 19:06:31 -05:00 |
|
Mike Habicher
|
b00eac7a2b
|
Bug 810440 - Add missing rotation parameter to SetupRecording function call, drop default parameter values. r=daleharvey
|
2012-11-09 20:32:10 -05:00 |
|
Mike Habicher
|
a6f2994c06
|
Bug 808099 - Write the correct rotational meta-data to the video stream. r=cjones
|
2012-11-06 22:32:01 -05:00 |
|
Mike Habicher
|
894a212065
|
Bug 808030 - Make camera default to smallest non-0x0 thumbnail size with reduced quality. r=cjones
|
2012-11-02 19:53:40 -04:00 |
|
Mike Habicher
|
67c2452076
|
Bug 801693 - Plumb video recorder state-change (error, size/length limit) handling. r=jst
|
2012-11-02 16:11:50 -04:00 |
|
Mike Habicher
|
8d73efc6aa
|
Bug 804741 - close our recorder output file handle because recorder dup()s it. r=mwu
|
2012-10-29 16:16:42 -07:00 |
|
Michael Vines
|
3be1395cdc
|
Bug 803733 - Normalize camera sensor orientation. r=cjones
|
2012-10-24 17:23:01 -07:00 |
|
Mike Habicher
|
35a03d4ca2
|
Bug 795379 - Add support for getting and setting video recording profiles. r=jst
|
2012-10-23 18:30:28 -04:00 |
|
Mike Habicher
|
d31fa8bf55
|
Bug 798304 - Call AppendRelativePath() to append video filename (possibly including subpath) to data storage area root. r=dougt
|
2012-10-10 06:32:37 -04:00 |
|
Mike Habicher
|
64b80ee37d
|
Bug 779145 - Add support for unsoliciated onShutter and onClosed callbacks, handle OnNavigation to clean-up. r=jst
|
2012-09-30 20:37:47 -04:00 |
|
Inder Kumar
|
a0524f3362
|
Bug 776062: Add support for recording video on gonk. r=cjones,double,ikumar,mikeh sr=sicking
|
2012-09-28 22:30:52 -07:00 |
|
Isaac Aggrey
|
990e90e88a
|
Bug 791906: Replace NSPR integer limit constants with stdint ones; r=ehsan
|
2012-09-28 01:57:33 -05:00 |
|
Mike Habicher
|
c98f4e3bab
|
Bug 789307 - Unlock() the graphics buffer if we're not going to consume it. r=kchen
|
2012-09-07 16:23:01 -04:00 |
|
Mike Habicher
|
e9cf678ed7
|
Bug 779139 - Make DOM-facing camera objects cycle collection participants. r=jst
|
2012-09-04 21:01:56 -04:00 |
|
Ehsan Akhgari
|
243c878d26
|
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
This patch was generated by a script. Here's the source of the script for
future reference:
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name nsXPCOMCID.h \
! -name prtypes.h \
-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 PRInt8 int8_t
convert PRUint8 uint8_t
convert PRInt16 int16_t
convert PRUint16 uint16_t
convert PRInt32 int32_t
convert PRUint32 uint32_t
convert PRInt64 int64_t
convert PRUint64 uint64_t
convert PRIntn int
convert PRUintn unsigned
convert PRSize size_t
convert PROffset32 int32_t
convert PROffset64 int64_t
convert PRPtrdiff ptrdiff_t
convert PRFloat64 double
|
2012-08-22 11:56:38 -04:00 |
|
Kan-Ru Chen
|
0543d778ad
|
Bug 757341 - Camera direct texturing with async video. r=cjones
|
2012-08-17 18:56:55 +08:00 |
|
Mike Habicher
|
1c9439c7af
|
Bug 779351 - Camera needs to get/configure the SourceMediaStream on the main thread, r=roc
|
2012-08-01 14:21:27 -04:00 |
|
Mike Habicher
|
2ea391b7a2
|
Bug 740997 - ICS camera support, r=jst,gal,roc
|
2012-07-30 17:59:05 -04:00 |
|