summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Merge 269932 "Fix an issue that jni generator is ignoring input ..."kerz@chromium.org2014-05-131-1/+1
* Fix crash and off-by-one error in MMX YUVA->ARGB conversion.rileya@chromium.org2014-05-092-2/+77
* Implement core of compliant MediaSource coded frame processingwolenetz@chromium.org2014-05-0911-50/+1184
* Revert 269354 "Added automatic mode to FakeInputAudioStream to g..."ananta@chromium.org2014-05-093-36/+19
* Replace VideoRendererImpl's kEnded state with a bool.scherkus@chromium.org2014-05-092-12/+9
* Remove support for audio renderers to disable themselves at run time.scherkus@chromium.org2014-05-0917-232/+40
* Add MEDIA_EXPORT to an ffmpeg_common function to link cast_sender_app.miu@chromium.org2014-05-091-2/+2
* Added automatic mode to FakeInputAudioStream to generate automatic beeps.xians@chromium.org2014-05-093-19/+36
* Revert of Mac Video Capture Device: split VCD into VCD and Factory. (https://...mcasas@chromium.org2014-05-0912-488/+223
* Mac Video Capture Device: split VCD into VCD and Factory.mcasas@chromium.org2014-05-0912-223/+488
* [Cast] Fixes and clean-ups for sender-side audio timing logic.miu@chromium.org2014-05-092-81/+150
* Support CENC Sample Groups in MP4 Parserkqyang@chromium.org2014-05-095-18/+217
* Log codec IDs for MediaSource content.acolwell@chromium.org2014-05-0911-61/+99
* [WebMIDI] Using UsbRequest.queue leads a crash on Android.yhirano@chromium.org2014-05-091-6/+35
* Cast: Fix another hanging bughubbe@chromium.org2014-05-091-6/+0
* Add another network profile to the udp proxy.hubbe@chromium.org2014-05-093-3/+139
* Improve spelling of "notification".tnagel@chromium.org2014-05-082-2/+2
* Add a wrapper class for SampleToGroup iteratorkqyang@chromium.org2014-05-084-0/+164
* Remove duplicate is_encrypted() check in SourceBufferStream::UpdateVideoConfi...xhwang@chromium.org2014-05-081-5/+0
* Ensure Mpeg2 TS stream parser sends valid AV configs.damienv@chromium.org2014-05-072-2/+21
* Check the permission at the first time we query the camera, if the permission...michaelbai@chromium.org2014-05-072-17/+40
* Support parsing of sgpd and sbgp boxeskqyang@chromium.org2014-05-075-2/+147
* Revert 268848 "Added automatic mode to FakeInputAudioStream to g..."dalecurtis@google.com2014-05-073-36/+19
* Remove {linux|android}_use_tcmalloc and switch to use_allocator in Chromium.dmikurube@chromium.org2014-05-071-4/+2
* Web MIDI: make input_ports_ and output_ports_ members privatetoyoshim@chromium.org2014-05-073-24/+23
* Added automatic mode to FakeInputAudioStream to generate automatic beeps.xians@chromium.org2014-05-073-19/+36
* Replicate FFmpeg's video frame allocation strategy.dalecurtis@chromium.org2014-05-072-8/+19
* Cast: Fix rtcp event dedup logic in rtcp_receiver.imcheng@chromium.org2014-05-079-98/+135
* Move IsStringUTF8/ASCII to base namespacebrettw@chromium.org2014-05-071-1/+1
* 64-bit porting.anton@chromium.org2014-05-071-1/+1
* Web MIDI: introduce pending client count limit to start sessionstoyoshim@chromium.org2014-05-073-22/+85
* Fix build without any specific MidiManager provideddnicoara@chromium.org2014-05-061-0/+6
* Add media test file for YUVA conversion.rileya@google.com2014-05-061-0/+1
* Fill video frame gaps created after discarding invalid frames.damienv@chromium.org2014-05-062-11/+55
* Web MIDI: add an unit test to check MidiManager instantiationtoyoshim@chromium.org2014-05-064-99/+151
* Fix possible buffer emission during an abort.damienv@chromium.org2014-05-065-12/+102
* Cast: Stop logging kVideoFrameSentToEncoder and rename a couple events.imcheng@chromium.org2014-05-0618-113/+78
* Web MIDI: send back error information to blink on starting sessionstoyoshim@chromium.org2014-05-061-0/+5
* Fix H264ToAnnexBBitstreamConverter so it properly handles AUD NAL units.acolwell@chromium.org2014-05-067-81/+179
* Don't generate splices unless the overlap is at least 2 samples.dalecurtis@google.com2014-05-062-1/+36
* Fix AudioBuffer verification tests.dalecurtis@chromium.org2014-05-062-19/+43
* Abstract and overhaul V4L2 HW encode classes.posciak@chromium.org2014-05-062-3/+164
* Trying to solve crash in AudioInputController related to invalid EventHandler.henrika@chromium.org2014-05-063-20/+41
* Change H264AnnexBBitstreamConverter to use AVCDecoderConfigurationRecord.acolwell@chromium.org2014-05-0510-241/+205
* Revert 268203 "There are many ways to get it wrong."benjhayden@chromium.org2014-05-052-2/+2
* There are many ways to get it wrong.tnagel@chromium.org2014-05-052-2/+2
* Cast: Fix two video freezing problemshubbe@chromium.org2014-05-0525-272/+260
* Revert of Cast: Fix two video freezing problems (https://codereview.chromium....hubbe@chromium.org2014-05-0525-260/+271
* Cast: Fix two video freezing problemshubbe@chromium.org2014-05-0525-271/+260
* Allow multiple concurrent Decode() requests in VideoDecoder interface.sergeyu@chromium.org2014-05-0510-202/+577