summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
...
* Replace Pipeline::kEnded state and HasEnded() methods with renderer-specific ...scherkus@chromium.org2012-08-0913-100/+75
* Introduce AudioBus to replace std::vector<float*> withindalecurtis@chromium.org2012-08-094-0/+292
* Don't count SLOW tests towards failure.dalecurtis@google.com2012-08-082-2/+6
* Fix Pipeline to properly handle errors during initialization.acolwell@chromium.org2012-08-082-12/+132
* Revert 150591 - Remove Pipeline::kEnded state as it is redundant with Pipelin...scherkus@chromium.org2012-08-083-2/+13
* Remove Pipeline::kEnded state as it is redundant with Pipeline::kStarted.scherkus@chromium.org2012-08-083-13/+2
* Inline media::Pipeline::ResetState() into initializer list.scherkus@chromium.org2012-08-082-30/+25
* Cancel pending seek in ChunkDemuxer when a new seek occursvrk@chromium.org2012-08-083-0/+121
* Add initial support for edit lists in MSE BMFF.strobe@google.com2012-08-083-5/+56
* Fix VideoRendererBase end of stream logic to use a default acolwell@chromium.org2012-08-084-61/+125
* Check for duplicate id strings in ChunkDemuxer::AddId()annacc@chromium.org2012-08-071-1/+2
* fix detection of video capture device on linuxwjia@chromium.org2012-08-071-4/+6
* Change Deryptor::DecryptStatus and VideoDecoder::DecoderStatus to *::Status.xhwang@chromium.org2012-08-079-32/+31
* Remove WebMediaPlayerProxy::video_decoder_ & FFmpegVideoDecoder::set_decryptor.acolwell@chromium.org2012-08-078-34/+30
* Adds support for multi-channel output audio for the low-latency path in Windows.henrika@chromium.org2012-08-076-147/+622
* Dead code elimination: scythe.chrome_functions:segment.path %media% edition, ...fischman@chromium.org2012-08-0718-77/+0
* Roll FFmpeg for security fixes.dalecurtis@google.com2012-08-072-23/+32
* Check VideoFrame::IsValidConfig() prior to allocating buffers for FFmpeg.scherkus@chromium.org2012-08-071-0/+3
* Implement simple garbage collection in SourceBufferStreamvrk@google.com2012-08-073-13/+509
* Add kSeekToStartFudgeRoom to SourceBufferStreamvrk@google.com2012-08-073-10/+78
* Enable WebM encrypted playback test.fgalligan@chromium.org2012-08-061-6/+4
* [Android] Add chrome_java target for building Java code in the chromium layer.yfriedman@chromium.org2012-08-061-43/+9
* FFmpeg: Add gsm_ms and pcm big endian codecs.ihf@chromium.org2012-08-062-1/+16
* Dead code elimination: scythe.chrome_functions:segment.path %media% edition, ...fischman@chromium.org2012-08-0637-262/+20
* Use 3 wave out buffers for all XP configurations (not just single-processor).viettrungluu@chromium.org2012-08-041-15/+7
* Refactor FFmpegAudioDecoder output timestamp logic.acolwell@chromium.org2012-08-043-74/+95
* Clarify ownership of GpuVideoDecodeAcceleratorHost and avoid crash on context...fischman@chromium.org2012-08-042-13/+21
* Implement "Key Presence" step in "Encrypted Block Encounted" algorithm in EME.xhwang@chromium.org2012-08-039-15/+70
* Replace RunInSeries() and RunInParallel() with SerialRunner helper class.scherkus@chromium.org2012-08-037-242/+238
* Put browser side mixing back behind a flag.dalecurtis@google.com2012-08-033-10/+8
* Fix live bug & renable ChunkDemuxerTest.TestWebMFile_LiveAudioAndVideoacolwell@chromium.org2012-08-032-4/+2
* Update test file so all clusters begin with a keyframe.acolwell@chromium.org2012-08-031-0/+0
* Increase the number of wave out buffers to 4 for Vista.viettrungluu@chromium.org2012-08-021-10/+13
* Update encrypted WebM file in media/test/data.fgalligan@chromium.org2012-08-021-0/+0
* Set error on unrecognized top-level BMFF boxes.strobe@google.com2012-08-025-53/+86
* Fix sourceAbort() for BMFF streams.strobe@google.com2012-08-023-9/+36
* Remove VideoDecoder::natural_size() & added VideoFrame::natural_size().acolwell@chromium.org2012-08-0224-222/+235
* Cap sourceBuffered() on duration and truncate duration on EoSvrk@google.com2012-08-029-40/+116
* Add support for v0.3 of the encrypted WebM specification. (Revert Fix)fgalligan@chromium.org2012-08-026-126/+214
* Update CNS to run on chromeperf34 and CNS tests to run on windows perf_av bot.shadi@chromium.org2012-08-021-7/+8
* Update media duration if data is appended after the previous durationvrk@google.com2012-08-024-9/+90
* Optimizes the FMAC operation with SSE. Performance is on par withdalecurtis@chromium.org2012-08-024-13/+208
* Add SSE optimizations to SincResampler.dalecurtis@chromium.org2012-08-024-37/+227
* Use std::string for decryption key ID in webm parser.xhwang@chromium.org2012-08-0210-59/+38
* Remove VideoDecoderConfig::aspect_ratio_xxx methods.acolwell@chromium.org2012-08-029-74/+121
* Add test clip with 16:9 aspect ratio.acolwell@chromium.org2012-08-011-0/+0
* Fix MP4StreamParser discard behavior when retaining 'moof'.strobe@google.com2012-08-013-14/+22
* Revert 149449 - Add support for v0.3 of the encrypted WebM specification.vandebo@chromium.org2012-08-016-141/+85
* Fix playback rate w/o audio. Remove unused SetPlaybackRate().dalecurtis@chromium.org2012-08-014-18/+2
* Add support for v0.3 of the encrypted WebM specification.fgalligan@chromium.org2012-08-016-85/+141