Kan-Ru Chen (陳侃如)
|
ba13045df3
|
Bug 785001 - Add default constructor to PlanarYCbCrImage::Data. r=roc
|
2012-08-26 20:14:20 -03:00 |
|
Kan-Ru Chen (陳侃如)
|
c540b78e4c
|
Bug 767480 - Remove offset field from PlanarYCbCrImage::Data. r=roc
|
2012-08-26 00:22:51 -03:00 |
|
Andrew McCreight
|
7daaad9c15
|
Back out Bug 773440 for causing M2 orange on Android on this CLOSED TREE.
|
2012-08-23 10:01:14 -07:00 |
|
Nicolas Silva
|
4de96eceff
|
Bug 773440 - Remove one video frame copy when using async-video. r=roc
|
2012-08-23 10:56:36 -04:00 |
|
Matt Woodrow
|
89b1606202
|
Bug 780260 - Remove PRInt32 types added by the previous changeset. r=ehsan
|
2012-08-23 14:02:51 +12:00 |
|
Matt Woodrow
|
b7a3f1cc71
|
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
|
8c296bbcd4
|
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 (陳侃如)
|
ce3f15cc41
|
Bug 767480 - Gralloc backed video buffer. r=roc
|
2012-08-21 18:22:58 +08:00 |
|
Kan-Ru Chen (陳侃如)
|
ecd566dd4c
|
Bug 767480 - PlanarYCbCrImage Refactoring. r=roc
|
2012-08-21 18:18:20 +08:00 |
|
Kan-Ru Chen (陳侃如)
|
0f4bf67e69
|
Back out c8f7bace9cf9, 17ec4e01c126 (bug 767480) r=bustage
|
2012-08-21 17:55:02 +08:00 |
|
Kan-Ru Chen (陳侃如)
|
660d2318a6
|
Bug 767480 - Gralloc backed video buffer. r=roc
|
2012-08-21 14:59:42 +08:00 |
|
Kan-Ru Chen (陳侃如)
|
31f25ec5f6
|
Bug 767480 - PlanarYCbCrImage refactoring. r=roc
|
2012-08-21 17:31:36 +08:00 |
|
Nicolas Silva
|
54dd2bf57f
|
Bug 782372 - Splits ImageLayers.h into ImageLayers.h ImageContainer.h and ImageTypes.h, r=bgirard
|
2012-08-19 15:33:25 -04:00 |
|