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
*
Build a raw video pipeline for the <video> with a special src attribute (medi...
acolwell@chromium.org
2011-03-23
1
-4
/
+39
*
Revert 79149 - Build a raw video pipeline for the <video> with a special src ...
acolwell@chromium.org
2011-03-23
1
-39
/
+4
*
Build a raw video pipeline for the <video> with a special src attribute (medi...
acolwell@chromium.org
2011-03-23
1
-4
/
+39
*
Simplify the Demuxer interface to get streams by type.
fischman@chromium.org
2011-03-21
1
-5
/
+7
*
Stop leaking callbacks in pipeline_impl_unittest.cc
fischman@chromium.org
2011-03-16
1
-1
/
+1
*
PipelineError is dead. Long live PipelineStatus!
fischman@chromium.org
2011-03-16
1
-53
/
+102
*
DemuxerFactory is born!
fischman@chromium.org
2011-03-14
1
-45
/
+4
*
Refactoring code to use factories to create DataSource objects.
acolwell@chromium.org
2011-03-14
1
-29
/
+15
*
Remove the silly notion of MIME types from media code.
scherkus@chromium.org
2011-03-09
1
-32
/
+17
*
Cleaning up src/media to be consistent with static versus anonymous namespaces.
scherkus@chromium.org
2011-03-07
1
-7
/
+3
*
Fold ClockImpl into Clock and update corresponding clients and tests.
scherkus@chromium.org
2011-03-04
1
-5
/
+3
*
Delete the StatisticsCallback passed to media filter mocks.
scherkus@chromium.org
2011-02-17
1
-3
/
+4
*
Implement webkit media metrics in chromium.
scherkus@chromium.org
2011-02-16
1
-6
/
+8
*
Prevent pending callbacks after an error from being interpreted as teardown c...
acolwell@chromium.org
2011-02-02
1
-0
/
+36
*
Refactor PipelineImpl to use CompositeFilter to manage Filter state transitions.
acolwell@chromium.org
2011-01-05
1
-4
/
+52
*
Rename MediaFilter and MediaFilterCollection to Filter and FilterCollection, ...
scherkus@chromium.org
2010-12-03
1
-1
/
+1
*
Fix clock update behavior at the end of stream.
acolwell@chromium.org
2010-11-23
1
-2
/
+76
*
Refactor Pipeline & PipelineImpl so WebMediaPlayerImpl references a Pipeline ...
acolwell@chromium.org
2010-11-11
1
-12
/
+6
*
Move MediaFilterCollection code into a class.
scherkus@chromium.org
2010-11-03
1
-2
/
+1
*
Convert implicit scoped_refptr constructor calls to explicit ones, part 1
thakis@chromium.org
2010-11-01
1
-1
/
+1
*
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
[next]