summaryrefslogtreecommitdiffstats
path: root/media/tools
Commit message (Expand)AuthorAgeFilesLines
* Rewrite scoped_array<T> to scoped_ptr<T[]> in media/ and webkit/.dcheng@chromium.org2013-04-073-3/+3
* Move MessageLoop to base namespace.brettw@chromium.org2013-03-312-4/+0
* Remove reference counting from media::AudioDecoder and friends.scherkus@chromium.org2013-03-211-2/+4
* Refactor FakeAudioOutputStream, NullAudioSink into FakeAudioConsumer.dalecurtis@chromium.org2013-03-151-1/+1
* Revert 188251 "Refactor FakeAudioOutputStream, NullAudioSink int..." for cras...pfeldman@chromium.org2013-03-151-1/+1
* Refactor FakeAudioOutputStream, NullAudioSink into FakeAudioConsumer.dalecurtis@chromium.org2013-03-151-1/+1
* Support for parsing encrypted WebM streams by src.fgalligan@chromium.org2013-03-143-3/+24
* base: Move MemoryMappedFile out of file_util.h and into its own header file.tfarina@chromium.org2013-02-241-1/+2
* Move file_path.h to base/files.brettw@chromium.org2013-02-243-3/+3
* Make all media tests build on Win64 jschuh@chromium.org2013-02-201-2/+2
* Move duration change logic from WebMediaPlayerImpl to ChunkDemuxer.acolwell@chromium.org2013-02-151-1/+1
* Replace FilePath with base::FilePath in some more top level directories.brettw@chromium.org2013-02-104-7/+7
* Remove reference counting from media::AudioRenderer and friends.scherkus@chromium.org2013-02-051-1/+2
* Remove reference counting from media::VideoRenderer and friends.scherkus@chromium.org2013-02-051-1/+2
* Replace VideoRendererBase Get/PutCurrentFrame() with a VideoFrame-containing ...scherkus@chromium.org2013-02-051-12/+6
* Pass in media message loop to AudioRendererImpl and enforce calling on the ri...scherkus@chromium.org2013-01-311-3/+4
* Cleanups to enable clang warning about protected non-virtual RefCounted destr...jamesr@chromium.org2013-01-302-4/+2
* Remove qt_faststart, scaler_bench, and tile_render_bench from media/tools/.scherkus@chromium.org2013-01-234-851/+0
* Change PipelineStatusCB to Closure for ended callbacks.wolenetz@chromium.org2013-01-031-1/+1
* Vanquish the remnants of media::MessageLoopFactory.scherkus@chromium.org2013-01-021-14/+7
* Encrypted Media: Old video decrypt-only path clean-up.xhwang@chromium.org2012-12-181-1/+1
* Encrypted Media: Refactor Video Decrypt-Only to use DecryptingDemuxerStream.xhwang@chromium.org2012-12-171-0/+1
* Encrypted Media: Support Audio Decrypt-Only.xhwang@chromium.org2012-12-141-1/+3
* Remove use of AV_EF_CAREFUL from media code.scherkus@chromium.org2012-12-131-1/+0
* Pass in media message loop to VideoRendererBase and enforce calling on the ri...scherkus@chromium.org2012-12-071-0/+1
* Delete media/tools/player_wtl.scherkus@chromium.org2012-11-2813-2798/+0
* Remove MessageLoopProxy-getting callbacks from various media classes.scherkus@chromium.org2012-11-282-14/+4
* Combine media decoding and pipeline threads.scherkus@chromium.org2012-11-212-4/+4
* Update player_x11 to use media::InitializeMediaLibraryForTesting().scherkus@chromium.org2012-11-211-6/+2
* Check in demuxer_bench, a tool for benchmarking FFmpegDemuxer reading.scherkus@chromium.org2012-11-171-0/+219
* Fix break for r167691.scherkus@chromium.org2012-11-141-1/+1
* Reimplement FileDataSource using file_util::MemoryMappedFile and convert to u...scherkus@chromium.org2012-11-144-7/+7
* Revert 167638 - Reimplement FileDataSource using file_util::MemoryMappedFile ...jochen@chromium.org2012-11-144-7/+7
* Reimplement FileDataSource using file_util::MemoryMappedFile and convert to u...scherkus@chromium.org2012-11-144-7/+7
* Plumb through cropped output size for VideoFramesheu@chromium.org2012-11-099-52/+75
* Roll ffmpeg DEPS for fixes, patch removal, and better GOMA detection.dalecurtis@google.com2012-11-021-52/+25
* Move audio decoder initialization to AudioRendererImpl.xhwang@chromium.org2012-10-182-2/+2
* Cleanup: avoid foo ? true : false, part 1.thestig@chromium.org2012-09-271-1/+1
* Switch to using WebKit's test expecation parser.dalecurtis@google.com2012-09-263-154/+94
* Don't count ANDROID or WONTFIX tests towards failure count.dalecurtis@google.com2012-09-243-15/+25
* Combine audio decoding and video decoding onto a single thread.scherkus@chromium.org2012-09-062-4/+4
* Allow transitioning to HAVE_METADATA before pipeline initialization completes.acolwell@chromium.org2012-08-172-2/+7
* Use enum instead of string in MessageLoopFactory::GetMessageLoop*xhwang@chromium.org2012-08-123-9/+10
* Move VideoDecoder initialization into VideoRendererBase to simplify implement...acolwell@chromium.org2012-08-102-2/+2
* Enable CNS to serve files from different port.shadi@chromium.org2012-08-092-35/+136
* Add CNS function to clean up port matching requester IP address.shadi@chromium.org2012-08-092-2/+48
* Don't count SLOW tests towards failure.dalecurtis@google.com2012-08-082-2/+6
* Remove WebMediaPlayerProxy::video_decoder_ & FFmpegVideoDecoder::set_decryptor.acolwell@chromium.org2012-08-072-2/+4
* Dead code elimination: scythe.chrome_functions:segment.path %media% edition, ...fischman@chromium.org2012-08-061-1/+0
* Remove VideoDecoder::natural_size() & added VideoFrame::natural_size().acolwell@chromium.org2012-08-027-42/+42