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
/
movie.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
1
-7
/
+0
*
Revert 130180 - Move media/audio files into media namespace
vrk@google.com
2012-04-02
1
-0
/
+7
*
Move media/audio files into media namespace
vrk@google.com
2012-04-02
1
-7
/
+0
*
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
*
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
*
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
1
-3
/
+3
*
Take advantage of the new Pass() machinery on scoped_ptr{,_malloc}.
fischman@chromium.org
2012-01-10
1
-4
/
+6
*
Replace subclass interface from VideoRendererBase with a single paint callback.
scherkus@chromium.org
2011-12-22
1
-2
/
+2
*
Remove the AudioManager singleton.
tommi@chromium.org
2011-12-12
1
-2
/
+5
*
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
1
-3
/
+3
*
Remove AdaptiveDemuxer since it's been replaced with ChunkingDemuxer.
fischman@chromium.org
2011-09-29
1
-4
/
+2
*
Migrate Pipeline & PipelineImpl to PipelineStatusCB.
acolwell@chromium.org
2011-08-09
1
-2
/
+2
*
Log PipelineImpl events to MediaLog.
scottfr@chromium.org
2011-08-09
1
-1
/
+2
*
AdaptiveDemuxer{,Factory,Stream} are born!
fischman@chromium.org
2011-03-29
1
-2
/
+4
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-1
/
+1
*
PipelineError is dead. Long live PipelineStatus!
fischman@chromium.org
2011-03-16
1
-8
/
+7
*
DemuxerFactory is born!
fischman@chromium.org
2011-03-14
1
-8
/
+8
*
Refactoring code to use factories to create DataSource objects.
acolwell@chromium.org
2011-03-14
1
-4
/
+4
*
Remove MessageLoop methods from Filter interface to
acolwell@chromium.org
2011-01-15
1
-8
/
+13
*
Remove base/platform_thread.h stub and fix up all callers to use the new loca...
brettw@google.com
2011-01-01
1
-1
/
+2
*
Make members of Singleton<T> private and only visible to the singleton type. ...
satish@chromium.org
2010-12-14
1
-0
/
+5
*
Revert 68932 - Make members of Singleton<T> private and only visible to the s...
satish@chromium.org
2010-12-11
1
-5
/
+0
*
Make members of Singleton<T> private and only visible to the singleton type. ...
satish@chromium.org
2010-12-11
1
-0
/
+5
*
Rename MediaFilter and MediaFilterCollection to Filter and FilterCollection, ...
scherkus@chromium.org
2010-12-03
1
-2
/
+3
*
Move FilterType into MediaFilterCollection
acolwell@chromium.org
2010-11-15
1
-10
/
+10
*
Move MediaFilterCollection code into a class.
scherkus@chromium.org
2010-11-03
1
-9
/
+9
*
Terminate FilterFactory and his nasty friends
hclam@chromium.org
2010-10-23
1
-13
/
+11
*
[media] inject VDC to decoder.
jiesun@google.com
2010-10-13
1
-1
/
+1
*
Issues with video looping
hclam@chromium.org
2010-04-20
1
-2
/
+2
*
win: string_util.h -> utf_string_conversions.h fix.
jhawkins@google.com
2010-03-11
1
-1
/
+1
*
Re-organizing all tools under /src/media to be consistent with the rest of th...
scherkus@chromium.org
2009-11-25
1
-0
/
+172