summaryrefslogtreecommitdiffstats
path: root/media/tools
Commit message (Expand)AuthorAgeFilesLines
* Remove use of PipelineStatus from BufferedDataSource and FileDataSource.scherkus@chromium.org2012-07-233-3/+3
* Move VideoRenderer out of Filter heirarchy.scherkus@chromium.org2012-07-231-1/+1
* Add status parameter to DemuxerStream::ReadCBacolwell@chromium.org2012-07-172-2/+8
* Ensure media's buffered ranges always have a range that includes currentTime.fischman@chromium.org2012-06-231-0/+2
* Replace Pipeline::SetNetworkActivity() with BufferedDataSource -> WebMediaPla...fischman@chromium.org2012-06-123-4/+1
* Switch to using avcodec_decode_audio4, avcodec_alloc_context3.dalecurtis@chromium.org2012-06-111-13/+29
* Update layout_tests tool in media/tools and PRESUBMIT.py per test_expectation...rniwa@chromium.org2012-06-054-12/+35
* Introducing DecoderBuffer and general Buffer cleanup.dalecurtis@google.com2012-05-311-1/+1
* Track buffered byte ranges correctly in media::Pipeline.fischman@chromium.org2012-05-301-2/+1
* RefCounted types should not have public destructors, Linux fixesrsleevi@chromium.org2012-05-182-3/+5
* Add file name and URL params as key for CNS ports.shadi@chromium.org2012-05-161-3/+2
* Cleanup: Remove unneeded scoped_ptr.h includes from ash, base, media, and ui.thestig@chromium.org2012-05-163-5/+5
* ui: Move gl/ directory out of gfx/, up to ui/.tfarina@chromium.org2012-05-127-22/+22
* Reland r136679, reverted in r136753: Delete MockDataSource, remove IsLocalSou...fischman@chromium.org2012-05-123-5/+3
* Revert 136679 - Delete MockDataSource, remove IsLocalSource & IsSeekable from...tkent@chromium.org2012-05-123-3/+5
* Refactor CNS cleanup method.shadi@chromium.org2012-05-121-27/+16
* Make CNS arguments configurable through cns_test_base.shadi@chromium.org2012-05-121-2/+8
* Delete MockDataSource, remove IsLocalSource & IsSeekable from Demuxer/Pipeline.fischman@chromium.org2012-05-113-5/+3
* Kill Pipeline::SetBufferedTime(), since nobody needs/uses it.fischman@chromium.org2012-05-091-1/+0
* [Layout Test Analzyer] show changed test names all the time (even when theimasaki@google.com2012-05-071-3/+6
* Increase socket_timeout values for CNS requests. This timeout caused connecti...shadi@chromium.org2012-05-051-5/+5
* Per issue 125757, added more test cases to be monitored in the layout test an...imasaki@google.com2012-05-043-8/+9
* Reset svn:executable bit on scripts that are not executable.maruel@chromium.org2012-04-241-0/+0
* CNS seek tests for <video>.shadi@chromium.org2012-04-241-5/+15
* Set svn:executable bit only on scripts that are executable.maruel@chromium.org2012-04-2312-2/+0
* Fix the bug in test analyzer when there is no result in result directory at t...imasaki@google.com2012-04-171-1/+2
* Cull unnecessary media::VideoFrame::Formats from the enum.fischman@chromium.org2012-04-114-174/+4
* Rename AudioRendererBase and AudioRendererAlgorithmBasevrk@chromium.org2012-04-092-4/+4
* Merge AudioRendererImpl and AudioRendererBase; add NullAudioSinkvrk@chromium.org2012-04-062-4/+8
* Move Demuxer::set_host() to Initialize().scherkus@chromium.org2012-04-051-1/+16
* Remove TOOLKIT_USES_GTK and consolidate it into TOOLKIT_GTKoshima@chromium.org2012-04-051-2/+2
* Move media/audio files into media namespace (relanding)vrk@google.com2012-04-033-10/+3
* 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