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
*
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
*
Split GLContext::Create*GLContext into GLSurface::Create*GLSurface plus a sur...
apatrick@chromium.org
2011-05-11
1
-3
/
+5
*
revert CL 84847
wjia@google.com
2011-05-10
1
-3
/
+6
*
Update VideoDecode PPAPI structs to be consistent with media structures, part 1
vrk@google.com
2011-05-10
5
-270
/
+159
*
Adding a new file for media stream types that will be used by future Chrome c...
wjia@google.com
2011-05-10
1
-5
/
+3
*
Fix crashes that occur during building & stopping the AdaptiveDemuxer.
acolwell@chromium.org
2011-05-10
2
-29
/
+73
*
iwyu: Include stringprintf.h where appropriate, part 1.
jhawkins@chromium.org
2011-05-10
1
-2
/
+3
*
iwyu: Use callback_old.h where appropriate, part 1.
jhawkins@chromium.org
2011-05-10
7
-6
/
+7
*
add MessageLoopProxy in MessageLoopFactory
wjia@google.com
2011-05-07
3
-0
/
+37
*
add video capture message filter and its unit test.
wjia@google.com
2011-05-06
3
-24
/
+42
*
Linux hardware dependent code for Video Capture.
scherkus@chromium.org
2011-05-04
6
-0
/
+799
*
Forward decoder errors from FFmpegVideoDecodeEngine to FFmpegVideoDecoder.
scherkus@chromium.org
2011-04-29
8
-32
/
+113
*
Updating logging in src/media/. Using DCHECK_EQ/NE/LE() where possible.
kushi.p@gmail.com
2011-04-29
6
-10
/
+10
*
Make buffer_queue_ and read_queue_ from DemuxerStream shared resources.
fgalligan@chromium.org
2011-04-29
2
-4
/
+43
*
Base: Adjust dependencies to build with base.dll
rvargas@google.com
2011-04-28
1
-0
/
+1
*
Switch VideoDecoder over to the new hot callbacks.
scherkus@chromium.org
2011-04-27
6
-22
/
+35
*
Rename VideoCodecConfig to VideoDecoderConfig and move to media/base/video_de...
scherkus@chromium.org
2011-04-27
17
-88
/
+105
*
Forgot to include media/base/audio_decoder_config.h in media/media.gyp.
scherkus@chromium.org
2011-04-27
1
-0
/
+1
*
Switch AudioDecoder's ConsumeAudioSamplesCallback over to the new hotness cal...
scherkus@chromium.org
2011-04-27
9
-69
/
+50
*
Refactor PTS processing logic from FFmpegVideoDecoder::FindPtsAndDuration() i...
scherkus@chromium.org
2011-04-27
11
-184
/
+325
*
Replace AudioDecoder::media_format() with AudioDecoderConfig.
scherkus@chromium.org
2011-04-26
16
-95
/
+136
*
Base: Adjust dependencies to build with base.dll
rvargas@google.com
2011-04-26
1
-0
/
+2
*
Blind fix for a Linux only crash in AudioManager::Destroy
thestig@chromium.org
2011-04-22
1
-4
/
+6
*
Open ALSA device using hw_params calls
davej@chromium.org
2011-04-19
2
-4
/
+72
*
Allow audio output on Linux to work with web audio API
crogers@google.com
2011-04-16
1
-2
/
+3
*
Fix erratic HTML5 audio playback
davej@chromium.org
2011-04-14
4
-21
/
+77
*
Fix Linux audio playback
davej@chromium.org
2011-04-14
2
-2
/
+26
[next]