summaryrefslogtreecommitdiffstats
path: root/media/tools
Commit message (Expand)AuthorAgeFilesLines
* Revert 130180 - Move media/audio files into media namespacevrk@google.com2012-04-023-3/+10
* Move media/audio files into media namespacevrk@google.com2012-04-023-10/+3
* Remove DemuxerFactory and URL parameter from Pipeline.scherkus@chromium.org2012-04-023-11/+10
* Move DataSource::SetPreload() to BufferedDataSource.scherkus@chromium.org2012-03-312-6/+0
* Don't report errors twice to pipeline clients.fischman@chromium.org2012-03-272-20/+4
* Replace size_t with int in a few media classes.scherkus@chromium.org2012-03-272-4/+4
* Add frame hashing to PipelineIntegrationTests.dalecurtis@chromium.org2012-03-172-6/+7
* Create video and audio decoder threads on demand.tommi@chromium.org2012-03-112-4/+13
* Rename StatisticsCallback to StatisticsCB and DataSource::ReadCallback to Rea...xhwang@chromium.org2012-03-102-5/+5
* Replace use of XKeycodeToKeysym() with XkbKeycodeToKeysym() in player_x11.scherkus@chromium.org2012-03-081-2/+2
* Fold media::MessageLoopFactoryImpl into media::MessageLoopFactory.scherkus@chromium.org2012-03-062-4/+4
* Convert uses of int ms to TimeDelta in media.tedvessenes@gmail.com2012-03-051-3/+7
* Updating Layout test analyzer.imasaki@google.com2012-03-0214-182/+242
* Second attempt to land ffmpeg roll.dalecurtis@google.com2012-03-011-9/+8
* Adding Milestone in chromium bug hunter output file and email. Also, fix some...imasaki@google.com2012-03-013-10/+18
* Revert 123123 (probably caused a big perf regression -- http://crbug.com/115479,thakis@chromium.org2012-02-231-8/+9
* Fix media code to work with new ffmpeg.dalecurtis@google.com2012-02-221-9/+8
* Run CNS perf tests more than once to stabilize results.shadi@chromium.org2012-02-171-10/+21
* Make AudioManager non-refcounted.tommi@chromium.org2012-02-152-3/+3
* Add DataSource logging to player_x11.scherkus@chromium.org2012-02-153-30/+144
* Add support to disable CNS port expiration and improve error logging.shadi@chromium.org2012-02-092-7/+27
* seek_tester is born: a standalone binary for exploring seek behavior.fischman@chromium.org2012-02-081-0/+85
* Remove "high"-latency audio code pathvrk@chromium.org2012-02-032-18/+6
* Fold Pipeline::Init() into Pipeline::Start().scherkus@chromium.org2012-01-302-2/+11
* Replace DataSourceFactory with explicitly initialized DataSources.scherkus@chromium.org2012-01-192-13/+23
* Fold media::PipelineImpl into media::Pipeline as there is only one implementa...scherkus@chromium.org2012-01-184-13/+13
* Linear sub-rectangle scaler for use in Chromoting.wez@chromium.org2012-01-141-1/+44
* Add root access check to cns server.shadi@chromium.org2012-01-132-0/+23
* 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