summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Small fix on Pepper Video Decoder API data types.vmr@chromium.org2011-05-311-4/+14
* Move media library AutoTaskRunner to base and rename ScopedTaskRunner.wez@chromium.org2011-05-275-63/+7
* Modified unit test for color conversion of RGB24ToYUV and YUY2ToYUV.scherkus@chromium.org2011-05-273-1/+1173
* 1;2305;0cRevert 86971 - Move media library AutoTaskRunner to base and rename ...wez@chromium.org2011-05-275-7/+63
* Move media library AutoTaskRunner to base and rename ScopedTaskRunner.wez@chromium.org2011-05-275-63/+7
* VideoCaptureHostscherkus@chromium.org2011-05-264-0/+114
* Surround sound swizzling for Mac based on device channel layout preferences.annacc@chromium.org2011-05-264-21/+300
* [Re-instate r86681 by reverting its revert in r86687.]fischman@chromium.org2011-05-263-29/+15
* Initial implementation of stream switching in AdaptiveDemuxer.acolwell@chromium.org2011-05-263-23/+690
* Add initialization callback support for Video Decoder PPAPI.vrk@google.com2011-05-251-0/+3
* Revert 86681 - Updated OMX decoder for recent PPAPI changes, and added to the...fischman@chromium.org2011-05-253-15/+29
* Updated OMX decoder for recent PPAPI changes, and added to the build.fischman@chromium.org2011-05-253-29/+15
* turn on optimizations for sse2 on mac debugdmaclach@chromium.org2011-05-251-0/+12
* Virtual destructors should have virtual keyword.hans@chromium.org2011-05-251-1/+1
* VideoCaptureManager opens/closes, starts/stops and enumerates video capture d...wjia@google.com2011-05-241-1/+1
* Final gyp patch to make use of the new cross-platform POSIX defines toolkit_u...tony@chromium.org2011-05-231-9/+9
* GLContext no longer holds a pointer to a GLSurface.apatrick@chromium.org2011-05-236-12/+18
* Updated video decoder IPC to use PPB_Buffer_Dev's new support for SharedMemory. fischman@chromium.org2011-05-231-10/+10
* Introduce a quick and dirty hack to skip the implicit first seek for FFmpegDe...scherkus@chromium.org2011-05-193-2/+18
* Globally replace <(library) with static_libraryevan@chromium.org2011-05-191-6/+6
* Adding VideoCaptureDevice dummy implementation for platforms without real imp...wjia@google.com2011-05-193-0/+73
* Revert 85965 - Introduce a quick and dirty hack to skip the implicit first se...scherkus@chromium.org2011-05-193-18/+2
* Introduce a quick and dirty hack to skip the implicit first seek for FFmpegDe...scherkus@chromium.org2011-05-193-2/+18
* Description:annacc@chromium.org2011-05-1621-149/+398
* 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