summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* 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
* Android: remove ant environment dependencies.torne@chromium.org2012-08-011-10/+1
* Candidate fix for a crash at shutdown when the IO thread is going away. More ...tommi@chromium.org2012-07-312-4/+9
* Make peeking before the head of OffsetByteQueue a hard error.strobe@google.com2012-07-312-4/+1
* Remove VideoDecoderConfig.frame_rate_xxx() and VideoFrame::Get/SetDuration().acolwell@chromium.org2012-07-3120-198/+68
* Remove a bunch of dead fields found by Scythe.fischman@chromium.org2012-07-3114-34/+12
* Change NumberOfWaveOutBuffers() to return 3 for Windows >= Vista (instead of ...viettrungluu@chromium.org2012-07-311-3/+3
* Delay deleting GpuVideoDecoder until after GpuVideoDecodeAcceleratorHost::Des...fischman@chromium.org2012-07-301-2/+11
* Code clean-up in AesDecryptor and test.xhwang@chromium.org2012-07-303-135/+142
* Allow auxiliary data to come inside the 'moof' atom.strobe@google.com2012-07-301-1/+7
* Move 'mdat' advancement logic to make more sense.strobe@google.com2012-07-301-5/+6
* Roll FFMpeg for M22.dalecurtis@google.com2012-07-301-6/+8
* Ignore unrecognized protection schemes in ISO BMFF files.strobe@google.com2012-07-281-7/+25
* Chrome-side implementation of media source timestamp offsetvrk@google.com2012-07-2712-20/+198
* Move AudioDevice and AudioInputDevice to media.tommi@chromium.org2012-07-2712-5/+1691
* This CL adds support for experimental exclusive-mode streaming to WASAPIAudio...henrika@chromium.org2012-07-276-131/+555
* Moved DCHECK() to prevent NULL deref of codec_context_.khorimoto@chromium.org2012-07-271-6/+3
* Uses DCHECK_GT() instead of DCHECK_LE().khorimoto@chromium.org2012-07-271-1/+1
* Changed DCHECK() to DCHECK_LE() to improve readability.khorimoto@chromium.org2012-07-261-1/+1
* Make audio build on the Mac OS X 10.7abarth@chromium.org2012-07-263-0/+3
* Add config change handling to SourceBufferStream & ChunkDemuxeracolwell@chromium.org2012-07-2616-80/+558
* Add yfriedman to several Android OWNERS filesyfriedman@chromium.org2012-07-261-0/+1
* Fix sorting issues in media.gyptommi@chromium.org2012-07-261-31/+31
* First step towards moving AudioDevice and AudioInputDevice from content/ to m...tommi@chromium.org2012-07-265-0/+237
* Run media_unittests on android test bots.nileshagrawal@chromium.org2012-07-261-18/+10
* Added DCHECK() to prevent NULL-pointer dereferencekhorimoto@chromium.org2012-07-261-0/+1
* Don't clear the list of source buffers in ChunkDemuxer::Shutdown() annacc@chromium.org2012-07-262-7/+16
* Add Common Encryption support to BMFF, including subsample decryption.strobe@google.com2012-07-2620-383/+1023
* Add new test file for codec config change tests.acolwell@chromium.org2012-07-251-0/+0
* Coverity: Initialize member variables.jhawkins@chromium.org2012-07-251-0/+4
* Coverity: Initialize member variables.jhawkins@chromium.org2012-07-251-0/+1
* Test variable against constant instead of simply testing constant.fischman@chromium.org2012-07-251-1/+1
* Add proper duration to WebmEncoder-created files.ivankr@chromium.org2012-07-252-2/+7
* Fix UninitCondition in TrackRunIterator tests.dalecurtis@chromium.org2012-07-251-0/+2
* Fix file size in EncryptedPlayback test.fgalligan@chromium.org2012-07-251-1/+1
* Replace memcmp() with HMAC.VerifyTruncated() in aes_decryptor.ccfgalligan@chromium.org2012-07-241-12/+13
* Revert 148149 - Don't clear the list of source buffers in ChunkDemuxer::Shutd...zhaoqin@google.com2012-07-242-15/+6
* Rename AudioRenderer/VideoRenderer::Seek() to Preroll().scherkus@chromium.org2012-07-2411-139/+131
* Defer executing FFmpegVideoDecoder::Stop() callback until pending read has co...scherkus@chromium.org2012-07-243-1/+45
* Don't clear the list of source buffers in ChunkDemuxer::Shutdown()annacc@chromium.org2012-07-242-6/+15
* Reland 148024 - [cros] Implement WebM encoder/muxer for animated avatar capture.ivankr@chromium.org2012-07-246-0/+492
* Revert 148024 - [cros] Implement WebM encoder/muxer for animated avatar capture.ivankr@chromium.org2012-07-246-479/+0
* [cros] Implement WebM encoder/muxer for animated avatar capture.ivankr@chromium.org2012-07-246-0/+479
* Ignore -Wdeprecated-declarations in audio_output_mac.cc.rsesek@chromium.org2012-07-231-0/+3
* Remove use of PipelineStatus from BufferedDataSource and FileDataSource.scherkus@chromium.org2012-07-239-14/+15
* Add support for VP8 decode to OmxVideoDecodeAccelerator, for HW that supports...fischman@chromium.org2012-07-233-14/+21
* Update encrypted WebM test files in media/test/data.fgalligan@chromium.org2012-07-231-0/+0