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
*
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
*
Switching decoders to use the injected message loop.
scherkus@chromium.org
2009-06-29
1
-1
/
+7
*
Refactor media pipeline and filters to use injected message loops.
scherkus@chromium.org
2009-06-25
1
-5
/
+110
*
Better seeking for <video> and <audio>
hclam@chromium.org
2009-05-29
1
-0
/
+9
*
Implemented Pipeline seek callbacks and a big refactor of PipelineImplTest.
scherkus@chromium.org
2009-05-12
1
-29
/
+52
*
DCHECK now allows SetPlaybackRate(0.0f) if the pipeline is stopped.
ralphl@chromium.org
2009-04-21
1
-1
/
+2
*
Fixed a lot threading issues during tear down of <video>
hclam@chromium.org
2009-03-27
1
-4
/
+4
*
Lots of files touched for a very simple change. Everywhere we used a const M...
scherkus@chromium.org
2009-03-26
1
-6
/
+5
*
Ability for demuxer clients to get to FFmpeg's AVStream object exposed as an ...
ralphl@chromium.org
2009-03-26
1
-1
/
+1
*
Pipeline_Impl was modified to properly render a stream that has video but no ...
ralphl@chromium.org
2009-03-06
1
-116
/
+97
*
Fixes a bug in the media pipeline that resulted in the video dimensions never...
ralphl@chromium.org
2009-02-19
1
-2
/
+2
*
Could you guys get on this one ASAP. My video render code depends on these m...
ralphl@chromium.org
2009-02-10
1
-10
/
+83
[next]