index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
media
/
video
/
ffmpeg_video_decode_engine_unittest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Simplify VideoDecodeEngine interface by making everything synchronous.
scherkus@chromium.org
2011-11-04
1
-286
/
+0
*
Fix crash on unsupported pixel formats.
dalecurtis@chromium.org
2011-11-02
1
-0
/
+11
*
Remove media::VideoDecodeContext as it has no implementation and is unused.
scherkus@chromium.org
2011-10-28
1
-3
/
+3
*
Remove DemuxerStream::GetAVStream() once and for all.
scherkus@chromium.org
2011-10-27
1
-1
/
+6
*
Fix support for yuv_422 pixel format.
scherkus@chromium.org
2011-10-04
1
-3
/
+6
*
Clean up VideoDecoderConfig and replace VideoCodecInfo with a bool.
scherkus@chromium.org
2011-10-01
1
-21
/
+9
*
gcc 4.6 warnings cleanup
pph34r@gmail.com
2011-09-30
1
-6
/
+1
*
Follow-up cleanup promised during r103376's CR.
fischman@chromium.org
2011-09-30
1
-1
/
+0
*
Introduce AudioDecoderConfig to migrate away from GetAVStream().
scherkus@chromium.org
2011-09-21
1
-2
/
+4
*
Reland r101418: Fix aspect ratio and clarify video frame dimensions
vrk@google.com
2011-09-19
1
-20
/
+19
*
Revert 101418 - Fix aspect ratio and clarify video frame dimensions
vrk@google.com
2011-09-16
1
-19
/
+20
*
Fix aspect ratio and clarify video frame dimensions
vrk@google.com
2011-09-16
1
-20
/
+19
*
Reland r97895: Use surface_width/height instead of coded_width/coded_height f...
vrk@chromium.org
2011-08-24
1
-6
/
+6
*
Remove mock_ffmpeg and update media unittests.
acolwell@chromium.org
2011-08-23
1
-182
/
+151
*
Revert 96974 - Remove mock_ffmpeg and update media unittests.
rvargas@google.com
2011-08-16
1
-90
/
+138
*
Remove mock_ffmpeg and update media unittests.
acolwell@chromium.org
2011-08-16
1
-138
/
+90
*
Remove VideoDecoder::ProvidesBuffer() and corresponding changes in VideoDecod...
scherkus@chromium.org
2011-07-22
1
-1
/
+0
*
Clean up VideoFrame::CreateXXX and VideoFrame::AllocXXX methods.
scherkus@chromium.org
2011-07-18
1
-6
/
+5
*
Fix media code to use initializer-list style for inheritance.
scherkus@chromium.org
2011-07-18
1
-2
/
+3
*
Glue ffmpeg to Chrome
ihf@chromium.org
2011-07-01
1
-28
/
+0
*
Respect pixel aspect ratio of video if it contains one.
scherkus@chromium.org
2011-06-03
1
-1
/
+3
*
Revert 87578 - Respect pixel aspect ratio of video if it contains one.
michaeln@google.com
2011-06-02
1
-3
/
+1
*
Respect pixel aspect ratio of video if it contains one.
scottfr@chromium.org
2011-06-02
1
-1
/
+3
*
Forward decoder errors from FFmpegVideoDecodeEngine to FFmpegVideoDecoder.
scherkus@chromium.org
2011-04-29
1
-4
/
+2
*
Rename VideoCodecConfig to VideoDecoderConfig and move to media/base/video_de...
scherkus@chromium.org
2011-04-27
1
-1
/
+1
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-1
/
+1
*
Remove FFmpegVideoDecodeEngine's dependency on AVStream (again).
scherkus@chromium.org
2011-03-11
1
-38
/
+52
*
Revert 77476 - Remove FFmpegVideoDecodeEngine's dependency on AVStream.
tyoshino@chromium.org
2011-03-11
1
-44
/
+38
*
Remove FFmpegVideoDecodeEngine's dependency on AVStream.
scherkus@chromium.org
2011-03-09
1
-38
/
+44
*
Retry: Move MockFFmpeg instance setting into the constructor/destructor.
scherkus@chromium.org
2011-02-19
1
-22
/
+18
*
Revert 75444 - Move MockFFmpeg instance setting into the constructor/destructor.
scherkus@chromium.org
2011-02-18
1
-18
/
+22
*
Move MockFFmpeg instance setting into the constructor/destructor.
scherkus@chromium.org
2011-02-18
1
-22
/
+18
*
Implement webkit media metrics in chromium.
scherkus@chromium.org
2011-02-16
1
-5
/
+7
*
Handle changes in video frame size.
scherkus@chromium.org
2011-01-07
1
-26
/
+65
*
Rename media::StreamSample::kInvalidTimestamp to media::kNoTimestamp.
scherkus@chromium.org
2010-11-12
1
-2
/
+2
*
FBTF: More dtor deinlining. (Can almost see the end!)
erg@google.com
2010-10-22
1
-0
/
+1
*
Resubmit GpuVideoDecoder and related patches.
hclam@chromium.org
2010-09-17
1
-4
/
+4
*
Revert 59785 - Implement FakeGlVideoDecodeEngine using FakeGlVideoDecodeContext
mlloyd@chromium.org
2010-09-17
1
-4
/
+4
*
Implement FakeGlVideoDecodeEngine using FakeGlVideoDecodeContext
hclam@chromium.org
2010-09-17
1
-4
/
+4
*
Added FakeGlVideoDecodeEngine to exercise the IPC protocol for hardware video...
hclam@chromium.org
2010-09-13
1
-20
/
+20
*
Rename all FillThisBuffer and EmptyThisBuffer to something more meaningful
hclam@chromium.org
2010-09-05
1
-12
/
+12
*
Remove refcounting of VideoDecodeEngine
hclam@chromium.org
2010-09-03
1
-3
/
+3
*
Merge remote branch 'origin/trunk' into resubmit
hclam@chromium.org
2010-09-03
1
-0
/
+292
*
Revert 58423 - Refactor video decode engines to move them to a new folder
akalin@chromium.org
2010-09-02
1
-292
/
+0
*
Refactor video decode engines to move them to a new folder
hclam@chromium.org
2010-09-02
1
-0
/
+292