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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove DemuxerFactory and URL parameter from Pipeline.
scherkus@chromium.org
2012-04-02
1
-9
/
+4
*
Move DataSource::SetPreload() to BufferedDataSource.
scherkus@chromium.org
2012-03-31
1
-15
/
+0
*
Make AddFilter void and remove bullshit fallback code.
fischman@chromium.org
2012-03-27
1
-4
/
+0
*
Don't report errors twice to pipeline clients.
fischman@chromium.org
2012-03-27
1
-5
/
+10
*
Move VideoDecoder out of media pipeline.
xhwang@chromium.org
2012-03-22
1
-1
/
+3
*
Callback renaming in media code.
xhwang@chromium.org
2012-03-15
1
-23
/
+23
*
Remove AudioDecoder from the Filter heirarchy.
fischman@chromium.org
2012-02-07
1
-16
/
+4
*
Fix media timeline so that thumb never exceeds buffered data
vrk@chromium.org
2012-02-02
1
-4
/
+6
*
Fold Pipeline::Init() into Pipeline::Start().
scherkus@chromium.org
2012-01-30
1
-12
/
+19
*
Replace a few VLOGs with CHECKs inside media::Pipeline.
scherkus@chromium.org
2012-01-18
1
-9
/
+13
*
Fold media::PipelineImpl into media::Pipeline as there is only one implementa...
scherkus@chromium.org
2012-01-18
1
-40
/
+496
*
Take advantage of the new Pass() machinery on scoped_ptr{,_malloc}.
fischman@chromium.org
2012-01-10
1
-4
/
+3
*
Removing DataSource from Filter hierarchy and refactoring FilterHost into Dem...
acolwell@chromium.org
2011-12-16
1
-1
/
+3
*
Fire CanPlayThrough immediately for local and streaming media files
vrk@google.com
2011-12-01
1
-3
/
+3
*
Fire canplaythrough event at the proper time for audio/video
vrk@google.com
2011-11-18
1
-4
/
+8
*
Add NetworkEventCB to media pipeline and remove IsNetworkActive()
vrk@google.com
2011-10-19
1
-4
/
+7
*
Reland r101418: Fix aspect ratio and clarify video frame dimensions
vrk@google.com
2011-09-19
1
-3
/
+4
*
Revert 101418 - Fix aspect ratio and clarify video frame dimensions
vrk@google.com
2011-09-16
1
-4
/
+3
*
Fix aspect ratio and clarify video frame dimensions
vrk@google.com
2011-09-16
1
-3
/
+4
*
Create media.dll / libmedia.so.
darin@chromium.org
2011-08-29
1
-1
/
+1
*
make URL handling transparent to media pipeline.
wjia@chromium.org
2011-08-24
1
-2
/
+0
*
Migrate Pipeline & PipelineImpl to PipelineStatusCB.
acolwell@chromium.org
2011-08-09
1
-7
/
+6
*
Revert r95841 due to failing media_unittests on linux_shared bot.
darin@chromium.org
2011-08-08
1
-2
/
+2
*
Enable media.dll / libmedia.so.
darin@chromium.org
2011-08-08
1
-2
/
+2
*
Revert 95496 - Create media.dll
apatrick@chromium.org
2011-08-05
1
-2
/
+2
*
Create media.dll
darin@chromium.org
2011-08-04
1
-2
/
+2
*
The RTCVideoDecoder will eventially need to depend on third_party lib (webrtc...
wjia@chromium.org
2011-07-07
1
-2
/
+4
*
Implementing preload=metadata for video
vrk@google.com
2011-04-05
1
-0
/
+4
*
PipelineError is dead. Long live PipelineStatus!
fischman@chromium.org
2011-03-16
1
-16
/
+8
*
Refactoring code to use factories to create DataSource objects.
acolwell@chromium.org
2011-03-14
1
-23
/
+1
*
Remove the silly notion of MIME types from media code.
scherkus@chromium.org
2011-03-09
1
-6
/
+6
*
Implement webkit media metrics in chromium.
scherkus@chromium.org
2011-02-16
1
-0
/
+17
*
Refactor PipelineImpl to use CompositeFilter to manage Filter state transitions.
acolwell@chromium.org
2011-01-05
1
-0
/
+2
*
Revert 70277 - Revert 70275 - Revert 70267 - Refactor PipelineImpl to use Com...
acolwell@chromium.org
2010-12-29
1
-2
/
+0
*
Revert 70275 - Revert 70267 - Refactor PipelineImpl to use CompositeFilter to...
acolwell@chromium.org
2010-12-29
1
-0
/
+2
*
Revert 70267 - Refactor PipelineImpl to use CompositeFilter to manage Filter ...
acolwell@chromium.org
2010-12-29
1
-2
/
+0
*
Refactor PipelineImpl to use CompositeFilter to manage Filter state transitions.
acolwell@chromium.org
2010-12-29
1
-0
/
+2
*
Revert 70063 - Refactor PipelineImpl to use CompositeFilter to manage Filter ...
acolwell@chromium.org
2010-12-23
1
-2
/
+0
*
Refactor PipelineImpl to use CompositeFilter to manage Filter state transitions.
acolwell@chromium.org
2010-12-23
1
-0
/
+2
*
Revert 69959 - Refactor PipelineImpl to use CompositeFilter to manage Filter ...
acolwell@chromium.org
2010-12-22
1
-2
/
+0
*
Refactor PipelineImpl to use CompositeFilter to manage Filter state transitions.
acolwell@chromium.org
2010-12-22
1
-0
/
+2
*
Rename MediaFilter and MediaFilterCollection to Filter and FilterCollection, ...
scherkus@chromium.org
2010-12-03
1
-3
/
+3
*
Refactor Pipeline & PipelineImpl so WebMediaPlayerImpl references a Pipeline ...
acolwell@chromium.org
2010-11-11
1
-0
/
+12
*
Move MediaFilterCollection code into a class.
scherkus@chromium.org
2010-11-03
1
-1
/
+2
*
Terminate FilterFactory and his nasty friends
hclam@chromium.org
2010-10-23
1
-5
/
+5
*
Change MediaFilter::Stop() to accept a callback so that Stop() is asynchronou...
boliu@google.com
2010-06-02
1
-2
/
+0
*
Reporting a more accurate buffered time for the video tag
hclam@chromium.org
2010-05-25
1
-1
/
+1
*
Issues with video looping
hclam@chromium.org
2010-04-20
1
-2
/
+2
*
Pulled out Callback code into base/callback.h. This is the first step toward...
akalin@chromium.org
2010-02-19
1
-1
/
+1
*
Correct network state and ready state reporting.
ajwong@chromium.org
2009-08-21
1
-0
/
+4
[next]