summaryrefslogtreecommitdiff
path: root/multimedia/ffmpeg1
AgeCommit message (Collapse)AuthorFilesLines
2016-06-23Use stackrealign on newer GCC as wellmaya1-3/+3
Bump PKGREVISION PR pkg/51122
2016-04-09Add --host-cflags and --host-ldflags for MKPIE build.alnsn1-1/+3
2015-11-20Fix build with libvpx-1.5.0 with upstream patchryoon2-1/+26
2015-11-18Recursive revbump from multimedia/libvpxryoon2-4/+4
2015-11-03Add SHA512 digests for distfiles for multimedia categoryagc1-1/+2
Problems found locating distfiles: Package adobe-flash-plugin11: missing distfile flash-plugin-11.2.202.540-release.i386.rpm Package gmplayer: missing distfile mplayer/AlienMind-1.2.tar.bz2 Package gmplayer: missing distfile mplayer/BlueHeart-1.5.tar.bz2 Package gmplayer: missing distfile mplayer/CornerMP-aqua-1.4.tar.bz2 Package gmplayer: missing distfile mplayer/MPlayer-1.1.1.tar.xz Package gmplayer: missing distfile mplayer/WMP6-2.2.tar.bz2 Package gmplayer: missing distfile mplayer/gnome-1.1.tar.bz2 Package gmplayer: missing distfile mplayer/hwswskin-1.3.tar.bz2 Package gmplayer: missing distfile mplayer/neutron-1.6.tar.bz2 Package gmplayer: missing distfile mplayer/plastic-1.3.tar.bz2 Package gmplayer: missing distfile mplayer/slim-1.3.tar.bz2 Package gmplayer: missing distfile mplayer/xine-lcd-1.2.tar.bz2 Package handbrake: missing distfile handbrake/HandBrake-0.9.3.tar.gz Package handbrake: missing distfile handbrake/bzip2-1.0.5.tar.gz Package handbrake: missing distfile handbrake/faad2-2.6.1.tar.gz Package handbrake: missing distfile handbrake/lame-3.98.tar.gz Package handbrake: missing distfile handbrake/libdvdread-0.9.7.tar.gz Package handbrake: missing distfile handbrake/libmp4v2-r45.tar.gz Package handbrake: missing distfile handbrake/libquicktime-0.9.10.tar.gz Package handbrake: missing distfile handbrake/libtheora-1.0.tar.gz Package handbrake: missing distfile handbrake/mpeg2dec-0.5.1.tar.gz Package handbrake: missing distfile handbrake/x264-r1028-83baa7f.tar.gz Package handbrake: missing distfile handbrake/zlib-1.2.3.tar.gz Package libdvdcss: missing distfile libdvdcss-1.3.99.tar.bz2 Package mplayer-share: missing distfile mplayer/MPlayer-1.1.1.tar.xz Package mpv: missing distfile mpv-0.12.0.tar.gz Package realplayer-codecs: missing distfile rp8codecs-20040626.tar.bz2 Package realplayer-codecs: missing distfile rp8codecs-alpha-20050115.tar.bz2 Package win32-codecs: missing distfile rp9codecs-win32-20050115.tar.bz2 Package xanim: missing distfile xa2.0_cvid_netbsd386.o.gz Package xanim: missing distfile xa2.0_iv32_netbsd386.o.gz Package xanim: missing distfile xa1.0_cyuv_netbsd68k.o.gz Package xanim: missing distfile xa2.0_cvid_linuxELF.o.gz Package xanim: missing distfile xa2.0_iv32_linuxELF.o.gz Package xanim: missing distfile xa1.0_cyuv_sparcAOUT.o.gz Package xanim: missing distfile xa2.0_cvid_sparcELF.o.gz Package xanim: missing distfile xa2.0_iv32_sparcELF.o.gz Package xanim: missing distfile xa1.0_cyuv_linuxPPC.o.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-06-30Recursive revbump from pkgsrc/multimedia/libvpx (buildink3.mk).ryoon1-1/+2
2015-06-30Recursive revbump from pkgsrc/multimedia/libvpx.ryoon1-1/+2
2015-02-15Update to ffmpeg1-1.2.12. Security update for:tnn2-6/+6
CVE-2014-9317 out-of-bounds access in PNG decoder CVE-2014-9316 out-of-bounds access in MJPEG decoder CVE-2014-9603 out-of-bounds access in Sierra VMD decoder CVE-2014-9604 out-of-bounds access in Ut Video decoder and other small bugfixes
2014-12-30Update to 1.2.11:wiz3-8/+7
1.2.11 was released on 2014-12-19. It is the latest stable FFmpeg release from the 1.2 release branch, which was cut from master on 2013-03-07. Amongst lots of other changes, it includes all changes from ffmpeg-mt, libav master of 2013-03-07, libav 9 as of 2013-03-07.
2014-12-12Add ALTERNATIVES files for the ffmpeg packages.wiz1-0/+3
Some tools still expect "ffmpeg" to exist. Requested by Chuck Silvers.
2014-12-03Add patch from PR pkg/48680, fixing build on netbsd-7/i386 and newer.bouyer3-5/+94
Add -mstackrealign -mpreferred-stack-boundary=4 to CFLAGS on i386 for all gcc 4.x versions, this appears to still be needed with gcc 4.8.4. Bump PKGREVISION for ffmpeg1 and ffplay1 (which uses ffmpeg1 patches)
2014-11-10Changes 1.2.10:adam2-6/+6
* avcodec/svq1dec: zero terminate embedded message before printing * avcodec/utils: Align dimensions by at least their chroma sub-sampling factors. * avcodec/dnxhddec: treat pix_fmt like width/height * avcodec/dxa: check dimensions * avcodec/dirac_arith: fix integer overflow * avcodec/diracdec: Tighter checks on CODEBLOCKS_X/Y * avcodec/diracdec: Use 64bit in calculation of codeblock coordinates * postproc: fix qp count * postproc/postprocess: fix quant store for fq mode * avcodec/h264_slice: Clear table pointers to avoid stale pointers
2014-10-10Changes 1.2.9:adam3-13/+8
* swresample/swresample: fix sample drop loop end condition * avcodec/h264: Check mode before considering mixed mode intra prediction * avformat/mpegts: Check desc_len / get8() return code * avcodec/smc: fix off by 1 error * avcodec/qpeg: fix off by 1 error in MV bounds check * avcodec/gifdec: factorize interleave end handling out * avcodec/cinepak: fix integer underflow * avcodec/pngdec: Calculate MPNG bytewidth more defensively * avcodec/pngdec: Check bits per pixel before setting monoblack pixel format * avcodec/tiff: more completely check bpp/bppcount * avcodec/mmvideo: Bounds check 2nd line of HHV Intra blocks * avcodec/utils: Add case for jv to avcodec_align_dimensions2() * more...
2014-08-25Update to 1.2.8:wiz2-6/+6
version 1.2.8: - proresenc_ks: fix buffer overflow - iff: fix crash - cdgraphics: fix infinite loop - Fix Ticket3804 - Fix Ticket3208
2014-08-11Import ffmpeg1-1.2.7 as multimedia/ffmpeg1.wiz11-0/+628
FFmpeg is a complete, cross-platform solution to record, convert and stream audio and video. It includes libavcodec - the leading audio/video codec library. This package contains major version 1.