| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Used to generate the export table for the MSVC build of
ffmpeg. Necessary since we don't want to decorate all the
ffmpeg methods we use with __declspec(dllexport) a la
MEDIA_EXPORT.
Doing things this way allows us to keep the security of
having an explicit whitelist for ffmpeg symbols.
BUG=39887
TEST=MSVC version of ffmpeg builds and runs. Unittests.
Review URL: https://codereview.chromium.org/11027054
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@160524 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Avoids printing this every build:
[8079->2182/10278 ~17] RULE Generating FFmpeg import libraries.
Creating library ..\..\out\Debug\lib\avutil-51.lib and object ..\..\out\Debug\lib\avutil-51.exp
[8075->2186/10278 ~17] RULE Generating FFmpeg import libraries.
Creating library ..\..\out\Debug\lib\avcodec-54.lib and object ..\..\out\Debug\lib\avcodec-54.exp
[8072->2189/10278 ~17] RULE Generating FFmpeg import libraries.
Creating library ..\..\out\Debug\lib\avformat-54.lib and object ..\..\out\Debug\lib\avformat-54.exp
BUG=126483
R=thakis@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10432002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138655 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
On clean builds, if there's two instances running at the same time makedirs occasionally raises and kills the build.
R=ajwong@chromium.org
Review URL: http://codereview.chromium.org/10051026
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134571 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Make sure that:
- shebang is only present for executable files
- shebang is #!/usr/bin/env python
- __main__ is only present for executable files
- file's executable bit is coherent
Also fix EOF LF to be only one.
TBR=timurrrr@chromium.org
BUG=105108
TEST=
Review URL: http://codereview.chromium.org/8678023
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111960 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
messages.
Review URL: http://codereview.chromium.org/7811025
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99079 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
This makes it easier to debug what went wrong in the case of a failed module load.
Review URL: http://codereview.chromium.org/7532032
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94731 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Using active map can greatly reduce the amount of macro blocks need to be
encoded by vp8. This brings average encoding time from 35ms per frame to about
8ms on the tested system.
However this change depends on an updated version of libvpx.
BUG=None
TEST=chromoting still works & no visual problems
Review URL: http://codereview.chromium.org/6518011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75586 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
TBR=fbarchrd
BUG=57266
TEST=Tree is green. ARM ffmpeg can be loaded.
Review URL: http://codereview.chromium.org/3555004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61134 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This change will avoid exporting libvpx symbols if libvpx is not built into
FFmpeg.
BUG=None
TEST=FFmpeg can be loaded on ARM
Review URL: http://codereview.chromium.org/3518002
TBR=hclam@chromium.org
Review URL: http://codereview.chromium.org/3556006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61022 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
This change will avoid exporting libvpx symbols if libvpx is not built into
FFmpeg.
BUG=None
TEST=FFmpeg can be loaded on ARM
Review URL: http://codereview.chromium.org/3518002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61013 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This patch is already been reviewed in:
http://codereview.chromium.org/3005036/show
Splitting this out inorder to make changes to FFmpeg build.
TBR=ajwong
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/3391027
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60700 0039d316-1c4b-4281-b951-d872f2087c98
|
|
Generate stubs for OpenMAX IL so we don't need a real OpenMAX library for
building. The actual library is loaded during runtime.
TEST=Build is green
TEST=Running omx_test works on hardware with OpenMAX support
Review URL: http://codereview.chromium.org/661135
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40418 0039d316-1c4b-4281-b951-d872f2087c98
|