summaryrefslogtreecommitdiffstats
path: root/third_party/ffmpeg
Commit message (Collapse)AuthorAgeFilesLines
* ffmpeg enable wmaprofbarchard@chromium.org2010-03-2317-41/+41
| | | | | | | | | BUG=38321 TEST=make a wmapro using windows media encoder, and play it with chromeos Review URL: http://codereview.chromium.org/1107014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42314 0039d316-1c4b-4281-b951-d872f2087c98
* Roll deps to pick up ffmpeg fix from r42082 and fix a missing file in ↵thestig@chromium.org2010-03-191-0/+1
| | | | | | | | | | | ffmpeg.gyp. TBR=fbarchard BUG=none TEST=none Review URL: http://codereview.chromium.org/1133006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42084 0039d316-1c4b-4281-b951-d872f2087c98
* Pass license check script for most of the tree.evan@chromium.org2010-03-191-0/+4
| | | | | | | | | | | | | Modified license-checker script to allow pruning directories we know to be ok. Still need to do a bit of third_party/* , as well as file a bunch of bugs on pieces where the licenses aren't clear, but I'm running out of energy. Review URL: http://codereview.chromium.org/1100003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42045 0039d316-1c4b-4281-b951-d872f2087c98
* ffmpeg - roll deps to get missing arm files and add int_neon.S to source in ↵fbarchard@chromium.org2010-03-181-0/+1
| | | | | | | | | | | ffmpeg BUG=38477 TEST=build linux arm debug mode Review URL: http://codereview.chromium.org/1073001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41908 0039d316-1c4b-4281-b951-d872f2087c98
* ffmpeg roll to new source that includes HE AACfbarchard@chromium.org2010-03-1721-50/+390
| | | | | | | | BUG=35850 TEST=FFMPEG should still build/run Review URL: http://codereview.chromium.org/862005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41893 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 41386 - Removed custom FFmpegLock. Removed ffmpeg headers from ↵jrg@chromium.org2010-03-1225-11/+7246
| | | | | | | | | | | | | | | | | | | | | third_party/ffmpeg/include. Bot unhappy Automatic: "media_unittests" on "Vista Tests" from 41386: ... scherkus@chromium.org ... http://chrome-buildbot:8010/builders/Vista%20Tests/builds/17009/steps/media_unittests/logs/stdio Patch by sergeyu@chromium.org BUG=23271 TEST=none Review URL: http://codereview.chromium.org/909002 TBR=scherkus@chromium.org Review URL: http://codereview.chromium.org/854006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41389 0039d316-1c4b-4281-b951-d872f2087c98
* Removed custom FFmpegLock. Removed ffmpeg headers from ↵scherkus@chromium.org2010-03-1225-7246/+11
| | | | | | | | | | | | | third_party/ffmpeg/include. Patch by sergeyu@chromium.org BUG=23271 TEST=none Review URL: http://codereview.chromium.org/909002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41386 0039d316-1c4b-4281-b951-d872f2087c98
* Removing old FFmpeg DEF files.scherkus@chromium.org2010-03-113-27/+0
| | | | | | | | | BUG=none TEST=windows should still build Review URL: http://codereview.chromium.org/838004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41319 0039d316-1c4b-4281-b951-d872f2087c98
* svn prop fixes. Applied to all files not in third_party.pkasting@chromium.org2010-03-091-0/+0
| | | | | | | | | | | | * Removed eol-style, executable and mergeinfo from BMP/GIF/ICO/JPEG files, and set correct mime-type. * Removed executable and mergeinfo from .c/.cc/.cpp/.h/.m/.mm and .gyp files, and set eol-style to LF. TBR=evanm BUG=none TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40991 0039d316-1c4b-4281-b951-d872f2087c98
* ffmpeg run configure on mac which generates #define HAVE_EBX_AVAILABLE 0fbarchard@chromium.org2010-03-042-2/+2
| | | | | | | | | BUG=37374 TEST=mac official builds should compile Review URL: http://codereview.chromium.org/669034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40591 0039d316-1c4b-4281-b951-d872f2087c98
* ffmpeg disable -fno-omit-frame-pointer to allow valgrind to build without ↵fbarchard@chromium.org2010-03-047-15/+19
| | | | | | | | | | | requiring ffmpeg #define HAVE_EBP_AVAILABLE 0 and #define HAVE_EBX_AVAILABLE 0 BUG=37358 TEST=build with valgrind configuration. Review URL: http://codereview.chromium.org/668011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40574 0039d316-1c4b-4281-b951-d872f2087c98
* ffmpeg build vc1 bsfs for chromeosfbarchard@chromium.org2010-03-031-0/+3
| | | | | | | | | BUG=37309 TEST=build ffmpeg for ChromeOS on arm. Review URL: http://codereview.chromium.org/665002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40528 0039d316-1c4b-4281-b951-d872f2087c98
* Generate stubs for OpenMAX ILhclam@chromium.org2010-03-023-1252/+1
| | | | | | | | | | | | 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
* ffmpeg turn off ebp and ebx to pass valgrindfbarchard@chromium.org2010-03-022-6/+6
| | | | | | | | | | error right now is dsputil_mmx.c:605: error: can't find a register in class 'GENERAL_REGS' while reloading 'asm' BUG=35850 TEST=none. valgrind builds should work. Review URL: http://codereview.chromium.org/661379 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40398 0039d316-1c4b-4281-b951-d872f2087c98
* roll to ffmpeg that respects dirac and remove from ffmpeg.gypfbarchard@chromium.org2010-03-011-3/+0
| | | | | | | | | BUG=35850 TEST=ffmpeg should still build and be smaller. Review URL: http://codereview.chromium.org/660333 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40320 0039d316-1c4b-4281-b951-d872f2087c98
* ffmpeg roll to source that allows flac to be removed and remove flac from ↵fbarchard@chromium.org2010-03-011-4/+0
| | | | | | | | | | | ffmpeg.gyp BUG=35850 TEST=ffmpeg should still build Review URL: http://codereview.chromium.org/661314 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40315 0039d316-1c4b-4281-b951-d872f2087c98
* ffmpeg configurations to include bit stream filters.fbarchard@chromium.org2010-03-0121-35/+100
| | | | | | | | | | arm/arm-neon regenerated using ./configure with --enable-neon or --disable-neon. BUG=35850 TEST=use openmax to playback videos. (nontrivial) Review URL: http://codereview.chromium.org/660293 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40303 0039d316-1c4b-4281-b951-d872f2087c98
* ffmpeg/arm add missing file that got lostpiman@chromium.org2010-02-261-0/+1
| | | | | | Review URL: http://codereview.chromium.org/661214 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40176 0039d316-1c4b-4281-b951-d872f2087c98
* Separate neon flags from armv7, because some platforms have armv7a but no neon.piman@chromium.org2010-02-269-23/+3448
| | | | | | | | For ffmpeg, I copied the "arm" configs (which include neon) into "arm-neon" configs, and changed HAVE_NEON=1 to 0 in the existing ones. Also, I removed the explicit cflags in ffmpeg.gyp since they are already set in common.gypi Review URL: http://codereview.chromium.org/660067 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40163 0039d316-1c4b-4281-b951-d872f2087c98
* ffmpeg configs with pthreads on windowsfbarchard@chromium.org2010-02-222-10/+10
| | | | | | | | | BUG=35850 TEST=build on windows and test ffmpeg dll sizes are reduced by about 30%. Review URL: http://codereview.chromium.org/646001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39607 0039d316-1c4b-4281-b951-d872f2087c98
* ffmpeg - add WAV support for chromiumos media player.fbarchard@chromium.org2010-02-194-18/+22
| | | | | | | | | | | BUG=32756 TEST=build with chromeos=1 and branding=Chromium Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=39335 Review URL: http://codereview.chromium.org/641001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39477 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 39335 - ffmpeg add WAV support for chromiumos media player.brettw@chromium.org2010-02-184-21/+17
| | | | | | | | | | | | BUG=32756 TEST=build with chromeos=1 and branding=Chromium Review URL: http://codereview.chromium.org/641001 TBR=fbarchard@chromium.org Review URL: http://codereview.chromium.org/647002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39336 0039d316-1c4b-4281-b951-d872f2087c98
* ffmpeg - add WAV support for chromiumos media player.fbarchard@chromium.org2010-02-184-17/+21
| | | | | | | | | BUG=32756 TEST=build with chromeos=1 and branding=Chromium Review URL: http://codereview.chromium.org/641001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39335 0039d316-1c4b-4281-b951-d872f2087c98
* ffmpeg additional source files for chromeos armfbarchard@chromium.org2010-02-171-0/+8
| | | | | | | | | BUG=32756 TEST=build with ffmpeg_branding=ChromeOS Review URL: http://codereview.chromium.org/614007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39176 0039d316-1c4b-4281-b951-d872f2087c98
* ffmpeg add solaris support.fbarchard@chromium.org2010-02-171-8/+8
| | | | | | | | | | | Original version by electricmonopole@gmail.com Code based on this review http://codereview.chromium.org/606075 BUG=30101 TEST=build ffmpeg on solaris. Review URL: http://codereview.chromium.org/606076 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39169 0039d316-1c4b-4281-b951-d872f2087c98
* FFmpeg requires additional arm source code for chromium linux arm.fbarchard@chromium.org2010-02-161-0/+4
| | | | | | | | | BUG=32755 TEST=build chromium on arm. Review URL: http://codereview.chromium.org/606072 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39140 0039d316-1c4b-4281-b951-d872f2087c98
* ffmpeg no longer generates or uses version.hfbarchard@chromium.org2010-02-1214-14/+0
| | | | | | | | | BUG=32755 TEST=chrome should still build without these files. Review URL: http://codereview.chromium.org/604037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38977 0039d316-1c4b-4281-b951-d872f2087c98
* ffmpeg on arm needs different assembly files.fbarchard@chromium.org2010-02-121-7/+15
| | | | | | | | | BUG=32755 TEST=linux arm version should build. Review URL: http://codereview.chromium.org/596089 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38976 0039d316-1c4b-4281-b951-d872f2087c98
* ffmpeg configs to fix valgrind and mem align hackfbarchard@chromium.org2010-02-1216-60/+60
| | | | | | | | | | | Also disable EBP and EBX in the config.h (manual patch) BUG=35561,35559 TEST=valgrind should build. Review URL: http://codereview.chromium.org/601066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38974 0039d316-1c4b-4281-b951-d872f2087c98
* ffmpeg roll the deps which pulls in the new source, the gyp that builds the ↵fbarchard@chromium.org2010-02-1218-474/+3309
| | | | | | | | | | | new files and the config.h files for every platform. BUG=32755 TEST=build chromium/chrome on all platforms. Review URL: http://codereview.chromium.org/578024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38869 0039d316-1c4b-4281-b951-d872f2087c98
* Include test_shell.gypi in webkit.gyp instead of maintaining a distinctmark@chromium.org2010-02-101-1/+1
| | | | | | | | | | | | | | | | | | test_shell.gyp. This allows the removal of webkit.gyp:pull_in_test_shell, eliminating the circular relationship between webkit.gyp and test_shell.gyp. The expected semantics of building all of test_shell during a webkit.gyp:All build is performed are retained. This change depends on GYP r781 (in Chromium at r38526) for GYP suffix operator path section treatment. It also depends on Chromium r38519 and r38658 for common.gypi treatment of chromium_code. BUG=33186 TEST=Xcode no longer holds stale project files in memory Review URL: http://codereview.chromium.org/602006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38664 0039d316-1c4b-4281-b951-d872f2087c98
* OpenBSD/FreeBSD GYP changes (most of the remaining ones)pvalchev@google.com2010-02-041-7/+9
| | | | | | Review URL: http://codereview.chromium.org/565043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38079 0039d316-1c4b-4281-b951-d872f2087c98
* Dropping unconnected obsolete vsprops files.bradnelson@google.com2010-02-031-16/+0
| | | | | | | | | BUG=8042 TEST=None Review URL: http://codereview.chromium.org/567033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38016 0039d316-1c4b-4281-b951-d872f2087c98
* Make chromium and chromiumos for arm use the same options and turn off Neon.fbarchard@chromium.org2010-01-233-11/+14
| | | | | | | | | BUG=30817 TEST=build chromiumos for arm. This should build/link. Previously there were link errors. Review URL: http://codereview.chromium.org/543159 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36953 0039d316-1c4b-4281-b951-d872f2087c98
* Add x64 configs for ffmpeg to ChromeOS.fbarchard@chromium.org2010-01-054-0/+1536
| | | | | | | | | BUG=31558 TEST=build with export GYP_DEFINES="target_arch=x64 chromeos=1 branding=Chrome buildtype=Official" Review URL: http://codereview.chromium.org/519043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35552 0039d316-1c4b-4281-b951-d872f2087c98
* Use chromeos branding for toolkit_views build.oshima@chromium.org2009-12-231-1/+1
| | | | | | | | | | | This is temp change until we fully migrage chromeos build to views. I'll revert this change once it happens. BUG=None TEST=None Review URL: http://codereview.chromium.org/516011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35231 0039d316-1c4b-4281-b951-d872f2087c98
* Implementation of OmxVideoDecodeEngine.ajwong@chromium.org2009-12-225-6/+8
| | | | | | | | | | | | | | | | | | Also moves FFmpegVideoDecodeEngine FFmpegVideoDecoder, OmxVideoDecoder, and VideoDecoderImpl into their own files. Refactors FFmpegDemuxerTest to be less of a characterization test, and to hopefully be less fragile. Creates a set of utilities for handling Callbacks versus Tasks, and resource management related to Callbacks. Re-enables the annexb filters for the chrome build of FFmpeg. Added a BitstreamConverter class that abstracts the bitstream filter code. Cleans up a few gyp mistakes with flag exporting. Review URL: http://codereview.chromium.org/492023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35171 0039d316-1c4b-4281-b951-d872f2087c98
* Fix FFmpeg build for ARMhclam@chromium.org2009-12-115-14/+820
| | | | | | | | Add missing config.h. Review URL: http://codereview.chromium.org/491010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34315 0039d316-1c4b-4281-b951-d872f2087c98
* ffmpeg remove ununsed ffmpeg source files, move some from chromium to chrome ↵fbarchard@chromium.org2009-12-106-18/+22
| | | | | | | | | | | or chromeos, and add fpic for arm. remove bsf from all but arm BUG=29934 TEST=make -j6 -r player_x11 BUILDTYPE=Release for all platforms and ensure they still link. Use size libffmpegsumo.so to confirm size has been reduced. Review URL: http://codereview.chromium.org/483007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34284 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 34226 - ffmpeg remove ununsed ffmpeg source files, move some from ↵fbarchard@chromium.org2009-12-106-25/+20
| | | | | | | | | | | | | | chromium to chrome or chromeos, and add fpic for arm. remove bsf from all but arm BUG=29934 TEST=make j6 r player_x11 BUILDTYPE=Release for all platforms and ensure they still link. Use size libffmpegsumo.so to confirm size has been reduced. Review URL: http://codereview.chromium.org/483007 TBR=fbarchard@chromium.org Review URL: http://codereview.chromium.org/487005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34228 0039d316-1c4b-4281-b951-d872f2087c98
* ffmpeg remove ununsed ffmpeg source files, move some from chromium to chrome ↵fbarchard@chromium.org2009-12-106-20/+25
| | | | | | | | | | | or chromeos, and add fpic for arm. remove bsf from all but arm BUG=29934 TEST=make -j6 -r player_x11 BUILDTYPE=Release for all platforms and ensure they still link. Use size libffmpegsumo.so to confirm size has been reduced. Review URL: http://codereview.chromium.org/483007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34226 0039d316-1c4b-4281-b951-d872f2087c98
* Disable AnnexB bsf in ffmpeg as it is not needed until we support HW decode.fbarchard@chromium.org2009-12-093-6/+6
| | | | | | Review URL: http://codereview.chromium.org/476005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34188 0039d316-1c4b-4281-b951-d872f2087c98
* New file formats for ChromeOS: wmv, wma, avi and wav.fbarchard@chromium.org2009-12-093-53/+68
| | | | | | Review URL: http://codereview.chromium.org/466073 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34126 0039d316-1c4b-4281-b951-d872f2087c98
* Add use_system_yasm GYP variable, which lets FFmpeg build using the host ↵scherkus@chromium.org2009-12-081-4/+16
| | | | | | | | | | | | system's version of yasm. BUG=28168 TEST=try installing yasm (>= 0.6.0) and using use_system_yasm=1 Review URL: http://codereview.chromium.org/463050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34069 0039d316-1c4b-4281-b951-d872f2087c98
* style fixes in ffmpeg gypfbarchard@chromium.org2009-12-081-2/+2
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34062 0039d316-1c4b-4281-b951-d872f2087c98
* Add ChromeOS config.h header.fbarchard@chromium.org2009-12-089-1/+3107
| | | | | | Review URL: http://codereview.chromium.org/466067 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34042 0039d316-1c4b-4281-b951-d872f2087c98
* Roll FFmpeg deps in third partyhclam@chromium.org2009-12-046-0/+6
| | | | | | | | Roll FFmpeg deps to include latest build fix. Review URL: http://codereview.chromium.org/466026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33847 0039d316-1c4b-4281-b951-d872f2087c98
* Remove product_name now that mac should be naming things correctly.thomasvl@chromium.org2009-12-021-1/+0
| | | | | | | | TEST=none BUG=none Review URL: http://codereview.chromium.org/464003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33575 0039d316-1c4b-4281-b951-d872f2087c98
* Enable the mpeg4toannexb bitstream filter.ajwong@chromium.org2009-11-305-9/+13
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/441024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33307 0039d316-1c4b-4281-b951-d872f2087c98
* Building FFmpeg in tree for armhclam@chromium.org2009-11-133-24/+881
| | | | | | | | | Changes yasm to be built for host instead of target. Also don't need to depend on yasm if build ing for arm. Review URL: http://codereview.chromium.org/387023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31929 0039d316-1c4b-4281-b951-d872f2087c98