summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/media
Commit message (Expand)AuthorAgeFilesLines
* Free demuxed audio packets if audio device failshclam@chromium.org2009-08-061-0/+1
* Replace the guts of AudioRendererBase with calls to scaling algorithm.kylep@chromium.org2009-08-012-13/+7
* Fixes an audio playback regression caused by seeking in audio/video media.scherkus@chromium.org2009-07-291-1/+1
* Changes to provide asynchronous read in data source:hclam@chromium.org2009-07-222-992/+0
* Ignore errors about creating audio output streamhclam@chromium.org2009-07-221-1/+5
* Renamed FilterHost::Error() and Pipeline::GetTime() to more appropriate names.scherkus@chromium.org2009-07-172-6/+6
* Adding callback support to media filter Initialize() and Seek().scherkus@chromium.org2009-07-162-14/+28
* Made MediaFilter::host_ and MediaFilter::message_loop_ private.scherkus@chromium.org2009-07-092-9/+9
* Revert "Made MediaFilter::host_ and MediaFilter::message_loop_ private."scherkus@chromium.org2009-07-092-9/+9
* Made MediaFilter::host_ and MediaFilter::message_loop_ private.scherkus@chromium.org2009-07-092-9/+9
* Refactorying to create the ResourceLoaderBridge through a factory class for <...hclam@chromium.org2009-06-252-60/+47
* Since the introduction of PushSource, there are two buffering layers in thehclam@chromium.org2009-06-162-14/+80
* Access RenderThread::current() only on render threadhclam@chromium.org2009-06-162-46/+77
* Enable <video> in test_shellhclam@chromium.org2009-06-114-600/+0
* Changed to use PushSource for the intermediate bufferhclam@chromium.org2009-06-052-27/+105
* Reduce header dependencies in base/phajdan.jr@chromium.org2009-06-031-0/+1
* Remove DataSourceImpl from chrome/renderer/mediahclam@chromium.org2009-05-282-538/+0
* Chrome renderer support for YV16.fbarchard@chromium.org2009-05-271-11/+17
* Fixing a long resource loading for small clipshclam@chromium.org2009-05-261-16/+18
* Introduce a buffer wait and timeout threshold for BufferedResourceLoaderhclam@chromium.org2009-05-222-175/+314
* BufferedDataSource uses media::SeekableBufferhclam@chromium.org2009-05-202-173/+119
* Fix a misaligmnet in rendering video frameshclam@chromium.org2009-05-191-2/+2
* Fast paint for <video> by writing to SkCanvas directlyhclam@chromium.org2009-05-192-17/+193
* YUV with clipping.fbarchard@chromium.org2009-05-181-9/+10
* An adhoc fix for memory leak when playing a badly muxed video filehclam@chromium.org2009-05-172-9/+15
* Shouldn't assume response code of 200 in SimpleDataSourcehclam@chromium.org2009-05-161-7/+12
* A few quick fixes to SimpleDataSource.scherkus@chromium.org2009-05-142-12/+13
* Change VideoRendererImpl to use VideoThread as opposed to VideoRendererBase.scherkus@chromium.org2009-05-142-17/+34
* Move WebKit API to src/webkit/api.darin@chromium.org2009-05-101-1/+1
* Refactor media player to move away from webkit_gluehclam@chromium.org2009-05-075-37/+23
* Add --simple-data-source which uses simplified media resource loading.scherkus@chromium.org2009-05-062-0/+218
* Fix a memory leak that happen on some video fileshclam@chromium.org2009-05-051-8/+25
* Buffered data source that does range request to provide data to media pipelinehclam@chromium.org2009-04-292-0/+862
* Finished implementing seeking in WebMediaPlayerDelegateImpl.scherkus@chromium.org2009-04-291-0/+2
* Prototype audio time shift.fbarchard@chromium.org2009-04-231-2/+2
* Video and audio now pauses by playing NULL (0) PCM audio when the playback ra...ralphl@chromium.org2009-04-212-10/+15
* Refactor DataSourceImpl to get rid of using ReleaseRendererResource for cleanuphclam@chromium.org2009-04-174-130/+125
* Handles audio messages on IO thread in render processhclam@chromium.org2009-04-162-119/+166
* Revert 12739, 12740, and 12741 because we're going to fix Issue 7448 purely i...abarth@chromium.org2009-04-081-1/+0
* Adds new messages and widens some existing messages between the renderer and ...michaeln@google.com2009-04-071-0/+5
* Detach media filters from WebMediaPlayerDelegateImplhclam@chromium.org2009-04-064-0/+11
* Enable streaming in ffmpeg based on data sourcemedia::DataSource interface ha...hclam@chromium.org2009-03-302-2/+11
* Decoders now use standard callback mechanism for Reads. Removed Assignable<>...ralphl@chromium.org2009-03-302-6/+6
* Add the ability to specify a default MIME type when loading a resource. We'l...abarth@chromium.org2009-03-281-0/+1
* Fixed a lot threading issues during tear down of <video>hclam@chromium.org2009-03-274-63/+65
* Lots of files touched for a very simple change. Everywhere we used a const M...scherkus@chromium.org2009-03-264-23/+15
* TBR=ralphl, scherkushclam@chromium.org2009-03-261-3/+4
* TBR=ralphlhclam@chromium.org2009-03-241-0/+3
* SSLPolicy Fix: Step 3.abarth@chromium.org2009-03-171-1/+2
* Load media resource with file handle for media playbackhclam@chromium.org2009-03-172-33/+160