summaryrefslogtreecommitdiffstats
path: root/media/base
Commit message (Expand)AuthorAgeFilesLines
* Add some NULL checks for shared memory and AudioBus creation.dalecurtis@chromium.org2013-03-051-0/+3
* Implement "hole" video frame.wonsik@google.com2013-03-042-0/+19
* Implement CopyFromCompositingSurfaceToVideoFrame for mac.justinlin@chromium.org2013-03-023-0/+80
* AndroidVDA using Android's MediaCodec API.dwkang@chromium.org2013-03-013-0/+588
* Remove one video frame copying in video capture.wjia@chromium.org2013-02-282-3/+3
* Remove browser-wide audio mirroring and --force-audio-mirroring flag.miu@chromium.org2013-02-272-6/+0
* Move file_path.h to base/files.brettw@chromium.org2013-02-243-3/+3
* Style cleanup: const char* -> const char ... [].dalecurtis@chromium.org2013-02-221-1/+1
* Add a Clock and TickClock interface for mocking out timeakalin@chromium.org2013-02-216-40/+28
* Fix incorrect truncation of audio data during partial interleave.dalecurtis@chromium.org2013-02-202-2/+2
* Add test for RotatePlaneByPixels.wjia@chromium.org2013-02-193-0/+364
* Replace FilePath with base::FilePath.brettw@chromium.org2013-02-172-2/+2
* Move duration change logic from WebMediaPlayerImpl to ChunkDemuxer.acolwell@chromium.org2013-02-153-5/+23
* Change prototypes to yuv_convert_simd_x86 yasm and equivalent C to portably s...wolenetz@chromium.org2013-02-1412-47/+67
* Add video capture on Android.wjia@chromium.org2013-02-122-0/+341
* Tab Capture: Backing store readbacks to YV12 VideoFrames.nick@chromium.org2013-02-112-2/+7
* Replace FilePath with base::FilePath in some more top level directories.brettw@chromium.org2013-02-104-14/+14
* Move media/base/simd/x86inc.asm to third_party/x86incwolenetz@chromium.org2013-02-0811-1024/+10
* Lift MEDIA_MMX_INTRINSICS_AVAILABLE definition to header and use it to condit...wolenetz@chromium.org2013-02-073-10/+14
* Plumb |input_channels| all the way to AudioManagercrogers@google.com2013-02-071-11/+7
* Add --waveout-buffers switch for Windows users.dalecurtis@chromium.org2013-02-062-0/+8
* Linux/ChromeOS Chromium style checker cleanup, media/ edition.rsleevi@chromium.org2013-02-064-4/+4
* Remove reference counting from media::AudioRenderer and friends.scherkus@chromium.org2013-02-058-112/+48
* Remove reference counting from media::VideoRenderer and friends.scherkus@chromium.org2013-02-057-42/+44
* Add FilePath to base namespace.brettw@chromium.org2013-02-022-2/+4
* Replace or exclude MMX intrinsics in yuv_convert_simd_x86 due to lack of VS20...jschuh@chromium.org2013-02-014-6/+53
* Introduce AudioHardwareConfig for renderer side audio device info.dalecurtis@chromium.org2013-02-013-0/+153
* Enable Encrypted Media Extensions by default.ddorwin@chromium.org2013-01-312-4/+3
* Move stringize_macros to base/strings.brettw@chromium.org2013-01-312-2/+2
* Delete media::MockFilterCollection.scherkus@chromium.org2013-01-314-172/+143
* Enables win64 build of yuv_convert_simd_x86 without rolling x86inc.asm forward.dalecurtis@google.com2013-01-291-0/+2
* Add --force-audio-mirroring flag for audio mirroring testing with WebRTC.justinlin@chromium.org2013-01-292-0/+6
* Tighten up media::DecoderBuffer API contract for end of stream buffers (round...scherkus@chromium.org2013-01-285-5/+41
* Add wrapper class to media for support of VP9 video, and add a command line f...tomfinegan@chromium.org2013-01-253-2/+11
* Enable renderer side mixing on Linux!dalecurtis@chromium.org2013-01-242-8/+0
* Revert 177842. This doesn't build in standalone webkit builds:thakis@chromium.org2013-01-213-11/+2
* Fix media/base 64-bit compilation issuesjschuh@chromium.org2013-01-212-4/+3
* Add wrapper class to media for support of VP9 video, and add a command line f...tomfinegan@chromium.org2013-01-193-2/+11
* Revert 177550scherkus@chromium.org2013-01-184-38/+3
* Tighten up media::DecoderBuffer API contract for end of stream buffers.scherkus@chromium.org2013-01-184-3/+38
* Update media::DataBuffer API to match media::DecoderBuffer.scherkus@chromium.org2013-01-177-67/+108
* Add chromium support for MediaStreamAudioDestinationNodecrogers@google.com2013-01-171-0/+1
* Tighten up media::DecoderBuffer data requirements.scherkus@chromium.org2013-01-172-20/+17
* Introduce IPC validation to the media::VideoCaptureParams type.cevans@chromium.org2013-01-171-0/+3
* Nuke jrg from android OWNERS files.yfriedman@chromium.org2013-01-161-1/+0
* Eliminate media::Buffer as a base class for media::DecoderBuffer and media::D...scherkus@chromium.org2013-01-1518-256/+225
* Revert 176748cevans@chromium.org2013-01-141-3/+0
* Introduce IPC validation to the media::VideoCaptureParams type.cevans@chromium.org2013-01-141-0/+3
* Add pause timer to ease resource usage when not playing.dalecurtis@chromium.org2013-01-106-32/+120
* Use scoped_ptr<> and deleter for media::DecoderBuffer::data_.xhwang@chromium.org2013-01-092-24/+10