| Commit message (Expand) | Author | Age | Files | Lines |
* | Attempt to guess channel layout if not specified. | dalecurtis@chromium.org | 2013-02-07 | 1 | -28/+18 |
* | media: Support multichannel Opus audio streams. | tomfinegan@chromium.org | 2013-01-31 | 1 | -6/+35 |
* | Add support for YUVJ420P and tests for common color formats for each video co... | scherkus@chromium.org | 2013-01-29 | 1 | -0/+4 |
* | Add wrapper class to media for support of VP9 video, and add a command line f... | tomfinegan@chromium.org | 2013-01-25 | 1 | -3/+22 |
* | Revert 177842. This doesn't build in standalone webkit builds: | thakis@chromium.org | 2013-01-21 | 1 | -22/+3 |
* | Add wrapper class to media for support of VP9 video, and add a command line f... | tomfinegan@chromium.org | 2013-01-19 | 1 | -3/+22 |
* | media: Fix Opus support, and handle bad timestamps correctly in the Opus wrap... | tomfinegan@chromium.org | 2013-01-16 | 1 | -2/+4 |
* | Roll FFMpeg for M26. Fix ffmpeg float audio decoding. | dalecurtis@google.com | 2013-01-04 | 1 | -40/+62 |
* | Revert "Add wrapper class to media for support of VP9 video, and add a comman... | fsamuel@chromium.org | 2012-12-28 | 1 | -31/+3 |
* | Add wrapper class to media for support of VP9 video, and add a command line f... | tomfinegan@chromium.org | 2012-12-22 | 1 | -3/+31 |
* | Revert 174311 | kinaba@chromium.org | 2012-12-21 | 1 | -31/+3 |
* | Add wrapper class to media for support of VP9 video, and add a command line f... | tomfinegan@chromium.org | 2012-12-21 | 1 | -3/+31 |
* | Add wrapper class to media for support of Opus audio, and add a command line ... | tomfinegan@chromium.org | 2012-12-18 | 1 | -1/+15 |
* | Replace av_malloc with AlignedAlloc for memory allocation in VideoFrame. | xhwang@chromium.org | 2012-12-08 | 1 | -6/+20 |
* | Switch to AVIO instead of a custom FFmpeg URLProtocol handler. | dalecurtis@chromium.org | 2012-11-01 | 1 | -26/+0 |
* | Sync new FFmpeg channel layouts. | dalecurtis@google.com | 2012-10-26 | 1 | -1/+25 |
* | Support encrypted audio stream in demuxer. | xhwang@chromium.org | 2012-10-12 | 1 | -1/+2 |
* | Replace av_malloc with AlignedAlloc for memory allocation in DecoderBuffer. | xhwang@chromium.org | 2012-09-20 | 1 | -0/+21 |
* | Add is_encrypted() in VideoDecoderConfig. | xhwang@chromium.org | 2012-09-18 | 1 | -2/+2 |
* | FFmpeg: Add gsm_ms and pcm big endian codecs. | ihf@chromium.org | 2012-08-06 | 1 | -0/+12 |
* | Remove VideoDecoderConfig::aspect_ratio_xxx methods. | acolwell@chromium.org | 2012-08-02 | 1 | -3/+4 |
* | Remove VideoDecoderConfig.frame_rate_xxx() and VideoFrame::Get/SetDuration(). | acolwell@chromium.org | 2012-07-31 | 1 | -10/+0 |
* | Test variable against constant instead of simply testing constant. | fischman@chromium.org | 2012-07-25 | 1 | -1/+1 |
* | Add support for VP8 decode to OmxVideoDecodeAccelerator, for HW that supports... | fischman@chromium.org | 2012-07-23 | 1 | -2/+5 |
* | Roll FFmpeg for M21! | dalecurtis@google.com | 2012-06-05 | 1 | -2/+2 |
* | Ignore unsupported audio/video streams. | dalecurtis@chromium.org | 2012-05-11 | 1 | -4/+2 |
* | Make AudioParameters a class instead of a struct | vrk@google.com | 2012-03-21 | 1 | -8/+8 |
* | Second attempt to land ffmpeg roll. | dalecurtis@google.com | 2012-03-01 | 1 | -19/+19 |
* | Revert 123123 (probably caused a big perf regression -- http://crbug.com/115479, | thakis@chromium.org | 2012-02-23 | 1 | -19/+19 |
* | Fix media code to work with new ffmpeg. | dalecurtis@google.com | 2012-02-22 | 1 | -19/+19 |
* | Replace several NOTREACHED(), NOTIMPLEMENTED() with DVLOG(1), all values are ... | dalecurtis@chromium.org | 2012-02-21 | 1 | -18/+17 |
* | Move WebM specific code from ChunkDemuxer to WebMStreamParser. | acolwell@chromium.org | 2012-01-10 | 1 | -3/+5 |
* | Revert 116957 - Move WebM specific code from ChunkDemuxer to WebMStreamParser. | acolwell@chromium.org | 2012-01-10 | 1 | -5/+3 |
* | Move WebM specific code from ChunkDemuxer to WebMStreamParser. | acolwell@chromium.org | 2012-01-09 | 1 | -3/+5 |
* | <video> decode in hardware! | fischman@chromium.org | 2011-12-13 | 1 | -0/+48 |
* | Revert 113895 - <video> decode in hardware! | fischman@chromium.org | 2011-12-10 | 1 | -44/+0 |
* | <video> decode in hardware! | fischman@chromium.org | 2011-12-10 | 1 | -0/+44 |
* | Fix crash on unsupported pixel formats. | dalecurtis@chromium.org | 2011-11-02 | 1 | -4/+4 |
* | Miscellaneous header file cleanup for src/media. | scherkus@chromium.org | 2011-10-28 | 1 | -0/+2 |
* | Remove DemuxerStream::GetAVStream() once and for all. | scherkus@chromium.org | 2011-10-27 | 1 | -55/+91 |
* | Fix regression and make CrOS audio codecs work again. | ihf@chromium.org | 2011-10-26 | 1 | -0/+16 |
* | Fix support for yuv_422 pixel format. | scherkus@chromium.org | 2011-10-04 | 1 | -0/+24 |
* | Clean up VideoDecoderConfig and replace VideoCodecInfo with a bool. | scherkus@chromium.org | 2011-10-01 | 1 | -9/+4 |
* | Remove no-longer-used FFmpeg index-related helpers. | fischman@chromium.org | 2011-09-29 | 1 | -74/+0 |
* | Introduce AudioDecoderConfig to migrate away from GetAVStream(). | scherkus@chromium.org | 2011-09-21 | 1 | -2/+109 |
* | Reland r101418: Fix aspect ratio and clarify video frame dimensions | vrk@google.com | 2011-09-19 | 1 | -2/+2 |
* | Revert 101418 - Fix aspect ratio and clarify video frame dimensions | vrk@google.com | 2011-09-16 | 1 | -2/+2 |
* | Fix aspect ratio and clarify video frame dimensions | vrk@google.com | 2011-09-16 | 1 | -2/+2 |
* | Reland r97895: Use surface_width/height instead of coded_width/coded_height f... | vrk@chromium.org | 2011-08-24 | 1 | -2/+2 |
* | Revert 97892 - Use surface_width/height instead of coded_width/coded_height f... | vrk@google.com | 2011-08-23 | 1 | -2/+2 |