| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 153204 - Revert changes from r152523 and split bitstream converter crea... | fischman@chromium.org | 2012-08-24 | 3 | -19/+15 |
* | Merge 152523 - Avoid race between initialization and shutdown of AVStream* un... | fischman@chromium.org | 2012-08-21 | 2 | -4/+12 |
* | Merge 152192 - Don't use an unretained read callback when calling AudioDecode... | rtenneti@chromium.org | 2012-08-20 | 2 | -6/+2 |
* | Merge 151800 - Fix FFmpegAudioDecoder monotonically increasing timestamp chec... | acolwell@chromium.org | 2012-08-16 | 2 | -7/+14 |
* | Merge 150414 - fix detection of video capture device on linux | wjia@chromium.org | 2012-08-10 | 1 | -4/+6 |
* | Roll FFmpeg for security fixes. | dalecurtis@google.com | 2012-08-07 | 2 | -23/+32 |
* | Check VideoFrame::IsValidConfig() prior to allocating buffers for FFmpeg. | scherkus@chromium.org | 2012-08-07 | 1 | -0/+3 |
* | Implement simple garbage collection in SourceBufferStream | vrk@google.com | 2012-08-07 | 3 | -13/+509 |
* | Add kSeekToStartFudgeRoom to SourceBufferStream | vrk@google.com | 2012-08-07 | 3 | -10/+78 |
* | Enable WebM encrypted playback test. | fgalligan@chromium.org | 2012-08-06 | 1 | -6/+4 |
* | [Android] Add chrome_java target for building Java code in the chromium layer. | yfriedman@chromium.org | 2012-08-06 | 1 | -43/+9 |
* | FFmpeg: Add gsm_ms and pcm big endian codecs. | ihf@chromium.org | 2012-08-06 | 2 | -1/+16 |
* | Dead code elimination: scythe.chrome_functions:segment.path %media% edition, ... | fischman@chromium.org | 2012-08-06 | 37 | -262/+20 |
* | Use 3 wave out buffers for all XP configurations (not just single-processor). | viettrungluu@chromium.org | 2012-08-04 | 1 | -15/+7 |
* | Refactor FFmpegAudioDecoder output timestamp logic. | acolwell@chromium.org | 2012-08-04 | 3 | -74/+95 |
* | Clarify ownership of GpuVideoDecodeAcceleratorHost and avoid crash on context... | fischman@chromium.org | 2012-08-04 | 2 | -13/+21 |
* | Implement "Key Presence" step in "Encrypted Block Encounted" algorithm in EME. | xhwang@chromium.org | 2012-08-03 | 9 | -15/+70 |
* | Replace RunInSeries() and RunInParallel() with SerialRunner helper class. | scherkus@chromium.org | 2012-08-03 | 7 | -242/+238 |
* | Put browser side mixing back behind a flag. | dalecurtis@google.com | 2012-08-03 | 3 | -10/+8 |
* | Fix live bug & renable ChunkDemuxerTest.TestWebMFile_LiveAudioAndVideo | acolwell@chromium.org | 2012-08-03 | 2 | -4/+2 |
* | Update test file so all clusters begin with a keyframe. | acolwell@chromium.org | 2012-08-03 | 1 | -0/+0 |
* | Increase the number of wave out buffers to 4 for Vista. | viettrungluu@chromium.org | 2012-08-02 | 1 | -10/+13 |
* | Update encrypted WebM file in media/test/data. | fgalligan@chromium.org | 2012-08-02 | 1 | -0/+0 |
* | Set error on unrecognized top-level BMFF boxes. | strobe@google.com | 2012-08-02 | 5 | -53/+86 |
* | Fix sourceAbort() for BMFF streams. | strobe@google.com | 2012-08-02 | 3 | -9/+36 |
* | Remove VideoDecoder::natural_size() & added VideoFrame::natural_size(). | acolwell@chromium.org | 2012-08-02 | 24 | -222/+235 |
* | Cap sourceBuffered() on duration and truncate duration on EoS | vrk@google.com | 2012-08-02 | 9 | -40/+116 |
* | Add support for v0.3 of the encrypted WebM specification. (Revert Fix) | fgalligan@chromium.org | 2012-08-02 | 6 | -126/+214 |
* | Update CNS to run on chromeperf34 and CNS tests to run on windows perf_av bot. | shadi@chromium.org | 2012-08-02 | 1 | -7/+8 |
* | Update media duration if data is appended after the previous duration | vrk@google.com | 2012-08-02 | 4 | -9/+90 |
* | Optimizes the FMAC operation with SSE. Performance is on par with | dalecurtis@chromium.org | 2012-08-02 | 4 | -13/+208 |
* | Add SSE optimizations to SincResampler. | dalecurtis@chromium.org | 2012-08-02 | 4 | -37/+227 |
* | Use std::string for decryption key ID in webm parser. | xhwang@chromium.org | 2012-08-02 | 10 | -59/+38 |
* | Remove VideoDecoderConfig::aspect_ratio_xxx methods. | acolwell@chromium.org | 2012-08-02 | 9 | -74/+121 |
* | Add test clip with 16:9 aspect ratio. | acolwell@chromium.org | 2012-08-01 | 1 | -0/+0 |
* | Fix MP4StreamParser discard behavior when retaining 'moof'. | strobe@google.com | 2012-08-01 | 3 | -14/+22 |
* | Revert 149449 - Add support for v0.3 of the encrypted WebM specification. | vandebo@chromium.org | 2012-08-01 | 6 | -141/+85 |
* | Fix playback rate w/o audio. Remove unused SetPlaybackRate(). | dalecurtis@chromium.org | 2012-08-01 | 4 | -18/+2 |
* | Add support for v0.3 of the encrypted WebM specification. | fgalligan@chromium.org | 2012-08-01 | 6 | -85/+141 |
* | Android: remove ant environment dependencies. | torne@chromium.org | 2012-08-01 | 1 | -10/+1 |
* | Candidate fix for a crash at shutdown when the IO thread is going away. More ... | tommi@chromium.org | 2012-07-31 | 2 | -4/+9 |
* | Make peeking before the head of OffsetByteQueue a hard error. | strobe@google.com | 2012-07-31 | 2 | -4/+1 |
* | Remove VideoDecoderConfig.frame_rate_xxx() and VideoFrame::Get/SetDuration(). | acolwell@chromium.org | 2012-07-31 | 20 | -198/+68 |
* | Remove a bunch of dead fields found by Scythe. | fischman@chromium.org | 2012-07-31 | 14 | -34/+12 |
* | Change NumberOfWaveOutBuffers() to return 3 for Windows >= Vista (instead of ... | viettrungluu@chromium.org | 2012-07-31 | 1 | -3/+3 |
* | Delay deleting GpuVideoDecoder until after GpuVideoDecodeAcceleratorHost::Des... | fischman@chromium.org | 2012-07-30 | 1 | -2/+11 |
* | Code clean-up in AesDecryptor and test. | xhwang@chromium.org | 2012-07-30 | 3 | -135/+142 |
* | Allow auxiliary data to come inside the 'moof' atom. | strobe@google.com | 2012-07-30 | 1 | -1/+7 |
* | Move 'mdat' advancement logic to make more sense. | strobe@google.com | 2012-07-30 | 1 | -5/+6 |
* | Roll FFMpeg for M22. | dalecurtis@google.com | 2012-07-30 | 1 | -6/+8 |