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
/
base
/
pipeline.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix buffered range updates in media::Pipeline
servolk
2016-01-14
1
-3
/
+3
*
Add missing macros includes in media/.
avi
2015-12-19
1
-0
/
+1
*
Do not read |state_| in GetMediaTime().
sandersd
2015-12-11
1
-1
/
+2
*
Implement Pipeline suspend and resume.
sandersd
2015-12-08
1
-11
/
+57
*
Add methods for telling V8 how much memory audio/video is using.
dalecurtis
2015-10-29
1
-1
/
+1
*
Switch to double for time calculations using playback rate.
a.berwal
2015-04-22
1
-10
/
+10
*
Revert "Speculative revert by sheriff"
Bartosz Fabianowski
2015-04-16
1
-4
/
+0
*
Speculative revert by sheriff
Bartosz Fabianowski
2015-04-16
1
-0
/
+4
*
Prime the landing pad for the new video rendering pipeline.
dalecurtis
2015-04-15
1
-4
/
+0
*
Revert of Prime the landing pad for the new video rendering pipeline. (patchs...
gunsch
2015-04-15
1
-0
/
+4
*
Prime the landing pad for the new video rendering pipeline.
dalecurtis
2015-04-15
1
-4
/
+0
*
Decryptors can report kNoKey to WebMediaPlayer
jrummell
2015-03-02
1
-1
/
+5
*
Report PIPELINE_ERROR_DECODE when SourceState::Append fails.
jiajia.qin
2015-01-27
1
-2
/
+0
*
Require Renderer::Initialize() to return a status code via callback.
dalecurtis
2015-01-23
1
-1
/
+1
*
Avoid double task trampoline for Pipeline state transitions.
dalecurtis
2015-01-21
1
-1
/
+0
*
Cleanup: Update the path to gfx size headers.
tfarina
2015-01-03
1
-1
/
+1
*
Handle SetCdm() in media::Renderer.
xhwang
2014-11-25
1
-0
/
+15
*
Pass |paint_cb| through media::Renderer::Initialize().
xhwang
2014-11-13
1
-0
/
+9
*
Standardize usage of virtual/override/final in media/
dcheng
2014-10-21
1
-8
/
+8
*
replace OVERRIDE and FINAL with override and final in media/
mostynb
2014-10-07
1
-5
/
+5
*
Replace init_cb in Renderer::Initialize() with base::Closure.
xhwang
2014-09-03
1
-1
/
+1
*
media: Remove FilterCollection.
xhwang
2014-08-29
1
-12
/
+17
*
media: Introduce Renderer interface and RendererImpl.
xhwang
2014-08-23
1
-84
/
+10
*
Pipeline: Invalidate weak pointers before returning stop callback.
xhwang@chromium.org
2014-08-08
1
-0
/
+1
*
Use WeakPtr in media Pipeline callbacks.
xhwang@chromium.org
2014-07-31
1
-13
/
+11
*
Make media::AudioRenderer return a media::TimeSource.
scherkus@chromium.org
2014-07-22
1
-1
/
+5
*
Update to Pipeline Metadata and Decoder stream
suderman@chromium.org
2014-07-10
1
-1
/
+4
*
Rename media::Clock to media::TimeDeltaInterpolator and update API.
scherkus@chromium.org
2014-07-10
1
-15
/
+14
*
Remove duration from media::Clock.
scherkus@chromium.org
2014-07-09
1
-0
/
+3
*
Fold Pipeline's initial prerolling state into the playing state.
scherkus@chromium.org
2014-07-08
1
-9
/
+1
*
Make TextRenderer::Play() a synchronous method.
scherkus@chromium.org
2014-07-03
1
-4
/
+0
*
Update AudioRenderer API to fire changes in BufferingState (round 3).
scherkus@chromium.org
2014-06-26
1
-4
/
+10
*
Revert of Update AudioRenderer API to fire changes in BufferingState (round 2...
glider@chromium.org
2014-06-26
1
-10
/
+4
*
Update AudioRenderer API to fire changes in BufferingState (round 2).
scherkus@chromium.org
2014-06-26
1
-4
/
+10
*
Introduce buffering state change callback to Pipeline.
scherkus@chromium.org
2014-06-24
1
-6
/
+5
*
Removed Media.TimetoPipelineStarted histogram metrics as it was no longer pro...
suderman@chromium.org
2014-06-21
1
-4
/
+0
*
Revert of Update AudioRenderer API to fire changes in BufferingState. (https:...
alph@chromium.org
2014-05-23
1
-2
/
+4
*
Update AudioRenderer API to fire changes in BufferingState.
scherkus@chromium.org
2014-05-23
1
-4
/
+2
*
Extract media::Clock::IsPlaying() into media::Pipeline::ClockState enum.
scherkus@chromium.org
2014-05-22
1
-4
/
+13
*
Add return-by-value implementations of blink::WebMediaPlayer::buffered()
sandersd@chromium.org
2014-05-16
1
-1
/
+1
*
Non-const impls. for WebMediaPlayer::didLoadingProgress().
sandersd@chromium.org
2014-05-12
1
-2
/
+2
*
Introduce audio/video BufferingState to Pipeline.
scherkus@chromium.org
2014-05-12
1
-11
/
+24
*
Remove support for audio renderers to disable themselves at run time.
scherkus@chromium.org
2014-05-09
1
-11
/
+0
*
Add WebMediaPlayer::timelineOffset() support to WebMediaPlayerImpl.
acolwell@chromium.org
2014-04-16
1
-0
/
+1
*
Move DataSourceHost to BufferedDataSourceHost.
sandersd@chromium.org
2014-04-10
1
-16
/
+4
*
Separate DemuxerHost from DataSourceHost.
sandersd@chromium.org
2014-04-03
1
-1
/
+1
*
Remove Has{Audio,Video}(), GetInitialNaturalSize() from media::Pipeline.
sandersd@chromium.org
2014-03-26
1
-48
/
+25
*
Revert of Remove Has{Audio,Video}(), GetInitialNaturalSize() from media::Pipe...
erikchen@chromium.org
2014-03-26
1
-25
/
+48
*
Remove Has{Audio,Video}(), GetInitialNaturalSize() from media::Pipeline.
sandersd@chromium.org
2014-03-25
1
-48
/
+25
*
Revert 259154 "Remove HasAudio(), HasVideo(), GetInitialNaturalS..."
viettrungluu@chromium.org
2014-03-25
1
-25
/
+48
[next]