Commit graph

16 commits

Author SHA1 Message Date
drochner
9f9fdf801a add patch from 1.2.7 to fix recent integer overflow, bump PKGREV 2014-06-27 17:58:09 +00:00
obache
ed661cd5ca recursive bump from x264-devel builld number change (i.e. API change). 2014-04-10 05:39:14 +00:00
jperkin
9e7a1ba4b9 Set USE_GCC_RUNTIME=yes for packages which build shared libraries but do
not use libtool to do so.  This is required to correctly depend upon a
gcc runtime package (e.g. gcc47-libs) when using USE_PKGSRC_GCC_RUNTIME.
2014-03-13 11:08:49 +00:00
obache
27dfccf546 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
2013-08-03 09:22:58 +00:00
wiz
4c9d4faa2e Apply a version of the asm fixes for gcc from ffmpeg/Makefile here as well.
Noted by John D. Baker in PR 47132.
2013-06-30 12:16:18 +00:00
cheusov
000760a628 Add option vaapi and enable it if it is supported.
Explicitely add --enable-vdpau if "vdpau" option is turned on.
++pkgrevision.
2013-04-14 00:59:50 +00:00
drochner
381ec789a9 update to 0.10.7
from the announcement:
It is the latest stable FFmpeg release from the 0.10 release branch, which
was cut from master on 2012-01-26. Amongst lots of other changes, it
includes all changes from ffmpeg-mt, libav master of 2012-01-26,
libav 0.8.6 as of 2013-04-10.
2013-04-11 11:26:23 +00:00
drochner
3644067500 use version 0.10.6 which was the last version in multimedia/ffmpeg
before things were moved around
2012-12-14 19:23:43 +00:00
ryoon
32ddb4f2ba Fix RPATH of bin/ffmpeg010.
Do not confuse with libraries from ffmpeg-1.0.0.

Reported from wiz@, thank you.
2012-12-12 11:01:21 +00:00
asau
5762731b1f Remove PKG_DESTDIR_SUPPORT setting the default value. 2012-12-04 06:23:27 +00:00
ryoon
077adae558 Import ffmpeg010-20120609.0.10.4 as multimedia/ffmpeg010.
Re-import ffmpeg 0.10 branch.
Upcomming gstreamer1-1.0.3 will use this.

This package can co-exist with ffmpeg 1.0.
2012-11-28 15:50:03 +00:00
drochner
4a404551e7 remove ffmpeg010, moved to ffmpeg 2012-10-10 13:35:35 +00:00
drochner
a04e5691c8 update to 0.10.5
changes: bugfixes
2012-10-10 10:23:44 +00:00
asau
a19397ba81 Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:20:57 +00:00
jperkin
5548a62cb6 Work around assembly-related build issue on Solaris. 2012-09-25 13:47:21 +00:00
drochner
3567f0c997 prepare a pkg for ffmpeg-0.10.4
The idea is to iron out build problems and replace the old ffmpeg pkg
after the freeze.
2012-09-14 14:52:34 +00:00