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_x11
/
player_x11.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change NeedKeyCB to use std::vector.
acolwell@chromium.org
2013-08-26
1
-2
/
+2
*
Plumb MediaLog into FFmpegDemuxer.
tyoverby@chromium.org
2013-07-31
1
-1
/
+1
*
Define a LoggingSettings struct to use for InitLogging()
akalin@chromium.org
2013-06-21
1
-6
/
+3
*
Disable preroll duration increase on underflow for MediaSource playback.
acolwell@chromium.org
2013-06-04
1
-1
/
+2
*
Update media/ to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-06-03
1
-1
/
+1
*
Reland: Remove reference counting from media::Pipeline.
scherkus@chromium.org
2013-05-09
1
-12
/
+11
*
Revert 198760 "Remove reference counting from media::Pipeline."
scherkus@chromium.org
2013-05-08
1
-11
/
+12
*
Remove reference counting from media::Pipeline.
scherkus@chromium.org
2013-05-07
1
-12
/
+11
*
Remove reference counting from media::DataSource and friends.
scherkus@chromium.org
2013-04-26
1
-9
/
+9
*
Delete media::PipelineStatusNotification as it isn't used in production code.
scherkus@chromium.org
2013-04-26
1
-21
/
+24
*
Use base::MessageLoop in media code.
xhwang@chromium.org
2013-04-22
1
-7
/
+7
*
Remove reference counting from media::Demuxer and friends.
scherkus@chromium.org
2013-04-22
1
-6
/
+5
*
Reland: Remove reference counting from media::VideoDecoder and friends.
scherkus@chromium.org
2013-04-19
1
-3
/
+4
*
Revert 194993 "Remove reference counting from media::VideoDecode..."
scherkus@chromium.org
2013-04-18
1
-4
/
+3
*
Remove reference counting from media::VideoDecoder and friends.
scherkus@chromium.org
2013-04-18
1
-3
/
+4
*
Rewrite scoped_array<T> to scoped_ptr<T[]> in media/ and webkit/.
dcheng@chromium.org
2013-04-07
1
-1
/
+1
*
Remove reference counting from media::AudioDecoder and friends.
scherkus@chromium.org
2013-03-21
1
-2
/
+4
*
Refactor FakeAudioOutputStream, NullAudioSink into FakeAudioConsumer.
dalecurtis@chromium.org
2013-03-15
1
-1
/
+1
*
Revert 188251 "Refactor FakeAudioOutputStream, NullAudioSink int..." for cras...
pfeldman@chromium.org
2013-03-15
1
-1
/
+1
*
Refactor FakeAudioOutputStream, NullAudioSink into FakeAudioConsumer.
dalecurtis@chromium.org
2013-03-15
1
-1
/
+1
*
Support for parsing encrypted WebM streams by src.
fgalligan@chromium.org
2013-03-14
1
-1
/
+8
*
Move file_path.h to base/files.
brettw@chromium.org
2013-02-24
1
-1
/
+1
*
Move duration change logic from WebMediaPlayerImpl to ChunkDemuxer.
acolwell@chromium.org
2013-02-15
1
-1
/
+1
*
Replace FilePath with base::FilePath in some more top level directories.
brettw@chromium.org
2013-02-10
1
-1
/
+1
*
Remove reference counting from media::AudioRenderer and friends.
scherkus@chromium.org
2013-02-05
1
-1
/
+2
*
Remove reference counting from media::VideoRenderer and friends.
scherkus@chromium.org
2013-02-05
1
-1
/
+2
*
Replace VideoRendererBase Get/PutCurrentFrame() with a VideoFrame-containing ...
scherkus@chromium.org
2013-02-05
1
-12
/
+6
*
Pass in media message loop to AudioRendererImpl and enforce calling on the ri...
scherkus@chromium.org
2013-01-31
1
-3
/
+4
*
Change PipelineStatusCB to Closure for ended callbacks.
wolenetz@chromium.org
2013-01-03
1
-1
/
+1
*
Vanquish the remnants of media::MessageLoopFactory.
scherkus@chromium.org
2013-01-02
1
-14
/
+7
*
Encrypted Media: Old video decrypt-only path clean-up.
xhwang@chromium.org
2012-12-18
1
-1
/
+1
*
Encrypted Media: Refactor Video Decrypt-Only to use DecryptingDemuxerStream.
xhwang@chromium.org
2012-12-17
1
-0
/
+1
*
Encrypted Media: Support Audio Decrypt-Only.
xhwang@chromium.org
2012-12-14
1
-1
/
+3
*
Pass in media message loop to VideoRendererBase and enforce calling on the ri...
scherkus@chromium.org
2012-12-07
1
-0
/
+1
*
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
*
Update player_x11 to use media::InitializeMediaLibraryForTesting().
scherkus@chromium.org
2012-11-21
1
-6
/
+2
*
Reimplement FileDataSource using file_util::MemoryMappedFile and convert to u...
scherkus@chromium.org
2012-11-14
1
-2
/
+2
*
Revert 167638 - Reimplement FileDataSource using file_util::MemoryMappedFile ...
jochen@chromium.org
2012-11-14
1
-2
/
+2
*
Reimplement FileDataSource using file_util::MemoryMappedFile and convert to u...
scherkus@chromium.org
2012-11-14
1
-2
/
+2
*
Move audio decoder initialization to AudioRendererImpl.
xhwang@chromium.org
2012-10-18
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
/
+3
*
Use enum instead of string in MessageLoopFactory::GetMessageLoop*
xhwang@chromium.org
2012-08-12
1
-4
/
+4
*
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 use of PipelineStatus from BufferedDataSource and FileDataSource.
scherkus@chromium.org
2012-07-23
1
-1
/
+1
*
Add status parameter to DemuxerStream::ReadCB
acolwell@chromium.org
2012-07-17
1
-2
/
+6
*
Replace Pipeline::SetNetworkActivity() with BufferedDataSource -> WebMediaPla...
fischman@chromium.org
2012-06-12
1
-2
/
+1
*
Reland r136679, reverted in r136753: Delete MockDataSource, remove IsLocalSou...
fischman@chromium.org
2012-05-12
1
-2
/
+1
[next]