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

Issue 9317107: FFmpeg merge diff after patches. (Closed)

Created:
8 years, 10 months ago by DaleCurtis
Modified:
8 years, 10 months ago
CC:
chromium-reviews
Base URL:
ssh://gerrit.chromium.org:29418/chromium/third_party/ffmpeg.git@master
Visibility:
Public.

Description

FFmpeg merge diff after patches. As titled, this is the diff between da1ba4e88b5bf723f8889798cb71f4e1cabb7a00 and our applied patches. This is already commited, but due to rebase is difficult to see elsewhere.

Patch Set 1 #

Total comments: 22
Unified diffs Side-by-side diffs Delta from patch set Stats (+191 lines, -42 lines) Patch
M configure View 4 chunks +8 lines, -2 lines 8 comments Download
M libavcodec/Makefile View 1 chunk +1 line, -2 lines 2 comments Download
M libavcodec/allcodecs.c View 2 chunks +14 lines, -0 lines 0 comments Download
M libavformat/Makefile View 1 chunk +3 lines, -3 lines 2 comments Download
M libavformat/matroskadec.c View 16 chunks +122 lines, -13 lines 1 comment Download
M libavformat/oggdec.c View 6 chunks +38 lines, -18 lines 8 comments Download
M libavutil/attributes.h View 1 chunk +5 lines, -4 lines 1 comment Download

Messages

Total messages: 5 (0 generated)
DaleCurtis
https://chromiumcodereview.appspot.com/9317107/diff/1/libavformat/matroskadec.c File libavformat/matroskadec.c (right): https://chromiumcodereview.appspot.com/9317107/diff/1/libavformat/matroskadec.c#newcode980 libavformat/matroskadec.c:980: continue; 11b_mkv_buffer_overflow was partially upstreamed, and our local copy ...
8 years, 10 months ago (2012-02-04 18:06:20 UTC) #1
scherkus (not reviewing)
few comments -- not sure if you wanted me to review this but I think ...
8 years, 10 months ago (2012-02-06 17:46:28 UTC) #2
DaleCurtis
https://chromiumcodereview.appspot.com/9317107/diff/1/configure File configure (right): https://chromiumcodereview.appspot.com/9317107/diff/1/configure#newcode2308 configure:2308: # O2 produces smaller/faster code on P4 and same ...
8 years, 10 months ago (2012-02-06 18:59:01 UTC) #3
scherkus (not reviewing)
LGTM w/ one more q https://chromiumcodereview.appspot.com/9317107/diff/1/configure File configure (right): https://chromiumcodereview.appspot.com/9317107/diff/1/configure#newcode2308 configure:2308: # O2 produces smaller/faster ...
8 years, 10 months ago (2012-02-06 19:42:57 UTC) #4
DaleCurtis
8 years, 10 months ago (2012-02-07 03:18:00 UTC) #5
https://chromiumcodereview.appspot.com/9317107/diff/1/configure
File configure (right):

https://chromiumcodereview.appspot.com/9317107/diff/1/configure#newcode2308
configure:2308: # O2 produces smaller/faster code on P4 and same performance on
Core/Atom.
On 2012/02/06 19:42:58, scherkus wrote:
> On 2012/02/06 18:59:01, DaleCurtis wrote:
> > On 2012/02/06 17:46:29, scherkus wrote:
> > > this might be doable via configure script and build_ffmpeg.sh
> > 
> > Sounds right, I can specify --extra-cflags=-O2 and it will override whatever
> > optimization level was set previously.
> 
> another sanity check: does the -O2 we specify here match ffmpeg.gyp?
> 
> otherwise we're using different -O for win vs mac/linux and perhaps can drop
> this entirely :)

Yes, we're using -O2 inside the gyp.

Powered by Google App Engine
This is Rietveld 408576698