summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Add a method to the audio manager to find out if recording is currently activ...leandrogracia@chromium.org2011-10-1315-59/+135
* Revert 105333: OVERRIDE failures on asan - Add a method to the audio manager ...erg@google.com2011-10-1315-137/+61
* Add a method to the audio manager to find out if recording is currently activ...leandrogracia@chromium.org2011-10-1315-61/+137
* Fix problem when we did not play beginning of HTML5 audio stream in low laten...enal@chromium.org2011-10-133-1/+116
* Fix DCHECKS caused by demuxer callbacks running on the wrong thread.acolwell@chromium.org2011-10-121-0/+12
* fixing the compilation problem when enable pulse for chrome.xians@chromium.org2011-10-121-1/+3
* Rename media::AudioRendererImpl to media::ReferenceAudioRendererImpl.fischman@chromium.org2011-10-076-34/+32
* Fix hangs & crashes in teardown-during-Seek.fischman@chromium.org2011-10-074-14/+23
* Proper detection of MMX and SSE supporthclam@chromium.org2011-10-061-3/+15
* Add a unit test to verify seek behavior when WebM cues are before the first c...acolwell@chromium.org2011-10-051-0/+61
* Implementation of AudioInputStream for Mac OS X using the special AUHAL input...henrika@chromium.org2011-10-057-5/+765
* Add WebM file with CUES before the first cluster for testing.acolwell@chromium.org2011-10-051-0/+0
* Adding bug information in the dashboard in the layout test analyzer.imasaki@google.com2011-10-053-14/+34
* Re-write the alsa polling scheduling to make it work with low buffer audio, f...xians@chromium.org2011-10-052-24/+45
* Fix ASAN error in FFmpegVideoDecodeEngineTest.DecodeFrame_SmallerHeight intro...scherkus@chromium.org2011-10-051-6/+15
* Adding delay estimation to input audio.xians@chromium.org2011-10-049-11/+38
* Fix crash on media teardown when triggered by pipeline errorvrk@google.com2011-10-042-5/+62
* Fix support for yuv_422 pixel format.scherkus@chromium.org2011-10-048-27/+81
* Fix issue with getting description of test case with unicode character in the...imasaki@google.com2011-10-047-17/+38
* Modification based on user's feedback in the layout test analyzer.imasaki@google.com2011-10-036-51/+143
* Clean up VideoDecoderConfig and replace VideoCodecInfo with a bool.scherkus@chromium.org2011-10-0110-111/+109
* Remove no-longer-necessary conditional mention of an already-included source ...fischman@chromium.org2011-10-011-5/+0
* Simplify some callbacks-related code now that Bind can curry Callback->Closure.fischman@chromium.org2011-09-304-55/+18
* Improve ChunkDemuxer so AppendData() calls no longer have to be done on eleme...acolwell@chromium.org2011-09-3011-134/+415
* gcc 4.6 warnings cleanuppph34r@gmail.com2011-09-302-9/+1
* Follow-up cleanup promised during r103376's CR.fischman@chromium.org2011-09-3013-198/+69
* Removing mfplayer and mfdecoder tools.scherkus@chromium.org2011-09-308-1846/+0
* Here are more exports needed for content_unittests to link in the component b...dpranke@chromium.org2011-09-302-2/+5
* Convert all of media/ over to the new base::{Bind,Callback} hotness.fischman@chromium.org2011-09-2987-1120/+781
* Remove no-longer-used FFmpeg index-related helpers.fischman@chromium.org2011-09-293-196/+0
* Remove AdaptiveDemuxer since it's been replaced with ChunkingDemuxer.fischman@chromium.org2011-09-297-1398/+2
* Re-enable SSSE3-optimized functions.hbono@chromium.org2011-09-292-2/+18
* Properly scope the lifetime of the |PPB_VideoCapture_Impl|.viettrungluu@chromium.org2011-09-282-1/+15
* Add OnRemoved() in VideoCapture::EventHandler APIwjia@chromium.org2011-09-273-0/+11
* Fix the bug caused by refactoring in the layout test analyzer.imasaki@google.com2011-09-271-3/+2
* Make media/ PIC-clean on 32-bit Linux.agl@chromium.org2011-09-271-2/+5
* The runner script runs the analyzer with various parameters (especially, grou...imasaki@google.com2011-09-237-117/+504
* Exclude ffmpeg from the build when building for Android.peter@chromium.org2011-09-231-65/+126
* Reland r102332 - export more symbols needed for the component builddpranke@chromium.org2011-09-231-1/+1
* Revert "Fix more symbol exports and a compile failure for the component build...dpranke@chromium.org2011-09-221-1/+1
* Fix more symbol exports and a compile failure for the component build ofdpranke@chromium.org2011-09-221-1/+1
* Introduce AudioDecoderConfig to migrate away from GetAVStream().scherkus@chromium.org2011-09-2126-85/+426
* Delete Tracked, and move Location to its own file.ajwong@chromium.org2011-09-211-0/+1
* Add a lock around getting and setting of source_ to avoid possible compiler r...ajwong@chromium.org2011-09-212-11/+32
* Reland r101418: Fix aspect ratio and clarify video frame dimensionsvrk@google.com2011-09-1926-206/+199
* Remove base/scoped_ptr.hakalin@chromium.org2011-09-182-2/+2
* Rewriting FFmpegAudioDecoder and eliminating DecoderBase.scherkus@chromium.org2011-09-178-658/+257
* Revert 101551 - Add script to generate and run layout tests for problematic v...vrk@google.com2011-09-163-211/+0
* Replace AudioDecoderConfig with simple accessors on AudioDecoder.scherkus@chromium.org2011-09-1617-103/+73
* Add script to generate and run layout tests for problematic video files.vrk@google.com2011-09-163-0/+211