| Commit message (Expand) | Author | Age | Files | Lines |
* | Wire up codec_delay() to MP3StreamParser and FFmpegAudioDecoder. | dalecurtis@chromium.org | 2014-04-18 | 2 | -12/+13 |
* | Fix an issue that audio and video may ran out of sync | qinmin@chromium.org | 2014-04-18 | 12 | -122/+242 |
* | Allow pass through buffer sizes on OSX. | dalecurtis@chromium.org | 2014-04-18 | 2 | -2/+2 |
* | Fix unit test failures with estimated durations and splice frames. | dalecurtis@chromium.org | 2014-04-18 | 1 | -1/+2 |
* | Use larger buffer sizes for lower power on Linux. | dalecurtis@chromium.org | 2014-04-17 | 3 | -2/+87 |
* | Media Galleries API: Expose separate raw tags for containers and child streams. | tommycli@chromium.org | 2014-04-17 | 3 | -39/+133 |
* | Add WebMediaPlayer::timelineOffset() support to WebMediaPlayerImpl. | acolwell@chromium.org | 2014-04-16 | 6 | -3/+19 |
* | Migrate VideoDecoder::HasAlpha() and associated plumbing into VideoFrameCompo... | scherkus@chromium.org | 2014-04-15 | 2 | -9/+0 |
* | Reenable some tests after flakiness resolved | qinmin@chromium.org | 2014-04-15 | 1 | -6/+3 |
* | Revert of Fix an issue that audio and video may run out of sync (https://code... | horo@chromium.org | 2014-04-15 | 12 | -213/+101 |
* | Fix an issue that audio and video may run out of sync | qinmin@chromium.org | 2014-04-15 | 12 | -101/+213 |
* | MediaStreamVideoSource: don't crop NATIVE_TEXTURE-backed frames. | perkj@chromium.org | 2014-04-14 | 1 | -0/+4 |
* | Fix missing splice_timestamp() on pre-splice buffers. | dalecurtis@chromium.org | 2014-04-12 | 1 | -1/+3 |
* | Fix the flaky MediaSourcePlayerTest | qinmin@chromium.org | 2014-04-10 | 1 | -2/+8 |
* | Rename VideoFrame::{Get,Set}Timestamp() to {set_}timestamp(). | scherkus@chromium.org | 2014-04-10 | 5 | -6/+6 |
* | Remove obsolete atomic debugging checks. | dalecurtis@chromium.org | 2014-04-10 | 2 | -20/+3 |
* | Move DataSourceHost to BufferedDataSourceHost. | sandersd@chromium.org | 2014-04-10 | 7 | -172/+6 |
* | Reland r262568 "Encrypted Media: Check container mime type in MediaDrmBridge". | xhwang@chromium.org | 2014-04-09 | 4 | -38/+88 |
* | Disable android test MediaSourcePlayerTest.SeekToThenReleaseThenStart. Flaky. | tapted@chromium.org | 2014-04-09 | 1 | -1/+2 |
* | Disable SeekToThenDemuxerSeekThenReleaseThenSeekDone and SeekToThenReleaseThe... | yurys@chromium.org | 2014-04-09 | 1 | -2/+4 |
* | Revert 262568 "Encrypted Media: Check container mime type in Med..." | dmazzoni@google.com | 2014-04-09 | 4 | -88/+38 |
* | Encrypted Media: Check container mime type in MediaDrmBridge. | xhwang@chromium.org | 2014-04-09 | 4 | -38/+88 |
* | Catch an exception while release MediaCodecBridge | qinmin@chromium.org | 2014-04-08 | 1 | -2/+7 |
* | Separate DemuxerHost from DataSourceHost. | sandersd@chromium.org | 2014-04-03 | 9 | -40/+18 |
* | Media Metadata API: Extract raw tags for audio/video. | tommycli@chromium.org | 2014-04-03 | 3 | -0/+44 |
* | Strengthen no-splice verification. Use frames instead of timestamps. | dalecurtis@chromium.org | 2014-04-02 | 3 | -52/+207 |
* | Add Project Tango video capture for Android | mcasas@chromium.org | 2014-04-01 | 5 | -292/+669 |
* | Provide security origin to Android EME implementation | jrummell@chromium.org | 2014-03-31 | 2 | -9/+9 |
* | Make {Audio|Video}Decoder::Stop() synchronous. | xhwang@chromium.org | 2014-03-31 | 3 | -8/+8 |
* | Make sure AudioBufferConverter uses aligned AudioBus channels. | dalecurtis@google.com | 2014-03-29 | 2 | -5/+10 |
* | Add channel_count parameter back to AudioBuffer creation methods. | dalecurtis@google.com | 2014-03-29 | 10 | -41/+116 |
* | Add support for midstream audio configuration changes. | dalecurtis@google.com | 2014-03-28 | 6 | -15/+540 |
* | Deleted '--disable-system-sounds-manager' switch. | ygorshenin@chromium.org | 2014-03-27 | 2 | -5/+0 |
* | Implement WebMIDI for Android, input side. | yhirano@chromium.org | 2014-03-27 | 1 | -5/+127 |
* | Audit/fix use of media::VideoFrame::coded_size() | sheu@chromium.org | 2014-03-27 | 3 | -76/+119 |
* | Remove Has{Audio,Video}(), GetInitialNaturalSize() from media::Pipeline. | sandersd@chromium.org | 2014-03-26 | 3 | -147/+93 |
* | Try catch a top crasher for MSE/EME | qinmin@chromium.org | 2014-03-26 | 1 | -1/+6 |
* | Add SupportsConfigChanges() to DemuxerStream. | rileya@chromium.org | 2014-03-26 | 4 | -0/+16 |
* | Remove extra copy from AudioConverter in single input case. | dalecurtis@chromium.org | 2014-03-26 | 1 | -8/+12 |
* | Revert of Remove Has{Audio,Video}(), GetInitialNaturalSize() from media::Pipe... | erikchen@chromium.org | 2014-03-26 | 3 | -93/+147 |
* | Remove Has{Audio,Video}(), GetInitialNaturalSize() from media::Pipeline. | sandersd@chromium.org | 2014-03-25 | 3 | -147/+93 |
* | Fix over-looping in SincResampler. Reorder debug checks. | dalecurtis@chromium.org | 2014-03-25 | 2 | -19/+15 |
* | Verify supposed splice frames; don't generate for end ts overlap. | dalecurtis@google.com | 2014-03-25 | 2 | -2/+66 |
* | Revert 259154 "Remove HasAudio(), HasVideo(), GetInitialNaturalS..." | viettrungluu@chromium.org | 2014-03-25 | 3 | -93/+147 |
* | Remove HasAudio(), HasVideo(), GetInitialNaturalSize() from media::Pipeline. | sandersd@chromium.org | 2014-03-25 | 3 | -147/+93 |
* | Generate and plumb splice frames to the renderer. | dalecurtis@google.com | 2014-03-24 | 6 | -26/+110 |
* | Enable MP3 stream parsing for Media Source by default. | dalecurtis@chromium.org | 2014-03-21 | 4 | -6/+0 |
* | Use black background and draw casting to... text on embedded player. | maybelle@chromium.org | 2014-03-21 | 2 | -5/+0 |
* | Revert 258272 "Adds Samsung Galaxy S3 mini to list of supported ..." | henrika@chromium.org | 2014-03-21 | 1 | -1/+0 |
* | Reducing the IPC latency for MSE video decoding | qinmin@chromium.org | 2014-03-20 | 9 | -147/+317 |