Commit Graph

101 Commits

Author SHA1 Message Date
ajacoutot
bb37df78ad * Remove bogus use of -rpath and replace with utilization of the
-rpath-link linker flag
* Remove unnecessary patch for ffplay

from Brad (maintainer)
2012-09-12 08:15:57 +00:00
ajacoutot
f8749a2c60 Keep --as-needed and remove pthread linking hacks.
Fix the pkg-config file.

from Brad (maintainer)
2012-09-04 06:31:08 +00:00
jasper
19d869a947 - update to 20120610, various bug fixes
from brad (MAINTAINER)
ok dcoppa@
2012-06-18 16:44:53 +00:00
sthen
f3449e4106 Update to a newer FFmpeg snapshot, including security and stability fixes:
- vqavideo: return error if image size is not a multiple of block size (CVE-2012-0947)
- h263dec: Disallow width/height changing with frame threads (CVE-2011-3937)
- adpcm: ADPCM Electronic Arts has always two channels (CVE-2012-0852)
- h264: Add check for invalid chroma_format_idc (CVE-2012-0851)
- dpcm: ignore extra unpaired bytes in stereo streams (CVE-2011-3951)
- rtpdec_asf: Fix integer underflow that could allow remote code execution (CVE-2011-4031)
- aacsbr: prevent out of bounds memcpy() (CVE-2012-0850)
- kmvc: Check palsize (CVE-2011-3952)

Further bugfixes in the following codecs: ea, png, qdm2, tqi, motionpixels

From Brad, ok jasper@.
2012-06-09 23:05:49 +00:00
ajacoutot
cd8cba8102 Update to ffmpeg-20120422 (0.7 branch).
* fix a whole lot of security related issues and bugs

from Brad (maintainer)
2012-04-28 08:41:32 +00:00
ajacoutot
3a019565f6 Enable support for the libxvid encoder.
from Brad (maintainer)
2012-04-08 16:56:51 +00:00
edd
3d6d3fe128 update ffmpeg to a stable snapshot, from brad, OK aja@ 2011-12-30 17:34:39 +00:00
sthen
b519e03198 add a fix to FFmpeg, from Brad:
wavpack: Check error codes rather than working around error conditions
2011-09-21 08:58:48 +00:00
sthen
57d7ee5a36 Some FFmpeg security and bug fixes from upstream, from Brad:
- jpegdec: Actually search for and parse RSTn.
- mpeg4: Adjust dummy frame threshold for packed DivX.
- mpeg4: Fix another packed DivX issue.
- jpegdec: Better RSTn skiping.
- Fix memory corruption in case of memory allocation failure.
- cavsdec: Avoid possible crash with crafted input.
- rtp: Fix integer underflow that could allow remote code execution. MSVR-11-008
8
- rtpdec_asf: Fix memleak.
- mp3dec: Dont spam the user on multiple MP3 frames.
- wavpack: Fixed invalid access with corrupted extra bits sub-blocks.
- wavpack: Fixed invalid writes with corrupted bitstreams.
- wavpack: Fixed invalid access with corrupted bitstream.
2011-09-12 21:04:48 +00:00
sthen
c1291ffb7e FFmpeg build/packaging tweaks from Brad:
- Stop using --disable-optimization to have the port obey the CFLAGS
  but instead modify the configure script appropriately
- Move most of the DESCR into the pkg-readme
- Remove unnecessary CPPFLAGS that was being added to CONFIGURE_ENV
2011-09-04 09:22:43 +00:00
sthen
09abb3d2cd add a fix for the Ogg demuxer, from upstream via Brad 2011-08-28 11:17:48 +00:00
sthen
6c5a80cffc Another cavs security-related bug fix; check run value validity. From Brad. 2011-08-24 09:26:41 +00:00
sthen
1781ed0516 Fix crashes with invalid bitstreams in the cavs decoder (oCERT #2011-002),
From Brad.
2011-08-23 11:59:59 +00:00
sthen
aa1bd0c6bc Bug and security fixes for FFmpeg, from Brad;
- cavs decoder: security fix; insufficient boundary check. oCERT #2011-002
- ogg demux: fix demuxing chained audio streams, correct duration
2011-08-16 19:01:47 +00:00
dcoppa
6e645cffe4 Some security fixes and important bug fixes for the FFmpeg Matroska, Ogg
and Wavpack demuxers.

From Brad

OK sthen@, ajacoutot@
2011-08-03 18:44:07 +00:00
jasper
3c9f0d1a13 no need to keep using the gcc3 module on sparc
from brad
2011-07-11 14:04:42 +00:00
sthen
5d8880f5cd Record missing inter-library dependencies in .pc files, pkg-config
now only considers Requires not Requires.private unless linking
statically so the missing deps cause problems. From Nigel Taylor
and on ports@ for a week, much testing by Nigel. I updated the
diff following faac removal.  Fixes multimedia/transcode build.

ok jasper@ espie@
2011-06-27 13:36:44 +00:00
sthen
6289a8e289 Don't link to libfaac, it has a problem with incompatible licenses.
From Brad, ok dcoppa@.
2011-06-24 11:16:21 +00:00
dcoppa
8bad8255ca Comments in patches (forgotten in previous commit) 2011-06-22 13:10:57 +00:00
dcoppa
bd6484d8bf Fix a runtime CPU detection bug in libswscale that was messing up
thumbnails creation on amd64 (thumbnails had purple and green bars
all over them).

From upstream git commit 93c28a55fd84280d97c3c0dd7b0d546043242c34

OK Brad (MAINTAINER)
2011-06-22 08:10:26 +00:00
sthen
9c15c7bb38 - clarify license marker
- consistently use ${...} not $(...)
from Brad
2011-06-04 09:20:36 +00:00
sthen
d6629d69dc Update FFmpeg to 20110408 snapshot.
- Enable WebM encoding.
- Stop stripping the shared libraries which explains why I was
   seeing no symbol table with the shared libraries.
- Build all of FFmpeg with -fomit-frame-pointer on i386 instead of
   hacking the various Makefile's and having to add more files as
   further updates are made. Use default CFLAGS (-O2) on i386 now too
   instead of overriding with -O.
- Remove the UINT64_C hack.
- Update HOMEPAGE to use the ffmpeg.org domain.
- Various other cleaning up and fixes for the port.

From Brad, ok dcoppa@
2011-04-12 22:59:07 +00:00
edd
2e5b72a620 Update to a newer snapshot of ffmpeg. Maintainer timed out.
OK jakemsr@, landry@
2011-03-29 20:01:43 +00:00
jasper
2c109b968d Security fixes for CVE-2010-4704, CVE-2010-4705 and CVE-2011-0480.
ok brad (MAINTAINER), naddy@
2011-02-12 10:48:56 +00:00
jasper
90847ee882 - remove USE_GROFF=Yes, manpages checked by brad.
from brad (MAINTAINER)
2011-01-15 10:56:51 +00:00
espie
9ff53f35ab remaining WANTLIB go .>= to >= 2010-11-22 10:16:08 +00:00
jasper
a727f252b3 - adjust after recent schroedinger update
from brad
2010-11-19 08:59:32 +00:00
espie
88d20077a4 new depends 2010-11-17 08:05:12 +00:00
ajacoutot
ff07e285bc Remove USE_X11. 2010-10-24 20:58:58 +00:00
espie
0f681543b5 USE_GROFF=Yes 2010-10-18 18:13:12 +00:00
sthen
863c7fdc97 Switch to new-style LIB_DEPENDS and tighten the pkgspec for schroedinger.
No change to the package -> no bump. ok Brad (maintainer).
2010-09-20 07:59:59 +00:00
jakemsr
d36698bb12 better timestamp for recorded data: account for buffering
requested/ok maintainer
2010-09-15 15:40:00 +00:00
sthen
0dab9b2001 - Some clean up of the FFMpeg configure patch
- Update the sndio backend code to the newer libavdevice alsa code
which has been refactored and cleaned up a bit

From Brad (maintainer).
2010-09-03 16:39:13 +00:00
sthen
adfaa8987d - chase the library change in multimedia/schroedinger; oil->orc
- add various other missing WANTLIB (and LIB_DEPENDS in some cases)
- while there move PKGNAME=..pX to REVISION, and move some ports
to new-style LIB_DEPENDS

original diff from Brad, extensive checking by me (clean build of everything
related to liboil).
2010-08-25 23:27:21 +00:00
sthen
934527172e BUILD_DEPENDS on yasm on amd64/i386 and bump REVISION in case an
existing package was built without it. From Brad.
2010-08-20 12:10:52 +00:00
sthen
e9ba02b84c FFmpeg appears to require a newer version of binutils on arm; switch
to the generic target for now on that arch. It's slower, but at least
it builds...

okay espie@
2010-08-07 22:41:47 +00:00
jolan
377098d026 add mirror so this is fetchable again 2010-07-24 14:50:07 +00:00
naddy
8747197419 Remove a workaround no longer necessary now that i386 has switched to gcc4.
From maintainer
2010-07-10 22:45:19 +00:00
sebastia
e05e99aa77 build with gcc3 on sparc
OK landry@ sthen@
MAINTAINER OKed x264
2010-06-15 10:07:41 +00:00
jakemsr
d5240098e3 update to ffmpeg subversion snapshot from 2010-05-12
update needed for newer x264 and for gcc4.  this causes yet more
fallout as some libav* functions other ports were using have been
fully deprecated.  commits coming rsn ...

mostly from new MAINTAINER
2010-05-26 21:38:52 +00:00
jakemsr
fe75938e11 sndio for audio recording.
NOTE: the audio recording muxer is still named 'oss' for compatability.
2010-04-26 01:57:13 +00:00
sthen
1d9e79cf39 Build+install tools/qt-faststart, a tool to rearrange moov atoms in h264
files in the .mov container, useful to prepare some files for network
streaming. Same effect as a more complex diff sent by Valery Masiutsin
some time ago. Sync WANTLIB while there.
2009-09-02 11:50:56 +00:00
kili
8fc6287292 WANTLIB changes after xcb addition and bump. 2009-08-10 06:29:51 +00:00
sthen
6934205da7 bump libavcodec minor and PKGNAME following addition of schroedinger,
no API change to libavcoded, but make sure depending packages get updated.
problem spotted by dhill@, discussed with Brad.
2009-07-19 22:27:46 +00:00
sthen
9b02165205 enable support for the Dirac codec with the newly imported schroedinger
library. From Brad, no OpenBSD/cats were harmed in this port...
2009-07-18 09:06:26 +00:00
kili
76091f6c3b Some fixes after the x264 update.
From Brad.

"theoretically ok" ajacoutot@
2009-04-14 19:52:08 +00:00
sthen
f44e8cb571 SECURITY; fix http://www.trapkit.de/advisories/TKADV2009-004.txt
From Brad.

FFmpeg contains a type conversion vulnerability while parsing malformed 4X
movie files. The vulnerability may be exploited by a (remote) attacker to
execute arbitrary code in the context of FFmpeg or an application using
the FFmpeg library.
2009-01-29 11:30:27 +00:00
jakemsr
9465f22229 there's no reason to stop SDL from doing audio playback conversions 2009-01-24 11:00:41 +00:00
ajacoutot
9191f98fe2 - do not strip bin/lib when DEBUG is defined 2009-01-24 10:31:15 +00:00
jakemsr
b728dfee49 drop maintainership, bump pkgname 2008-12-13 02:58:00 +00:00