summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Implement VideoDecoder IPC hooks from plugin to GPU processvrk@google.com2011-05-134-34/+44
* Convert Filter::Seek() to use new callback system.acolwell@chromium.org2011-05-1333-221/+422
* Reland 85013 - Split GLContext::Create*GLContext into GLSurface::Create*GLSur...apatrick@chromium.org2011-05-121-3/+5
* Revert "Reland 85013 - Split GLContext::Create*GLContext into GLSurface::Crea...antonm@chromium.org2011-05-121-5/+3
* iwyu: Include stringprintf.h where appropriate, part 3.jhawkins@chromium.org2011-05-122-5/+5
* Reland 85013 - Split GLContext::Create*GLContext into GLSurface::Create*GLSur...apatrick@chromium.org2011-05-121-3/+5
* Convert Demuxer::Read() to use the new callback system.acolwell@chromium.org2011-05-1113-45/+40
* Revert 85013 - Split GLContext::Create*GLContext into GLSurface::Create*GLSur...apatrick@chromium.org2011-05-111-5/+3
* Split GLContext::Create*GLContext into GLSurface::Create*GLSurface plus a sur...apatrick@chromium.org2011-05-111-3/+5
* revert CL 84847wjia@google.com2011-05-101-3/+6
* Update VideoDecode PPAPI structs to be consistent with media structures, part 1vrk@google.com2011-05-105-270/+159
* Adding a new file for media stream types that will be used by future Chrome c...wjia@google.com2011-05-101-5/+3
* Fix crashes that occur during building & stopping the AdaptiveDemuxer.acolwell@chromium.org2011-05-102-29/+73
* iwyu: Include stringprintf.h where appropriate, part 1.jhawkins@chromium.org2011-05-101-2/+3
* iwyu: Use callback_old.h where appropriate, part 1.jhawkins@chromium.org2011-05-107-6/+7
* add MessageLoopProxy in MessageLoopFactorywjia@google.com2011-05-073-0/+37
* add video capture message filter and its unit test.wjia@google.com2011-05-063-24/+42
* Linux hardware dependent code for Video Capture.scherkus@chromium.org2011-05-046-0/+799
* Forward decoder errors from FFmpegVideoDecodeEngine to FFmpegVideoDecoder.scherkus@chromium.org2011-04-298-32/+113
* Updating logging in src/media/. Using DCHECK_EQ/NE/LE() where possible.kushi.p@gmail.com2011-04-296-10/+10
* Make buffer_queue_ and read_queue_ from DemuxerStream shared resources.fgalligan@chromium.org2011-04-292-4/+43
* Base: Adjust dependencies to build with base.dllrvargas@google.com2011-04-281-0/+1
* Switch VideoDecoder over to the new hot callbacks.scherkus@chromium.org2011-04-276-22/+35
* Rename VideoCodecConfig to VideoDecoderConfig and move to media/base/video_de...scherkus@chromium.org2011-04-2717-88/+105
* Forgot to include media/base/audio_decoder_config.h in media/media.gyp.scherkus@chromium.org2011-04-271-0/+1
* Switch AudioDecoder's ConsumeAudioSamplesCallback over to the new hotness cal...scherkus@chromium.org2011-04-279-69/+50
* Refactor PTS processing logic from FFmpegVideoDecoder::FindPtsAndDuration() i...scherkus@chromium.org2011-04-2711-184/+325
* Replace AudioDecoder::media_format() with AudioDecoderConfig.scherkus@chromium.org2011-04-2616-95/+136
* Base: Adjust dependencies to build with base.dllrvargas@google.com2011-04-261-0/+2
* 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