summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Adds extra header data for Android AAC playback when decoding MPEG2TS.gunsch@chromium.org2014-04-031-1/+15
* Cast: PacketPipe to take SingleThreadTaskRunner as argumenthclam@chromium.org2014-04-032-116/+92
* Strengthen no-splice verification. Use frames instead of timestamps.dalecurtis@chromium.org2014-04-025-60/+214
* Revert 260913 "Revert of Tighten up webrtc audio tests. (https:/..."phoglund@chromium.org2014-04-021-1/+1
* Handle near-colinear cases in WSOLAS QuadraticInterpolation better.sandersd@chromium.org2014-04-023-26/+41
* Cast: Fix UdpProxy InitOnIOThreadhubbe@chromium.org2014-04-021-1/+7
* Remove unnecessary decoder() getter from DecoderStream.rileya@chromium.org2014-04-021-4/+0
* Cast v2 mirroring: handle BitstreamBufferReady with no matching encoded frame...hshi@chromium.org2014-04-011-39/+38
* Cast: Alternate stop semantics for in-process receiver.hubbe@chromium.org2014-04-012-1/+35
* Revert of Tighten up webrtc audio tests. (https://codereview.chromium.org/216...rlarocque@chromium.org2014-04-011-1/+1
* Mac AVFoundation video capture: do not list suspended cameras in VCDAF.mcasas@chromium.org2014-04-011-2/+3
* Tighten up webrtc audio tests.phoglund@chromium.org2014-04-011-1/+1
* Remove all uses of GG_UINT32_C.viettrungluu@chromium.org2014-04-0121-33/+70
* Add Project Tango video capture for Androidmcasas@chromium.org2014-04-0110-379/+846
* Improve the mp2t H264 parser unit test.damienv@chromium.org2014-04-011-32/+71
* Adds GYP variable to enable MPEG2TS stream parsing.gunsch@chromium.org2014-04-011-0/+7
* MSE: Use frame duration, if available, in LegacyFrameProcessorwolenetz@chromium.org2014-04-016-62/+117
* Provide security origin to Android EME implementationjrummell@chromium.org2014-03-312-9/+9
* Mark all of media/cast as chromium_code.viettrungluu@chromium.org2014-03-3121-25/+45
* Add support for Tegra V4L2 VDAshivdasp@nvidia.com2014-03-312-0/+4
* [Cast] Remove AudioDecoder's dependency on WebRTC, and refactor/clean-up Audi...miu@chromium.org2014-03-3115-1085/+1080
* Make {Audio|Video}Decoder::Stop() synchronous.xhwang@chromium.org2014-03-3132-448/+168
* Fix comment to match test data in BoxReader unit test.acolwell@chromium.org2014-03-311-1/+1
* Disables the check for no data timer for audio on all platforms.henrika@chromium.org2014-03-312-10/+9
* Fix video capture bug in a utility function, GetPin, and how it was being used.tommi@chromium.org2014-03-301-18/+17
* Make sure AudioBufferConverter uses aligned AudioBus channels.dalecurtis@google.com2014-03-292-5/+10
* Add channel_count parameter back to AudioBuffer creation methods.dalecurtis@google.com2014-03-2915-70/+166
* MSE: Populate WebM missing duration with DefaultDuration, derived, or defaultwolenetz@chromium.org2014-03-286-51/+239
* Disable the RecordAndError unit test on Mac since it's not relevant anymore.tommi@chromium.org2014-03-281-1/+8
* Disable the "check for no data" timer for audio on Mac.tommi@chromium.org2014-03-281-0/+9
* Fix player_x11 build. Adds missing shared_memory_util dep.dalecurtis@google.com2014-03-281-0/+1
* Add support for midstream audio configuration changes.dalecurtis@google.com2014-03-2824-263/+699
* Cast: Remove LoggingStats in favor of event subscribers.imcheng@chromium.org2014-03-2844-604/+530
* Cast: Get rid of a useless functionhubbe@chromium.org2014-03-275-28/+18
* Cast: Fix inaccurate event time for events logging via post task.imcheng@chromium.org2014-03-274-40/+59
* [Cast] Misc clean-ups in AudioEncoder.miu@chromium.org2014-03-271-19/+23
* Deleted '--disable-system-sounds-manager' switch.ygorshenin@chromium.org2014-03-273-49/+1
* Implement WebMIDI for Android, input side.yhirano@chromium.org2014-03-273-6/+150
* Add code to skip top level uuid and emsg boxes.acolwell@chromium.org2014-03-273-8/+45
* Cast: Alternate way to get rid of some delegates.hubbe@chromium.org2014-03-2711-221/+92
* MSE: Parse WebM TrackEntry DefaultDuration fieldwolenetz@chromium.org2014-03-275-24/+350
* Audit/fix use of media::VideoFrame::coded_size()sheu@chromium.org2014-03-276-80/+129
* Move splice frame setting to ChunkDemuxer(). Disable for now.dalecurtis@chromium.org2014-03-277-35/+63
* Cast: UDP proxy library and binaryhubbe@chromium.org2014-03-276-1/+726
* Revert of Disable audio splice frame generation for now. (https://codereview....erikchen@chromium.org2014-03-261-2/+1
* Disable audio splice frame generation for now.dalecurtis@google.com2014-03-261-1/+2
* Remove Has{Audio,Video}(), GetInitialNaturalSize() from media::Pipeline.sandersd@chromium.org2014-03-268-179/+131
* Fix memory and potential object leaks in VideoCaptureDeviceWin.tommi@chromium.org2014-03-261-26/+53
* Try catch a top crasher for MSE/EMEqinmin@chromium.org2014-03-261-1/+6
* Add SupportsConfigChanges() to DemuxerStream.rileya@chromium.org2014-03-2614-0/+45