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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert 70063 - Refactor PipelineImpl to use CompositeFilter to manage Filter ...
acolwell@chromium.org
2010-12-23
1
-6
/
+14
*
Refactor PipelineImpl to use CompositeFilter to manage Filter state transitions.
acolwell@chromium.org
2010-12-23
1
-14
/
+6
*
Revert 69959 - Refactor PipelineImpl to use CompositeFilter to manage Filter ...
acolwell@chromium.org
2010-12-22
1
-6
/
+14
*
Refactor PipelineImpl to use CompositeFilter to manage Filter state transitions.
acolwell@chromium.org
2010-12-22
1
-14
/
+6
*
Move more code from headers to implementation.
erg@google.com
2010-12-07
1
-8
/
+1
*
Rename MediaFilter and MediaFilterCollection to Filter and FilterCollection, ...
scherkus@chromium.org
2010-12-03
1
-7
/
+6
*
Stopgap fix for crash in issue 53867 comment 15
thakis@chromium.org
2010-12-01
1
-1
/
+1
*
Fix clock update behavior at the end of stream.
acolwell@chromium.org
2010-11-23
1
-2
/
+3
*
Refactor Pipeline & PipelineImpl so WebMediaPlayerImpl references a Pipeline ...
acolwell@chromium.org
2010-11-11
1
-12
/
+3
*
Refactor code so PipelineImpl doesn't rely on FilterType anymore.
scherkus@chromium.org
2010-11-04
1
-14
/
+24
*
Move MediaFilterCollection code into a class.
scherkus@chromium.org
2010-11-03
1
-14
/
+4
*
Terminate FilterFactory and his nasty friends
hclam@chromium.org
2010-10-23
1
-58
/
+41
*
Prevent buffered time from being less than the current time.
scherkus@chromium.org
2010-10-20
1
-0
/
+4
*
Fixed Ended event when audio is disabled.
sergeyu@chromium.org
2010-09-17
1
-0
/
+3
*
media: add flush stage before stop().
jiesun@google.com
2010-08-26
1
-24
/
+43
*
preparation for recycling buffer, patch 2
jiesun@google.com
2010-08-11
1
-0
/
+1
*
Revert 55603
nsylvain@chromium.org
2010-08-11
1
-1
/
+0
*
preparation for recycling buffer, patch 2
jiesun@google.com
2010-08-10
1
-0
/
+1
*
GTTF: more FRIEND_TEST_ALL_PREFIXES
phajdan.jr@chromium.org
2010-07-27
1
-2
/
+3
*
Attempt four at landing the "histogram.h removed from message_loop.h" patch.
erg@chromium.org
2010-07-15
1
-0
/
+1
*
Revert everything related to the relanding.
erg@chromium.org
2010-07-14
1
-1
/
+0
*
Reland r52336.
erg@chromium.org
2010-07-14
1
-0
/
+1
*
Revert 52336 - More header cleanup:
erg@chromium.org
2010-07-14
1
-1
/
+0
*
More header cleanup:
erg@chromium.org
2010-07-14
1
-0
/
+1
*
Added checks to GetBufferedTime() to cap at the media's duration
vrk@google.com
2010-06-14
1
-1
/
+3
*
Change MediaFilter::Stop() to accept a callback so that Stop() is asynchronou...
boliu@google.com
2010-06-02
1
-12
/
+31
*
Reporting a more accurate buffered time for the video tag
hclam@chromium.org
2010-05-25
1
-1
/
+12
*
Refactoring in media::PipelineImpl and media::MediaFilter.
scherkus@chromium.org
2010-05-17
1
-3
/
+3
*
Issues with video looping
hclam@chromium.org
2010-04-20
1
-2
/
+3
*
Report stalled event correctly for <video>
hclam@chromium.org
2009-10-16
1
-0
/
+12
*
Correct network state and ready state reporting.
ajwong@chromium.org
2009-08-21
1
-0
/
+6
*
Reverting r24002 due to test_shell_tests redness
ajwong@chromium.org
2009-08-21
1
-6
/
+0
*
Correct network state and ready state reporting.
ajwong@chromium.org
2009-08-21
1
-0
/
+6
*
Suppress slider thumb jumping around during seeking
hclam@chromium.org
2009-08-21
1
-0
/
+5
*
Implemented end-of-stream callback for media::PipelineImpl.
scherkus@chromium.org
2009-08-12
1
-2
/
+14
*
Free demuxed audio packets if audio device fails
hclam@chromium.org
2009-08-06
1
-0
/
+4
*
Pipeline will execute a callback whenever an run-time error has happened.
kylep@chromium.org
2009-07-30
1
-1
/
+7
*
BufferedDataSource to support server without range request support
hclam@chromium.org
2009-07-29
1
-0
/
+6
*
Revert "Pipeline will execute a callback whenever an run-time error has happe...
scherkus@chromium.org
2009-07-28
1
-8
/
+1
*
Implemented a proper clock for audio/video synchronization.
scherkus@chromium.org
2009-07-28
1
-2
/
+5
*
Pipeline will execute a callback whenever an run-time error has happened.
kylep@chromium.org
2009-07-28
1
-1
/
+8
*
Implemented proper pause-then-seek behaviour for the media pipeline.
scherkus@chromium.org
2009-07-25
1
-27
/
+71
*
Merged PipelineInternal into PipelineImpl, eliminating a ton of thread-UNsafe...
scherkus@chromium.org
2009-07-23
1
-176
/
+101
*
Merged FilterHostImpl into PipelineInternal as it was no longer needed and ad...
scherkus@chromium.org
2009-07-22
1
-56
/
+39
*
Added reference counting to the Pipeline interface.
scherkus@chromium.org
2009-07-18
1
-1
/
+1
*
Renamed FilterHost::Error() and Pipeline::GetTime() to more appropriate names.
scherkus@chromium.org
2009-07-17
1
-5
/
+6
*
Adding callback support to media filter Initialize() and Seek().
scherkus@chromium.org
2009-07-16
1
-5
/
+4
*
Revert "Splitting media filter's Initialize() into Create() + callback and Se...
scherkus@chromium.org
2009-07-15
1
-4
/
+5
*
Splitting media filter's Initialize() into Create() + callback and Seek() + c...
scherkus@chromium.org
2009-07-15
1
-5
/
+4
*
More media::PipelineImpl cleanup, this time focusing on not taking down the r...
scherkus@chromium.org
2009-07-11
1
-14
/
+15
[next]