Skip to content

Commit

Permalink
version 3.0.2:
Browse files Browse the repository at this point in the history
- avcodec/ttaenc: Reallocate packet if its too small
- configure: build fix for P5600 with mips code restructuring
- mips: add support for R6
- pgssubdec: fix subpicture output colorspace and range
- avcodec/ac3dec: Reset SPX when switching from EAC3 to AC3
- avfilter/vf_drawtext: Check return code of load_glyph()
- avformat/mux: Check that deinit is set before calling it
- avcodec/takdec: add code that got somehow lost in process of REing
- avcodec/apedec: fix decoding of stereo files with one channel full of silence
- avcodec/avpacket: Fix off by 5 error
- avcodec/h264: Fix for H.264 configuration parsing
- avcodec/bmp_parser: Ensure remaining_size is not too small in startcode packet crossing corner case
- avcodec/pngdec: Fix alpha detection with skip_frame
- Changelog: Make formating consistent
- avfilter/src_movie: fix how we check for overflows with seek_point
- avcodec/j2kenc: Add attribution to OpenJPEG project:
  • Loading branch information
adam committed Apr 29, 2016
1 parent 12bac5c commit aafc7ed
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
4 changes: 2 additions & 2 deletions multimedia/ffmpeg3/Makefile.common
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# $NetBSD: Makefile.common,v 1.4 2016/04/07 05:28:20 adam Exp $
# $NetBSD: Makefile.common,v 1.5 2016/04/29 19:26:25 adam Exp $
# used by multimedia/ffmpeg3/Makefile
# used by multimedia/ffplay3/Makefile

DISTNAME= ffmpeg-3.0.1
DISTNAME= ffmpeg-3.0.2
CATEGORIES= multimedia
MASTER_SITES= http://www.ffmpeg.org/releases/
EXTRACT_SUFX= .tar.xz
Expand Down
10 changes: 5 additions & 5 deletions multimedia/ffmpeg3/distinfo
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
$NetBSD: distinfo,v 1.3 2016/04/07 05:28:20 adam Exp $
$NetBSD: distinfo,v 1.4 2016/04/29 19:26:25 adam Exp $

SHA1 (ffmpeg-3.0.1.tar.xz) = f89b963cbb364d152b40f5fff40ee27175596d7d
RMD160 (ffmpeg-3.0.1.tar.xz) = cd35e18d8b4547254d055e191f702e0dadee471e
SHA512 (ffmpeg-3.0.1.tar.xz) = e045e64d2179dbe0c43b456ffed7a9e53bb79ec90b36cc27672e6dddfbe0c74cbabe21b6ba604d31b0c1a45d69af7720dc69c2456e2c36df1567bb1730621984
Size (ffmpeg-3.0.1.tar.xz) = 7460216 bytes
SHA1 (ffmpeg-3.0.2.tar.xz) = ac3341269fe89a41892e8696465b859e1f425213
RMD160 (ffmpeg-3.0.2.tar.xz) = 5a72ee69e80fc6b8a0127648bd206b2a9bef85f8
SHA512 (ffmpeg-3.0.2.tar.xz) = a784258412431ef867372d24873f14d25cdbf333425b700f6836810c250a9d8811398de31dd042031c48e409659881bf6f6d6bfa46d74e3146536274d5186a22
Size (ffmpeg-3.0.2.tar.xz) = 7461808 bytes
SHA1 (patch-Makefile) = e3cb5cedccd2840f36ab90cd2f4b7987e1098a56
SHA1 (patch-configure) = e57e2501e63a05e9eeefc688e311a16729d1a711
SHA1 (patch-doc_Makefile) = 50ee7aaf74f8a5c439b11f141b5408322659543a
Expand Down
3 changes: 1 addition & 2 deletions multimedia/ffplay3/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.2 2016/04/28 10:10:52 leot Exp $
# $NetBSD: Makefile,v 1.3 2016/04/29 19:26:25 adam Exp $

PKGNAME= ${DISTNAME:S/ffmpeg/ffplay3/}
PKGREVISION= 1
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://ffmpeg.org/
COMMENT= Simple SDL frontend for FFmpeg
Expand Down

0 comments on commit aafc7ed

Please sign in to comment.