summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
...
* Fix the flushing process of DecryptingVideoDecoder.xhwang@chromium.org2014-06-143-62/+60
* Cast: Synthetic benchmark tool.hubbe@chromium.org2014-06-148-8/+888
* Add extra parameters in tracing DecryptingVideoDecoder::DecodePendingBuffer().xhwang@chromium.org2014-06-141-2/+3
* Web MIDI: MidiManager crashes if a session is ended while initializingtoyoshim@chromium.org2014-06-133-11/+32
* Simplify WebMediaPlayerAndroid teardown process.xhwang@chromium.org2014-06-132-4/+0
* Fix an issue that MediaCodec.getCodecInfo() can throw an exceptionqinmin@chromium.org2014-06-131-17/+40
* Add an IPC to return the platform supported key-system names in Android.ycheo@chromium.org2014-06-132-1/+22
* generate_stubs: Allow // comments as well as the existing #.rsesek@chromium.org2014-06-131-6/+6
* MSE: On init segment received, set need random access point flag on all track...wolenetz@chromium.org2014-06-136-10/+48
* Fix crash caused by removing the gap at the beginning of a media segment.acolwell@chromium.org2014-06-132-4/+60
* Cast: Don't cancel re-transmission for some caseshclam@chromium.org2014-06-127-11/+30
* Tries to avoid crash in media::CoreAudioUtil::CreateDeviceEnumerator.henrika@chromium.org2014-06-121-0/+12
* Fix BrowserMediaPlayerManager and BrowserCdmManager destruction order.xhwang@chromium.org2014-06-121-4/+8
* Revert 276603 "Cast: Synthetic benchmark tool."phoglund@chromium.org2014-06-128-886/+8
* Cast: Updated congestion controlhubbe@chromium.org2014-06-125-275/+318
* Cast: Synthetic benchmark tool.hubbe@chromium.org2014-06-128-8/+886
* VideoCaptureDevice Win: Enumerate devices' supported formats when they don't ...mcasas@chromium.org2014-06-121-5/+10
* media: Add MediaOzonePlatform supporttiago.vignatti@intel.com2014-06-124-0/+186
* Prevent incorrect start time from being used during new range creation.acolwell@chromium.org2014-06-112-6/+37
* MSE: Report decode error if FrameProcessor's append to track buffer failswolenetz@chromium.org2014-06-111-1/+4
* Add callback in VideoDecoder and AudioDecoder to return decoded frames.sergeyu@chromium.org2014-06-1138-960/+747
* MSE: Remap single text track number changes in frame processorwolenetz@chromium.org2014-06-114-10/+114
* Win Video Capture: Add support for HDYC pixel format.mcasas@chromium.org2014-06-114-9/+29
* Clear Key CDM to generate close event when session is closed.jrummell@chromium.org2014-06-116-4/+22
* Introduce the ENABLE_BROWSER_CDMS macro.xhwang@chromium.org2014-06-102-4/+9
* support adaptive playback in MSEqinmin@chromium.org2014-06-108-31/+197
* Improves audio support for case when process lacks MODIFY_AUDIO_SETTINGS and/...henrika@chromium.org2014-06-092-22/+70
* Use seq instead of rawmidi for MidiManagerAlsaagoode@chromium.org2014-06-083-189/+356
* Always round up coded size to avoid VideoFrame restrictions.dalecurtis@chromium.org2014-06-082-2/+20
* Separate BrowserCdmManager from BrowserMediaPlayerManager.xhwang@chromium.org2014-06-072-53/+0
* Remove fischman from WATCHLISTS and OWNERS as I am leaving the Chrome PA. Au...fischman@chromium.org2014-06-071-1/+0
* Revert of Revert of Merge VideoDecodeAcceleratorImpl with VideoDecodeAccelera...dcheng@chromium.org2014-06-073-0/+20
* Cast: reduce the amount of retransmission packetshclam@chromium.org2014-06-078-213/+237
* VideoCaptureDevice: remove emtpy static methods that are now implemented in t...mcasas@chromium.org2014-06-074-95/+0
* Add Promises for EME (Chromium side)jrummell@chromium.org2014-06-0719-525/+1357
* Fix memory init in SkCanvasVideoRendererTest.sandersd@chromium.org2014-06-071-0/+1
* Revert of Merge VideoDecodeAcceleratorImpl with VideoDecodeAccelerator (https...dcheng@chromium.org2014-06-073-20/+0
* Merge VideoDecodeAcceleratorImpl with VideoDecodeAcceleratorspang@chromium.org2014-06-073-0/+20
* Allow ffmpeg to process individual NALU rather than require frames.igorc@chromium.org2014-06-072-1/+11
* Deliver RenderCallbackErrors even when mixer inputs are paused.dalecurtis@chromium.org2014-06-075-31/+68
* Add test data clip for odd sizes. BUG=379127dalecurtis@google.com2014-06-061-0/+0
* Cast: Add GeneralDescription proto to LogMetadata and populate it whenimcheng@chromium.org2014-06-061-2/+12
* Remove FastPaint.sandersd@chromium.org2014-06-062-365/+48
* Fix crashes caused when SourceBuffer.remove() is called starting at the prese...acolwell@chromium.org2014-06-062-11/+37
* Check that capture_device_ is valid before setting the rotation on itzork@chromium.org2014-06-061-1/+2
* Fix some MSE tests on devices that doesn't support VP9qinmin@chromium.org2014-06-061-11/+13
* VideoCaptureFormat: change frame rate from integer to float.mcasas@chromium.org2014-06-058-16/+24
* Mac QTKit: Address leak in VideoCaptureDeviceTest::OpenInvalidDevicemcasas@chromium.org2014-06-051-0/+1
* Refactor MSE implementation on Android to simplify the logic and improve the ...qinmin@chromium.org2014-06-059-839/+991
* Fix a couple edges cases with audio preroll processing.dalecurtis@chromium.org2014-06-054-27/+75