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
/
tools
/
player_wtl
Commit message (
Expand
)
Author
Age
Files
Lines
*
Delete media/tools/player_wtl.
scherkus@chromium.org
2012-11-28
13
-2798
/
+0
*
Remove MessageLoopProxy-getting callbacks from various media classes.
scherkus@chromium.org
2012-11-28
1
-7
/
+2
*
Combine media decoding and pipeline threads.
scherkus@chromium.org
2012-11-21
1
-2
/
+2
*
Fix break for r167691.
scherkus@chromium.org
2012-11-14
1
-1
/
+1
*
Reimplement FileDataSource using file_util::MemoryMappedFile and convert to u...
scherkus@chromium.org
2012-11-14
2
-4
/
+3
*
Revert 167638 - Reimplement FileDataSource using file_util::MemoryMappedFile ...
jochen@chromium.org
2012-11-14
2
-3
/
+4
*
Reimplement FileDataSource using file_util::MemoryMappedFile and convert to u...
scherkus@chromium.org
2012-11-14
2
-4
/
+3
*
Plumb through cropped output size for VideoFrame
sheu@chromium.org
2012-11-09
1
-12
/
+13
*
Move audio decoder initialization to AudioRendererImpl.
xhwang@chromium.org
2012-10-18
1
-1
/
+1
*
Cleanup: avoid foo ? true : false, part 1.
thestig@chromium.org
2012-09-27
1
-1
/
+1
*
Combine audio decoding and video decoding onto a single thread.
scherkus@chromium.org
2012-09-06
1
-2
/
+2
*
Allow transitioning to HAVE_METADATA before pipeline initialization completes.
acolwell@chromium.org
2012-08-17
1
-1
/
+4
*
Use enum instead of string in MessageLoopFactory::GetMessageLoop*
xhwang@chromium.org
2012-08-12
1
-4
/
+5
*
Move VideoDecoder initialization into VideoRendererBase to simplify implement...
acolwell@chromium.org
2012-08-10
1
-1
/
+1
*
Remove WebMediaPlayerProxy::video_decoder_ & FFmpegVideoDecoder::set_decryptor.
acolwell@chromium.org
2012-08-07
1
-1
/
+2
*
Remove VideoDecoder::natural_size() & added VideoFrame::natural_size().
acolwell@chromium.org
2012-08-02
1
-13
/
+13
*
Remove use of PipelineStatus from BufferedDataSource and FileDataSource.
scherkus@chromium.org
2012-07-23
1
-1
/
+1
*
Move VideoRenderer out of Filter heirarchy.
scherkus@chromium.org
2012-07-23
1
-1
/
+1
*
Replace Pipeline::SetNetworkActivity() with BufferedDataSource -> WebMediaPla...
fischman@chromium.org
2012-06-12
1
-1
/
+0
*
Reland r136679, reverted in r136753: Delete MockDataSource, remove IsLocalSou...
fischman@chromium.org
2012-05-12
1
-2
/
+1
*
Revert 136679 - Delete MockDataSource, remove IsLocalSource & IsSeekable from...
tkent@chromium.org
2012-05-12
1
-1
/
+2
*
Delete MockDataSource, remove IsLocalSource & IsSeekable from Demuxer/Pipeline.
fischman@chromium.org
2012-05-11
1
-2
/
+1
*
Rename AudioRendererBase and AudioRendererAlgorithmBase
vrk@chromium.org
2012-04-09
1
-2
/
+2
*
Merge AudioRendererImpl and AudioRendererBase; add NullAudioSink
vrk@chromium.org
2012-04-06
1
-2
/
+4
*
Move media/audio files into media namespace (relanding)
vrk@google.com
2012-04-03
2
-8
/
+1
*
Revert 130180 - Move media/audio files into media namespace
vrk@google.com
2012-04-02
2
-1
/
+8
*
Move media/audio files into media namespace
vrk@google.com
2012-04-02
2
-8
/
+1
*
Remove DemuxerFactory and URL parameter from Pipeline.
scherkus@chromium.org
2012-04-02
1
-5
/
+4
*
Don't report errors twice to pipeline clients.
fischman@chromium.org
2012-03-27
1
-1
/
+1
*
Add frame hashing to PipelineIntegrationTests.
dalecurtis@chromium.org
2012-03-17
1
-5
/
+5
*
Create video and audio decoder threads on demand.
tommi@chromium.org
2012-03-11
1
-2
/
+7
*
Fold media::MessageLoopFactoryImpl into media::MessageLoopFactory.
scherkus@chromium.org
2012-03-06
1
-2
/
+2
*
Make AudioManager non-refcounted.
tommi@chromium.org
2012-02-15
1
-1
/
+1
*
Remove "high"-latency audio code path
vrk@chromium.org
2012-02-03
1
-10
/
+3
*
Fold Pipeline::Init() into Pipeline::Start().
scherkus@chromium.org
2012-01-30
1
-1
/
+7
*
Replace DataSourceFactory with explicitly initialized DataSources.
scherkus@chromium.org
2012-01-19
1
-8
/
+13
*
Fold media::PipelineImpl into media::Pipeline as there is only one implementa...
scherkus@chromium.org
2012-01-18
3
-8
/
+8
*
Take advantage of the new Pass() machinery on scoped_ptr{,_malloc}.
fischman@chromium.org
2012-01-10
1
-4
/
+6
*
Set opaque on the WebMediaPlayerClient based on the decoder
danakj@chromium.org
2011-12-23
1
-1
/
+6
*
Replace subclass interface from VideoRendererBase with a single paint callback.
scherkus@chromium.org
2011-12-22
5
-71
/
+22
*
Remove the AudioManager singleton.
tommi@chromium.org
2011-12-12
2
-3
/
+8
*
Remove media::VideoDecodeContext as it has no implementation and is unused.
scherkus@chromium.org
2011-10-28
1
-1
/
+1
*
Rename media::AudioRendererImpl to media::ReferenceAudioRendererImpl.
fischman@chromium.org
2011-10-07
2
-4
/
+3
*
Convert all of media/ over to the new base::{Bind,Callback} hotness.
fischman@chromium.org
2011-09-29
2
-6
/
+4
*
Remove AdaptiveDemuxer since it's been replaced with ChunkingDemuxer.
fischman@chromium.org
2011-09-29
1
-4
/
+2
*
Reland r101418: Fix aspect ratio and clarify video frame dimensions
vrk@google.com
2011-09-19
1
-1
/
+2
*
Revert 101418 - Fix aspect ratio and clarify video frame dimensions
vrk@google.com
2011-09-16
1
-2
/
+1
*
Fix aspect ratio and clarify video frame dimensions
vrk@google.com
2011-09-16
1
-1
/
+2
*
One-liner fix for player_wtl.
scherkus@chromium.org
2011-09-07
1
-1
/
+0
*
Migrate Pipeline & PipelineImpl to PipelineStatusCB.
acolwell@chromium.org
2011-08-09
1
-2
/
+2
[next]