| Commit message (Expand) | Author | Age | Files | Lines |
* | add a simple file check for hasSingleSecurityOrigin() | qinmin@chromium.org | 2013-04-23 | 1 | -0/+4 |
* | Use base::MessageLoop in media code. | xhwang@chromium.org | 2013-04-22 | 6 | -10/+10 |
* | Remove reference counting from media::Demuxer and friends. | scherkus@chromium.org | 2013-04-22 | 6 | -110/+113 |
* | media: Add support for playback of VP8 Alpha video streams | vigneshv@chromium.org | 2013-04-19 | 1 | -4/+5 |
* | Fix incorrect sign on kMinScale in audio decoder | rtoy@google.com | 2013-04-19 | 1 | -1/+1 |
* | Reland: Remove reference counting from media::VideoDecoder and friends. | scherkus@chromium.org | 2013-04-19 | 5 | -181/+95 |
* | Location/size change notification when external rendering is enabled | wonsik@chromium.org | 2013-04-19 | 7 | -5/+84 |
* | Revert 194993 "Remove reference counting from media::VideoDecode..." | scherkus@chromium.org | 2013-04-18 | 5 | -95/+181 |
* | Remove reference counting from media::VideoDecoder and friends. | scherkus@chromium.org | 2013-04-18 | 5 | -181/+95 |
* | Enable video painting on Canvas for Chrome on Android. This change should lan... | hkuang@chromium.org | 2013-04-18 | 2 | -0/+38 |
* | Change original WebMediaPlayer signatures from float to double. | acolwell@chromium.org | 2013-04-17 | 11 | -118/+104 |
* | Revert 194465 "media: Add support for playback for VP8 Alpha vid..." | mek@chromium.org | 2013-04-16 | 1 | -6/+5 |
* | media: Add support for playback for VP8 Alpha video streams. | tomfinegan@chromium.org | 2013-04-16 | 1 | -5/+6 |
* | Remove unused flush operation from Chromium audio. | miu@chromium.org | 2013-04-16 | 2 | -3/+3 |
* | Check glibc version for kWidevineBaseKeySystem as well. | xhwang@chromium.org | 2013-04-15 | 1 | -1/+4 |
* | Android implementation of WebAudio audio file decoder. | rtoy@google.com | 2013-04-15 | 2 | -3/+200 |
* | Add custom entry fields for a sub-resource URL. The plan is to use this with ... | cdn@chromium.org | 2013-04-12 | 1 | -0/+4 |
* | media: switch from deprecated CODEC_ID_* to AV_CODEC_ID_* | phajdan.jr@chromium.org | 2013-04-12 | 2 | -8/+8 |
* | Modify kUseExternalVideoSurface to have threshold value. | wonsik@chromium.org | 2013-04-11 | 3 | -10/+26 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 6 | -19/+26 |
* | Revert "Rewrite std::string("") to std::string(), Linux edition." | dcheng@chromium.org | 2013-04-09 | 6 | -26/+19 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 6 | -19/+26 |
* | Add xxxFloat() methods to WebMediaPlayer implementations. | acolwell@chromium.org | 2013-04-08 | 6 | -8/+128 |
* | Rewrite scoped_array<T> to scoped_ptr<T[]> in media/ and webkit/. | dcheng@chromium.org | 2013-04-07 | 11 | -11/+11 |
* | Fix a compile assert macro undef to match define | wolenetz@chromium.org | 2013-04-06 | 1 | -1/+1 |
* | Move key system constants to separate file. | kjyoun@google.com | 2013-04-03 | 4 | -125/+184 |
* | Fire kClientError in the event of Decryptor creation failure. | xhwang@chromium.org | 2013-04-02 | 1 | -1/+1 |
* | Clean up media EME UMA reporting in WebMediaPlayerImpl. | xhwang@chromium.org | 2013-04-02 | 1 | -20/+31 |
* | Revert 191795 "Move key system constants to separate file." | tommyw@chromium.org | 2013-04-02 | 4 | -183/+125 |
* | Move key system constants to separate file. | kjyoun@google.com | 2013-04-02 | 4 | -125/+183 |
* | Extract metadata for media elements | qinmin@chromium.org | 2013-04-02 | 2 | -2/+7 |
* | Exclude OS_CHROMEOS when using WIDEVINE_CDM_MIN_GLIBC_VERSION. | xhwang@google.com | 2013-04-02 | 2 | -8/+11 |
* | Check glibc version for Widevine CDM. | xhwang@chromium.org | 2013-04-01 | 2 | -4/+30 |
* | Move WebSourceBufferImpl into its own .cc/.h files | acolwell@chromium.org | 2013-03-28 | 4 | -61/+95 |
* | Convert include paths for string_number_conversions in src/chrome and src/webkit | brettw@chromium.org | 2013-03-27 | 5 | -5/+5 |
* | Revert 190863 "Revert 190807 "Fix a Chrome renderer hang which o..." | ygorshenin@chromium.org | 2013-03-27 | 2 | -0/+9 |
* | Revert 190807 "Fix a Chrome renderer hang which occurs when a We..." | ygorshenin@chromium.org | 2013-03-27 | 2 | -9/+0 |
* | Fix a Chrome renderer hang which occurs when a WebMediaPlayerImpl instance is... | ananta@chromium.org | 2013-03-27 | 2 | -0/+9 |
* | Android: Delete StreamTextureProxy on impl thread. | sievers@chromium.org | 2013-03-26 | 3 | -12/+21 |
* | Remove WebVideoFrame, WebVideoFrameProvider, and WebVideoLayer. | danakj@chromium.org | 2013-03-26 | 10 | -190/+0 |
* | Revert "Android: Delete StreamTextureProxy on impl thread." | yurys@chromium.org | 2013-03-26 | 3 | -21/+12 |
* | Android: Delete StreamTextureProxy on impl thread. | sievers@chromium.org | 2013-03-26 | 3 | -12/+21 |
* | Make webkit_media.gyp depend on cc.gyp | danakj@chromium.org | 2013-03-26 | 1 | -0/+1 |
* | Fix typo in the android webmediaplayer. | danakj@chromium.org | 2013-03-25 | 1 | -1/+1 |
* | Remove WebMediaPlayerInProcessAndroid | qinmin@chromium.org | 2013-03-24 | 3 | -317/+0 |
* | Move ownership of cc:VideoLayer to webkit/media | danakj@chromium.org | 2013-03-23 | 8 | -24/+244 |
* | Remove reference counting from media::AudioDecoder and friends. | scherkus@chromium.org | 2013-03-21 | 3 | -17/+26 |
* | Implement out-of-band video compositing on Android: Step 1 | wonsik@chromium.org | 2013-03-21 | 10 | -4/+81 |
* | Parsing filesystem url before giving it to media player | qinmin@chromium.org | 2013-03-19 | 4 | -19/+30 |
* | [Cleanup] Remove StringPrintf from global namespace | groby@chromium.org | 2013-03-18 | 1 | -4/+4 |