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.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix ASAN error in FFmpegVideoDecodeEngineTest.DecodeFrame_SmallerHeight intro...
scherkus@chromium.org
2011-10-05
1
-6
/
+15
*
Fix support for yuv_422 pixel format.
scherkus@chromium.org
2011-10-04
1
-9
/
+8
*
Clean up VideoDecoderConfig and replace VideoCodecInfo with a bool.
scherkus@chromium.org
2011-10-01
1
-11
/
+6
*
Convert all of media/ over to the new base::{Bind,Callback} hotness.
fischman@chromium.org
2011-09-29
1
-1
/
+0
*
Reland r101418: Fix aspect ratio and clarify video frame dimensions
vrk@google.com
2011-09-19
1
-6
/
+5
*
Revert 101418 - Fix aspect ratio and clarify video frame dimensions
vrk@google.com
2011-09-16
1
-5
/
+6
*
Fix aspect ratio and clarify video frame dimensions
vrk@google.com
2011-09-16
1
-6
/
+5
*
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
*
Use surface_width/height instead of coded_width/coded_height for VideoFrame size
vrk@google.com
2011-08-23
1
-2
/
+2
*
Remove mock_ffmpeg and update media unittests.
acolwell@chromium.org
2011-08-23
1
-19
/
+1
*
Revert 96974 - Remove mock_ffmpeg and update media unittests.
rvargas@google.com
2011-08-16
1
-1
/
+19
*
Remove mock_ffmpeg and update media unittests.
acolwell@chromium.org
2011-08-16
1
-19
/
+1
*
Remove VideoDecoder::ProvidesBuffer() and corresponding changes in VideoDecod...
scherkus@chromium.org
2011-07-22
1
-4
/
+2
*
Rev DEPS to July ffmpeg drop.
ihf@chromium.org
2011-07-22
1
-0
/
+1
*
Deduplicate YUV copying code, update call sites, and add some unit tests.
scherkus@chromium.org
2011-07-20
1
-34
/
+6
*
Removing CreateFrameExternal(), CreateFrameGl(), and SurfaceType from VideoFr...
scherkus@chromium.org
2011-07-20
1
-1
/
+0
*
Clean up VideoFrame::CreateXXX and VideoFrame::AllocXXX methods.
scherkus@chromium.org
2011-07-18
1
-14
/
+7
*
Glue ffmpeg to Chrome
ihf@chromium.org
2011-07-01
1
-2
/
+1
*
Don't forget the ffmpeg input buffer padding when allocating a codec's
cevans@chromium.org
2011-06-08
1
-2
/
+4
*
Removing FFmpegVideoAllocator as it provides little benefit while increasing ...
scherkus@chromium.org
2011-06-03
1
-58
/
+31
*
Respect pixel aspect ratio of video if it contains one.
scherkus@chromium.org
2011-06-03
1
-2
/
+2
*
Revert 87578 - Respect pixel aspect ratio of video if it contains one.
michaeln@google.com
2011-06-02
1
-2
/
+2
*
Respect pixel aspect ratio of video if it contains one.
scottfr@chromium.org
2011-06-02
1
-2
/
+2
*
Forward decoder errors from FFmpegVideoDecodeEngine to FFmpegVideoDecoder.
scherkus@chromium.org
2011-04-29
1
-8
/
+6
*
Rename VideoCodecConfig to VideoDecoderConfig and move to media/base/video_de...
scherkus@chromium.org
2011-04-27
1
-2
/
+2
*
Create helper methods to process FFmpeg index data.
acolwell@chromium.org
2011-04-01
1
-1
/
+1
*
Fold media/ffmpeg/ffmpeg_util.{cc,h} into media/ffmpeg/ffmpeg_common.{cc,h}
scherkus@chromium.org
2011-03-12
1
-1
/
+0
*
Remove FFmpegVideoDecodeEngine's dependency on AVStream (again).
scherkus@chromium.org
2011-03-11
1
-24
/
+38
*
Revert 77476 - Remove FFmpegVideoDecodeEngine's dependency on AVStream.
tyoshino@chromium.org
2011-03-11
1
-37
/
+24
*
Remove FFmpegVideoDecodeEngine's dependency on AVStream.
scherkus@chromium.org
2011-03-09
1
-24
/
+37
*
Implement webkit media metrics in chromium.
scherkus@chromium.org
2011-02-16
1
-4
/
+8
*
Chromium build failed with heap leak checker, or configured with
tony@chromium.org
2011-01-13
1
-3
/
+2
*
Handle changes in video frame size.
scherkus@chromium.org
2011-01-07
1
-7
/
+13
*
Deinline even more destructors.
erg@google.com
2010-12-14
1
-0
/
+8
*
Rename media::StreamSample::kInvalidTimestamp to media::kNoTimestamp.
scherkus@chromium.org
2010-11-12
1
-2
/
+2
*
Convert LOG(INFO) to VLOG(1) - media/.
pkasting@chromium.org
2010-10-19
1
-7
/
+5
*
xRevert 62319 - re-enable ogg threads
fbarchard@chromium.org
2010-10-12
1
-2
/
+4
*
re-enable ogg threads
fbarchard@chromium.org
2010-10-12
1
-4
/
+2
*
Resubmit GpuVideoDecoder and related patches.
hclam@chromium.org
2010-09-17
1
-0
/
+1
*
Revert 59785 - Implement FakeGlVideoDecodeEngine using FakeGlVideoDecodeContext
mlloyd@chromium.org
2010-09-17
1
-1
/
+0
*
Implement FakeGlVideoDecodeEngine using FakeGlVideoDecodeContext
hclam@chromium.org
2010-09-17
1
-0
/
+1
*
Added FakeGlVideoDecodeEngine to exercise the IPC protocol for hardware video...
hclam@chromium.org
2010-09-13
1
-10
/
+10
*
Rename all FillThisBuffer and EmptyThisBuffer to something more meaningful
hclam@chromium.org
2010-09-05
1
-7
/
+8
*
Remove refcounting of VideoDecodeEngine
hclam@chromium.org
2010-09-03
1
-0
/
+4
*
Merge remote branch 'origin/trunk' into resubmit
hclam@chromium.org
2010-09-03
1
-0
/
+359
*
Revert 58423 - Refactor video decode engines to move them to a new folder
akalin@chromium.org
2010-09-02
1
-359
/
+0
*
Refactor video decode engines to move them to a new folder
hclam@chromium.org
2010-09-02
1
-0
/
+359