Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6)

Issue 859001: Removed custom FFmpegLock. Removed ffmpeg headers from third_party/ffmpeg/include. (Closed)

Created:
10 years, 9 months ago by Sergey Ulanov
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com, scherkus (not reviewing), awong, Alpha Left Google, fbarchard, Paweł Hajdan Jr.
Visibility:
Public.

Description

Removed custom FFmpegLock. Removed ffmpeg headers from third_party/ffmpeg/include. BUG=23271 TEST=none

Patch Set 1 : cleanups #

Total comments: 27

Patch Set 2 : addressed review comments #

Total comments: 2

Patch Set 3 : nits #

Patch Set 4 : fixed gmock warnings #

Patch Set 5 : synched to new ffmpeg #

Unified diffs Side-by-side diffs Delta from patch set Stats (+78 lines, -7312 lines) Patch
M DEPS View 2 3 4 3 chunks +4 lines, -6 lines 0 comments Download
M media/base/mock_ffmpeg.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M media/base/mock_ffmpeg.cc View 1 2 3 4 2 chunks +15 lines, -0 lines 0 comments Download
M media/ffmpeg/ffmpeg_common.h View 1 chunk +3 lines, -23 lines 0 comments Download
M media/ffmpeg/ffmpeg_common.cc View 1 chunk +0 lines, -10 lines 0 comments Download
M media/filters/ffmpeg_audio_decoder.cc View 1 chunk +2 lines, -5 lines 0 comments Download
M media/filters/ffmpeg_demuxer.cc View 2 chunks +6 lines, -12 lines 0 comments Download
M media/filters/ffmpeg_glue.cc View 1 2 chunks +26 lines, -0 lines 0 comments Download
media/filters/ffmpeg_video_decode_engine.cc View 1 chunk +6 lines, -10 lines 0 comments Download
M media/filters/ffmpeg_video_decode_engine_unittest.cc View 1 chunk +4 lines, -0 lines 0 comments Download
third_party/ffmpeg/avcodec-52.sigs View 1 1 chunk +1 line, -0 lines 0 comments Download
M third_party/ffmpeg/ffmpeg.gyp View 1 2 3 4 4 chunks +6 lines, -4 lines 0 comments Download
M third_party/ffmpeg/ffmpeg_stub_headers.fragment View 1 1 chunk +4 lines, -2 lines 0 comments Download
D third_party/ffmpeg/include/libavcodec/avcodec.h View 1 chunk +0 lines, -3755 lines 0 comments Download
D third_party/ffmpeg/include/libavcodec/opt.h View 1 chunk +0 lines, -156 lines 0 comments Download
D third_party/ffmpeg/include/libavcodec/vdpau.h View 1 chunk +0 lines, -86 lines 0 comments Download
D third_party/ffmpeg/include/libavcodec/xvmc.h View 1 chunk +0 lines, -172 lines 0 comments Download
third_party/ffmpeg/include/libavformat/avformat.h View 1 chunk +0 lines, -1238 lines 0 comments Download
D third_party/ffmpeg/include/libavformat/avio.h View 1 chunk +0 lines, -406 lines 0 comments Download
third_party/ffmpeg/include/libavutil/adler32.h View 1 chunk +0 lines, -30 lines 0 comments Download
third_party/ffmpeg/include/libavutil/avstring.h View 1 chunk +0 lines, -90 lines 0 comments Download
third_party/ffmpeg/include/libavutil/avutil.h View 1 chunk +0 lines, -63 lines 0 comments Download
D third_party/ffmpeg/include/libavutil/base64.h View 1 chunk +0 lines, -49 lines 0 comments Download
D third_party/ffmpeg/include/libavutil/common.h View 1 chunk +0 lines, -286 lines 0 comments Download
third_party/ffmpeg/include/libavutil/crc.h View 1 chunk +0 lines, -44 lines 0 comments Download
third_party/ffmpeg/include/libavutil/fifo.h View 1 chunk +0 lines, -117 lines 0 comments Download
third_party/ffmpeg/include/libavutil/intfloat_readwrite.h View 1 chunk +0 lines, -40 lines 0 comments Download
third_party/ffmpeg/include/libavutil/log.h View 1 chunk +0 lines, -116 lines 0 comments Download
third_party/ffmpeg/include/libavutil/lzo.h View 1 chunk +0 lines, -66 lines 0 comments Download
third_party/ffmpeg/include/libavutil/mathematics.h View 1 chunk +0 lines, -72 lines 0 comments Download
third_party/ffmpeg/include/libavutil/md5.h View 1 chunk +0 lines, -36 lines 0 comments Download
D third_party/ffmpeg/include/libavutil/mem.h View 1 chunk +0 lines, -104 lines 0 comments Download
third_party/ffmpeg/include/libavutil/pixfmt.h View 1 chunk +0 lines, -151 lines 0 comments Download
D third_party/ffmpeg/include/libavutil/rational.h View 1 chunk +0 lines, -129 lines 0 comments Download
D third_party/ffmpeg/include/libavutil/sha1.h View 1 chunk +0 lines, -34 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
Sergey Ulanov
Review please
10 years, 9 months ago (2010-03-11 02:34:52 UTC) #1
fbarchard
Thanks for the patch! Theres a style nit you should fix. Test on windows... I ...
10 years, 9 months ago (2010-03-11 19:59:19 UTC) #2
scherkus (not reviewing)
so far looking good! we should do the include directory switch as a separate patch, ...
10 years, 9 months ago (2010-03-11 21:20:40 UTC) #3
programadoresargentinos_yahoo.com.ar
BlackBerry® de Personal, tu mundo en tus manos. -----Original Message----- From: scherkus@chromium.org Date: Thu, 11 ...
10 years, 9 months ago (2010-03-11 21:22:02 UTC) #4
Sergey Ulanov
http://codereview.chromium.org/859001/diff/5001/6002 File media/base/mock_ffmpeg.h (right): http://codereview.chromium.org/859001/diff/5001/6002#newcode24 media/base/mock_ffmpeg.h:24: MOCK_METHOD1(AVRegisterLockManager, int(int (*cb)(void **, enum AVLockOp))); On 2010/03/11 19:59:19, ...
10 years, 9 months ago (2010-03-12 00:46:20 UTC) #5
scherkus (not reviewing)
LGTM w/ some nits since they're mostly cosmetic nits I'll send your patch to the ...
10 years, 9 months ago (2010-03-12 00:58:03 UTC) #6
scherkus (not reviewing)
watch for your try results here: http://build.chromium.org/buildbot/try-server/waterfall?reload=120 build is named "sergey-34300"
10 years, 9 months ago (2010-03-12 01:05:01 UTC) #7
scherkus (not reviewing)
10 years, 9 months ago (2010-03-24 00:40:52 UTC) #8
Committed (again) as r42415

Powered by Google App Engine
This is Rietveld 408576698