Kan-Ru Chen (陳侃如)
|
da002e7c2d
|
Bug 785339 - Restore BasicPlanarYCbCrImage::SetDelayedConversion. r=roc
|
2012-09-03 15:36:04 +08: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 |
|
Matt Woodrow
|
7cf26992d4
|
Bug 782372 - Fix clang build. r=nical
|
2012-08-20 14:39:10 +12: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 |
|
Aryeh Gregor
|
d0ad5a7d0c
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Gervase Markham
|
82ff7027aa
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Timothy B. Terriberry
|
112a28e909
|
Bug 726580, Stop shadowing PlanarYCbCr::mOffscreenFormat, r=bas
|
2012-02-15 14:32:11 -08:00 |
|
Bas Schouten
|
7244d2b180
|
Bug 715785: Make ImageContainers independent of LayerManagers. r=roc
|
2012-02-01 03:18:30 +01:00 |
|
Ed Morley
|
4c5dbc9136
|
Backout 76dcfabe0a2a, d8004eb22252, 86e91202ef51 & f9a5736cd6bc (bug 695845) for build failures on windows
|
2011-12-19 20:27:59 +00:00 |
|
Matt Woodrow
|
181244b996
|
Bug 695845 - Part 2: Add ShadowImplData. r=cjones
|
2011-12-19 14:49:45 -05:00 |
|
Chris Pearce
|
bbc6317677
|
Bug 701259 - Restrict BasicPlanarYCbCrImage scaling destination size. r=roc
|
2011-11-15 09:35:46 +13:00 |
|
Ehsan Akhgari
|
92064e6d3f
|
Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron
Landing on a CLOSED TREE
|
2011-10-17 10:59:28 -04:00 |
|
Michael Wu
|
d2b70213ac
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
--HG--
rename : tools/trace-malloc/bloatblame.c => tools/trace-malloc/bloatblame.cpp
|
2011-09-28 23:19:26 -07:00 |
|
Oleg Romashin
|
5cecc378f2
|
Bug 686742 - Move YUV conversion code into gfxUtil functions. r=derf
--HG--
extra : rebase_source : 0993d4fc7558c40fd6df97278919c01fc8e92918
|
2011-09-27 15:19:24 -07:00 |
|
Matt Woodrow
|
f440cab612
|
Bug 682615 - Use fallible new for BasicPlanarYCbCrImage. r=roc
|
2011-08-31 14:03:34 +12:00 |
|
Matthew Gregan
|
2f39e6408b
|
Bug 672755 - Add memory reporters for decoded video and audio queues. r=cpearce r=joe
|
2011-07-22 15:17:23 +12:00 |
|
Matt Woodrow
|
e64b02f01a
|
Bug 656185 - Part 2 - Upload the entire image for PlanarYCbCrImageOGL to a texture and clip using texture coordinates. r=derf
|
2011-07-05 14:52:00 +12:00 |
|
Matt Woodrow
|
f47d6dca8b
|
Back out bug 656185 due to windows compile failures
|
2011-06-27 15:21:22 +12:00 |
|
Matt Woodrow
|
6e295129f3
|
Bug 656185 - Part 2 - Handle odd crop offsets correctly with OpenGl. r=derf
|
2011-06-27 14:32:16 +12:00 |
|
Matt Woodrow
|
875f244cda
|
Bug 649417 - Part 2 - Add a YUV option to SharedImage and use it to share YUV data across processes. r=cjones,joe
|
2011-04-21 16:38:39 +12:00 |
|
Chris Jones
|
31aa2c4e77
|
Bug 556214, parts 1 and 1.1: Rename Monitor to ReentrantMonitor and fix existing Monitor users. r=roc
--HG--
rename : xpcom/glue/Monitor.h => xpcom/glue/ReentrantMonitor.h
|
2011-04-29 14:21:57 -05:00 |
|
Timothy B. Terriberry
|
2bdc74c61a
|
Bug 634557 - ScaleYCbCrToRGB565: Reference C version, r=doublec
|
2011-04-14 17:32:15 -07:00 |
|
Tim Terribe
|
962584e61d
|
Bug 641014 - Fix broken NEO Y'CbCr to RGB conversion - r=doublec
--HG--
extra : rebase_source : fddd6ccddd083484c8b46a53747fb2058a46463e
|
2011-04-09 06:59:22 +12:00 |
|
Chris Double
|
61d4db165f
|
Bug 639415 - Disable prescaling of videos if they have an offset due to chromium scaling code not supporting offsets - r=kinetik
--HG--
extra : rebase_source : 0b72a504f731a81a498876a28dfae0d7c4aebded
|
2011-03-14 17:31:48 +13:00 |
|
Chris Pearce
|
f507197104
|
Bug 580531 - Record first paint time and number of images painted in ImageContainer. r=roc
|
2011-03-24 11:28:57 +13:00 |
|
Chris Pearce
|
fd6cce5849
|
Bug 580531 - Push ImageContainer subclass' locks up into a superclass monitor. r=roc
|
2011-03-24 11:28:57 +13:00 |
|
Timothy B. Terriberry
|
b816cb6603
|
Bug 641019 - "Crash on video with odd widths and 16-bit displays" [r=tterribe a=stuart]
|
2011-03-15 15:01:00 -07:00 |
|
Timothy B. Terriberry
|
d533a5513c
|
Bug 640588 - "Bad rendering of webm and ogv with 16-bits displays on Linux" [r=jones.chris.g a-2.0=doug.turner]
--HG--
extra : rebase_source : 8407e60c8e2c24252c4ce36daddd793ebf4cbd9d
|
2011-03-11 16:07:00 -08:00 |
|
Makoto Kato
|
6af9bf0044
|
Bug 637961 - Crash in [@ yv12_to_rgb565_neon]. r=jmuizelaar a=blocking-fennec
|
2011-03-08 09:59:44 +09:00 |
|
Bas Schouten
|
fe47c52e05
|
Bug 620665 - Part 7: Do not use mManager pointer for basic layers. r=roc a=blocking-beta9
|
2010-12-29 01:07:18 +00:00 |
|
Bas Schouten
|
4bb2625477
|
Bug 620665 - Part 1: Expose backend type on ImageContainers. r=roc a=blocking-beta9
|
2010-12-29 01:07:00 +00:00 |
|
Oleg Romashin
|
f1941ee1f5
|
Bug 616469 - Video sync is slow because of slow yuv2rgb conversion. use 16bpp neon r=roc a=blocking-fennec
|
2010-12-10 21:32:52 +02:00 |
|
Oleg Romashin
|
3f6521bff5
|
Bug 616469 - Video sync is slow because of slow yuv2rgb conversion. Offscreen API r=roc a=b-f
|
2010-12-15 10:17:27 -08:00 |
|
Chris Double
|
96cbe7d2f7
|
Bug 583138 - Update to latest Chromium YCbCr to RGB Conversion code - r=roc a=blocking2.0
|
2010-11-11 12:54:27 +13:00 |
|
Chris Double
|
0965268b8a
|
Bug 577843 - Scale videos at YCbCr conversion time - r=roc a=blocking2.0
--HG--
extra : rebase_source : ae011843fdd812dbeab7e5de0bf3b6029cccb3e5
|
2010-10-26 16:11:13 +13:00 |
|
Vladimir Vukicevic
|
b524227b49
|
b=574481; fix layers lifetime issues; part 4 - fix other layers; r=bas
|
2010-08-06 22:09:18 -07:00 |
|
Oleg Romashin
|
2f5e014ed0
|
Bug 545632 - Add 16bpp format support enabler. r=jmuizelaar
|
2010-06-11 05:33:22 -04:00 |
|
Oleg Romashin
|
6747cc21c0
|
Backed out changeset 2959eddcd018, to fix oranges
|
2010-06-11 08:35:26 -04:00 |
|
Oleg Romashin
|
0c1e77aac6
|
Bug 545632 - Add 16bpp format support enabler. r=jmuizelaar
--HG--
extra : rebase_source : 8ddcebaa4f6418c65325b4374f7f9f5ab4ec377e
|
2010-06-11 05:33:22 -04:00 |
|
Chris Pearce
|
fce92ab150
|
Bug 556889 - Honour video aspect ratio in layers rendering. r=roc
|
2010-04-27 20:53:44 +12:00 |
|
Chris Double
|
bc56aab89c
|
Bug 551378 - Implement 4:4:4 colorspace conversion routine for YCbCr layers code - r=roc
|
2010-04-21 15:05:34 +12:00 |
|
Chris Double
|
ef03b912fb
|
Bug 551277 - Replace liboggplay YUV to RGB color conversion code - r=roc
|
2010-04-19 13:17:06 +12:00 |
|
Chris Pearce
|
9c85f50feb
|
Bug 556889 - Backed out changeset 6f250c9b680b due to reftest failure on Linux.
|
2010-04-08 21:18:58 +12:00 |
|
Chris Pearce
|
8ae321bbc6
|
Bug 556889 - Honour video aspect ratio in layers rendering. r=roc
|
2010-04-08 20:16:02 +12:00 |
|
Chris Double
|
4d94fbf7a0
|
Bug 551277. Backed out changeset f9a11b9b2b9f
|
2010-04-06 18:10:02 +12:00 |
|
Chris Double
|
987e0e6294
|
Bug 551277 - Implement software YCbCr conversion in layers, replacing liboggplay color conversion code - r=roc
--HG--
extra : rebase_source : 53b2c194aa6eb75a4751efdd83f066d3aeadf5d7
|
2010-04-06 12:07:39 +12:00 |
|
Robert O'Callahan
|
6b6667800c
|
Bug 538323. Part 1: create ImageLayers and associated API for displaying pixel-buffers in various formats. r=jrmuizel,sr=dbaron
|
2010-03-02 12:09:35 +13:00 |
|