summaryrefslogtreecommitdiffstats
path: root/media/tools
Commit message (Expand)AuthorAgeFilesLines
* Constrained Network test does not fail fast under fatal conditions.shadi@chromium.org2012-01-115-64/+92
* Take advantage of the new Pass() machinery on scoped_ptr{,_malloc}.fischman@chromium.org2012-01-102-7/+10
* Remove task.h and finish base::Bind() migration.ajwong@chromium.org2012-01-061-1/+0
* Fix invalid use of Base::Bind(,this) in ~ReferenceAudioRender.dalecurtis@chromium.org2012-01-063-12/+22
* Fix abspath/normpath mixup in security check.dalecurtis@chromium.org2012-01-051-2/+2
* Fix mime-type for webm files served on CNS.shadi@chromium.org2012-01-051-1/+4
* Delete media::VideoFrame::planes() and ::planes_ since they can be derived fr...fischman@chromium.org2011-12-295-18/+21
* Set opaque on the WebMediaPlayerClient based on the decoderdanakj@chromium.org2011-12-232-3/+12
* Replace subclass interface from VideoRendererBase with a single paint callback.scherkus@chromium.org2011-12-2210-254/+172
* Initial checkin of chromium bug hunter script. Bug Hunter script will look in...imasaki@google.com2011-12-213-0/+652
* Merging CNS server with scripts.shadi@chromium.org2011-12-205-43/+144
* Consolidate AudioRendererAlgorithm classes into one classvrk@google.com2011-12-191-174/+0
* Constrained network scripts that configure a local network upload bandwidth,shadi@chromium.org2011-12-144-0/+743
* Remove the AudioManager singleton.tommi@chromium.org2011-12-123-10/+26
* Removing MessageLoop::QuitTask() from media/dcheng@chromium.org2011-12-091-1/+1
* Fix python scripts in src/mediamaruel@chromium.org2011-11-2315-18/+10
* Add OVERRIDE to media/.avi@chromium.org2011-11-235-12/+17
* Callback API Change: Reimplement Bind(); support IgnoreResult, full currying,...ajwong@chromium.org2011-11-211-2/+2
* Introduce the constrained network server.dalecurtis@chromium.org2011-11-172-0/+437
* Adding passing rate in stats csv file in the layout test analyzer.imasaki@google.com2011-11-112-4/+5
* Support CSV output format for analyzer results in layout test analyzer.imasaki@google.com2011-11-114-19/+120
* Remove media::VideoDecodeContext as it has no implementation and is unused.scherkus@chromium.org2011-10-282-3/+2
* Removing media/tools/mfdecoder/main.cc as it doesn't even have a gyp target.scherkus@chromium.org2011-10-191-558/+0
* Support dynamic switching between integrated and discrete GPUs on Mac OS X.kbr@chromium.org2011-10-131-1/+4
* Rename media::AudioRendererImpl to media::ReferenceAudioRendererImpl.fischman@chromium.org2011-10-073-6/+5
* Adding bug information in the dashboard in the layout test analyzer.imasaki@google.com2011-10-053-14/+34
* Fix issue with getting description of test case with unicode character in the...imasaki@google.com2011-10-047-17/+38
* Modification based on user's feedback in the layout test analyzer.imasaki@google.com2011-10-036-51/+143
* Removing mfplayer and mfdecoder tools.scherkus@chromium.org2011-09-307-1802/+0
* Convert all of media/ over to the new base::{Bind,Callback} hotness.fischman@chromium.org2011-09-2915-67/+60
* Remove AdaptiveDemuxer since it's been replaced with ChunkingDemuxer.fischman@chromium.org2011-09-291-4/+2
* Fix the bug caused by refactoring in the layout test analyzer.imasaki@google.com2011-09-271-3/+2
* The runner script runs the analyzer with various parameters (especially, grou...imasaki@google.com2011-09-237-117/+504
* Reland r101418: Fix aspect ratio and clarify video frame dimensionsvrk@google.com2011-09-193-4/+6
* Revert 101551 - Add script to generate and run layout tests for problematic v...vrk@google.com2011-09-163-211/+0
* Add script to generate and run layout tests for problematic video files.vrk@google.com2011-09-163-0/+211
* Revert 101418 - Fix aspect ratio and clarify video frame dimensionsvrk@google.com2011-09-163-6/+4
* Fix aspect ratio and clarify video frame dimensionsvrk@google.com2011-09-163-4/+6
* Remove hardcoded text 'media' in the layout test analyzer.imasaki@google.com2011-09-152-92/+121
* Automatic update of annotations in the trend graph in layout test analyzer.imasaki@google.com2011-09-137-72/+4278
* Modification based on CR comments.imasaki@google.com2011-09-092-6/+6
* Minor doc change.imasaki@google.com2011-09-091-12/+12
* Update trend graph only in result change in the layout test analyzer.imasaki@google.com2011-09-092-38/+44
* Add a command-line option about status email in the layout test analyzer.imasaki@google.com2011-09-092-2/+19
* Fix for the issue pointed out by pylint in the layout test analzyer.imasaki@google.com2011-09-089-83/+83
* Fix a small bug relating to result directory location in layout test analyzer...imasaki@google.com2011-09-071-2/+3
* One-liner fix for player_wtl.scherkus@chromium.org2011-09-071-1/+0
* Added an option to append text at the end of the status email in layout test ...imasaki@google.com2011-09-062-10/+38
* Add README file and parametrize result directory in layout test analzyer tool...imasaki@google.com2011-09-063-5/+114
* Remove use of <iostream> where unnecessary.evan@chromium.org2011-09-011-1/+1