summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Cast: One less data copyhubbe@chromium.org2014-03-262-2/+4
* Stop streams on OSX prior to shutdown.dalecurtis@chromium.org2014-03-264-17/+58
* Mac AVFoundation: Reenable Finch experiment.mcasas@chromium.org2014-03-261-2/+5
* Remove extra copy from AudioConverter in single input case.dalecurtis@chromium.org2014-03-261-8/+12
* Revert of Remove Has{Audio,Video}(), GetInitialNaturalSize() from media::Pipe...erikchen@chromium.org2014-03-267-130/+179
* Remove Has{Audio,Video}(), GetInitialNaturalSize() from media::Pipeline.sandersd@chromium.org2014-03-257-179/+130
* Fix over-looping in SincResampler. Reorder debug checks.dalecurtis@chromium.org2014-03-252-19/+15
* Verify supposed splice frames; don't generate for end ts overlap.dalecurtis@google.com2014-03-254-3/+78
* Revert 259154 "Remove HasAudio(), HasVideo(), GetInitialNaturalS..."viettrungluu@chromium.org2014-03-256-118/+169
* Remove HasAudio(), HasVideo(), GetInitialNaturalSize() from media::Pipeline.sandersd@chromium.org2014-03-256-169/+118
* Cast: Use ms instead of micros for event time in EncodingEventSubscriberimcheng@chromium.org2014-03-254-42/+44
* Refactor WebMediaPlayerImpl's multithreaded compositing code into VideoFrameC...scherkus@chromium.org2014-03-244-311/+0
* Generate and plumb splice frames to the renderer.dalecurtis@google.com2014-03-2414-96/+401
* Cast: utility.gypi -> utility.gypmikhal@chromium.org2014-03-244-3/+3
* Cast: Fix incorrect use of WeakPtrhclam@chromium.org2014-03-221-9/+4
* Cast: Enable use of VideoEncodeAccelerator for hardware video encodinghclam@chromium.org2014-03-2218-271/+245
* Cast: Remove TRANSPORT thread and get rid of Unretained in senderhclam@chromium.org2014-03-2231-135/+12
* Enable MP3 stream parsing for Media Source by default.dalecurtis@chromium.org2014-03-215-13/+0
* Cast: Reduce number of threads in cast environment.hubbe@chromium.org2014-03-2130-129/+77
* Revert 258566 "Consolidate camera supported formats in VideoCapt..."engedy@chromium.org2014-03-212-15/+1
* Use black background and draw casting to... text on embedded player.maybelle@chromium.org2014-03-212-5/+0
* Consolidate camera supported formats in VideoCaptureManager after their enume...mcasas@chromium.org2014-03-212-1/+15
* Revert 258272 "Adds Samsung Galaxy S3 mini to list of supported ..."henrika@chromium.org2014-03-211-1/+0
* Performance tests for CastV2hubbe@chromium.org2014-03-2011-46/+44
* Reducing the IPC latency for MSE video decodingqinmin@chromium.org2014-03-209-147/+317
* Revert of Cast: Remove base::Unretained (https://codereview.chromium.org/2054...hclam@chromium.org2014-03-204-18/+13