| Commit message (Expand) | Author | Age | Files | Lines |
* | Make AddFilter void and remove bullshit fallback code. | fischman@chromium.org | 2012-03-27 | 5 | -38/+19 |
* | Don't report errors twice to pipeline clients. | fischman@chromium.org | 2012-03-27 | 3 | -41/+29 |
* | Replace size_t with int in a few media classes. | scherkus@chromium.org | 2012-03-27 | 11 | -129/+126 |
* | Add the output interface for the ChromeOS Audio Server(CRAS). | dgreid@chromium.org | 2012-03-27 | 2 | -2/+11 |
* | Forgot media/base/buffers_unittest.cc in r129038. | scherkus@chromium.org | 2012-03-26 | 1 | -0/+89 |
* | Removed StreamSample as a shared base class between Buffer and VideoFrame. | scherkus@chromium.org | 2012-03-26 | 7 | -99/+66 |
* | Make Callback::Reset() return a copy to support use-cases where Run() ends up... | fischman@chromium.org | 2012-03-24 | 4 | -24/+6 |
* | Fix incorrect VideoFrame::row_bytes() for RGB. Add tests. | dalecurtis@chromium.org | 2012-03-23 | 2 | -1/+70 |
* | Fix frame hashing to include all valid planes. | dalecurtis@chromium.org | 2012-03-22 | 3 | -1/+31 |
* | Move VideoDecoder out of media pipeline. | xhwang@chromium.org | 2012-03-22 | 8 | -58/+65 |
* | Make AudioParameters a class instead of a struct | vrk@google.com | 2012-03-21 | 2 | -13/+10 |
* | Merge FilterStatusCB into PipelineStatusCB. | xhwang@chromium.org | 2012-03-18 | 9 | -52/+41 |
* | Callback renaming in media code. | xhwang@chromium.org | 2012-03-15 | 12 | -149/+149 |
* | Add base::StaticAtomicSequenceNumber. | pliard@chromium.org | 2012-03-13 | 1 | -3/+2 |
* | Rename StatisticsCallback to StatisticsCB and DataSource::ReadCallback to Rea... | xhwang@chromium.org | 2012-03-10 | 7 | -25/+25 |
* | Add AES decryptor and tests. | xhwang@chromium.org | 2012-03-08 | 8 | -3/+120 |
* | Fold media::MessageLoopFactoryImpl into media::MessageLoopFactory. | scherkus@chromium.org | 2012-03-06 | 4 | -130/+72 |
* | Fix muted audio when playback rate != 1.0 or 0.0 | vrk@chromium.org | 2012-03-06 | 2 | -24/+38 |
* | Change Clock::SetMaxTime() to be safe even in the presence of slow pipelines. | fischman@chromium.org | 2012-03-02 | 3 | -5/+4 |
* | Second attempt to land ffmpeg roll. | dalecurtis@google.com | 2012-03-01 | 3 | -5/+8 |
* | Replace a CHECK with some CHECK_LEs, to aid in debugging. | wez@chromium.org | 2012-03-01 | 1 | -1/+2 |
* | Fix race in Pipeline where video_decoder_ was accessed from multiple threads. | tommi@chromium.org | 2012-02-29 | 1 | -5/+5 |
* | Workaround for Windows-only crash inside delay load helper. | enal@chromium.org | 2012-02-28 | 1 | -11/+43 |
* | Don't histogram negative VideoCodecProfile values. | fischman@chromium.org | 2012-02-23 | 1 | -2/+5 |
* | Add texture target field to video frame (for use by native textures). | sievers@chromium.org | 2012-02-23 | 2 | -1/+14 |
* | Revert 123123 (probably caused a big perf regression -- http://crbug.com/115479, | thakis@chromium.org | 2012-02-23 | 3 | -9/+6 |
* | Fix media code to work with new ffmpeg. | dalecurtis@google.com | 2012-02-22 | 3 | -6/+9 |
* | Reimplement r122778 to fix BuildMediaStreamCollection without breaking HW vid... | fischman@chromium.org | 2012-02-22 | 1 | -4/+0 |
* | Replace several NOTREACHED(), NOTIMPLEMENTED() with DVLOG(1), all values are ... | dalecurtis@chromium.org | 2012-02-21 | 3 | -8/+24 |
* | always remove existing video decoders when a new video decoder is added. | wjia@chromium.org | 2012-02-21 | 1 | -0/+4 |
* | Minor fixes to compile media_unittests on android. | nileshagrawal@chromium.org | 2012-02-16 | 1 | -1/+1 |
* | Extends error handling for audio capture and rendering. | henrika@chromium.org | 2012-02-13 | 1 | -1/+1 |
* | Introducing helper wrappers for copying a rectangle from a one partial buffer... | alexeypa@chromium.org | 2012-02-09 | 1 | -2/+3 |
* | Clear buffer prior to distribution to prevent valgrind errors. | dalecurtis@chromium.org | 2012-02-08 | 1 | -1/+3 |
* | Reverting 120739 that caused valgrind breaks. | alexeypa@chromium.org | 2012-02-07 | 1 | -3/+2 |
* | Introducing helper wrappers for copying a rectangle from a one partial buffer... | alexeypa@chromium.org | 2012-02-07 | 1 | -2/+3 |
* | Fix incomplete teardown of demuxer. | dalecurtis@chromium.org | 2012-02-07 | 1 | -6/+2 |
* | Remove AudioDecoder from the Filter heirarchy. | fischman@chromium.org | 2012-02-07 | 11 | -119/+147 |
* | Remove explicit casting needed from the .Pass() switchover, now that PassAs()... | fischman@chromium.org | 2012-02-06 | 1 | -2/+1 |
* | Initialize logging early enough to see VLOGs emitted by InitializeMediaLibrar... | fischman@chromium.org | 2012-02-03 | 1 | -3/+23 |
* | Fix media timeline so that thumb never exceeds buffered data | vrk@chromium.org | 2012-02-02 | 12 | -226/+414 |
* | Update AudioRenderer, VideoRenderer, and AudioDecoder Initialize() methods to... | acolwell@chromium.org | 2012-02-02 | 7 | -39/+23 |
* | Fix ChunkDemuxer seek deadlock | acolwell@chromium.org | 2012-01-31 | 2 | -4/+11 |
* | Fold Pipeline::Init() into Pipeline::Start(). | scherkus@chromium.org | 2012-01-30 | 3 | -44/+50 |
* | Detect errors in audio output and report them upstream. | fischman@chromium.org | 2012-01-27 | 1 | -1/+4 |
* | Add a convenience typedef LazyInstance<T>::Leaky to avoid repeating T. | fischman@chromium.org | 2012-01-23 | 1 | -3/+1 |
* | Die, Pts{Stream,Heap}, Die! | fischman@chromium.org | 2012-01-21 | 6 | -379/+0 |
* | Revert 118546 because it caused PrerenderHTML5VideoNetwork to timeout on wind... | sadrul@chromium.org | 2012-01-21 | 4 | -169/+109 |
* | Fire canplaythrough as soon as download defers to fix autoplay | vrk@google.com | 2012-01-20 | 4 | -109/+169 |
* | Replace DataSourceFactory with explicitly initialized DataSources. | scherkus@chromium.org | 2012-01-19 | 7 | -396/+6 |