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

Issue 113748: New FFmpeg public API headers to match our source tarball in deps. (Closed)

Created:
11 years, 7 months ago by scherkus (not reviewing)
Modified:
9 years, 7 months ago
Reviewers:
awong
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

New FFmpeg public API headers to match our source tarball in deps.

Patch Set 1 #

Patch Set 2 : Fixed unittests #

Patch Set 3 : bench.cc, gyp file #

Total comments: 9

Patch Set 4 : Fixes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+519 lines, -297 lines) Patch
M media/base/media_posix.cc View 6 chunks +109 lines, -91 lines 0 comments Download
M media/bench/bench.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M media/filters/ffmpeg_audio_decoder.cc View 1 2 3 1 chunk +8 lines, -3 lines 0 comments Download
M media/filters/ffmpeg_demuxer_unittest.cc View 1 chunk +8 lines, -0 lines 0 comments Download
M media/filters/ffmpeg_video_decoder.cc View 1 2 3 1 chunk +8 lines, -5 lines 0 comments Download
M third_party/ffmpeg/README.chromium View 1 2 3 2 chunks +10 lines, -7 lines 0 comments Download
M third_party/ffmpeg/avcodec-52.def View 1 chunk +4 lines, -6 lines 0 comments Download
M third_party/ffmpeg/ffmpeg.gyp View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/ffmpeg/include/libavcodec/avcodec.h View 24 chunks +342 lines, -41 lines 0 comments Download
M third_party/ffmpeg/include/libavdevice/avdevice.h View 1 chunk +0 lines, -46 lines 0 comments Download
M third_party/ffmpeg/include/libavformat/avformat.h View 5 chunks +6 lines, -92 lines 0 comments Download
M third_party/ffmpeg/include/libavutil/avutil.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/ffmpeg/include/libavutil/fifo.h View 1 chunk +8 lines, -0 lines 0 comments Download
M third_party/ffmpeg/include/libavutil/pixfmt.h View 2 chunks +11 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
scherkus (not reviewing)
media_posix.cc: I alphabetized, added comments and a few missing "= NULL" to the _ptr variables ...
11 years, 7 months ago (2009-05-21 23:57:46 UTC) #1
scherkus (not reviewing)
minor fixes (gyp, unit tests) to get things building on win/linux (try server reports all ...
11 years, 7 months ago (2009-05-22 00:42:13 UTC) #2
awong
lgtm. small style issues. http://codereview.chromium.org/113748/diff/13/14 File media/base/media_posix.cc (right): http://codereview.chromium.org/113748/diff/13/14#newcode25 Line 25: // make modifying this ...
11 years, 7 months ago (2009-05-22 01:18:38 UTC) #3
scherkus (not reviewing)
http://codereview.chromium.org/113748/diff/13/17 File media/filters/ffmpeg_demuxer_unittest.cc (right): http://codereview.chromium.org/113748/diff/13/17#newcode148 Line 148: packet->destruct(packet); On 2009/05/22 01:18:38, awong wrote: > the ...
11 years, 7 months ago (2009-05-22 18:37:32 UTC) #4
awong
11 years, 7 months ago (2009-05-22 18:45:57 UTC) #5
lgtm

Powered by Google App Engine
This is Rietveld 408576698