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
*
Remove unused AudioTrackOutput.
dalecurtis@google.com
2012-08-21
5
-423
/
+0
*
Revert 152406 - Introduce shared_memory_support media target for PPAPI.
dalecurtis@google.com
2012-08-20
13
-207
/
+94
*
Introduce shared_memory_support media target for PPAPI.
dalecurtis@chromium.org
2012-08-20
13
-94
/
+207
*
Update dash test files.
acolwell@chromium.org
2012-08-20
2
-0
/
+0
*
On mono mode, SL_SPEAKER_FRONT_CENTER is the channel mask;
xians@chromium.org
2012-08-20
2
-2
/
+12
*
media::BindToLoop() is born, with example uses to slim down WebMediaPlayerProxy.
fischman@chromium.org
2012-08-18
4
-0
/
+330
*
Upgrade DCHECK(pending_callbacks_.get()) to CHECK().
scherkus@chromium.org
2012-08-18
1
-6
/
+6
*
Don't use an unretained read callback when calling AudioDecoder::Read().
scherkus@chromium.org
2012-08-17
2
-6
/
+2
*
Allow transitioning to HAVE_METADATA before pipeline initialization completes.
acolwell@chromium.org
2012-08-17
8
-33
/
+113
*
use type std::string instead of integer for MediaLogEvent::TOTAL_BYTES_SET
changbin.shao@intel.com
2012-08-16
3
-7
/
+9
*
Fix FFmpegAudioDecoder monotonically increasing timestamp check to ignore kNo...
acolwell@chromium.org
2012-08-16
2
-7
/
+14
*
Address post commit nits for r151132
acolwell@chromium.org
2012-08-15
2
-5
/
+4
*
Upgrade Pipeline::Start() NOTREACHED() back into a CHECK().
scherkus@chromium.org
2012-08-15
1
-5
/
+4
*
Make explicit the PipelineStatus enum values and warn that they are logged to...
fischman@chromium.org
2012-08-15
1
-16
/
+17
*
Downgrade media::Pipeline CHECKs into NOTREACHED() + no-op.
scherkus@chromium.org
2012-08-15
1
-2
/
+8
*
Make ChunkDemuxer::SetTimestampOffset take a TimeDelta instead of double
vrk@google.com
2012-08-14
3
-19
/
+23
*
Make jars build from a single ant .xml template
cjhopman@chromium.org
2012-08-13
1
-17
/
+0
*
Use enum instead of string in MessageLoopFactory::GetMessageLoop*
xhwang@chromium.org
2012-08-12
22
-112
/
+145
*
Move VideoDecoder initialization into VideoRendererBase to simplify implement...
acolwell@chromium.org
2012-08-10
16
-225
/
+204
*
Fold Pipeline initialization failure tests added in r150636 into PipelineTear...
scherkus@chromium.org
2012-08-10
1
-121
/
+198
*
Enable CNS to serve files from different port.
shadi@chromium.org
2012-08-09
2
-35
/
+136
*
Merge Pipeline's kError state with kStopped: a baby step towards bringing san...
scherkus@chromium.org
2012-08-09
4
-110
/
+39
*
Switch AudioRenderSink::Callback to use AudioBus.
dalecurtis@chromium.org
2012-08-09
22
-259
/
+163
*
Remove Pipeline::IsInitialized() and replace stop_pending_ with checks for st...
scherkus@chromium.org
2012-08-09
3
-82
/
+44
*
mac: Delete more 10.5-only code
thakis@chromium.org
2012-08-09
1
-15
/
+1
*
Make java.gypi export jar path to input_jars_paths variable
cjhopman@chromium.org
2012-08-09
1
-6
/
+6
*
Add a lot of Pipeline tests to cover stopping/error handling while in a varie...
scherkus@chromium.org
2012-08-09
4
-29
/
+259
*
Get ChannelLayout on OSX with non-deprecated methods.
dalecurtis@chromium.org
2012-08-09
1
-15
/
+7
*
Add CNS function to clean up port matching requester IP address.
shadi@chromium.org
2012-08-09
2
-2
/
+48
*
Replace Pipeline::kEnded state and HasEnded() methods with renderer-specific ...
scherkus@chromium.org
2012-08-09
13
-100
/
+75
*
Introduce AudioBus to replace std::vector<float*> within
dalecurtis@chromium.org
2012-08-09
4
-0
/
+292
*
Don't count SLOW tests towards failure.
dalecurtis@google.com
2012-08-08
2
-2
/
+6
*
Fix Pipeline to properly handle errors during initialization.
acolwell@chromium.org
2012-08-08
2
-12
/
+132
*
Revert 150591 - Remove Pipeline::kEnded state as it is redundant with Pipelin...
scherkus@chromium.org
2012-08-08
3
-2
/
+13
*
Remove Pipeline::kEnded state as it is redundant with Pipeline::kStarted.
scherkus@chromium.org
2012-08-08
3
-13
/
+2
*
Inline media::Pipeline::ResetState() into initializer list.
scherkus@chromium.org
2012-08-08
2
-30
/
+25
*
Cancel pending seek in ChunkDemuxer when a new seek occurs
vrk@chromium.org
2012-08-08
3
-0
/
+121
*
Add initial support for edit lists in MSE BMFF.
strobe@google.com
2012-08-08
3
-5
/
+56
*
Fix VideoRendererBase end of stream logic to use a default
acolwell@chromium.org
2012-08-08
4
-61
/
+125
*
Check for duplicate id strings in ChunkDemuxer::AddId()
annacc@chromium.org
2012-08-07
1
-1
/
+2
*
fix detection of video capture device on linux
wjia@chromium.org
2012-08-07
1
-4
/
+6
*
Change Deryptor::DecryptStatus and VideoDecoder::DecoderStatus to *::Status.
xhwang@chromium.org
2012-08-07
9
-32
/
+31
*
Remove WebMediaPlayerProxy::video_decoder_ & FFmpegVideoDecoder::set_decryptor.
acolwell@chromium.org
2012-08-07
8
-34
/
+30
*
Adds support for multi-channel output audio for the low-latency path in Windows.
henrika@chromium.org
2012-08-07
6
-147
/
+622
*
Dead code elimination: scythe.chrome_functions:segment.path %media% edition, ...
fischman@chromium.org
2012-08-07
18
-77
/
+0
*
Roll FFmpeg for security fixes.
dalecurtis@google.com
2012-08-07
2
-23
/
+32
*
Check VideoFrame::IsValidConfig() prior to allocating buffers for FFmpeg.
scherkus@chromium.org
2012-08-07
1
-0
/
+3
*
Implement simple garbage collection in SourceBufferStream
vrk@google.com
2012-08-07
3
-13
/
+509
*
Add kSeekToStartFudgeRoom to SourceBufferStream
vrk@google.com
2012-08-07
3
-10
/
+78
*
Enable WebM encrypted playback test.
fgalligan@chromium.org
2012-08-06
1
-6
/
+4
[next]