summaryrefslogtreecommitdiffstats
path: root/media/base
Commit message (Expand)AuthorAgeFilesLines
* Make jars build from a single ant .xml templatecjhopman@chromium.org2012-08-131-17/+0
* Use enum instead of string in MessageLoopFactory::GetMessageLoop*xhwang@chromium.org2012-08-125-35/+42
* Move VideoDecoder initialization into VideoRendererBase to simplify implement...acolwell@chromium.org2012-08-1010-207/+87
* Fold Pipeline initialization failure tests added in r150636 into PipelineTear...scherkus@chromium.org2012-08-101-121/+198
* Merge Pipeline's kError state with kStopped: a baby step towards bringing san...scherkus@chromium.org2012-08-094-110/+39
* Switch AudioRenderSink::Callback to use AudioBus.dalecurtis@chromium.org2012-08-0910-164/+109
* Remove Pipeline::IsInitialized() and replace stop_pending_ with checks for st...scherkus@chromium.org2012-08-093-82/+44
* Add a lot of Pipeline tests to cover stopping/error handling while in a varie...scherkus@chromium.org2012-08-094-29/+259
* Replace Pipeline::kEnded state and HasEnded() methods with renderer-specific ...scherkus@chromium.org2012-08-098-84/+75
* Introduce AudioBus to replace std::vector<float*> withindalecurtis@chromium.org2012-08-093-0/+289
* 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
* Fix VideoRendererBase end of stream logic to use a default acolwell@chromium.org2012-08-081-1/+0
* Change Deryptor::DecryptStatus and VideoDecoder::DecoderStatus to *::Status.xhwang@chromium.org2012-08-072-5/+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-061-1/+4
* Dead code elimination: scythe.chrome_functions:segment.path %media% edition, ...fischman@chromium.org2012-08-0617-165/+19
* Implement "Key Presence" step in "Encrypted Block Encounted" algorithm in EME.xhwang@chromium.org2012-08-032-2/+10
* Replace RunInSeries() and RunInParallel() with SerialRunner helper class.scherkus@chromium.org2012-08-036-240/+236
* Put browser side mixing back behind a flag.dalecurtis@google.com2012-08-032-3/+3
* Remove VideoDecoder::natural_size() & added VideoFrame::natural_size().acolwell@chromium.org2012-08-026-94/+99
* Cap sourceBuffered() on duration and truncate duration on EoSvrk@google.com2012-08-022-5/+2
* Add support for v0.3 of the encrypted WebM specification. (Revert Fix)fgalligan@chromium.org2012-08-022-2/+5
* Update media duration if data is appended after the previous durationvrk@google.com2012-08-021-1/+4
* Optimizes the FMAC operation with SSE. Performance is on par withdalecurtis@chromium.org2012-08-023-10/+203
* Add SSE optimizations to SincResampler.dalecurtis@chromium.org2012-08-024-37/+227
* Remove VideoDecoderConfig::aspect_ratio_xxx methods.acolwell@chromium.org2012-08-024-55/+37
* Revert 149449 - Add support for v0.3 of the encrypted WebM specification.vandebo@chromium.org2012-08-012-5/+2
* Fix playback rate w/o audio. Remove unused SetPlaybackRate().dalecurtis@chromium.org2012-08-011-4/+0
* Add support for v0.3 of the encrypted WebM specification.fgalligan@chromium.org2012-08-012-2/+5
* Android: remove ant environment dependencies.torne@chromium.org2012-08-011-10/+1
* Remove VideoDecoderConfig.frame_rate_xxx() and VideoFrame::Get/SetDuration().acolwell@chromium.org2012-07-316-69/+15
* Remove a bunch of dead fields found by Scythe.fischman@chromium.org2012-07-312-6/+0
* Chrome-side implementation of media source timestamp offsetvrk@google.com2012-07-271-1/+2
* This CL adds support for experimental exclusive-mode streaming to WASAPIAudio...henrika@chromium.org2012-07-272-0/+13
* Add config change handling to SourceBufferStream & ChunkDemuxeracolwell@chromium.org2012-07-267-3/+52
* Add yfriedman to several Android OWNERS filesyfriedman@chromium.org2012-07-261-0/+1
* Run media_unittests on android test bots.nileshagrawal@chromium.org2012-07-261-18/+10
* Add Common Encryption support to BMFF, including subsample decryption.strobe@google.com2012-07-262-48/+64
* Coverity: Initialize member variables.jhawkins@chromium.org2012-07-251-0/+1
* Rename AudioRenderer/VideoRenderer::Seek() to Preroll().scherkus@chromium.org2012-07-245-16/+14
* Remove use of PipelineStatus from BufferedDataSource and FileDataSource.scherkus@chromium.org2012-07-231-1/+2
* Add support for VP8 decode to OmxVideoDecodeAccelerator, for HW that supports...fischman@chromium.org2012-07-231-11/+14
* Move VideoRenderer out of Filter heirarchy.scherkus@chromium.org2012-07-2319-1794/+186
* Add support for encrypted WebM files as defined in the RFC.fgalligan@chromium.org2012-07-202-7/+52
* Move AudioRenderer out of Filter heirarchy.scherkus@chromium.org2012-07-2010-230/+438
* Use MockDecryptor in FFmpegVideoDecoderTest.xhwang@chromium.org2012-07-202-0/+29
* Removing media::StateMatrix.scherkus@chromium.org2012-07-193-141/+0