diff options
author | adam <adam@pkgsrc.org> | 2016-04-29 19:26:25 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2016-04-29 19:26:25 +0000 |
commit | 4b6d448de423c5ee77def6bd364b9c1b5fba5d56 (patch) | |
tree | e0360b92a0bb0f0cafc2d957bfe6944596fae052 /multimedia/ffplay3 | |
parent | 0097d4dbf8077133bac8f2eb2277d371d3acbcab (diff) | |
download | pkgsrc-4b6d448de423c5ee77def6bd364b9c1b5fba5d56.tar.gz |
version 3.0.2:
- 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:
Diffstat (limited to 'multimedia/ffplay3')
-rw-r--r-- | multimedia/ffplay3/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/multimedia/ffplay3/Makefile b/multimedia/ffplay3/Makefile index 721e77e6f7b..d48af5142c1 100644 --- a/multimedia/ffplay3/Makefile +++ b/multimedia/ffplay3/Makefile @@ -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 |