Sotaro Ikeda
|
41283f23f9
|
Bug 836782 - reduce gralloc buffer reallocation in camera StartPreview(), r=kchen
|
2013-02-06 12:57:50 -05: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
|
cc0d72ff01
|
Bug 809259 - improve camera stability when switching between picture and video modes r=kanru
|
2012-11-23 13:31:42 +08: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 |
|
Michael Vines
|
3be1395cdc
|
Bug 803733 - Normalize camera sensor orientation. r=cjones
|
2012-10-24 17:23:01 -07: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 |
|
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 |
|
Mike Habicher
|
24305b17cc
|
Bug 783682 - Camera - always assume the camera gives us yuv420sp [r=gal]
|
2012-08-20 09:11:20 -07: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
|
2ea391b7a2
|
Bug 740997 - ICS camera support, r=jst,gal,roc
|
2012-07-30 17:59:05 -04:00 |
|