index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
content
/
common
/
gpu
/
media
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix content build with OS X 10.9 SDK
jiangj
2014-08-27
1
-0
/
+1
*
Don't use msmpeg2vdec.dll version 6.1.7140
luken
2014-08-27
1
-0
/
+14
*
Remove implicit conversions from scoped_refptr to T* in content/*/gpu/
dcheng
2014-08-26
2
-2
/
+2
*
rendering_helper - Wait for rendering before resetting the decoder.
owenlin
2014-08-25
3
-16
/
+35
*
Fix DCHECKs in V4l2VideoDevice.
wuchengli@chromium.org
2014-08-22
3
-5
/
+12
*
Fix compiling errors on v4l2_video_decode_accelerator.cc.
owenlin@chromium.org
2014-08-22
1
-2
/
+4
*
Pass decoded picture size from VDA to client
kcwu@chromium.org
2014-08-21
6
-9
/
+16
*
rendering_helper - Refactoring - remove the Client interface.
owenlin@chromium.org
2014-08-21
3
-148
/
+198
*
Using PROFILE_ANY for vp8 and vp9
amogh.bihani@samsung.com
2014-08-15
4
-6
/
+6
*
gpu: Optimize and cleanup code used for CHROMIUM_copy_texture.
dongseong.hwang@intel.com
2014-08-13
1
-4
/
+17
*
VAVEA: Turn VAAPI encoder flag into a kill switch.
posciak@chromium.org
2014-08-12
2
-2
/
+2
*
Add base:: qualification to some COmmandLine references in content.
brettw@chromium.org
2014-08-11
8
-16
/
+16
*
Implement actually decoding frames in VTVideoDecodeAccelerator.
sandersd@chromium.org
2014-08-05
4
-48
/
+259
*
rendering_helper - Flush the GL commands after rendering to FBO.
owenlin@chromium.org
2014-07-24
1
-0
/
+4
*
Explicitly check for --no-sandbox in VT VDA.
sandersd@chromium.org
2014-07-24
1
-3
/
+7
*
VaapiVEA: Handle bitrate and frame rate negotiation from webrtc
robert.bradford@intel.com
2014-07-22
1
-0
/
+10
*
rendering_helper - Use real GLSurface and GLContext.
owenlin@chromium.org
2014-07-22
3
-201
/
+76
*
Fix compilation with OS X SDK 10.8.
sandersd@chromium.org
2014-07-15
1
-19
/
+7
*
Add posciak@chromium.org to content/common/gpu/media/OWNERS
posciak@chromium.org
2014-07-15
1
-0
/
+1
*
Fixes for re-enabling more MSVC level 4 warnings: content/ edition
pkasting@chromium.org
2014-07-15
1
-0
/
+5
*
Use PPS/SPS NALUs to initialize a VTDecompressionSession.
sandersd@chromium.org
2014-07-11
2
-11
/
+215
*
rendering_helper - Unbind the thumbnail texture.
owenlin@chromium.org
2014-07-08
1
-0
/
+1
*
V4L2VEA: Clean up weak pointer management.
posciak@chromium.org
2014-07-02
2
-28
/
+24
*
V4L2VEA: Set plane length when queueing USERPTR buffers.
posciak@chromium.org
2014-07-02
1
-0
/
+1
*
Revert 280020 "Revert 279958 "Revert "Revert 279650 "Add VaapiVideoEncodeAcce...
posciak@chromium.org
2014-06-27
11
-77
/
+1754
*
Revert 279958 "Revert "Revert 279650 "Add VaapiVideoEncodeAccele..."
jamescook@chromium.org
2014-06-26
11
-1754
/
+77
*
Revert "Revert 279650 "Add VaapiVideoEncodeAccelerator for HW-accelerate...""
posciak@chromium.org
2014-06-26
11
-77
/
+1754
*
Revert 279650 "Add VaapiVideoEncodeAccelerator for HW-accelerate..."
jamescook@chromium.org
2014-06-25
11
-1754
/
+77
*
rendering_helper - Move the entire life time of the timer into rendering thread.
owenlin@chromium.org
2014-06-25
2
-3
/
+8
*
Add VaapiVideoEncodeAccelerator for HW-accelerated video encode.
posciak@chromium.org
2014-06-25
11
-77
/
+1754
*
Add VTSupport for dynamically linking VideoToolbox.
sandersd@chromium.org
2014-06-25
3
-0
/
+123
*
Reset GPUVideoEncodeAccelerator::encoder_ when destroying
dmichael@chromium.org
2014-06-18
1
-1
/
+1
*
rendering_helper: Release GL context before terminate a display.
owenlin@chromium.org
2014-06-18
1
-1
/
+4
*
The program crashed if the platform didn't support GL_TEXTURE_EXTERNAL_OES at...
owenlin@chromium.org
2014-06-18
1
-9
/
+4
*
VAVDA: Don't use an event to wait for the decoder thread to be drained.
posciak@chromium.org
2014-06-17
1
-7
/
+5
*
rendering_helper - Change the layout of the rendering areas.
owenlin@chromium.org
2014-06-16
3
-80
/
+105
*
veatest: Create and destroy all encoders on one thread.
posciak@chromium.org
2014-06-14
1
-21
/
+27
*
Decouple IPC::MessageFilter from IPC::Channel
morrita@chromium.org
2014-06-13
1
-8
/
+8
*
generate_stubs: Allow // comments as well as the existing #.
rsesek@chromium.org
2014-06-13
1
-9
/
+9
*
fix sign-compare warning.
yunlian@chromium.org
2014-06-12
1
-1
/
+1
*
media: Add MediaOzonePlatform support
tiago.vignatti@intel.com
2014-06-12
1
-0
/
+11
*
vda_unittest - Move the fps control from ThrottleVDAClient to RenderingHelper.
owenlin@chromium.org
2014-06-12
3
-285
/
+189
*
Create VTVideoDecodeAccelerator.
sandersd@chromium.org
2014-06-11
3
-0
/
+125
*
Remove base/memory/scoped_handle.h
brettw@chromium.org
2014-06-10
1
-1
/
+0
*
rendering_helper - Replace multiple windows by a full-screen window.
owenlin@chromium.org
2014-06-10
3
-131
/
+186
*
V4L2VDA: Fix compilation after VideoDecodeAcceleratorImpl removal.
posciak@chromium.org
2014-06-09
1
-0
/
+1
*
Remove fischman from WATCHLISTS and OWNERS as I am leaving the Chrome PA. Au...
fischman@chromium.org
2014-06-07
1
-1
/
+0
*
Revert of Revert of Merge VideoDecodeAcceleratorImpl with VideoDecodeAccelera...
dcheng@chromium.org
2014-06-07
10
-77
/
+20
*
Revert of Merge VideoDecodeAcceleratorImpl with VideoDecodeAccelerator (https...
dcheng@chromium.org
2014-06-07
10
-20
/
+77
*
Merge VideoDecodeAcceleratorImpl with VideoDecodeAccelerator
spang@chromium.org
2014-06-07
10
-77
/
+20
[next]