diff options
author | obache <obache@pkgsrc.org> | 2013-08-03 09:22:58 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2013-08-03 09:22:58 +0000 |
commit | 6f35724e304649ca337866e9f362c90911b44885 (patch) | |
tree | cf621a4f2921975d4e0cec42ac914d94ee41c1f9 | |
parent | 97df03e3bd7188a077d25ba8fa3eaa4f6bfa7ee1 (diff) | |
download | pkgsrc-6f35724e304649ca337866e9f362c90911b44885.tar.gz |
Update ffmpeg010 to 0.10.8.
version 0.10.8
- kmvc: Clip pixel position to valid range
- kmvc: use fixed sized arrays in the context
- indeo: use a typedef for the mc function pointer
- lavc: check for overflow in init_get_bits
- mjpegdec: properly report unsupported disabled features
- jpegls: return meaningful errors
- jpegls: factorize return paths
- jpegls: check the scan offset
- wavpack: validate samples size parsed in wavpack_decode_block
- ljpeg: use the correct number of components in yuv
- mjpeg: Validate sampling factors
- mjpegdec: validate parameters in mjpeg_decode_scan_progressive_ac
- wavpack: check packet size early
- wavpack: return meaningful errors
- apetag: use int64_t for filesize
- tiff: do not overread the source buffer
- Prepare for 0.8.8 Release
- smacker: fix an off by one in huff.length computation
- smacker: check the return value of smacker_decode_tree
- smacker: pad the extradata allocation
- smacker: check frame size validity
- vmdav: convert to bytestream2
- 4xm: don't rely on get_buffer() initializing the frame.
- 4xm: check the return value of read_huffman_tables().
- 4xm: use the correct logging context
- 4xm: reject frames not compatible with the declared version
- 4xm: check bitstream_size boundary before using it
- 4xm: do not overread the source buffer in decode_p_block
- avfiltergraph: check for sws opts being non-NULL before using them
- bmv: check for len being valid in bmv_decode_frame()
- dfa: check for invalid access in decode_wdlt()
- indeo3: check motion vectors
- indeo3: fix data size check
- indeo3: switch parsing the header to bytestream2
- lavf: make sure stream probe data gets freed.
- oggdec: fix faulty cleanup prototype
- oma: Validate sample rates
- qdm2: check that the FFT size is a power of 2
- rv10: check that extradata is large enough
- xmv: check audio track parameters validity
- xmv: do not leak memory in the error paths in xmv_read_header()
- aac: check the maximum number of channels
- indeo3: fix off by one in MV validity check, Bug #503
- id3v2: check for end of file while unescaping tags
- wav: Always seek to an even offset, Bug #500, LP: #1174737
- proresdec: support mixed interlaced/non-interlaced content
-rw-r--r-- | multimedia/ffmpeg010/Makefile | 5 | ||||
-rw-r--r-- | multimedia/ffmpeg010/Makefile.common | 4 | ||||
-rw-r--r-- | multimedia/ffmpeg010/distinfo | 8 |
3 files changed, 8 insertions, 9 deletions
diff --git a/multimedia/ffmpeg010/Makefile b/multimedia/ffmpeg010/Makefile index e2d91838f7a..1dc3489fc45 100644 --- a/multimedia/ffmpeg010/Makefile +++ b/multimedia/ffmpeg010/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2013/06/30 12:16:18 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2013/08/03 09:22:58 obache Exp $ -PKGNAME= ffmpeg010-20130410.${DISTVERSION} -PKGREVISION= 1 +PKGNAME= ffmpeg010-20130731.${DISTVERSION} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://ffmpeg.mplayerhq.hu/ COMMENT= Decoding, encoding and streaming software diff --git a/multimedia/ffmpeg010/Makefile.common b/multimedia/ffmpeg010/Makefile.common index b9b1b0afc83..f29876c0340 100644 --- a/multimedia/ffmpeg010/Makefile.common +++ b/multimedia/ffmpeg010/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.7 2013/04/11 11:26:23 drochner Exp $ +# $NetBSD: Makefile.common,v 1.8 2013/08/03 09:22:58 obache Exp $ # used by multimedia/ffmpeg010/Makefile DISTNAME= ffmpeg-${DISTVERSION:S/-//g} @@ -6,7 +6,7 @@ CATEGORIES= multimedia MASTER_SITES= http://www.ffmpeg.org/releases/ EXTRACT_SUFX= .tar.bz2 -DISTVERSION= 0.10.7 +DISTVERSION= 0.10.8 PATCHDIR= ${.CURDIR}/../../multimedia/ffmpeg010/patches HAS_CONFIGURE= YES diff --git a/multimedia/ffmpeg010/distinfo b/multimedia/ffmpeg010/distinfo index a09ec03a591..de09bfa54e0 100644 --- a/multimedia/ffmpeg010/distinfo +++ b/multimedia/ffmpeg010/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.8 2013/05/17 21:50:34 jperkin Exp $ +$NetBSD: distinfo,v 1.9 2013/08/03 09:22:58 obache Exp $ -SHA1 (ffmpeg-0.10.7.tar.bz2) = 48e49998a665055b586bc8468b64b9aa6342e90e -RMD160 (ffmpeg-0.10.7.tar.bz2) = d404ac7028c8e658088bdcdd9391ed0908e80997 -Size (ffmpeg-0.10.7.tar.bz2) = 5782181 bytes +SHA1 (ffmpeg-0.10.8.tar.bz2) = 23b6713b5a403feab4bf57f9363353312ba77995 +RMD160 (ffmpeg-0.10.8.tar.bz2) = 1916b6fab6ec3f32d0f0f54d7964adf6f2852e57 +Size (ffmpeg-0.10.8.tar.bz2) = 5782880 bytes SHA1 (patch-aa) = b30c822e03bb1766181d7b8b8d4122c196fd1d16 SHA1 (patch-ac) = 14b39a2663be41395be0faae8270e18e2ba0891f SHA1 (patch-ap) = b67db14f412bbca036b5e6573df68b64ac5dabc2 |