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_unittest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Terminate FilterFactory and his nasty friends
hclam@chromium.org
2010-10-23
1
-26
/
+30
*
Prevent buffered time from being less than the current time.
scherkus@chromium.org
2010-10-20
1
-24
/
+68
*
Fixed Ended event when audio is disabled.
sergeyu@chromium.org
2010-09-17
1
-0
/
+13
*
Fixing rounding error in buffering bar for fully loaded HTTP videos
vrk@google.com
2010-09-01
1
-11
/
+18
*
FBTF: Remove unneeded headers from base/ (part 2)
thestig@chromium.org
2010-08-06
1
-1
/
+0
*
Added checks to GetBufferedTime() to cap at the media's duration
vrk@google.com
2010-06-14
1
-0
/
+36
*
Change MediaFilter::Stop() to accept a callback so that Stop() is asynchronou...
boliu@google.com
2010-06-02
1
-10
/
+20
*
Reporting a more accurate buffered time for the video tag
hclam@chromium.org
2010-05-25
1
-1
/
+1
*
Refactoring in media::PipelineImpl and media::MediaFilter.
scherkus@chromium.org
2010-05-17
1
-9
/
+8
*
Issues with video looping
hclam@chromium.org
2010-04-20
1
-2
/
+2
*
Change PipelineImplTest in media_unittests to workaround gmock bug
hclam@chromium.org
2010-03-24
1
-49
/
+59
*
Pulled out Callback code into base/callback.h. This is the first step toward...
akalin@chromium.org
2010-02-19
1
-0
/
+1
*
Replace hard-coded media_format() methods with Google Mock methods declared i...
scherkus@chromium.org
2009-11-18
1
-14
/
+50
*
Implemented end-of-stream callback for media::PipelineImpl.
scherkus@chromium.org
2009-08-12
1
-0
/
+47
*
Free demuxed audio packets if audio device fails
hclam@chromium.org
2009-08-06
1
-0
/
+41
*
Missing buffered attribute for <video>/<audio>
hclam@google.com
2009-07-30
1
-1
/
+36
*
Pipeline will execute a callback whenever an run-time error has happened.
kylep@chromium.org
2009-07-30
1
-0
/
+7
*
Nice and easy fix for the media clock interpolating past the duration.
scherkus@chromium.org
2009-07-29
1
-7
/
+9
*
Revert "Pipeline will execute a callback whenever an run-time error has happe...
scherkus@chromium.org
2009-07-28
1
-7
/
+0
*
Pipeline will execute a callback whenever an run-time error has happened.
kylep@chromium.org
2009-07-28
1
-0
/
+7
*
Implemented proper pause-then-seek behaviour for the media pipeline.
scherkus@chromium.org
2009-07-25
1
-0
/
+16
*
Merged PipelineInternal into PipelineImpl, eliminating a ton of thread-UNsafe...
scherkus@chromium.org
2009-07-23
1
-4
/
+1
*
Added reference counting to the Pipeline interface.
scherkus@chromium.org
2009-07-18
1
-65
/
+65
*
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
-34
/
+37
*
Revert "Splitting media filter's Initialize() into Create() + callback and Se...
scherkus@chromium.org
2009-07-15
1
-37
/
+34
*
Splitting media filter's Initialize() into Create() + callback and Seek() + c...
scherkus@chromium.org
2009-07-15
1
-34
/
+37
*
Removed the bool parameter from PipelineCallback and cleaned up WebMediaPlaye...
scherkus@chromium.org
2009-07-15
1
-17
/
+17
*
Set Volume to full at start.
fbarchard@chromium.org
2009-07-14
1
-3
/
+3
*
More media::PipelineImpl cleanup, this time focusing on not taking down the r...
scherkus@chromium.org
2009-07-11
1
-8
/
+78
*
Unreverting "Implemented injected message loops for PipelineImpl"
scherkus@chromium.org
2009-07-11
1
-68
/
+82
*
Revert "Implemented injected message loops for PipelineImpl."
scherkus@chromium.org
2009-07-10
1
-82
/
+68
*
Implemented injected message loops for PipelineImpl.
scherkus@chromium.org
2009-07-10
1
-68
/
+82
*
Converted remaining tests to use gmock and deleted all old mocking code.
scherkus@chromium.org
2009-07-10
1
-86
/
+162
*
Asynchronous initialization of media::PipelineThread
hclam@chromium.org
2009-07-01
1
-0
/
+15
*
Make the generated stubs weak. Enable the unittests that had conflicting sym...
ajwong@chromium.org
2009-06-16
1
-5
/
+6
*
Implemented Pipeline seek callbacks and a big refactor of PipelineImplTest.
scherkus@chromium.org
2009-05-12
1
-114
/
+168
*
Revert tree bustage cause by r11904.
hclam@chromium.org
2009-03-17
1
-2
/
+0
*
andrew's patch
hclam@chromium.org
2009-03-17
1
-0
/
+2
*
Removed unneeded includes of base/time.h.
thestig@chromium.org
2009-03-16
1
-1
/
+0
*
Remove unneeded platform_thread.h includes. Reduces number of includes from 5...
thestig@chromium.org
2009-03-13
1
-1
/
+0
*
Pipeline_Impl was modified to properly render a stream that has video but no ...
ralphl@chromium.org
2009-03-06
1
-28
/
+54
*
Fixes a bug in the media pipeline that resulted in the video dimensions never...
ralphl@chromium.org
2009-02-19
1
-7
/
+64
*
Updated pipeline unit test and added mocks for a full audio pipeline.
ralphl@chromium.org
2009-02-05
1
-78
/
+40
*
A minor change to the pattern for filter factories that makes the implementat...
ralphl@chromium.org
2009-01-29
1
-12
/
+61
*
Implementation of Pipeline and FilterHost interfaces. This is a large change...
ralphl@chromium.org
2009-01-28
1
-0
/
+60