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