summaryrefslogtreecommitdiff
path: root/multimedia/ffmpeg
AgeCommit message (Collapse)AuthorFilesLines
2012-09-27Fix wrong BUILDLINK_API_DEPENDS, and restrict it to reject ffmpeg010.dholland1-2/+2
Should fix a number of bulk failures.
2012-09-22Recursive revbump from multimedia/libvpx 1.1.0 updateryoon2-3/+4
2012-07-02update to 0.7.13drochner3-9/+9
changes: bugfixes
2012-05-07Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)dholland1-2/+2
It turns out there were a lot of these.
2012-04-14update to 0.7.12drochner3-10/+9
changes: Fixes: CVE-2012-0853, CVE-2012-0858, CVE-2011-3929, CVE-2011-3936, CVE-2011-3937, CVE-2011-3940, CVE-2011-3945, CVE-2011-3947 Several security issues that dont have CVE numbers. and about 150 bugfixes
2012-03-14Improve description, from Bug Hunting.wiz1-10/+3
2012-03-12released tarball is not in ahoka@'s sites.obache1-4/+2
2012-02-03The fix for UINT64_C is needed on Linux to.sbd3-8/+10
Bump PKGREVISION
2012-02-01cleanup/fix option handling, make "lame" an option too (default unchanged),drochner2-12/+14
from Gianni D'Aprile per PR pkg/45900
2012-01-31Bump PKGREVISION, multimedia/libvpx is updated to 1.0.0.ryoon1-2/+2
2012-01-28multimedia/ffmpeg: rework UINT64_C fix for DragonFly and NetBSDmarino3-9/+13
Due to multiple inclusions of stdint.h, DragonFly was failing to build one of the akode plugins with a typedef redefinition error. It had previously built, so the UINT64_C fix for the akode mpc plugin broke the ffmpeg plugin. It turns out that the first patch effectively just imported machine/int_const.h, so that header can be directly imported instead rather than having to include the main contents of <stdint.h> multiple times. This refinement also works on NetBSD, but OpenBSD and FreeBSD unfortunately embed UINT64_C directly within <stdint.h>. Therefore original patch is left in place to cover those systems.
2012-01-17update to 0.7.11drochner3-9/+9
changes: security fixes: -CVE-2011-3893 (DOS in MKV / Vorbis handlers) -CVE-2011-3895 (buffer overflow in Vorbis decoder) and possible more
2012-01-09update to 0.7.10drochner4-12/+11
changes: -bug fixes -minor changes -security fixes (not further specified in the announcement)
2011-11-29Unbreak ffmpeg on NetBSD/macppc... again -- and a big fat comment warningjmmv3-14/+16
about this next to the relevant piece of code. Looking at the CVS logs, it's the 3rd time I fix this. This, in turn, fixes the build of libdlna. To fix the package, use the "proper" syntax to enable PIC within the configure script, instead of applying what seems to be a hack. As before, i386 is left PIC-less or otherwise ffmpeg breaks. Tested on macppc and amd64.
2011-11-28update to 0.7.8drochner4-13/+12
changes: -fix buffer overflows in svq1dec, vp3_dequant, qdm2dec (possible code injection) -more fixes
2011-11-26Extend the UINT64_C patch to NetBSD, which needs it, and FreeBSD anddholland3-7/+10
OpenBSD too since they probably do but we probably won't hear from anyone about that directly. PKGREVISION -> 3. Note that at least on NetBSD __STDC_CONSTANT_MACROS is apparently already defined here (at least when building graphics/osg, maybe not always) so this patch may not really be the right approach, but it works...
2011-11-22multimedia/ffmpeg: Fix UINT64_C error on DragonFlymarino3-3/+23
ffmpeg itself built fine on DragonFly, but other code trying to use this library (e.g. audio/akode-plugins-ffmpeg) would not build, stopping with an error like: common.h:154 error: `UINT64_C` was not declared in this scope The provided patch fixes this breakage. For conservative reasons, the code only applies to DragonFly, but if other platforms are seeing the same error, then the patch's macro should be expanded to include those other platforms as well.
2011-11-16Recursive bump for multimedia/ffmpeg buildlink addition.sbd1-2/+2
2011-11-16Add missing archivers/bzip2 and deve/zlib buildlinkssbd3-3/+8
Bump PKGREVISION
2011-11-07update for new release datedrochner1-3/+3
2011-11-07update to 0.7.7drochner3-24/+15
"fixes around 90 bugs, several of which are security relevant" (sorry, no details in the release notes)
2011-10-07update to 0.7.6drochner3-9/+9
changes: -security fixes to many demuxers and decoders -bugfixes
2011-09-14Fix check for texi2html to work with older texi2html versions.hans3-9/+27
While at it, don't build the html documentation that isn't installed anyway.
2011-09-12update to ffmpeg-20110907.0.7.4drochner4-12/+10
changes: -fix integer inderflow in rtp code which could allow remote code execution -misc fixes and improvements
2011-08-12ffmpeg seems to have dropped the faad support, so remove the option.mrg2-16/+4
(enabling the option causes build failures.)
2011-08-04Enable vorbis support. From Matthew Mondor in PR 45208.wiz2-4/+13
Bump PKGREVISION.
2011-08-02Disable integrated assembler with Clangjoerg1-1/+7
2011-07-19update to 0.7.1drochner11-166/+95
changes: many new features and bugfixes (those of the 0.8 branch), but API/ABI compatible with 0.6
2011-04-29TEST_TARGET=checkobache1-1/+3
2011-04-29Update ffmpeg to 20110426.0.6.3.obache3-9/+9
version 0.6.3: - AMV: Fix possibly exploitable crash. - Fix apparently exploitable race condition.
2011-04-05update to 0.6.2drochner3-9/+8
changes: - Fix invalid reads in VC-1 decoding (related to CVE-2011-0723) - Do not attempt to decode APE file with no frames (adresses http://packetstorm.linuxsecurity.com/1103-exploits/vlc105-dos.txt)
2011-01-24add "libvpx" option, enabled per default (supposedly harmless license),drochner3-5/+17
bump PKGREV
2011-01-17Disable assembler support under Mac OS X to fix the build.tron1-1/+7
2011-01-17update to 20101018.0.6.1, from Makoto Fujiwara per pkgsrc-wip,drochner13-258/+194
with two changes by me: -disabled symbol versioning - this didn't work correctly for me -changed PKGVERSION to start with the release date, so that it sorts correctly against the snapshots we had before vlc-1.0.6 does still build, but can be updated now
2010-12-03Avoid using obsolete texi2html command line flags.wiz2-6/+16
Fixes build with texi2html>=5.
2010-10-24drop maintainershipahoka1-2/+2
2010-09-05Add VDPAU support, from Aleksey Cheusov.wiz1-1/+17
2010-09-05Add RCS Id.wiz2-2/+4
2010-09-05pkglint cleanup.wiz2-5/+6
2010-05-24Disable assembler optimizations (e.g. MMX support) to make this buildtron3-7/+7
under Mac OS X Intel.
2010-05-04trick "configure" to accept the 20090920 snapshot of x264-devel,drochner4-8/+20
refine dependency pattern, bump PKGREVISION
2010-04-16Add opencore-arm option. Not enabled by default for ffmpeg.reed2-4/+24
It worked for me to play a "Adaptive Multi-Rate Codec (GSM telephony)" file using ffplay.
2010-04-02Fix ffmpeg on powerpc again, but without breaking i386. OKed by wiz@.jmmv3-6/+6
2010-03-14Make this build and work under Solaris 10 x86:tron6-23/+140
1.) Work around lack of support for Sun Studio C Compiler and bugs in this compiler (it crashes with "-O3", "-xO2" works fine). 2.) Use a hammer to disable MMX, AMD 3DNow and SSE support as Solaris refuses to load libraries which contain unsupported instructions.
2010-03-14Fix installation on platforms where the "install-sh" package is used.tron3-1/+61
2010-03-14Mark this package as requiring a C99 compiler as it uses the compilertron1-1/+3
option "-std=c99". This fixes the build under Solaris 10 using the Sun Studio Compiler.
2010-01-05Depend on revsion 3.98.2nb1 or newer of the "lame" package to make suretron1-2/+5
that audio encoding actually works. Bump package revision. Approved by Alistair Crooks.
2009-10-30Add an other mirror.ahoka1-2/+3
2009-09-25Add patch from ffmpeg GIT repository to fix the vulnerabilitytron3-3/+22
reported in SA36760.
2009-09-22Fix bktr build on DragonFly.ahoka2-6/+13
Patch from Steve O'Hara-Smith from pkgsrc-users.