summaryrefslogtreecommitdiffstats
path: root/webkit/media
Commit message (Expand)AuthorAgeFilesLines
* Remove reference counting from media::DataSource and friends.scherkus@chromium.org2013-04-265-33/+34
* Remove xxxFloat() and setEndTime() methods from WebMediaPlayer implementations.acolwell@chromium.org2013-04-256-168/+0
* media: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-242-2/+2
* add a simple file check for hasSingleSecurityOrigin()qinmin@chromium.org2013-04-231-0/+4
* Use base::MessageLoop in media code.xhwang@chromium.org2013-04-226-10/+10
* Remove reference counting from media::Demuxer and friends.scherkus@chromium.org2013-04-226-110/+113
* media: Add support for playback of VP8 Alpha video streamsvigneshv@chromium.org2013-04-191-4/+5
* Fix incorrect sign on kMinScale in audio decoderrtoy@google.com2013-04-191-1/+1
* Reland: Remove reference counting from media::VideoDecoder and friends.scherkus@chromium.org2013-04-195-181/+95
* Location/size change notification when external rendering is enabledwonsik@chromium.org2013-04-197-5/+84
* Revert 194993 "Remove reference counting from media::VideoDecode..."scherkus@chromium.org2013-04-185-95/+181
* Remove reference counting from media::VideoDecoder and friends.scherkus@chromium.org2013-04-185-181/+95
* Enable video painting on Canvas for Chrome on Android. This change should lan...hkuang@chromium.org2013-04-182-0/+38
* Change original WebMediaPlayer signatures from float to double.acolwell@chromium.org2013-04-1711-118/+104
* Revert 194465 "media: Add support for playback for VP8 Alpha vid..."mek@chromium.org2013-04-161-6/+5
* media: Add support for playback for VP8 Alpha video streams.tomfinegan@chromium.org2013-04-161-5/+6
* Remove unused flush operation from Chromium audio.miu@chromium.org2013-04-162-3/+3
* Check glibc version for kWidevineBaseKeySystem as well.xhwang@chromium.org2013-04-151-1/+4
* Android implementation of WebAudio audio file decoder.rtoy@google.com2013-04-152-3/+200
* Add custom entry fields for a sub-resource URL. The plan is to use this with ...cdn@chromium.org2013-04-121-0/+4
* media: switch from deprecated CODEC_ID_* to AV_CODEC_ID_*phajdan.jr@chromium.org2013-04-122-8/+8
* Modify kUseExternalVideoSurface to have threshold value.wonsik@chromium.org2013-04-113-10/+26
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-096-19/+26
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-096-26/+19
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-096-19/+26
* Add xxxFloat() methods to WebMediaPlayer implementations.acolwell@chromium.org2013-04-086-8/+128
* Rewrite scoped_array<T> to scoped_ptr<T[]> in media/ and webkit/.dcheng@chromium.org2013-04-0711-11/+11
* Fix a compile assert macro undef to match definewolenetz@chromium.org2013-04-061-1/+1
* Move key system constants to separate file.kjyoun@google.com2013-04-034-125/+184
* Fire kClientError in the event of Decryptor creation failure.xhwang@chromium.org2013-04-021-1/+1
* Clean up media EME UMA reporting in WebMediaPlayerImpl.xhwang@chromium.org2013-04-021-20/+31
* Revert 191795 "Move key system constants to separate file."tommyw@chromium.org2013-04-024-183/+125
* Move key system constants to separate file.kjyoun@google.com2013-04-024-125/+183
* Extract metadata for media elementsqinmin@chromium.org2013-04-022-2/+7
* Exclude OS_CHROMEOS when using WIDEVINE_CDM_MIN_GLIBC_VERSION.xhwang@google.com2013-04-022-8/+11
* Check glibc version for Widevine CDM.xhwang@chromium.org2013-04-012-4/+30
* Move WebSourceBufferImpl into its own .cc/.h filesacolwell@chromium.org2013-03-284-61/+95
* Convert include paths for string_number_conversions in src/chrome and src/webkitbrettw@chromium.org2013-03-275-5/+5
* Revert 190863 "Revert 190807 "Fix a Chrome renderer hang which o..."ygorshenin@chromium.org2013-03-272-0/+9
* Revert 190807 "Fix a Chrome renderer hang which occurs when a We..."ygorshenin@chromium.org2013-03-272-9/+0
* Fix a Chrome renderer hang which occurs when a WebMediaPlayerImpl instance is...ananta@chromium.org2013-03-272-0/+9
* Android: Delete StreamTextureProxy on impl thread.sievers@chromium.org2013-03-263-12/+21
* Remove WebVideoFrame, WebVideoFrameProvider, and WebVideoLayer.danakj@chromium.org2013-03-2610-190/+0
* Revert "Android: Delete StreamTextureProxy on impl thread."yurys@chromium.org2013-03-263-21/+12
* Android: Delete StreamTextureProxy on impl thread.sievers@chromium.org2013-03-263-12/+21
* Make webkit_media.gyp depend on cc.gypdanakj@chromium.org2013-03-261-0/+1
* Fix typo in the android webmediaplayer.danakj@chromium.org2013-03-251-1/+1
* Remove WebMediaPlayerInProcessAndroidqinmin@chromium.org2013-03-243-317/+0
* Move ownership of cc:VideoLayer to webkit/mediadanakj@chromium.org2013-03-238-24/+244
* Remove reference counting from media::AudioDecoder and friends.scherkus@chromium.org2013-03-213-17/+26