summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add AES decryptor and tests.xhwang@chromium.org2012-03-0824-34/+459
* Improves flaky unit tests on Windows and Mac OS X.henrika@chromium.org2012-03-072-27/+51
* Moved the implementations of ReleaseOutputStream() and ReleaseInputStream() t...xians@chromium.org2012-03-0717-521/+627
* Add test files for AES decryptor.xhwang@chromium.org2012-03-072-0/+0
* Adds input volume control support for Windows platforms.henrika@chromium.org2012-03-069-107/+205
* WebM parser bug fixes for live streams.acolwell@chromium.org2012-03-067-35/+163
* Add a test file to simulate live WebM.acolwell@chromium.org2012-03-062-0/+2
* Fold media::MessageLoopFactoryImpl into media::MessageLoopFactory.scherkus@chromium.org2012-03-069-138/+78
* Fix muted audio when playback rate != 1.0 or 0.0vrk@chromium.org2012-03-0612-381/+722
* Fix memory leak in WebMContentEncodingsClient.xhwang@chromium.org2012-03-057-76/+152
* Clean up audio-related utility functions to compute buffer sizesvrk@chromium.org2012-03-052-6/+3
* Convert uses of int ms to TimeDelta in media.tedvessenes@gmail.com2012-03-052-5/+9
* Convert uses of int ms to TimeDelta in media/audio.tedvessenes@gmail.com2012-03-034-6/+10
* Cleanup: Another round of unused forward declaration cleanup.thestig@chromium.org2012-03-031-3/+1
* Updating Layout test analyzer.imasaki@google.com2012-03-0214-182/+242
* Change Clock::SetMaxTime() to be safe even in the presence of slow pipelines.fischman@chromium.org2012-03-023-5/+4
* Second attempt to land ffmpeg roll.dalecurtis@google.com2012-03-0120-114/+144
* Adding Milestone in chromium bug hunter output file and email. Also, fix some...imasaki@google.com2012-03-013-10/+18
* Replace a CHECK with some CHECK_LEs, to aid in debugging.wez@chromium.org2012-03-011-1/+2
* Fix race in Pipeline where video_decoder_ was accessed from multiple threads.tommi@chromium.org2012-02-291-5/+5
* Exclude upsupported test from android build.nileshagrawal@chromium.org2012-02-291-0/+1
* Adding microphone volume support to chrome in linux. Totally there are 3 APIs...xians@chromium.org2012-02-2819-24/+709
* Workaround for Windows-only crash inside delay load helper.enal@chromium.org2012-02-281-11/+43
* Add content encoding support to WebM demuxer.xhwang@chromium.org2012-02-2410-42/+674
* Add a bit of DLOGging for GPU video decode.fischman@chromium.org2012-02-241-0/+1
* Don't histogram negative VideoCodecProfile values.fischman@chromium.org2012-02-231-2/+5
* Increase the buffer size in AudioRendererImpl to fix muted playback ratevrk@google.com2012-02-232-0/+32
* Add test file for WebM content encodings elements.xhwang@chromium.org2012-02-231-0/+0
* Remove GetAudioManager and GetMediaStreamManager from ResourceContext. The re...jam@chromium.org2012-02-231-8/+0
* Add texture target field to video frame (for use by native textures).sievers@chromium.org2012-02-234-4/+24
* Revert 123123 (probably caused a big perf regression -- http://crbug.com/115479,thakis@chromium.org2012-02-2320-143/+115
* Exclude media pipeline tests from android build.nileshagrawal@chromium.org2012-02-231-0/+2
* Fix media code to work with new ffmpeg.dalecurtis@google.com2012-02-2220-115/+143
* Reimplement r122778 to fix BuildMediaStreamCollection without breaking HW vid...fischman@chromium.org2012-02-221-4/+0
* Replace several NOTREACHED(), NOTIMPLEMENTED() with DVLOG(1), all values are ...dalecurtis@chromium.org2012-02-214-26/+41