summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Fix indentation in audio_file_reader.cccrogers@google.com2011-08-301-3/+3
* Add one commandline paramter and one bug fix for the layout test analyzer.imasaki@google.com2011-08-303-14/+51
* Fix ChunkDemuxer end of stream handling.acolwell@chromium.org2011-08-302-5/+163
* Fix link error with components build and media.dll. I have no idea why the bo...jam@chromium.org2011-08-301-6/+6
* Fix crash in AudioFileReader::Read() by checking for properly initialized AVC...crogers@google.com2011-08-301-3/+11
* Fix checkperms failure from r98756.thestig@chromium.org2011-08-301-0/+0
* Intial checkin of layout test analyzer. This is continuation of http://coder...imasaki@google.com2011-08-3020-0/+12735
* Disables camera hardware dependent tests.perkj@chromium.org2011-08-291-19/+29
* Create media.dll / libmedia.so.darin@chromium.org2011-08-2978-157/+240
* Completely random typo fixes and style corrections cleanup.fischman@chromium.org2011-08-253-59/+67
* make URL handling transparent to media pipeline.wjia@chromium.org2011-08-248-39/+176
* Reland r97895: Use surface_width/height instead of coded_width/coded_height f...vrk@chromium.org2011-08-243-10/+10
* Fix problem when 'ended' event was fired before stream really ended.enal@chromium.org2011-08-232-0/+55
* Revert 97892 - Use surface_width/height instead of coded_width/coded_height f...vrk@google.com2011-08-232-4/+4
* Use surface_width/height instead of coded_width/coded_height for VideoFrame sizevrk@google.com2011-08-232-4/+4
* Remove mock_ffmpeg and update media unittests.acolwell@chromium.org2011-08-2324-1405/+557
* Adding VP8 corrupt I frame test file.acolwell@chromium.org2011-08-232-1/+2
* Don't try to post tasks to a NULL MessageLoop from MediaLog.fischman@chromium.org2011-08-231-1/+4
* Adds Surround Sound support using PulseAudio.slock@chromium.org2011-08-221-5/+78
* Refactor/Simplify the test expectation code in media/tools/layout_tests/, I w...imasaki@google.com2011-08-222-651/+195
* Log media pipeline statistics to MediaLog.scottfr@chromium.org2011-08-204-0/+51
* PulseAudio Sound Playback on Linuxslock@chromium.org2011-08-198-15/+533
* Add tracing for select WebAudio functionscrogers@google.com2011-08-184-0/+12
* Add gl.dll, compositor.dll, and surface.dll.darin@chromium.org2011-08-181-1/+0
* Cleanup: base/scoped_ptr.h -> base/memory/scoped_ptr.h. (part 4)thestig@chromium.org2011-08-184-7/+12
* Remove Purify and Quantify.Doing so will reduce substantially the size of the...jeanluc@chromium.org2011-08-171-1/+1
* Log FilterHost events in PipelineImpl to MediaLog.scottfr@chromium.org2011-08-174-0/+159
* Revert 96982 - Add gl.dll, compositor.dll, and surface.dll.rvargas@google.com2011-08-161-0/+1
* Add gl.dll, compositor.dll, and surface.dll.darin@chromium.org2011-08-161-1/+0
* Revert 96974 - Remove mock_ffmpeg and update media unittests.rvargas@google.com2011-08-1622-491/+1358
* Remove mock_ffmpeg and update media unittests.acolwell@chromium.org2011-08-1622-1358/+491
* Adding test data for media unit tests.acolwell@chromium.org2011-08-159-0/+15
* Fix possible typos.hbono@chromium.org2011-08-152-3/+3
* Enable logging for media_bench.scherkus@chromium.org2011-08-131-3/+10
* Migrate Pipeline & PipelineImpl to PipelineStatusCB.acolwell@chromium.org2011-08-0913-146/+128
* Log PipelineImpl events to MediaLog.scottfr@chromium.org2011-08-098-34/+131
* Log BufferedResourceLoader events to MediaLog.scottfr@chromium.org2011-08-093-22/+30
* Fix memory leak in MediaLog.scottfr@chromium.org2011-08-081-1/+4
* Revert r95841 due to failing media_unittests on linux_shared bot.darin@chromium.org2011-08-0877-233/+150
* Enable media.dll / libmedia.so.darin@chromium.org2011-08-0877-150/+233
* Implement PPAPI VideoDecode out-of-process supportvrk@chromium.org2011-08-061-1/+1
* Plumb media data from renderers up to MediaInternals in the browser process.scottfr@chromium.org2011-08-054-0/+152
* Revert 95496 - Create media.dllapatrick@chromium.org2011-08-0571-218/+142
* Revert 95499 - Switch back to only building static library as this is not rea...apatrick@chromium.org2011-08-051-1/+1
* Revert 95542 - Plumb media data from renderers up to MediaInternals in the br...yzshen@chromium.org2011-08-054-152/+0
* Plumb media data from renderers up to MediaInternals in the browser process.scottfr@chromium.org2011-08-054-0/+152
* Switch back to only building static library as this is not ready on alldarin@chromium.org2011-08-041-1/+1
* Create media.dlldarin@chromium.org2011-08-0471-142/+218
* Make ChunkDemuxer error handling more consistent and robust.acolwell@chromium.org2011-08-043-65/+170
* Fix invalid stack pointer dereference in ChunkDemuxer.acolwell@chromium.org2011-08-022-11/+28