summaryrefslogtreecommitdiff
path: root/multimedia/ffmpeg
AgeCommit message (Collapse)AuthorFilesLines
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.
2009-09-20Add patch from pkg/42000 to fix cpu detection on powerpc.ahoka3-3/+20
Closes PR pkg/42000
2009-09-07Dont use PIC on i386 as it breaks inline asm.ahoka2-9/+11
Closes PR pkg/41964.
2009-08-30Fix linkage in NetBSD so that object files for shared libraries get thejmmv3-8/+17
-fPIC -DPIC flags. Fixes execution in, at least, NetBSD/macppc. Bump PKGREVISION.
2009-08-10Disable use of SSE2 accelerations if compiled with gcc<4.2, this causesdrochner3-2/+25
crashes. (means this snapshot is just too new for NetBSD's toolchain)
2009-08-05Make the faac option enable restricted binaries.ahoka1-1/+4
Closes PR pkg/41739.
2009-07-18Remove support code for SDL option; option was removed during lastwiz1-16/+1
update, since ffplay is a separate package now. Addresses point raised by David A. Holland in PR 41729.
2009-06-18Clean up some lint in ffplay, re-make patch digests, and add a comment toagc1-1/+2
ffmpeg's Makefile.common
2009-06-14Add --enable-memalign-hack for NetBSD 4.0 and earlier.ahoka1-1/+7
2009-06-14Remove @dirrm entries from PLISTsjoerg1-11/+1
2009-06-14Switch to a more portable endiannes check in the configure script.ahoka2-5/+22
Fixes build on NetBSD 4.0 and possibly many more platforms.
2009-06-14Make it build on DragonFly. Fix distinfo - there is no patch-aa.hasso2-2/+15
2009-06-12Add a missing file from the previous commit.ahoka1-0/+50
Thanks David!
2009-06-12Update the buildlink file as well.ahoka1-7/+3
2009-06-12Update to nightly the snapshot as of 2009-06-11.ahoka13-350/+73
Also modularize a bit, so we can have a separate ffplay package. Too many changes to list them.
2009-05-02Add PREV_PKGPATH and/or SUPERSEDES for various packages thatreed1-1/+2
were moved or renamed. This was for some from 2008 and 2009 and one from 2001. Also I noticed that a CHANGES entry was wrong as said "Renamed" when should have said "Moved" (lua-OSBF) because PKGBASE stayed the same.
2009-04-07Add some dirrms. Bump PKGREVISION.wiz2-3/+12
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-14/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2009-01-29Add fix for buffer overflow in 4xm movie format decoder based on atron3-3/+26
patch from "ffmpeg" SVN.
2008-12-18Recursive dependency bump for multimedia/x264-devel. It's toughbjs1-1/+2
to know which packages are affected by the update and how, so to be safe, I'm doing a full bump.
2008-12-18Update patch-oldx264 to deal with new x264-devel snapshot. PKGREVISION++bjs3-7/+38
2008-12-02Disable SIMD on AMD64 too.ahoka1-4/+4
2008-09-15Patch support for img_resample() and friends back into ffmpeg even whensborrill6-23/+47
swscale is enabled. This allows older apps (such as vlc 0.8.6i) to run without a specific ffmpeg package option and thus the swscale option is no longer needed.
2008-09-13Add --disable-stripping so our libraries have symbolsjmcneill1-2/+3
2008-09-12I should have added this file in my previous commit.ahoka1-0/+15