Birunthan Mohanathas
|
ec8396a564
|
Bug 1016240 - Exterminate CR+LF line endings. r=briansmith,cpearce,ehsan,gavin
|
2014-06-18 17:56:02 -07:00 |
|
Masatoshi Kimura
|
dfb3f0e76b
|
Bug 969918 - Use decltype to declare pointers for dynamic-loaded functions. r=jimm sr=roc
|
2014-02-18 07:32:52 +09:00 |
|
Benoit Jacob
|
3991287fb7
|
Bug 964442 - Make CreateImage just take a plain format parameter - r=jrmuizel
|
2014-01-30 17:58:51 -05:00 |
|
Benoit Jacob
|
e6d46b061f
|
Bug 962784 - Convert ImageTypes.h to typed enums - r=jrmuizel
find content/media media/webrtc gfx/layers gfx/tests dom/camera dom/plugins image/src layout/base -type f | grep -v 'gfx/layers/ImageTypes.h' | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)\(GRALLOC_PLANAR_YCBCR\|PLANAR_YCBCR\|SHARED_RGB\|CAIRO_SURFACE\|MAC_IOSURFACE\|REMOTE_IMAGE_BITMAP\|SHARED_TEXTURE\|REMOTE_IMAGE_DXGI_TEXTURE\|D3D9_RGB32_TEXTURE\)\($\|[^A-Za-z0-9_]\)/\1ImageFormat::\2\3/g'
find content/media media/webrtc gfx/layers gfx/tests dom/camera dom/plugins image/src layout/base -type f | grep -v 'gfx/layers/ImageTypes.h' | xargs sed -i 's|ImageFormat\:\:ImageFormat|ImageFormat|g'
find content/media media/webrtc gfx/layers gfx/tests dom/camera dom/plugins image/src layout/base -type f | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)STEREO_MODE_\(MONO\|LEFT_RIGHT\|RIGHT_LEFT\|BOTTOM_TOP\|TOP_BOTTOM\)\($\|[^A-Za-z0-9_]\)/\1StereoMode::\2\3/g'
find content/media media/webrtc gfx/layers gfx/tests dom/camera dom/plugins image/src layout/base -type f | grep -v 'gfx/layers/ImageTypes.h' | xargs sed -i 's|StereoMode\:\:StereoMode|StereoMode|g'
|
2014-01-30 17:58:49 -05:00 |
|
Birunthan Mohanathas
|
872802570b
|
Bug 784739 - Switch from NULL to nullptr in content/; r=ehsan
--HG--
extra : rebase_source : 9237726507e8002479616a98a82646a763932507
|
2013-10-23 16:34:10 -04:00 |
|
Chris Pearce
|
24f2771c6d
|
Bug 881954 - Only initialize DXVA when we're decoding video. r=padenot
|
2013-06-14 09:07:28 +12:00 |
|
Chris Pearce
|
44c5698dd1
|
Bug 872375 - Specify picture region in D3D9SurfaceImage. r=padenot
|
2013-05-20 13:14:13 +08:00 |
|
Chris Pearce
|
bbaa7306e8
|
Bug 847267 - Use DXVA2 to offload H.264 decoding to the GPU on Windows. r=Bas
|
2013-05-04 22:12:41 +12:00 |
|