Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-08-04 | Enable vorbis support. From Matthew Mondor in PR 45208. | wiz | 2 | -4/+13 | |
Bump PKGREVISION. | |||||
2011-08-02 | Disable integrated assembler with Clang | joerg | 1 | -1/+7 | |
2011-07-19 | update to 0.7.1 | drochner | 11 | -166/+95 | |
changes: many new features and bugfixes (those of the 0.8 branch), but API/ABI compatible with 0.6 | |||||
2011-04-29 | TEST_TARGET=check | obache | 1 | -1/+3 | |
2011-04-29 | Update ffmpeg to 20110426.0.6.3. | obache | 3 | -9/+9 | |
version 0.6.3: - AMV: Fix possibly exploitable crash. - Fix apparently exploitable race condition. | |||||
2011-04-05 | update to 0.6.2 | drochner | 3 | -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-24 | add "libvpx" option, enabled per default (supposedly harmless license), | drochner | 3 | -5/+17 | |
bump PKGREV | |||||
2011-01-17 | Disable assembler support under Mac OS X to fix the build. | tron | 1 | -1/+7 | |
2011-01-17 | update to 20101018.0.6.1, from Makoto Fujiwara per pkgsrc-wip, | drochner | 13 | -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-03 | Avoid using obsolete texi2html command line flags. | wiz | 2 | -6/+16 | |
Fixes build with texi2html>=5. | |||||
2010-10-24 | drop maintainership | ahoka | 1 | -2/+2 | |
2010-09-05 | Add VDPAU support, from Aleksey Cheusov. | wiz | 1 | -1/+17 | |
2010-09-05 | Add RCS Id. | wiz | 2 | -2/+4 | |
2010-09-05 | pkglint cleanup. | wiz | 2 | -5/+6 | |
2010-05-24 | Disable assembler optimizations (e.g. MMX support) to make this build | tron | 3 | -7/+7 | |
under Mac OS X Intel. | |||||
2010-05-04 | trick "configure" to accept the 20090920 snapshot of x264-devel, | drochner | 4 | -8/+20 | |
refine dependency pattern, bump PKGREVISION | |||||
2010-04-16 | Add opencore-arm option. Not enabled by default for ffmpeg. | reed | 2 | -4/+24 | |
It worked for me to play a "Adaptive Multi-Rate Codec (GSM telephony)" file using ffplay. | |||||
2010-04-02 | Fix ffmpeg on powerpc again, but without breaking i386. OKed by wiz@. | jmmv | 3 | -6/+6 | |
2010-03-14 | Make this build and work under Solaris 10 x86: | tron | 6 | -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-14 | Fix installation on platforms where the "install-sh" package is used. | tron | 3 | -1/+61 | |
2010-03-14 | Mark this package as requiring a C99 compiler as it uses the compiler | tron | 1 | -1/+3 | |
option "-std=c99". This fixes the build under Solaris 10 using the Sun Studio Compiler. | |||||
2010-01-05 | Depend on revsion 3.98.2nb1 or newer of the "lame" package to make sure | tron | 1 | -2/+5 | |
that audio encoding actually works. Bump package revision. Approved by Alistair Crooks. | |||||
2009-10-30 | Add an other mirror. | ahoka | 1 | -2/+3 | |
2009-09-25 | Add patch from ffmpeg GIT repository to fix the vulnerability | tron | 3 | -3/+22 | |
reported in SA36760. | |||||
2009-09-22 | Fix bktr build on DragonFly. | ahoka | 2 | -6/+13 | |
Patch from Steve O'Hara-Smith from pkgsrc-users. | |||||
2009-09-20 | Add patch from pkg/42000 to fix cpu detection on powerpc. | ahoka | 3 | -3/+20 | |
Closes PR pkg/42000 | |||||
2009-09-07 | Dont use PIC on i386 as it breaks inline asm. | ahoka | 2 | -9/+11 | |
Closes PR pkg/41964. | |||||
2009-08-30 | Fix linkage in NetBSD so that object files for shared libraries get the | jmmv | 3 | -8/+17 | |
-fPIC -DPIC flags. Fixes execution in, at least, NetBSD/macppc. Bump PKGREVISION. | |||||
2009-08-10 | Disable use of SSE2 accelerations if compiled with gcc<4.2, this causes | drochner | 3 | -2/+25 | |
crashes. (means this snapshot is just too new for NetBSD's toolchain) | |||||
2009-08-05 | Make the faac option enable restricted binaries. | ahoka | 1 | -1/+4 | |
Closes PR pkg/41739. | |||||
2009-07-18 | Remove support code for SDL option; option was removed during last | wiz | 1 | -16/+1 | |
update, since ffplay is a separate package now. Addresses point raised by David A. Holland in PR 41729. | |||||
2009-06-18 | Clean up some lint in ffplay, re-make patch digests, and add a comment to | agc | 1 | -1/+2 | |
ffmpeg's Makefile.common | |||||
2009-06-14 | Add --enable-memalign-hack for NetBSD 4.0 and earlier. | ahoka | 1 | -1/+7 | |
2009-06-14 | Remove @dirrm entries from PLISTs | joerg | 1 | -11/+1 | |
2009-06-14 | Switch to a more portable endiannes check in the configure script. | ahoka | 2 | -5/+22 | |
Fixes build on NetBSD 4.0 and possibly many more platforms. | |||||
2009-06-14 | Make it build on DragonFly. Fix distinfo - there is no patch-aa. | hasso | 2 | -2/+15 | |
2009-06-12 | Add a missing file from the previous commit. | ahoka | 1 | -0/+50 | |
Thanks David! | |||||
2009-06-12 | Update the buildlink file as well. | ahoka | 1 | -7/+3 | |
2009-06-12 | Update to nightly the snapshot as of 2009-06-11. | ahoka | 13 | -350/+73 | |
Also modularize a bit, so we can have a separate ffplay package. Too many changes to list them. | |||||
2009-05-02 | Add PREV_PKGPATH and/or SUPERSEDES for various packages that | reed | 1 | -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-07 | Add some dirrms. Bump PKGREVISION. | wiz | 2 | -3/+12 | |
2009-03-20 | Simply and speed up buildlink3.mk files and processing. | joerg | 1 | -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-29 | Add fix for buffer overflow in 4xm movie format decoder based on a | tron | 3 | -3/+26 | |
patch from "ffmpeg" SVN. | |||||
2008-12-18 | Recursive dependency bump for multimedia/x264-devel. It's tough | bjs | 1 | -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-18 | Update patch-oldx264 to deal with new x264-devel snapshot. PKGREVISION++ | bjs | 3 | -7/+38 | |
2008-12-02 | Disable SIMD on AMD64 too. | ahoka | 1 | -4/+4 | |
2008-09-15 | Patch support for img_resample() and friends back into ffmpeg even when | sborrill | 6 | -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-13 | Add --disable-stripping so our libraries have symbols | jmcneill | 1 | -2/+3 | |
2008-09-12 | I should have added this file in my previous commit. | ahoka | 1 | -0/+15 | |
2008-09-12 | Make swscale an option (on by default). This option needs to be disabled for | sborrill | 3 | -14/+22 | |
vlc08 (0.8.6i). |