Nicolas Silva
|
3953edb7c4
|
Bug Bug 773440 - Remove unnecessary frame copies with async-video by stroring video frames in shared memory earlier in the pipeline. r=roc
|
2012-11-05 11:38:03 +01:00 |
Kan-Ru Chen (陳侃如)
|
e24d16161a
|
Bug 785001 - Add default constructor to PlanarYCbCrImage::Data. r=roc
|
2012-08-26 20:14:20 -03:00 |
Kan-Ru Chen (陳侃如)
|
1d4714c9e2
|
Bug 767480 - Remove offset field from PlanarYCbCrImage::Data. r=roc
|
2012-08-26 00:22:51 -03:00 |
Andrew McCreight
|
99341ce9d3
|
Back out Bug 773440 for causing M2 orange on Android on this CLOSED TREE.
|
2012-08-23 10:01:14 -07:00 |
Nicolas Silva
|
08383d674f
|
Bug 773440 - Remove one video frame copy when using async-video. r=roc
|
2012-08-23 10:56:36 -04:00 |
Matt Woodrow
|
85de30e43c
|
Bug 780260 - Remove PRInt32 types added by the previous changeset. r=ehsan
|
2012-08-23 14:02:51 +12:00 |
Matt Woodrow
|
4c13ef5d13
|
Bug 780260 - Add serial numbers to Images and use it to check if an image has been painted to its BasicShadowableImageLayer already. r=cjones
|
2012-08-23 12:08:26 +12:00 |
Ehsan Akhgari
|
e368dc9c85
|
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 (陳侃如)
|
967b36e8ae
|
Bug 767480 - Gralloc backed video buffer. r=roc
|
2012-08-21 18:22:58 +08:00 |
Kan-Ru Chen (陳侃如)
|
a55761dc81
|
Bug 767480 - PlanarYCbCrImage Refactoring. r=roc
|
2012-08-21 18:18:20 +08:00 |
Kan-Ru Chen (陳侃如)
|
1460a419c4
|
Back out c8f7bace9cf9, 17ec4e01c126 (bug 767480) r=bustage
|
2012-08-21 17:55:02 +08:00 |
Kan-Ru Chen (陳侃如)
|
4a4557a29e
|
Bug 767480 - Gralloc backed video buffer. r=roc
|
2012-08-21 14:59:42 +08:00 |
Kan-Ru Chen (陳侃如)
|
b992322a3a
|
Bug 767480 - PlanarYCbCrImage refactoring. r=roc
|
2012-08-21 17:31:36 +08:00 |
Nicolas Silva
|
75542595f3
|
Bug 782372 - Splits ImageLayers.h into ImageLayers.h ImageContainer.h and ImageTypes.h, r=bgirard
|
2012-08-19 15:33:25 -04:00 |