summaryrefslogtreecommitdiffstats
path: root/media/video/ffmpeg_video_decode_engine_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Simplify VideoDecodeEngine interface by making everything synchronous.scherkus@chromium.org2011-11-041-286/+0
* Fix crash on unsupported pixel formats.dalecurtis@chromium.org2011-11-021-0/+11
* Remove media::VideoDecodeContext as it has no implementation and is unused.scherkus@chromium.org2011-10-281-3/+3
* Remove DemuxerStream::GetAVStream() once and for all.scherkus@chromium.org2011-10-271-1/+6
* Fix support for yuv_422 pixel format.scherkus@chromium.org2011-10-041-3/+6
* Clean up VideoDecoderConfig and replace VideoCodecInfo with a bool.scherkus@chromium.org2011-10-011-21/+9
* gcc 4.6 warnings cleanuppph34r@gmail.com2011-09-301-6/+1
* Follow-up cleanup promised during r103376's CR.fischman@chromium.org2011-09-301-1/+0
* Introduce AudioDecoderConfig to migrate away from GetAVStream().scherkus@chromium.org2011-09-211-2/+4
* Reland r101418: Fix aspect ratio and clarify video frame dimensionsvrk@google.com2011-09-191-20/+19
* Revert 101418 - Fix aspect ratio and clarify video frame dimensionsvrk@google.com2011-09-161-19/+20
* Fix aspect ratio and clarify video frame dimensionsvrk@google.com2011-09-161-20/+19
* Reland r97895: Use surface_width/height instead of coded_width/coded_height f...vrk@chromium.org2011-08-241-6/+6
* Remove mock_ffmpeg and update media unittests.acolwell@chromium.org2011-08-231-182/+151
* Revert 96974 - Remove mock_ffmpeg and update media unittests.rvargas@google.com2011-08-161-90/+138
* Remove mock_ffmpeg and update media unittests.acolwell@chromium.org2011-08-161-138/+90
* Remove VideoDecoder::ProvidesBuffer() and corresponding changes in VideoDecod...scherkus@chromium.org2011-07-221-1/+0
* Clean up VideoFrame::CreateXXX and VideoFrame::AllocXXX methods.scherkus@chromium.org2011-07-181-6/+5
* Fix media code to use initializer-list style for inheritance.scherkus@chromium.org2011-07-181-2/+3
* Glue ffmpeg to Chromeihf@chromium.org2011-07-011-28/+0
* Respect pixel aspect ratio of video if it contains one.scherkus@chromium.org2011-06-031-1/+3
* Revert 87578 - Respect pixel aspect ratio of video if it contains one.michaeln@google.com2011-06-021-3/+1
* Respect pixel aspect ratio of video if it contains one.scottfr@chromium.org2011-06-021-1/+3
* Forward decoder errors from FFmpegVideoDecodeEngine to FFmpegVideoDecoder.scherkus@chromium.org2011-04-291-4/+2
* Rename VideoCodecConfig to VideoDecoderConfig and move to media/base/video_de...scherkus@chromium.org2011-04-271-1/+1
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* Remove FFmpegVideoDecodeEngine's dependency on AVStream (again).scherkus@chromium.org2011-03-111-38/+52
* Revert 77476 - Remove FFmpegVideoDecodeEngine's dependency on AVStream.tyoshino@chromium.org2011-03-111-44/+38
* Remove FFmpegVideoDecodeEngine's dependency on AVStream.scherkus@chromium.org2011-03-091-38/+44
* Retry: Move MockFFmpeg instance setting into the constructor/destructor.scherkus@chromium.org2011-02-191-22/+18
* Revert 75444 - Move MockFFmpeg instance setting into the constructor/destructor.scherkus@chromium.org2011-02-181-18/+22
* Move MockFFmpeg instance setting into the constructor/destructor.scherkus@chromium.org2011-02-181-22/+18
* Implement webkit media metrics in chromium.scherkus@chromium.org2011-02-161-5/+7
* Handle changes in video frame size.scherkus@chromium.org2011-01-071-26/+65
* Rename media::StreamSample::kInvalidTimestamp to media::kNoTimestamp.scherkus@chromium.org2010-11-121-2/+2
* FBTF: More dtor deinlining. (Can almost see the end!)erg@google.com2010-10-221-0/+1
* Resubmit GpuVideoDecoder and related patches.hclam@chromium.org2010-09-171-4/+4
* Revert 59785 - Implement FakeGlVideoDecodeEngine using FakeGlVideoDecodeContextmlloyd@chromium.org2010-09-171-4/+4
* Implement FakeGlVideoDecodeEngine using FakeGlVideoDecodeContexthclam@chromium.org2010-09-171-4/+4
* Added FakeGlVideoDecodeEngine to exercise the IPC protocol for hardware video...hclam@chromium.org2010-09-131-20/+20
* Rename all FillThisBuffer and EmptyThisBuffer to something more meaningfulhclam@chromium.org2010-09-051-12/+12
* Remove refcounting of VideoDecodeEnginehclam@chromium.org2010-09-031-3/+3
* Merge remote branch 'origin/trunk' into resubmithclam@chromium.org2010-09-031-0/+292
* Revert 58423 - Refactor video decode engines to move them to a new folderakalin@chromium.org2010-09-021-292/+0
* Refactor video decode engines to move them to a new folderhclam@chromium.org2010-09-021-0/+292