The NetBSD Project

CVS log for pkgsrc/multimedia/ffmpeg/distinfo

[BACK] Up to [cvs.netbsd.org] / pkgsrc / multimedia / ffmpeg

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.55 / (download) - annotate - [select for diffs], Sat Apr 14 13:20:58 2012 UTC (5 weeks, 6 days ago) by drochner
Branch: MAIN
CVS Tags: HEAD
Changes since 1.54: +4 -4 lines
Diff to previous 1.54 (colored)

update to 0.7.12
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

Revision 1.54 / (download) - annotate - [select for diffs], Fri Feb 3 08:43:50 2012 UTC (3 months, 3 weeks ago) by sbd
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1
Changes since 1.53: +2 -2 lines
Diff to previous 1.53 (colored)

The fix for UINT64_C is needed on Linux to.

Bump PKGREVISION

Revision 1.53 / (download) - annotate - [select for diffs], Sat Jan 28 09:31:29 2012 UTC (3 months, 3 weeks ago) by marino
Branch: MAIN
Changes since 1.52: +2 -2 lines
Diff to previous 1.52 (colored)

multimedia/ffmpeg: rework UINT64_C fix for DragonFly and NetBSD

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.

Revision 1.52 / (download) - annotate - [select for diffs], Tue Jan 17 15:08:31 2012 UTC (4 months, 1 week ago) by drochner
Branch: MAIN
Changes since 1.51: +4 -4 lines
Diff to previous 1.51 (colored)

update to 0.7.11
changes: security fixes:
-CVE-2011-3893 (DOS in MKV / Vorbis handlers)
-CVE-2011-3895 (buffer overflow in Vorbis decoder)
and possible more

Revision 1.51 / (download) - annotate - [select for diffs], Mon Jan 9 17:08:52 2012 UTC (4 months, 2 weeks ago) by drochner
Branch: MAIN
Changes since 1.50: +4 -4 lines
Diff to previous 1.50 (colored)

update to 0.7.10
changes:
-bug fixes
-minor changes
-security fixes (not further specified in the announcement)

Revision 1.50 / (download) - annotate - [select for diffs], Tue Nov 29 17:58:17 2011 UTC (5 months, 3 weeks ago) by jmmv
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base, pkgsrc-2011Q4
Changes since 1.49: +2 -2 lines
Diff to previous 1.49 (colored)

Unbreak ffmpeg on NetBSD/macppc... again -- and a big fat comment warning
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.

Revision 1.49 / (download) - annotate - [select for diffs], Mon Nov 28 11:00:28 2011 UTC (5 months, 3 weeks ago) by drochner
Branch: MAIN
Changes since 1.48: +4 -4 lines
Diff to previous 1.48 (colored)

update to 0.7.8
changes:
-fix buffer overflows in svq1dec, vp3_dequant, qdm2dec
 (possible code injection)
-more fixes

Revision 1.48 / (download) - annotate - [select for diffs], Sat Nov 26 22:28:12 2011 UTC (5 months, 4 weeks ago) by dholland
Branch: MAIN
Changes since 1.47: +2 -2 lines
Diff to previous 1.47 (colored)

Extend the UINT64_C patch to NetBSD, which needs it, and FreeBSD and
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...

Revision 1.47 / (download) - annotate - [select for diffs], Tue Nov 22 10:51:35 2011 UTC (6 months ago) by marino
Branch: MAIN
Changes since 1.46: +2 -1 lines
Diff to previous 1.46 (colored)

multimedia/ffmpeg: Fix UINT64_C error on DragonFly

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.

Revision 1.44.2.1 / (download) - annotate - [select for diffs], Wed Nov 16 21:07:03 2011 UTC (6 months, 1 week ago) by sbd
Branch: pkgsrc-2011Q3
Changes since 1.44: +5 -5 lines
Diff to previous 1.44 (colored) next main 1.45 (colored)

Pullup ticket #3604 - requested by drochner
multimedia/ffmpeg security update

Revisions pulled up:
- multimedia/ffmpeg/Makefile                                    1.73-1.74
- multimedia/ffmpeg/Makefile.common                             1.13-1.14
- multimedia/ffmpeg/distinfo                                    1.45-1.46
- multimedia/ffmpeg/patches/patch-configure                     1.14

---
   Module Name:    pkgsrc
   Committed By:   drochner
   Date:           Fri Oct  7 12:20:39 UTC 2011

   Modified Files:
           pkgsrc/multimedia/ffmpeg: Makefile Makefile.common distinfo

   Log Message:
   update to 0.7.6
   changes:
   -security fixes to many demuxers and decoders
   -bugfixes

---
   Module Name:    pkgsrc
   Committed By:   drochner
   Date:           Mon Nov  7 10:43:35 UTC 2011

   Modified Files:
           pkgsrc/multimedia/ffmpeg: Makefile.common distinfo
           pkgsrc/multimedia/ffmpeg/patches: patch-configure

   Log Message:
   update to 0.7.7
   "fixes around 90 bugs, several of which are security relevant"
   (sorry, no details in the release notes)

---
   Module Name:    pkgsrc
   Committed By:   drochner
   Date:           Mon Nov  7 10:45:36 UTC 2011

   Modified Files:
           pkgsrc/multimedia/ffmpeg: Makefile

   Log Message:
   update for new release date

Revision 1.46 / (download) - annotate - [select for diffs], Mon Nov 7 10:43:35 2011 UTC (6 months, 2 weeks ago) by drochner
Branch: MAIN
Changes since 1.45: +5 -5 lines
Diff to previous 1.45 (colored)

update to 0.7.7
"fixes around 90 bugs, several of which are security relevant"
(sorry, no details in the release notes)

Revision 1.45 / (download) - annotate - [select for diffs], Fri Oct 7 12:20:39 2011 UTC (7 months, 2 weeks ago) by drochner
Branch: MAIN
Changes since 1.44: +4 -4 lines
Diff to previous 1.44 (colored)

update to 0.7.6
changes:
-security fixes to many demuxers and decoders
-bugfixes

Revision 1.44 / (download) - annotate - [select for diffs], Wed Sep 14 17:21:08 2011 UTC (8 months, 1 week ago) by hans
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base
Branch point for: pkgsrc-2011Q3
Changes since 1.43: +3 -3 lines
Diff to previous 1.43 (colored)

Fix check for texi2html to work with older texi2html versions.
While at it, don't build the html documentation that isn't installed
anyway.

Revision 1.43 / (download) - annotate - [select for diffs], Mon Sep 12 17:18:52 2011 UTC (8 months, 1 week ago) by drochner
Branch: MAIN
Changes since 1.42: +4 -4 lines
Diff to previous 1.42 (colored)

update to ffmpeg-20110907.0.7.4
changes:
-fix integer inderflow in rtp code which could allow remote code execution
-misc fixes and improvements

Revision 1.42 / (download) - annotate - [select for diffs], Tue Jul 19 19:53:18 2011 UTC (10 months ago) by drochner
Branch: MAIN
Changes since 1.41: +7 -10 lines
Diff to previous 1.41 (colored)

update to 0.7.1
changes: many new features and bugfixes (those of the 0.8 branch), but
API/ABI compatible with 0.6

Revision 1.41 / (download) - annotate - [select for diffs], Fri Apr 29 07:41:01 2011 UTC (12 months, 3 weeks ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2011Q2-base, pkgsrc-2011Q2
Changes since 1.40: +4 -4 lines
Diff to previous 1.40 (colored)

Update ffmpeg to 20110426.0.6.3.

version 0.6.3:
- AMV: Fix possibly exploitable crash.
- Fix apparently exploitable race condition.

Revision 1.40 / (download) - annotate - [select for diffs], Tue Apr 5 11:50:45 2011 UTC (13 months, 2 weeks ago) by drochner
Branch: MAIN
Changes since 1.39: +4 -4 lines
Diff to previous 1.39 (colored)

update to 0.6.2
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)

Revision 1.39 / (download) - annotate - [select for diffs], Mon Jan 17 16:51:05 2011 UTC (16 months, 1 week ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2011Q1-base, pkgsrc-2011Q1
Changes since 1.38: +10 -11 lines
Diff to previous 1.38 (colored)

update to 20101018.0.6.1, from Makoto Fujiwara per pkgsrc-wip,
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

Revision 1.38 / (download) - annotate - [select for diffs], Fri Dec 3 12:22:19 2010 UTC (17 months, 3 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q4-base, pkgsrc-2010Q4
Changes since 1.37: +2 -2 lines
Diff to previous 1.37 (colored)

Avoid using obsolete texi2html command line flags.
Fixes build with texi2html>=5.

Revision 1.37 / (download) - annotate - [select for diffs], Sun Sep 5 22:55:38 2010 UTC (20 months, 2 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q3-base, pkgsrc-2010Q3
Changes since 1.36: +2 -2 lines
Diff to previous 1.36 (colored)

Add RCS Id.

Revision 1.36 / (download) - annotate - [select for diffs], Mon May 24 22:10:01 2010 UTC (2 years ago) by tron
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base, pkgsrc-2010Q2
Changes since 1.35: +2 -2 lines
Diff to previous 1.35 (colored)

Disable assembler optimizations (e.g. MMX support) to make this build
under Mac OS X Intel.

Revision 1.35 / (download) - annotate - [select for diffs], Tue May 4 18:33:43 2010 UTC (2 years ago) by drochner
Branch: MAIN
Changes since 1.34: +2 -2 lines
Diff to previous 1.34 (colored)

trick "configure" to accept the 20090920 snapshot of x264-devel,
refine dependency pattern, bump PKGREVISION

Revision 1.34 / (download) - annotate - [select for diffs], Fri Apr 2 11:19:40 2010 UTC (2 years, 1 month ago) by jmmv
Branch: MAIN
CVS Tags: pkgsrc-2010Q1-base, pkgsrc-2010Q1
Changes since 1.33: +2 -2 lines
Diff to previous 1.33 (colored)

Fix ffmpeg on powerpc again, but without breaking i386.  OKed by wiz@.

Revision 1.33 / (download) - annotate - [select for diffs], Sun Mar 14 23:07:30 2010 UTC (2 years, 2 months ago) by tron
Branch: MAIN
Changes since 1.32: +3 -2 lines
Diff to previous 1.32 (colored)

Make this build and work under Solaris 10 x86:
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.

Revision 1.32 / (download) - annotate - [select for diffs], Sun Mar 14 21:44:49 2010 UTC (2 years, 2 months ago) by tron
Branch: MAIN
Changes since 1.31: +3 -1 lines
Diff to previous 1.31 (colored)

Fix installation on platforms where the "install-sh" package is used.

Revision 1.25.2.1 / (download) - annotate - [select for diffs], Mon Sep 28 08:08:31 2009 UTC (2 years, 7 months ago) by spz
Branch: pkgsrc-2009Q2
Changes since 1.25: +6 -3 lines
Diff to previous 1.25 (colored) next main 1.26 (colored)

Pullup ticket 2902 - requested by tron
security patch

Revisions pulled up:
- pkgsrc/multimedia/ffmpeg/Makefile			by patch
- pkgsrc/multimedia/ffmpeg/distinfo			by patch
- pkgsrc/multimedia/ffmpeg/options.mk			by patch
- pkgsrc/multimedia/ffmpeg/patches/patch-bktr		by patch
- pkgsrc/multimedia/ffmpeg/patches/patch-configure	by patch

Files added:
pkgsrc/multimedia/ffmpeg/patches/patch-aa		1.9
pkgsrc/multimedia/ffmpeg/patches/patch-ab		1.6
pkgsrc/multimedia/ffmpeg/patches/patch-powerpc		1.6

   -------------------------------------------------------------------------

   Module Name:	pkgsrc
   Committed By:	tron
   Date:		Fri Sep 25 11:10:21 UTC 2009

   Modified Files:
   	pkgsrc/multimedia/ffmpeg: Makefile distinfo
   Added Files:
   	pkgsrc/multimedia/ffmpeg/patches: patch-ab

   Log Message:
   Add patch from ffmpeg GIT repository to fix the vulnerability
   reported in SA36760.


   To generate a diff of this commit:
   cvs rdiff -u -r1.53 -r1.54 pkgsrc/multimedia/ffmpeg/Makefile
   cvs rdiff -u -r1.30 -r1.31 pkgsrc/multimedia/ffmpeg/distinfo
   cvs rdiff -u -r0 -r1.6 pkgsrc/multimedia/ffmpeg/patches/patch-ab

Revision 1.31 / (download) - annotate - [select for diffs], Fri Sep 25 11:10:21 2009 UTC (2 years, 8 months ago) by tron
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3
Changes since 1.30: +2 -1 lines
Diff to previous 1.30 (colored)

Add patch from ffmpeg GIT repository to fix the vulnerability
reported in SA36760.

Revision 1.30 / (download) - annotate - [select for diffs], Tue Sep 22 16:46:50 2009 UTC (2 years, 8 months ago) by ahoka
Branch: MAIN
Changes since 1.29: +2 -2 lines
Diff to previous 1.29 (colored)

Fix bktr build on DragonFly.

Patch from Steve O'Hara-Smith from pkgsrc-users.

Revision 1.29 / (download) - annotate - [select for diffs], Sun Sep 20 08:13:21 2009 UTC (2 years, 8 months ago) by ahoka
Branch: MAIN
Changes since 1.28: +2 -1 lines
Diff to previous 1.28 (colored)

Add patch from pkg/42000 to fix cpu detection on powerpc.

Closes PR pkg/42000

Revision 1.28 / (download) - annotate - [select for diffs], Mon Sep 7 20:05:30 2009 UTC (2 years, 8 months ago) by ahoka
Branch: MAIN
Changes since 1.27: +2 -2 lines
Diff to previous 1.27 (colored)

Dont use PIC on i386 as it breaks inline asm.

Closes PR pkg/41964.

Revision 1.27 / (download) - annotate - [select for diffs], Sun Aug 30 11:01:58 2009 UTC (2 years, 8 months ago) by jmmv
Branch: MAIN
Changes since 1.26: +2 -2 lines
Diff to previous 1.26 (colored)

Fix linkage in NetBSD so that object files for shared libraries get the
-fPIC -DPIC flags.  Fixes execution in, at least, NetBSD/macppc.  Bump
PKGREVISION.

Revision 1.26 / (download) - annotate - [select for diffs], Mon Aug 10 20:37:15 2009 UTC (2 years, 9 months ago) by drochner
Branch: MAIN
Changes since 1.25: +2 -1 lines
Diff to previous 1.25 (colored)

Disable use of SSE2 accelerations if compiled with gcc<4.2, this causes
crashes. (means this snapshot is just too new for NetBSD's toolchain)

Revision 1.25 / (download) - annotate - [select for diffs], Sun Jun 14 11:27:00 2009 UTC (2 years, 11 months ago) by ahoka
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base
Branch point for: pkgsrc-2009Q2
Changes since 1.24: +2 -2 lines
Diff to previous 1.24 (colored)

Switch to a more portable endiannes check in the configure script.
Fixes build on NetBSD 4.0 and possibly many more platforms.

Revision 1.24 / (download) - annotate - [select for diffs], Sun Jun 14 01:04:44 2009 UTC (2 years, 11 months ago) by hasso
Branch: MAIN
Changes since 1.23: +2 -2 lines
Diff to previous 1.23 (colored)

Make it build on DragonFly. Fix distinfo - there is no patch-aa.

Revision 1.23 / (download) - annotate - [select for diffs], Fri Jun 12 16:25:34 2009 UTC (2 years, 11 months ago) by ahoka
Branch: MAIN
Changes since 1.22: +6 -13 lines
Diff to previous 1.22 (colored)

Update to nightly the snapshot as of 2009-06-11.
Also modularize a bit, so we can have a separate ffplay package.

Too many changes to list them.

Revision 1.21.2.1 / (download) - annotate - [select for diffs], Sun Feb 1 03:50:57 2009 UTC (3 years, 3 months ago) by rtr
Branch: pkgsrc-2008Q4
Changes since 1.21: +2 -1 lines
Diff to previous 1.21 (colored) next main 1.22 (colored)

pullup ticket #2672 - requested by tron
ffmpeg: fix buffer overflow

revisions pulled up:
pkgsrc/multimedia/ffmpeg/Makefile		1.47
pkgsrc/multimedia/ffmpeg/distinfo		1.22
pkgsrc/multimedia/ffmpeg/patches/patch-4xm	1.1

   Module Name:    pkgsrc
   Committed By:   tron
   Date:           Thu Jan 29 15:02:13 UTC 2009

   Modified Files:
           pkgsrc/multimedia/ffmpeg: Makefile distinfo
   Added Files:
           pkgsrc/multimedia/ffmpeg/patches: patch-4xm

   Log Message:
   Add fix for buffer overflow in 4xm movie format decoder based on a
   patch from "ffmpeg" SVN.

Revision 1.22 / (download) - annotate - [select for diffs], Thu Jan 29 15:02:13 2009 UTC (3 years, 3 months ago) by tron
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base, pkgsrc-2009Q1
Changes since 1.21: +2 -1 lines
Diff to previous 1.21 (colored)

Add fix for buffer overflow in 4xm movie format decoder based on a
patch from "ffmpeg" SVN.

Revision 1.21 / (download) - annotate - [select for diffs], Thu Dec 18 16:31:53 2008 UTC (3 years, 5 months ago) by bjs
Branch: MAIN
CVS Tags: pkgsrc-2008Q4-base
Branch point for: pkgsrc-2008Q4
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (colored)

Update patch-oldx264 to deal with new x264-devel snapshot.  PKGREVISION++

Revision 1.20 / (download) - annotate - [select for diffs], Mon Sep 15 21:24:00 2008 UTC (3 years, 8 months ago) by sborrill
Branch: MAIN
CVS Tags: pkgsrc-2008Q3-base, pkgsrc-2008Q3
Changes since 1.19: +3 -1 lines
Diff to previous 1.19 (colored)

Patch support for img_resample() and friends back into ffmpeg even when
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.

Revision 1.19 / (download) - annotate - [select for diffs], Fri Sep 12 12:21:07 2008 UTC (3 years, 8 months ago) by ahoka
Branch: MAIN
CVS Tags: cube-native-xorg-base, cube-native-xorg
Changes since 1.18: +2 -1 lines
Diff to previous 1.18 (colored)

Patch libavcodec to build with our slightly older version of x264.
This reenables the x264 option and makes it default again.

This patch should be removed after an x264 update.

Revision 1.18 / (download) - annotate - [select for diffs], Thu Sep 11 12:08:41 2008 UTC (3 years, 8 months ago) by joerg
Branch: MAIN
Changes since 1.17: +3 -2 lines
Diff to previous 1.17 (colored)

Provide code pathes using posix_memalign, applies  at leas to NetBSD
current.

Revision 1.17 / (download) - annotate - [select for diffs], Mon Sep 8 00:16:35 2008 UTC (3 years, 8 months ago) by ahoka
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored)

Explicitly disable any mmx or sse code.
Fix endian detection.

Revision 1.16 / (download) - annotate - [select for diffs], Sun Sep 7 23:39:37 2008 UTC (3 years, 8 months ago) by ahoka
Branch: MAIN
Changes since 1.15: +8 -18 lines
Diff to previous 1.15 (colored)

Track FreeBSD's SVN snapshots of ffmpeg as there are no more stable
releases produced by the ffmpeg team.

Add v4l2 support for NetBSD.

Revision 1.14.8.1 / (download) - annotate - [select for diffs], Thu Sep 4 21:01:44 2008 UTC (3 years, 8 months ago) by tron
Branch: pkgsrc-2008Q2
Changes since 1.14: +2 -1 lines
Diff to previous 1.14 (colored) next main 1.15 (colored)

Pullup ticket #2515 - requested by tonnerre
ffmpeg: security patch

Revisions pulled up:
- multimedia/ffmpeg/Makefile		1.36
- multimedia/ffmpeg/distinfo		1.15
- multimedia/ffmpeg/patches/patch-al	1.1
---
Module Name:	pkgsrc
Committed By:	tonnerre
Date:		Mon Sep  1 00:00:10 UTC 2008

Modified Files:
	pkgsrc/multimedia/ffmpeg: Makefile distinfo
Added Files:
	pkgsrc/multimedia/ffmpeg/patches: patch-al

Log Message:
Add patch to fix ffmpeg remote system access vulnerability
(CVE-2008-3162).

Revision 1.15 / (download) - annotate - [select for diffs], Mon Sep 1 00:00:10 2008 UTC (3 years, 8 months ago) by tonnerre
Branch: MAIN
Changes since 1.14: +2 -1 lines
Diff to previous 1.14 (colored)

Add patch to fix ffmpeg remote system access vulnerability (CVE-2008-3162).

Revision 1.14 / (download) - annotate - [select for diffs], Sat Dec 22 00:05:25 2007 UTC (4 years, 5 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2008Q2-base, pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, cwrapper
Branch point for: pkgsrc-2008Q2
Changes since 1.13: +5 -5 lines
Diff to previous 1.13 (colored)

Linux needs -ldl in all cases (from PR 37587).
Add DESTDIR support.

Revision 1.13 / (download) - annotate - [select for diffs], Thu Aug 2 21:48:33 2007 UTC (4 years, 9 months ago) by dbj
Branch: MAIN
CVS Tags: pkgsrc-2007Q3-base, pkgsrc-2007Q3
Changes since 1.12: +8 -5 lines
Diff to previous 1.12 (colored)

fixes to compile on darwin

Revision 1.12 / (download) - annotate - [select for diffs], Sat Dec 23 20:53:42 2006 UTC (5 years, 5 months ago) by jdc
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

Make this compile under sparc64.

OK joerg@.

Revision 1.11 / (download) - annotate - [select for diffs], Mon Jun 26 19:40:06 2006 UTC (5 years, 11 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2
Changes since 1.10: +6 -3 lines
Diff to previous 1.10 (colored)

Fix build with gcc4 on NetBSD-3.99.21.

Revision 1.10 / (download) - annotate - [select for diffs], Thu Feb 16 10:26:30 2006 UTC (6 years, 3 months ago) by abs
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.9: +9 -9 lines
Diff to previous 1.9 (colored)

Update ffmpeg to 0.4.9pre1, and add patch for libavcodec buffer overflow
http://secunia.com/advisories/17892/

version 0.4.9-pre1:

- DV encoder, DV muxer
- Microsoft RLE video decoder
- Microsoft Video-1 decoder
- Apple Animation (RLE) decoder
- Apple Graphics (SMC) decoder
- Apple Video (RPZA) decoder
- Cinepak decoder
- Sega FILM (CPK) file demuxer
- Westwood multimedia support (VQA & AUD files)
- Id Quake II CIN playback support
- 8BPS video decoder
- FLIC playback support
- RealVideo 2.0 (RV20) decoder
- Duck TrueMotion v1 (DUCK) video decoder
- Sierra VMD demuxer and video decoder
- MSZH and ZLIB decoder support
- SVQ1 video encoder
- AMR-WB support
- PPC optimisations
- rate distortion optimal cbp support
- rate distorted optimal ac prediction for mpeg4
- rate distorted optimal lambda->qp support
- AAC encoding with libfaac
- Sunplus JPEG codec (SP5X) support
- use lagrange multipler instead of qp for ratecontrol
- theora/VP3 decoding support
- XA and ADX ADPCM codecs
- export mpeg2 active display area / pan scan
- Add support for configuring with IBM XLC
- floating point AAN DCT
- initial support for zygovideo (not complete)
- rgb ffv1 support
- new audio/video parser API
- av_log() system
- av_read_frame() and av_seek_frame() support
- missing last frame fixes
- seek by mouse in ffplay
- noise reduction of dct coefficients
- h263 OBMC & 4MV support
- h263 alternative inter vlc support
- h263 loop filter
- h263 slice structured mode
- interlaced DCT support for MPEG2 encoding
- stuffing to stay above min_bitrate
- mb type & qp vissualization
- frame stepping for ffplay
- interlaced motion estimation
- alternate scantable support
- SVCD scan offset support
- closed gop support
- SSE2 fdct
- quantizer noise shaping
- G.726 ADPCM audio codec
- MS ADPCM encoding
- multithreaded/SMP motion estimation
- multithreaded/SMP encoding for MPEG1/MPEG2/MPEG4/H263
- multithreaded/SMP decoding for MPEG2
- FLAC decoder
- Metrowerks CodeWarrior suppport
- h263+ custom pcf support
- nicer output for 'ffmpeg -formats'
- matroska demuxer
- SGI image format, encoding and decoding
- h264 loop filter support
- h264 CABAC support
- nicer looking arrows for the motion vector vissualization
- improved VCD support
- audio timestamp drift compensation
- mpeg2 YUV 422/444 support
- polyphase kaiser windowed sinc and blackman nuttall windowed sinc audio resample
- better image scaling
- h261 support
- correctly interleave packets during encoding
- VIS optimized motion compensation
- intra_dc_precission>0 encoding support
- support reuse of motion vectors/mb types/field select values of the source video
- more accurate deblock filter
- padding support
- many optimizations and bugfixes

Revision 1.9 / (download) - annotate - [select for diffs], Wed Dec 28 16:20:05 2005 UTC (6 years, 4 months ago) by joerg
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

Add DragonFly.

Revision 1.8 / (download) - annotate - [select for diffs], Sat Mar 5 13:32:10 2005 UTC (7 years, 2 months ago) by grant
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4, pkgsrc-2005Q3-base, pkgsrc-2005Q3, pkgsrc-2005Q2-base, pkgsrc-2005Q2, pkgsrc-2005Q1-base, pkgsrc-2005Q1
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

the ffserver program uses dlopen(), so include dlopen.buildlink3.mk
and ensure -ldl is passed when linking ffserver where appropriate.

fixes build on Linux.

Revision 1.7 / (download) - annotate - [select for diffs], Thu Feb 24 11:24:02 2005 UTC (7 years, 3 months ago) by agc
Branch: MAIN
Changes since 1.6: +2 -1 lines
Diff to previous 1.6 (colored)

Add RMD160 digests.

Revision 1.6 / (download) - annotate - [select for diffs], Sun Aug 29 22:43:50 2004 UTC (7 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base, pkgsrc-2004Q4, pkgsrc-2004Q3-base, pkgsrc-2004Q3
Changes since 1.5: +3 -2 lines
Diff to previous 1.5 (colored)

Convert to bsd.options.mk, and add three new options: bktr lame vorbis.
The latter two add support for reading/writing mp3 and ogg files,
while the first adds support for grabbing from bktr(4), based on a file
from FreeBSD ports with some additional changes by me.
Additionally, document how to use it in the man page.

Also, add a patch (by me) to use the NetBSD native audio interface instead
of libossaudio (on NetBSD).

Based on PR 24691 and additional mails by Ove Soerensen (thanks!).
Also addresses PR 20281.

Bump PKGREVISION for the audio interface change.

Revision 1.5 / (download) - annotate - [select for diffs], Fri Aug 6 11:01:53 2004 UTC (7 years, 9 months ago) by drochner
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

make sure libavcodec gets linked against libz and libm for proper
inter-library dependencies

Revision 1.4 / (download) - annotate - [select for diffs], Sat Jul 31 11:08:47 2004 UTC (7 years, 9 months ago) by recht
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

fix typo: it's #if defined and not #ifdef defined

Revision 1.3 / (download) - annotate - [select for diffs], Sun Jul 18 17:40:25 2004 UTC (7 years, 10 months ago) by kristerw
Branch: MAIN
Changes since 1.2: +2 -1 lines
Diff to previous 1.2 (colored)

gcc 2.95 does not handle some of the asm statements.  Fall back to
the C version when using gcc 2.

Revision 1.2 / (download) - annotate - [select for diffs], Tue May 25 21:49:26 2004 UTC (8 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2004Q2-base, pkgsrc-2004Q2
Changes since 1.1: +8 -9 lines
Diff to previous 1.1 (colored)

Update to 0.4.8, and install the header files that are customarily
installed.
Changes:
version 0.4.8:

- MPEG2 video encoding (Michael)
- Id RoQ playback subsystem (Mike Melanson and Tim Ferguson)
- Wing Commander III Movie (.mve) file playback subsystem (Mike Melanson
  and Mario Brito)
- Xan DPCM audio decoder (Mario Brito)
- Interplay MVE playback subsystem (Mike Melanson)
- Duck DK3 and DK4 ADPCM audio decoders (Mike Melanson)

version 0.4.7:

- RealAudio 1.0 (14_4) and 2.0 (28_8) native decoders. Author unknown, code from a mplayerhq
  (originally from public domain player for Amiga at http://www.honeypot.net/audio)
- Current version now also compiles with older GCC (Fabrice)
- 4X multimedia playback system including 4xm file demuxer (Mike
  Melanson), and 4X video and audio codecs (Michael)
- Creative YUV (CYUV) decoder (Mike Melanson)
- FFV1 codec (our very simple lossless intra only codec, compresses much better
  then huffyuv) (Michael)
- ASV1 (Asus), H.264, Intel indeo3 codecs has been added (Various)
- Tiny PNG encoder and decoder, tiny GIF decoder, PAM decoder (PPM with
  alpha support), JPEG YUV colorspace support. (Fabrice Bellard)
- ffplay has been replaced with a newer version which uses SDL (optionally)
  for multi platform support (fabrice)
- Sorenson Version 3 codec (SVQ3) support has been added (decoding only) - donated
  by anonymous
- AMR format has been added (Johannes Carlsson)
- 3gp support has been added (Johannes Carlsson)
- VP3 codec has been added (Mike Melanson)
- more MPEG-1/2 fixes
- Better Multi platform support, MS Visual Studio fixes (various)
- Altivec optimizations (Magnus Damn and others)
- SH4 processor support has been added (BERO)
- New public interfaces (avcodec_get_pix_fmt) (Roman Shaposhnick)
- VOB Streaming support (Brian Foley)
- Better MP3 Autodetection (Andriy Rysin)
- qpel encoding (Michael)
- 4mv+b frames encoding finally fixed (Michael)
- chroma ME (Michael)
- 5 comparission functions for ME (Michael)
- b frame encoding speedup (Michael)
- wmv2 codec (unfinished - Michael)
- user specified diamond size for EPZS (Michael)
- Playstation STR playback subsystem, still experimental (Mike and Michael)
- ASV2 codec (Michael)
- CLJR decoder (Alex)

.. And lots more new enhances and fixes.

version 0.4.6:

- completely new integer only mpeg audio layer 1/2/3 decoder rewritten
  from scratch.
- recoded dct and motion vector search with gcc (no longer depends on
  nasm).
- fix quantization bug in AC3 encoder.
- added PCM codecs and format. Corrected wav/avi/asf pcm issues.
- added prototype ffplay program.
- added GOB header parsing on H.263/H.263+ decoder. (Juanjo)
- bug fix on MCBPC tables of H.263. (Juanjo)
- bug fix on DC coefficients of H.263. (Juanjo)
- added Advanced Prediction Mode on H.263/H.263+ decoder. (Juanjo)
- now we can decode H.263 streams found on QuickTime files. (Juanjo)
- now we can decode H.263 streams found on VIVO v1 files.(Juanjo)
- preliminary RTP "friendly" mode for H.263/H.263+ coding. (Juanjo)
- added GOB header for H.263/H.263+ coding on RTP mode. (Juanjo)
- now H.263 picture size is returned on the first decoded frame. (Juanjo)
- added first regression tests
- added MPEG2 TS demux
- new demux API for libav
- more accurate and faster IDCT (Michael)
- faster and entropy controlled motion search (Michael)
- two pass video encoding (Michael)
- new video rate control (Michael)
- added MSMPEG4V1, MSMPEGV2 and WMV1 support (Michael)
- great performance improvement of video encoders and decoders (Michael)
- new and faster bit readers and vlc parsers (Michael)
- high quality encoding mode : tries all macroblock/VLC types (Michael)
- added DV video decoder
- preliminary RTP/RTSP support in ffserver and libavformat
- H.263+ AIC decoding/encoding support. (Juanjo)
- VCD MPEG-PS mode. (Juanjo)
- PSNR stuff. (Juanjo)
- Simple stats output. (Juanjo)
- 16-bit and 15-bit rgb/bgr/gbr support (Bisqwit)

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Mon May 10 13:41:10 2004 UTC (8 years ago) by wiz
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Reimport graphics/ffmpeg as multimedia/ffmpeg.

Revision 1.1 / (download) - annotate - [select for diffs], Mon May 10 13:41:10 2004 UTC (8 years ago) by wiz
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>