summaryrefslogtreecommitdiffstats
path: root/media/base
Commit message (Expand)AuthorAgeFilesLines
* Fix HE-AAC v1 configuration parsing & 'unknown duration' for live handling.acolwell@chromium.org2013-03-282-0/+7
* Revert 190863 "Revert 190807 "Fix a Chrome renderer hang which o..."ygorshenin@chromium.org2013-03-272-5/+9
* Revert 190807 "Fix a Chrome renderer hang which occurs when a We..."ygorshenin@chromium.org2013-03-272-9/+5
* Fix a Chrome renderer hang which occurs when a WebMediaPlayerImpl instance is...ananta@chromium.org2013-03-272-5/+9
* Remove WebVideoFrame, WebVideoFrameProvider, and WebVideoLayer.danakj@chromium.org2013-03-261-1/+0
* Refactor creation of the transform matrix in channel_mixerjrummell@chromium.org2013-03-263-83/+165
* Add speaker on/off control on Android for WebRTC wjia@chromium.org2013-03-231-5/+50
* Revert 189870 "Add speaker on/off control on Android for WebRTC "scherkus@chromium.org2013-03-221-50/+5
* Add speaker on/off control on Android for WebRTC wjia@chromium.org2013-03-221-5/+50
* Fix 5.1 -> 7.1 upmixing.dalecurtis@google.com2013-03-222-16/+26
* Remove reference counting from media::AudioDecoder and friends.scherkus@chromium.org2013-03-217-50/+20
* Ensure audio hash handles H([0,1]) == H(0) -> H(1).dalecurtis@google.com2013-03-213-10/+33
* Do not pass the string device_id via IPC message to create an audio input str...xians@chromium.org2013-03-201-19/+5
* Introduce VideoDecoder::HasOutputFrameAvailable().scherkus@chromium.org2013-03-202-0/+10
* Add MODIFY_AUDIO_SETTINGS permission in Android manifest and implementation i...wjia@chromium.org2013-03-202-0/+26
* Introduce AudioHash for fuzzy audio matching.dalecurtis@chromium.org2013-03-203-0/+256
* Parsing filesystem url before giving it to media playerqinmin@chromium.org2013-03-196-60/+86
* Invoke the iOS hook from TestSuite so each run_all_unittests.cc file does notlliabraa@chromium.org2013-03-151-2/+0
* remove call to get android MediaPlayer classqinmin@chromium.org2013-03-152-53/+95
* Make AudioDecoderConfig copyable.xhwang@chromium.org2013-03-145-46/+13
* Pass more detailed audio hardware configuration information to the renderercrogers@google.com2013-03-139-68/+221
* The proper review is in https://codereview.chromium.org/12310101/.xians@chromium.org2013-03-132-9/+0
* When creating a letterbox around a tab capture video frame, only clear the ma...hubbe@chromium.org2013-03-133-3/+105
* Don't use magic statics in SincResampler for thread safe init.dalecurtis@chromium.org2013-03-132-32/+34
* Make VideoDecoderConfig copyable.xhwang@chromium.org2013-03-125-45/+15
* Revert 187677 "This patch enables pulse as the default IO handli..."sail@chromium.org2013-03-122-0/+9
* This patch enables pulse as the default IO handling in Chrome.xians@chromium.org2013-03-122-9/+0
* Android: cleans up hand-written JNI for video_capture_device_android.ccbulach@chromium.org2013-03-111-1/+40
* Revert 187073crogers@google.com2013-03-092-5/+0
* Revert 187048ccameron@chromium.org2013-03-082-0/+5
* Enable the "Web Audio Input" feature by default.crogers@google.com2013-03-082-5/+0
* Make NumPlanes() a member of media::VideoFramesheu@chromium.org2013-03-072-19/+32
* remove READ_PHONE_STATE permission as AudioManager can achieve the same funct...qinmin@chromium.org2013-03-061-31/+4
* Break out SSE functions into new media_sse target.dalecurtis@google.com2013-03-068-107/+141
* Add some NULL checks for shared memory and AudioBus creation.dalecurtis@chromium.org2013-03-051-0/+3
* Implement "hole" video frame.wonsik@google.com2013-03-042-0/+19
* Implement CopyFromCompositingSurfaceToVideoFrame for mac.justinlin@chromium.org2013-03-023-0/+80
* AndroidVDA using Android's MediaCodec API.dwkang@chromium.org2013-03-013-0/+588
* Remove one video frame copying in video capture.wjia@chromium.org2013-02-282-3/+3
* Remove browser-wide audio mirroring and --force-audio-mirroring flag.miu@chromium.org2013-02-272-6/+0
* Move file_path.h to base/files.brettw@chromium.org2013-02-243-3/+3
* Style cleanup: const char* -> const char ... [].dalecurtis@chromium.org2013-02-221-1/+1
* Add a Clock and TickClock interface for mocking out timeakalin@chromium.org2013-02-216-40/+28
* Fix incorrect truncation of audio data during partial interleave.dalecurtis@chromium.org2013-02-202-2/+2
* Add test for RotatePlaneByPixels.wjia@chromium.org2013-02-193-0/+364
* Replace FilePath with base::FilePath.brettw@chromium.org2013-02-172-2/+2
* Move duration change logic from WebMediaPlayerImpl to ChunkDemuxer.acolwell@chromium.org2013-02-153-5/+23
* Change prototypes to yuv_convert_simd_x86 yasm and equivalent C to portably s...wolenetz@chromium.org2013-02-1412-47/+67
* Add video capture on Android.wjia@chromium.org2013-02-122-0/+341
* Tab Capture: Backing store readbacks to YV12 VideoFrames.nick@chromium.org2013-02-112-2/+7