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
/
webkit
/
glue
/
media
Commit message (
Expand
)
Author
Age
Files
Lines
*
Completely random typo fixes and style corrections cleanup.
fischman@chromium.org
2011-08-25
3
-27
/
+2
*
Mark the SkBitmap used for video uploads as volatile. This tells Ganesh (Ski...
senorblanco@chromium.org
2011-08-12
1
-0
/
+1
*
Migrate Pipeline & PipelineImpl to PipelineStatusCB.
acolwell@chromium.org
2011-08-09
8
-57
/
+57
*
Split WebMediaPlayerImpl::Proxy into its own class.
scherkus@chromium.org
2011-08-09
3
-44
/
+42
*
Log BufferedResourceLoader events to MediaLog.
scottfr@chromium.org
2011-08-09
10
-21
/
+85
*
Fixes video to canvas drawing. The draw operationwas not updating the video
junov@chromium.org
2011-08-04
1
-0
/
+1
*
First pass at removal of unneeded dependencies on skia\ext\platform_canvas.h
twiz@google.com
2011-08-02
1
-1
/
+0
*
Change call to WebFrame::createAssociatedURLLoader to use overload that takes...
bbudge@chromium.org
2011-07-29
2
-4
/
+18
*
Revert 93723 - Migrate DataSourceFactory to new callback system.
acolwell@chromium.org
2011-07-27
9
-83
/
+128
*
Revert 94316 - Fix invalid pointer dereference in WebDataSourceFactory when p...
acolwell@chromium.org
2011-07-27
5
-310
/
+35
*
Fix invalid pointer dereference in WebDataSourceFactory when playback is canc...
acolwell@chromium.org
2011-07-27
5
-35
/
+310
*
Migrate DataSourceFactory to new callback system.
acolwell@chromium.org
2011-07-22
9
-128
/
+83
*
Remove MediaFormat once and for all.
scherkus@chromium.org
2011-07-20
4
-24
/
+1
*
Replace VideoDecoder::media_format() with significantly simpler width()/heigh...
scherkus@chromium.org
2011-07-20
1
-9
/
+6
*
reland patch http://codereview.chromium.org/7204008 after webrtc build has be...
wjia@chromium.org
2011-07-20
1
-0
/
+33
*
Fix media code to use initializer-list style for inheritance.
scherkus@chromium.org
2011-07-18
2
-5
/
+6
*
Revert 92590 - add CaptureVideoDecoder for local preview and VideoCaptureModu...
sky@chromium.org
2011-07-14
1
-33
/
+0
*
add CaptureVideoDecoder for local preview and VideoCaptureModuleImpl for rtc ...
wjia@chromium.org
2011-07-14
1
-0
/
+33
*
Added extending forward_capacity for large reads.
slock@chromium.org
2011-07-13
3
-19
/
+104
*
Adding ChunkDemuxer implementation.
acolwell@chromium.org
2011-06-29
1
-4
/
+6
*
Not allow compression when requesting multimedia
enal@chromium.org
2011-06-21
3
-5
/
+33
*
Revert 89532 - Not allow compression when requesting multimedia
akalin@chromium.org
2011-06-17
3
-33
/
+5
*
Not allow compression when requesting multimedia
enal@chromium.org
2011-06-17
3
-5
/
+33
*
Adding retry limit for BufferedResourceLoader cache misses.
acolwell@chromium.org
2011-06-14
3
-2
/
+77
*
Fix BufferedResourceLoader's kReadThenDefer strategy.
scherkus@chromium.org
2011-06-03
3
-7
/
+44
*
Remove MockWebFrame in favour of MockWebFrameClient and update corresponding ...
scherkus@chromium.org
2011-05-13
3
-28
/
+42
*
iwyu: Include stringprintf.h where appropriate, part 1.
jhawkins@chromium.org
2011-05-10
1
-0
/
+1
*
iwyu: Use callback_old.h where appropriate, part 1.
jhawkins@chromium.org
2011-05-10
1
-0
/
+1
*
Partial revert of 82061 so we keep the initial unbounded range request.
scherkus@chromium.org
2011-05-03
3
-13
/
+60
*
Remove the watchdog timer and some member variables from BufferedDataSource.
scherkus@chromium.org
2011-04-22
3
-149
/
+0
*
Fix BufferedResourceLoader so it only makes Range requests when a subset of t...
acolwell@chromium.org
2011-04-19
5
-50
/
+111
*
Renamed raw_data_length to encoded_data_length
vsevik@chromium.org
2011-04-13
4
-4
/
+4
*
Enabled actual transfer size in chromium
vsevik@chromium.org
2011-04-08
2
-2
/
+2
*
Eliminate skia::PlatformCanvas, a subclass of SkCanvas. Skia provides multipl...
alokp@chromium.org
2011-04-08
3
-12
/
+12
*
Fix clang build.
pfeldman@chromium.org
2011-04-07
3
-3
/
+5
*
WebKit roll 83160:83167.
pfeldman@chromium.org
2011-04-07
3
-21
/
+5
*
Implementing preload=metadata for video
vrk@google.com
2011-04-05
7
-146
/
+216
*
Fix deadlock during player shutdown when a Seek() and an Abort() are racing.
fischman@chromium.org
2011-04-01
1
-13
/
+7
*
Migrated chromium to new didReceiveData method in WebURLLoaderClient
vsevik@chromium.org
2011-03-31
3
-3
/
+23
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
3
-4
/
+4
*
PipelineError is dead. Long live PipelineStatus!
fischman@chromium.org
2011-03-16
5
-13
/
+15
*
Refactoring code to use factories to create DataSource objects.
acolwell@chromium.org
2011-03-14
10
-180
/
+519
*
Remove the silly notion of MIME types from media code.
scherkus@chromium.org
2011-03-09
2
-4
/
+0
*
Cleaning up src/media to be consistent with static versus anonymous namespaces.
scherkus@chromium.org
2011-03-07
6
-68
/
+43
*
Revert code that prevents redirecting to different origins because it breaks ...
acolwell@chromium.org
2011-03-01
4
-18
/
+3
*
Make playback fail if redirected to a different origin.
acolwell@chromium.org
2011-02-25
4
-35
/
+27
*
Fix HasSingleOrigin() so it properly handles double redirect & added unit test.
acolwell@chromium.org
2011-02-14
7
-14
/
+157
*
Change includes of gfx/* to ui/gfx/*
sail@chromium.org
2011-02-05
1
-2
/
+2
*
Fix a teardown hang caused by an Abort() call while there is a pending read.
acolwell@chromium.org
2011-01-26
3
-22
/
+118
*
Fix memory leaks in BufferedDataSource, BufferedResourceLoader and SimpleData...
scherkus@chromium.org
2011-01-24
3
-4
/
+0
[next]