summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Blind fix for a Linux only crash in AudioManager::Destroythestig@chromium.org2011-04-221-4/+6
* Open ALSA device using hw_params callsdavej@chromium.org2011-04-192-4/+72
* Allow audio output on Linux to work with web audio APIcrogers@google.com2011-04-161-2/+3
* Fix erratic HTML5 audio playbackdavej@chromium.org2011-04-144-21/+77
* Fix Linux audio playbackdavej@chromium.org2011-04-142-2/+26
* Draft version of the HW video decode tester and few other changes.scherkus@chromium.org2011-04-145-4/+386
* Implements AudioInputDevice API for low-latency audio input in the browser pr...scherkus@chromium.org2011-04-124-13/+85
* Include base/win/scoped_comptr.h instead of base/scoped_comptr_win.h.tfarina@chromium.org2011-04-124-35/+36
* Add IPC messages and renderer process side API for video capture. wjia@google.com2011-04-123-1/+121
* Remove svn:mergeinfo props from many files.pkasting@chromium.org2011-04-082-2/+2
* Make the windows_version.h functions threadsafe by using a singleton. Add ac...pkasting@chromium.org2011-04-072-2/+4
* Revert 80819 due to failed testsmmenke@chromium.org2011-04-072-4/+2
* Make the windows_version.h functions threadsafe by using a singleton. Add ac...pkasting@chromium.org2011-04-072-2/+4
* Fix valgrind messages for uninitialized preload_ value.vrk@google.com2011-04-052-1/+2
* Implementing preload=metadata for videovrk@google.com2011-04-0511-5/+85
* Fix an uninitialized variable compiler warning on some systems.mdm@chromium.org2011-04-031-1/+1
* Fix samplefmt.h inclusion with newer ffmpegscherkus@chromium.org2011-04-011-1/+0
* Mac platform was not treating 8bit PCM audio as unsigned data.sjl@google.com2011-04-011-4/+15
* Fix some style issues in media/video/ffmpeg_video_allocator.{cc,h}.scherkus@chromium.org2011-04-012-14/+16
* Create helper methods to process FFmpeg index data.acolwell@chromium.org2011-04-0110-15/+313
* Initialize stderr logging for player_x11 so we can use --v=N.scherkus@chromium.org2011-03-301-0/+7
* Flag-enabled the experimental x-adaptive scheme with --enable-adaptive.fischman@chromium.org2011-03-302-2/+6
* Checking in media::BitstreamBuffer and media::VideoDecodeAccelerator interfaces.scherkus@chromium.org2011-03-303-0/+229
* Explicitly initialize media_format to avoid incorrect uninitialized-variable ...fischman@chromium.org2011-03-291-1/+1
* AdaptiveDemuxer{,Factory,Stream} are born!fischman@chromium.org2011-03-2910-7/+628
* Refactor: Move app/gfx/gl ==> ui/gfx/glbacker@chromium.org2011-03-289-19/+19
* Initialize uninitialized members in a couple media classes.finnur@chromium.org2011-03-283-8/+16
* Collapse two case statements into one, they do the same thing.finnur@chromium.org2011-03-281-3/+2
* Move some files from base to base/memory.levin@chromium.org2011-03-2864-111/+111
* Die, DemuxerStream::QueryInterface, die!fischman@chromium.org2011-03-2413-124/+19
* Build a raw video pipeline for the <video> with a special src attribute (medi...acolwell@chromium.org2011-03-238-16/+617
* Revert 79149 - Build a raw video pipeline for the <video> with a special src ...acolwell@chromium.org2011-03-238-615/+16
* Build a raw video pipeline for the <video> with a special src attribute (medi...acolwell@chromium.org2011-03-238-16/+615
* Add WebKit API to retrieve the audio hardware sample-ratecrogers@google.com2011-03-232-0/+18
* Use default "output" rather than "input" device when querying hardware sample...crogers@google.com2011-03-221-3/+3
* Simplify the Demuxer interface to get streams by type.fischman@chromium.org2011-03-218-77/+62
* Move media library path resolution into Chrome path provider.wez@chromium.org2011-03-173-9/+38
* Stop leaking callbacks in pipeline_impl_unittest.ccfischman@chromium.org2011-03-161-1/+1
* PipelineError is dead. Long live PipelineStatus!fischman@chromium.org2011-03-1624-236/+333
* DemuxerFactory is born!fischman@chromium.org2011-03-1418-205/+345
* Refactoring code to use factories to create DataSource objects.acolwell@chromium.org2011-03-1428-177/+843
* Fold media/ffmpeg/ffmpeg_util.{cc,h} into media/ffmpeg/ffmpeg_common.{cc,h}scherkus@chromium.org2011-03-1211-49/+13
* Remove FFmpegVideoDecodeEngine's dependency on AVStream (again).scherkus@chromium.org2011-03-1116-171/+271
* Remove a test which checks for timing of audio recording callbacks.satish@chromium.org2011-03-112-51/+0
* Revert 77476 - Remove FFmpegVideoDecodeEngine's dependency on AVStream.tyoshino@chromium.org2011-03-1116-262/+171
* Remove FFmpegVideoDecodeEngine's dependency on AVStream.scherkus@chromium.org2011-03-0916-171/+262
* Remove the silly notion of MIME types from media code.scherkus@chromium.org2011-03-0928-279/+97
* Remove width_ and height_ from various VideoDecoder implementations.scherkus@chromium.org2011-03-086-73/+62
* Cleaning up src/media to be consistent with static versus anonymous namespaces.scherkus@chromium.org2011-03-0737-377/+222
* Change other usages of .size() to .empty() when applicable.erg@google.com2011-03-041-4/+4