| Commit message (Expand) | Author | Age | Files | Lines |
* | Add the "default" device to the device list as long as it detects the hardware. | xians@chromium.org | 2012-03-12 | 1 | -11/+11 |
* | Create video and audio decoder threads on demand. | tommi@chromium.org | 2012-03-11 | 11 | -16/+75 |
* | Roll ffmpeg DEPS. Add test cases for a couple issues. | dalecurtis@google.com | 2012-03-10 | 1 | -6/+18 |
* | Rename StatisticsCallback to StatisticsCB and DataSource::ReadCallback to Rea... | xhwang@chromium.org | 2012-03-10 | 31 | -206/+203 |
* | Add support for --enable-threaded-compositing by making | fischman@chromium.org | 2012-03-09 | 2 | -11/+15 |
* | Replace use of XKeycodeToKeysym() with XkbKeycodeToKeysym() in player_x11. | scherkus@chromium.org | 2012-03-08 | 1 | -2/+2 |
* | Add AES decryptor and tests. | xhwang@chromium.org | 2012-03-08 | 24 | -34/+459 |
* | Improves flaky unit tests on Windows and Mac OS X. | henrika@chromium.org | 2012-03-07 | 2 | -27/+51 |
* | Moved the implementations of ReleaseOutputStream() and ReleaseInputStream() t... | xians@chromium.org | 2012-03-07 | 17 | -521/+627 |
* | Add test files for AES decryptor. | xhwang@chromium.org | 2012-03-07 | 2 | -0/+0 |
* | Adds input volume control support for Windows platforms. | henrika@chromium.org | 2012-03-06 | 9 | -107/+205 |
* | WebM parser bug fixes for live streams. | acolwell@chromium.org | 2012-03-06 | 7 | -35/+163 |
* | Add a test file to simulate live WebM. | acolwell@chromium.org | 2012-03-06 | 2 | -0/+2 |
* | Fold media::MessageLoopFactoryImpl into media::MessageLoopFactory. | scherkus@chromium.org | 2012-03-06 | 9 | -138/+78 |
* | Fix muted audio when playback rate != 1.0 or 0.0 | vrk@chromium.org | 2012-03-06 | 12 | -381/+722 |
* | Fix memory leak in WebMContentEncodingsClient. | xhwang@chromium.org | 2012-03-05 | 7 | -76/+152 |
* | Clean up audio-related utility functions to compute buffer sizes | vrk@chromium.org | 2012-03-05 | 2 | -6/+3 |
* | Convert uses of int ms to TimeDelta in media. | tedvessenes@gmail.com | 2012-03-05 | 2 | -5/+9 |
* | Convert uses of int ms to TimeDelta in media/audio. | tedvessenes@gmail.com | 2012-03-03 | 4 | -6/+10 |
* | Cleanup: Another round of unused forward declaration cleanup. | thestig@chromium.org | 2012-03-03 | 1 | -3/+1 |
* | Updating Layout test analyzer. | imasaki@google.com | 2012-03-02 | 14 | -182/+242 |
* | Change Clock::SetMaxTime() to be safe even in the presence of slow pipelines. | fischman@chromium.org | 2012-03-02 | 3 | -5/+4 |
* | Second attempt to land ffmpeg roll. | dalecurtis@google.com | 2012-03-01 | 20 | -114/+144 |
* | Adding Milestone in chromium bug hunter output file and email. Also, fix some... | imasaki@google.com | 2012-03-01 | 3 | -10/+18 |
* | Replace a CHECK with some CHECK_LEs, to aid in debugging. | wez@chromium.org | 2012-03-01 | 1 | -1/+2 |
* | Fix race in Pipeline where video_decoder_ was accessed from multiple threads. | tommi@chromium.org | 2012-02-29 | 1 | -5/+5 |
* | Exclude upsupported test from android build. | nileshagrawal@chromium.org | 2012-02-29 | 1 | -0/+1 |
* | Adding microphone volume support to chrome in linux. Totally there are 3 APIs... | xians@chromium.org | 2012-02-28 | 19 | -24/+709 |
* | Workaround for Windows-only crash inside delay load helper. | enal@chromium.org | 2012-02-28 | 1 | -11/+43 |
* | Add content encoding support to WebM demuxer. | xhwang@chromium.org | 2012-02-24 | 10 | -42/+674 |
* | Add a bit of DLOGging for GPU video decode. | fischman@chromium.org | 2012-02-24 | 1 | -0/+1 |
* | Don't histogram negative VideoCodecProfile values. | fischman@chromium.org | 2012-02-23 | 1 | -2/+5 |
* | Increase the buffer size in AudioRendererImpl to fix muted playback rate | vrk@google.com | 2012-02-23 | 2 | -0/+32 |
* | Add test file for WebM content encodings elements. | xhwang@chromium.org | 2012-02-23 | 1 | -0/+0 |
* | Remove GetAudioManager and GetMediaStreamManager from ResourceContext. The re... | jam@chromium.org | 2012-02-23 | 1 | -8/+0 |
* | Add texture target field to video frame (for use by native textures). | sievers@chromium.org | 2012-02-23 | 4 | -4/+24 |
* | Revert 123123 (probably caused a big perf regression -- http://crbug.com/115479, | thakis@chromium.org | 2012-02-23 | 20 | -143/+115 |
* | Exclude media pipeline tests from android build. | nileshagrawal@chromium.org | 2012-02-23 | 1 | -0/+2 |
* | Fix media code to work with new ffmpeg. | dalecurtis@google.com | 2012-02-22 | 20 | -115/+143 |
* | Reimplement r122778 to fix BuildMediaStreamCollection without breaking HW vid... | fischman@chromium.org | 2012-02-22 | 1 | -4/+0 |
* | Replace several NOTREACHED(), NOTIMPLEMENTED() with DVLOG(1), all values are ... | dalecurtis@chromium.org | 2012-02-21 | 4 | -26/+41 |
* | Don't query the stream latency when setting up the input stream. | xians@chromium.org | 2012-02-21 | 3 | -36/+5 |
* | always remove existing video decoders when a new video decoder is added. | wjia@chromium.org | 2012-02-21 | 1 | -0/+4 |
* | Run CNS perf tests more than once to stabilize results. | shadi@chromium.org | 2012-02-17 | 1 | -10/+21 |
* | Minor fixes to compile media_unittests on android. | nileshagrawal@chromium.org | 2012-02-16 | 2 | -1/+5 |
* | Flakiness cleanup: disable remaining flaky tests in src/ | evan@chromium.org | 2012-02-15 | 1 | -1/+1 |
* | Update DCHECKs in AlsaPcmOutputStream to account for NULL message loop. | tommi@chromium.org | 2012-02-15 | 2 | -14/+23 |
* | Make AudioManager non-refcounted. | tommi@chromium.org | 2012-02-15 | 24 | -240/+181 |
* | Add DataSource logging to player_x11. | scherkus@chromium.org | 2012-02-15 | 4 | -30/+146 |
* | Extends error handling for audio capture and rendering. | henrika@chromium.org | 2012-02-13 | 1 | -1/+1 |