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
/
media
Commit message (
Expand
)
Author
Age
Files
Lines
*
Random cleanup & improvements to OmxVideoDecodeAccelerator:
fischman@chromium.org
2011-06-06
1
-3
/
+4
*
Removing defunct GpuVideoDecoder and IpcVideoDecoder.
scherkus@chromium.org
2011-06-03
2
-4
/
+0
*
Follow up CL to 6990065
fgalligan@chromium.org
2011-06-03
2
-2
/
+8
*
Removing FFmpegVideoAllocator as it provides little benefit while increasing ...
scherkus@chromium.org
2011-06-03
5
-350
/
+31
*
Clean up broken revert of 87790.
scherkus@chromium.org
2011-06-03
14
-0
/
+2550
*
Revert 87790 - Removing defunct OpenMAX code.
scherkus@chromium.org
2011-06-03
9
-5
/
+2065
*
Removing defunct OpenMAX code.
scherkus@chromium.org
2011-06-03
23
-4615
/
+5
*
Removing defunct Media Foundation based video decode engines and devices.
scherkus@chromium.org
2011-06-03
4
-1219
/
+0
*
Respect pixel aspect ratio of video if it contains one.
scherkus@chromium.org
2011-06-03
9
-9
/
+69
*
Fix seek hack so it only skips the first seek if it is for start_time_.
acolwell@chromium.org
2011-06-02
1
-2
/
+5
*
More POSIX support for Chromium, consisting mostly of broadening ifdefs. This
tony@chromium.org
2011-06-02
3
-4
/
+4
*
Better memory management for audio channel swizzle code.
annacc@chromium.org
2011-06-02
1
-10
/
+16
*
Revert 87578 - Respect pixel aspect ratio of video if it contains one.
michaeln@google.com
2011-06-02
8
-67
/
+9
*
Respect pixel aspect ratio of video if it contains one.
scottfr@chromium.org
2011-06-02
8
-9
/
+67
*
Revert 87535 - Better memory management for audio channel swizzle code.
michaeln@google.com
2011-06-01
1
-16
/
+10
*
Better memory management for audio channel swizzle code.
annacc@chromium.org
2011-06-01
1
-10
/
+16
*
Fix live video only playback.
fgalligan@chromium.org
2011-06-01
10
-6
/
+231
*
Adding GetAudioInputDeviceNames() to AudioManager, which allows for device en...
scherkus@chromium.org
2011-06-01
13
-5
/
+198
*
Small fix on Pepper Video Decoder API data types.
vmr@chromium.org
2011-05-31
1
-4
/
+14
*
Move media library AutoTaskRunner to base and rename ScopedTaskRunner.
wez@chromium.org
2011-05-27
5
-63
/
+7
*
Modified unit test for color conversion of RGB24ToYUV and YUY2ToYUV.
scherkus@chromium.org
2011-05-27
3
-1
/
+1173
*
1;2305;0cRevert 86971 - Move media library AutoTaskRunner to base and rename ...
wez@chromium.org
2011-05-27
5
-7
/
+63
*
Move media library AutoTaskRunner to base and rename ScopedTaskRunner.
wez@chromium.org
2011-05-27
5
-63
/
+7
*
VideoCaptureHost
scherkus@chromium.org
2011-05-26
4
-0
/
+114
*
Surround sound swizzling for Mac based on device channel layout preferences.
annacc@chromium.org
2011-05-26
4
-21
/
+300
*
[Re-instate r86681 by reverting its revert in r86687.]
fischman@chromium.org
2011-05-26
3
-29
/
+15
*
Initial implementation of stream switching in AdaptiveDemuxer.
acolwell@chromium.org
2011-05-26
3
-23
/
+690
*
Add initialization callback support for Video Decoder PPAPI.
vrk@google.com
2011-05-25
1
-0
/
+3
*
Revert 86681 - Updated OMX decoder for recent PPAPI changes, and added to the...
fischman@chromium.org
2011-05-25
3
-15
/
+29
*
Updated OMX decoder for recent PPAPI changes, and added to the build.
fischman@chromium.org
2011-05-25
3
-29
/
+15
*
turn on optimizations for sse2 on mac debug
dmaclach@chromium.org
2011-05-25
1
-0
/
+12
*
Virtual destructors should have virtual keyword.
hans@chromium.org
2011-05-25
1
-1
/
+1
*
VideoCaptureManager opens/closes, starts/stops and enumerates video capture d...
wjia@google.com
2011-05-24
1
-1
/
+1
*
Final gyp patch to make use of the new cross-platform POSIX defines toolkit_u...
tony@chromium.org
2011-05-23
1
-9
/
+9
*
GLContext no longer holds a pointer to a GLSurface.
apatrick@chromium.org
2011-05-23
6
-12
/
+18
*
Updated video decoder IPC to use PPB_Buffer_Dev's new support for SharedMemory.
fischman@chromium.org
2011-05-23
1
-10
/
+10
*
Introduce a quick and dirty hack to skip the implicit first seek for FFmpegDe...
scherkus@chromium.org
2011-05-19
3
-2
/
+18
*
Globally replace <(library) with static_library
evan@chromium.org
2011-05-19
1
-6
/
+6
*
Adding VideoCaptureDevice dummy implementation for platforms without real imp...
wjia@google.com
2011-05-19
3
-0
/
+73
*
Revert 85965 - Introduce a quick and dirty hack to skip the implicit first se...
scherkus@chromium.org
2011-05-19
3
-18
/
+2
*
Introduce a quick and dirty hack to skip the implicit first seek for FFmpegDe...
scherkus@chromium.org
2011-05-19
3
-2
/
+18
*
Description:
annacc@chromium.org
2011-05-16
21
-149
/
+398
*
Implement VideoDecoder IPC hooks from plugin to GPU process
vrk@google.com
2011-05-13
4
-34
/
+44
*
Convert Filter::Seek() to use new callback system.
acolwell@chromium.org
2011-05-13
33
-221
/
+422
*
Reland 85013 - Split GLContext::Create*GLContext into GLSurface::Create*GLSur...
apatrick@chromium.org
2011-05-12
1
-3
/
+5
*
Revert "Reland 85013 - Split GLContext::Create*GLContext into GLSurface::Crea...
antonm@chromium.org
2011-05-12
1
-5
/
+3
*
iwyu: Include stringprintf.h where appropriate, part 3.
jhawkins@chromium.org
2011-05-12
2
-5
/
+5
*
Reland 85013 - Split GLContext::Create*GLContext into GLSurface::Create*GLSur...
apatrick@chromium.org
2011-05-12
1
-3
/
+5
*
Convert Demuxer::Read() to use the new callback system.
acolwell@chromium.org
2011-05-11
13
-45
/
+40
*
Revert 85013 - Split GLContext::Create*GLContext into GLSurface::Create*GLSur...
apatrick@chromium.org
2011-05-11
1
-5
/
+3
[next]