summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Remove msvs_guids from ipc, media, net, ppapi, printing, sandbox,tony@chromium.org2011-06-161-3/+0
* Move ProvidePictureBuffers out of initialization and into the decode path.fischman@chromium.org2011-06-151-2/+5
* Fix bug when unplugging an audio input device whilst using speech input on Wi...allanwoj@chromium.org2011-06-154-5/+90
* Improve and unify Mac OS X run-time version checks.mark@chromium.org2011-06-141-4/+2
* Fix two bugs found by a new clang warning I'm currently testing:thakis@chromium.org2011-06-131-3/+4
* Uninitialized member in FakeVideoCaptureDevice.finnur@chromium.org2011-06-121-0/+1
* Uninitialized member in VideoFrameBuffer.finnur@chromium.org2011-06-121-1/+6
* Implement AssignGLESBuffers for VideoDecode PPAPIvrk@google.com2011-06-102-12/+7
* Revert 88698 - Implement AssignGLESBuffers for VideoDecode PPAPIdavemoore@chromium.org2011-06-102-7/+12
* Implement AssignGLESBuffers for VideoDecode PPAPIvrk@google.com2011-06-102-12/+7
* Simplify AlsaPcmOutputStream and AudioManagerLinux. Code was thread-safe, but...enal@chromium.org2011-06-085-273/+159
* Don't forget the ffmpeg input buffer padding when allocating a codec'scevans@chromium.org2011-06-081-2/+4
* Fix for CoreAudio stereo problem for unknown speakersannacc@chromium.org2011-06-081-2/+22
* Random cleanup & improvements to OmxVideoDecodeAccelerator:fischman@chromium.org2011-06-061-3/+4
* Removing defunct GpuVideoDecoder and IpcVideoDecoder.scherkus@chromium.org2011-06-032-4/+0
* Follow up CL to 6990065fgalligan@chromium.org2011-06-032-2/+8
* Removing FFmpegVideoAllocator as it provides little benefit while increasing ...scherkus@chromium.org2011-06-035-350/+31
* Clean up broken revert of 87790.scherkus@chromium.org2011-06-0314-0/+2550
* Revert 87790 - Removing defunct OpenMAX code.scherkus@chromium.org2011-06-039-5/+2065
* Removing defunct OpenMAX code.scherkus@chromium.org2011-06-0323-4615/+5
* Removing defunct Media Foundation based video decode engines and devices.scherkus@chromium.org2011-06-034-1219/+0
* Respect pixel aspect ratio of video if it contains one.scherkus@chromium.org2011-06-039-9/+69
* Fix seek hack so it only skips the first seek if it is for start_time_.acolwell@chromium.org2011-06-021-2/+5
* More POSIX support for Chromium, consisting mostly of broadening ifdefs. Thistony@chromium.org2011-06-023-4/+4
* Better memory management for audio channel swizzle code.annacc@chromium.org2011-06-021-10/+16
* Revert 87578 - Respect pixel aspect ratio of video if it contains one.michaeln@google.com2011-06-028-67/+9
* Respect pixel aspect ratio of video if it contains one.scottfr@chromium.org2011-06-028-9/+67
* Revert 87535 - Better memory management for audio channel swizzle code.michaeln@google.com2011-06-011-16/+10
* Better memory management for audio channel swizzle code.annacc@chromium.org2011-06-011-10/+16
* Fix live video only playback.fgalligan@chromium.org2011-06-0110-6/+231
* Adding GetAudioInputDeviceNames() to AudioManager, which allows for device en...scherkus@chromium.org2011-06-0113-5/+198
* 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