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_impl.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixing rounding error in buffering bar for fully loaded HTTP videos
vrk@google.com
2010-09-01
1
-3
/
+12
*
media: add flush stage before stop().
jiesun@google.com
2010-08-26
1
-30
/
+90
*
preparation for recycling buffer, patch 2
jiesun@google.com
2010-08-11
1
-13
/
+6
*
Revert 55603
nsylvain@chromium.org
2010-08-11
1
-6
/
+13
*
preparation for recycling buffer, patch 2
jiesun@google.com
2010-08-10
1
-13
/
+6
*
Fixing crash in buffer bar painting code
vrk@google.com
2010-07-28
1
-0
/
+13
*
Added checks to GetBufferedTime() to cap at the media's duration
vrk@google.com
2010-06-14
1
-8
/
+13
*
Change MediaFilter::Stop() to accept a callback so that Stop() is asynchronou...
boliu@google.com
2010-06-02
1
-102
/
+113
*
Reporting a more accurate buffered time for the video tag
hclam@chromium.org
2010-05-25
1
-10
/
+29
*
Refactoring in media::PipelineImpl and media::MediaFilter.
scherkus@chromium.org
2010-05-17
1
-15
/
+10
*
Issues with video looping
hclam@chromium.org
2010-04-20
1
-2
/
+7
*
Revert 42727 - ffmpeg roll chromium binaries
fbarchard@chromium.org
2010-03-26
1
-2
/
+1
*
ffmpeg roll chromium binaries
fbarchard@chromium.org
2010-03-26
1
-1
/
+2
*
Pulled out Callback code into base/callback.h. This is the first step toward...
akalin@chromium.org
2010-02-19
1
-0
/
+1
*
Report stalled event correctly for <video>
hclam@chromium.org
2009-10-16
1
-0
/
+28
*
Correct network state and ready state reporting.
ajwong@chromium.org
2009-08-21
1
-0
/
+12
*
Reverting r24002 due to test_shell_tests redness
ajwong@chromium.org
2009-08-21
1
-12
/
+0
*
Correct network state and ready state reporting.
ajwong@chromium.org
2009-08-21
1
-0
/
+12
*
Suppress slider thumb jumping around during seeking
hclam@chromium.org
2009-08-21
1
-7
/
+40
*
Framework to display disabled mute button when audio fails.
kylep@chromium.org
2009-08-14
1
-0
/
+5
*
Implemented end-of-stream callback for media::PipelineImpl.
scherkus@chromium.org
2009-08-12
1
-4
/
+50
*
Free demuxed audio packets if audio device fails
hclam@chromium.org
2009-08-06
1
-0
/
+20
*
Missing buffered attribute for <video>/<audio>
hclam@google.com
2009-07-30
1
-1
/
+16
*
Pipeline will execute a callback whenever an run-time error has happened.
kylep@chromium.org
2009-07-30
1
-0
/
+10
*
BufferedDataSource to support server without range request support
hclam@chromium.org
2009-07-29
1
-0
/
+12
*
Nice and easy fix for the media clock interpolating past the duration.
scherkus@chromium.org
2009-07-29
1
-1
/
+5
*
Cancel a task if stopped/errored so we don't hit an over-protective DCHECK.
scherkus@chromium.org
2009-07-28
1
-0
/
+5
*
Revert "Pipeline will execute a callback whenever an run-time error has happe...
scherkus@chromium.org
2009-07-28
1
-10
/
+0
*
Implemented a proper clock for audio/video synchronization.
scherkus@chromium.org
2009-07-28
1
-8
/
+15
*
Pipeline will execute a callback whenever an run-time error has happened.
kylep@chromium.org
2009-07-28
1
-0
/
+10
*
Implemented proper pause-then-seek behaviour for the media pipeline.
scherkus@chromium.org
2009-07-25
1
-35
/
+119
*
Merged PipelineInternal into PipelineImpl, eliminating a ton of thread-UNsafe...
scherkus@chromium.org
2009-07-23
1
-154
/
+108
*
Changes to provide asynchronous read in data source:
hclam@chromium.org
2009-07-22
1
-1
/
+5
*
Merged FilterHostImpl into PipelineInternal as it was no longer needed and ad...
scherkus@chromium.org
2009-07-22
1
-47
/
+71
*
Renamed FilterHost::Error() and Pipeline::GetTime() to more appropriate names.
scherkus@chromium.org
2009-07-17
1
-5
/
+5
*
Adding callback support to media filter Initialize() and Seek().
scherkus@chromium.org
2009-07-16
1
-15
/
+19
*
Revert "Splitting media filter's Initialize() into Create() + callback and Se...
scherkus@chromium.org
2009-07-15
1
-19
/
+15
*
Splitting media filter's Initialize() into Create() + callback and Seek() + c...
scherkus@chromium.org
2009-07-15
1
-15
/
+19
*
Removed the bool parameter from PipelineCallback and cleaned up WebMediaPlaye...
scherkus@chromium.org
2009-07-15
1
-7
/
+4
*
Set Volume to full at start.
fbarchard@chromium.org
2009-07-14
1
-2
/
+2
*
Small changes to comments and add host() + message_loop() implementation into...
ajwong@chromium.org
2009-07-13
1
-1
/
+9
*
More media::PipelineImpl cleanup, this time focusing on not taking down the r...
scherkus@chromium.org
2009-07-11
1
-42
/
+52
*
Unreverting "Implemented injected message loops for PipelineImpl"
scherkus@chromium.org
2009-07-11
1
-227
/
+248
*
Revert "Implemented injected message loops for PipelineImpl."
scherkus@chromium.org
2009-07-10
1
-248
/
+227
*
Implemented injected message loops for PipelineImpl.
scherkus@chromium.org
2009-07-10
1
-227
/
+248
*
Made MediaFilter::host_ and MediaFilter::message_loop_ private.
scherkus@chromium.org
2009-07-09
1
-2
/
+2
*
Revert "Made MediaFilter::host_ and MediaFilter::message_loop_ private."
scherkus@chromium.org
2009-07-09
1
-2
/
+2
*
Made MediaFilter::host_ and MediaFilter::message_loop_ private.
scherkus@chromium.org
2009-07-09
1
-2
/
+2
*
Big media::Pipeline cleanup.
scherkus@chromium.org
2009-07-09
1
-166
/
+127
*
Asynchronous initialization of media::PipelineThread
hclam@chromium.org
2009-07-01
1
-182
/
+210
[next]