summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add base::StaticAtomicSequenceNumber.pliard@chromium.org2012-03-131-3/+2
* Disable flaky PipelineIntegrationTestsacolwell@chromium.org2012-03-131-2/+4
* Make FFmpegVideoDecoder defer a flush until the pending read completes.acolwell@chromium.org2012-03-124-5/+52
* Add the "default" device to the device list as long as it detects the hardware.xians@chromium.org2012-03-121-11/+11
* Create video and audio decoder threads on demand.tommi@chromium.org2012-03-1111-16/+75
* Roll ffmpeg DEPS. Add test cases for a couple issues.dalecurtis@google.com2012-03-101-6/+18
* Rename StatisticsCallback to StatisticsCB and DataSource::ReadCallback to Rea...xhwang@chromium.org2012-03-1031-206/+203
* Add support for --enable-threaded-compositing by makingfischman@chromium.org2012-03-092-11/+15
* Replace use of XKeycodeToKeysym() with XkbKeycodeToKeysym() in player_x11.scherkus@chromium.org2012-03-081-2/+2