summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Fix -Wnull-conversion warning in media.thakis@chromium.org2012-03-291-1/+2
* Revert 129623, this was creating ~92 (test-only) heapcheck leak reports.rnk@chromium.org2012-03-291-5/+1
* [Coverity] Removed always-true ifgroby@chromium.org2012-03-291-10/+8
* [Coverity] Fixed possible resource leakgroby@chromium.org2012-03-291-1/+1
* [Coverity] Pass-by-val -> pass-by-refgroby@chromium.org2012-03-291-5/+6
* Fixed Close() method of TestAudioInputController (callback on caller thread).primiano@chromium.org2012-03-291-1/+5
* AUAudioOutputStream::Stop() first sets the source_ to NULL then calls AudioOu...xians@chromium.org2012-03-292-2/+11
* [Coverity] Fixed frame size wjia@chromium.org2012-03-282-2/+5
* Disable the TwoThreads unit test since it triggers the TSAN bot. This is a fa...tommi@chromium.org2012-03-281-1/+3
* Disable TwoNotifiersTwoThreads1000Signals as it trips off the TSAN bot.tommi@chromium.org2012-03-281-1/+3
* Add a CrossProcessNotification class.tommi@chromium.org2012-03-286-0/+1049
* Adds Analog Gain Control (AGC) to the WebRTC client.henrika@chromium.org2012-03-2825-37/+352
* Revert 129263 - Add a CrossProcessNotification class.abodenha@google.com2012-03-276-1047/+0
* Add a CrossProcessNotification class.tommi@chromium.org2012-03-276-0/+1047
* Make AddFilter void and remove bullshit fallback code.fischman@chromium.org2012-03-275-38/+19
* Don't report errors twice to pipeline clients.fischman@chromium.org2012-03-276-62/+34
* Replace size_t with int in a few media classes.scherkus@chromium.org2012-03-2726-225/+212
* Renable hashing for the basic playback test.dalecurtis@chromium.org2012-03-271-3/+1
* Revert 129018 - Revert 128993 - Refactor BaseTimer to avoid spamming the Mess...jbates@chromium.org2012-03-272-7/+13
* Add the output interface for the ChromeOS Audio Server(CRAS).dgreid@chromium.org2012-03-277-2/+723
* Forgot media/base/buffers_unittest.cc in r129038.scherkus@chromium.org2012-03-261-0/+89
* Removed StreamSample as a shared base class between Buffer and VideoFrame.scherkus@chromium.org2012-03-269-104/+70
* Revert 128993 - Refactor BaseTimer to avoid spamming the MessageLoop with orp...aa@chromium.org2012-03-262-13/+7
* Refactor BaseTimer to avoid spamming the MessageLoop with orphaned tasks.jbates@chromium.org2012-03-262-7/+13
* Fix a couple of regressions that made it in before the weekend.tommi@chromium.org2012-03-264-16/+27
* Make Callback::Reset() return a copy to support use-cases where Run() ends up...fischman@chromium.org2012-03-247-29/+14
* Fix race in AudioInputController::Close().fischman@chromium.org2012-03-233-21/+13
* Fix incorrect VideoFrame::row_bytes() for RGB. Add tests.dalecurtis@chromium.org2012-03-232-1/+70
* Fix frame hashing to include all valid planes.dalecurtis@chromium.org2012-03-227-26/+63
* Move VideoDecoder out of media pipeline.xhwang@chromium.org2012-03-2211-62/+79
* sync the openbsd audio code with linuxrobert.nagy@gmail.com2012-03-221-4/+0
* Make AudioParameters a class instead of a structvrk@google.com2012-03-2138-285/+310
* Fix leaking AVPackets in AudioFileReader.dalecurtis@chromium.org2012-03-211-3/+2
* Add software audio mixing to the audio utils.enal@chromium.org2012-03-203-4/+157
* Merge FilterStatusCB into PipelineStatusCB.xhwang@chromium.org2012-03-1818-63/+53
* Add frame hashing to PipelineIntegrationTests.dalecurtis@chromium.org2012-03-179-75/+151
* Fix inconsistent line endings. No code changetommi@chromium.org2012-03-162-5/+5
* Do not swizzle 5.0/5.1 audio layoutraymond.liu@intel.com2012-03-161-55/+0
* Enable multithreaded theora decode.dalecurtis@chromium.org2012-03-163-13/+2
* Callback renaming in media code.xhwang@chromium.org2012-03-1528-234/+233
* Remove FFmpegVideoDecoder log spam and misleading comment.acolwell@chromium.org2012-03-151-6/+1
* mac: Add MEDIA_EXPORT macros needed to link tests in the shared buildthakis@chromium.org2012-03-152-2/+2
* Remove unused AudioBuffersState member.enal@chromium.org2012-03-153-21/+10
* On windows, create PCMWaveInAudioInputStream instance with correct device ID.yzshen@chromium.org2012-03-147-10/+164
* Roll deps for ffmpeg security fixes and add new test case.dalecurtis@google.com2012-03-141-0/+2
* Stopping the audio thread before destroying the AudioManager<Platform>.xians@chromium.org2012-03-1411-83/+108
* Add AddKey to AesDecryptorxhwang@chromium.org2012-03-145-43/+131
* Added AudioBuffer/AudioChunk abstractions for speech recognition and improved...primiano@chromium.org2012-03-131-1/+1
* Revert 126474 - Remove unused AudioBuffersState member.scottmg@google.com2012-03-132-9/+21
* Remove unused AudioBuffersState member.enal@chromium.org2012-03-132-21/+9