summaryrefslogtreecommitdiff
path: root/multimedia
AgeCommit message (Collapse)AuthorFilesLines
2013-10-06Update ffmpeg and ffplay to 1.2.4: bugfix release.wiz3-8/+8
2013-10-06Fix library installation, broken during update.wiz3-6/+7
Bump PKGREVISION.
2013-10-05Update to 1.1.1:wiz4-27/+11
Changes between 1.1.0 and 1.1.1: -------------------------------- * Various bugfixes (documentation, dvbinfo) * Check TDT and TOT in dvbpsi_CheckPSISection() both have b_syntax_indicator set to '0'. * Allow SDT with table_id 0x46
2013-10-04Update to 1.4.1:wiz3-38/+16
New 1.4.1 version: - Added new elements/classes DiscardPadding, CodecDelay and SeekPreRoll - The licensing information has been cleared up/unified. - The Makefile now contain options for specifying the destination base directory during installation ("DESTDIR") and for specifying which library types to build ("link"). - The libraries are built without the "-ansi" and "-fno-gnu-keywords" flags on Linux - Code cleanup
2013-10-01add patch from upstream to fix buffer overflow in the mp4a packetizerdrochner3-3/+23
(CVE-2013-4388) bump PKGREV
2013-09-19Revbump is not needed, fix previous.ryoon1-2/+1
2013-09-19Set --disable-unit-tests globally.ryoon1-7/+3
FIx PR pkg/48219.
2013-09-18Disable unit tests on SunOS, the build currently fails.jperkin1-1/+3
2013-09-15don't include googletest buildlink if CONFIGURE_ARGS has --disable-unit-testsdbj1-1/+3
2013-09-13Fix build with libc++ and clang.joerg5-2/+55
2013-09-12Don't build the unit tests under Mac OS X. The makefile tries to create antron1-1/+2
empty ".a" file which fails and breaks the build.
2013-09-12Remove patch that was removed from distinfo.wiz1-17/+0
2013-09-11Update to 1.2.0ryoon5-77/+61
* Buildlink to devel/googletest to test-libvpx (not installed and not tested). Changelog: 2012-12-21 v1.2.0 This release acts as a checkpoint for a large amount of internal refactoring and testing. It also contains a number of small bugfixes, so all users are encouraged to upgrade. - Upgrading: This release is ABI and API compatible with Duclair (v1.0.0). Users of older releases should refer to the Upgrading notes in this document for that release. - Enhancements: VP8 optimizations for MIPS dspr2 vpxenc: add -quiet option - Speed: Encoder and decoder speed is consistent with the Eider release. - Quality: In general, quality is consistent with the Eider release. Minor tweaks to ARNR filtering Minor improvements to real time encoding with multiple temporal layers - Bug Fixes: Fixes multithreaded encoder race condition in loopfilter Fixes multi-resolution threaded encoding Fix potential encoder dead-lock after picture resize
2013-09-11Remove adobe-flash-plugin10.1, old version and not maintained by upstream.obache9-138/+1
2013-09-11Update adobe-flash-plugin11 to 11.2.202.310 for APSB13-21.obache2-6/+6
2013-09-10Clang is not Visual Studio, even though it starts with cl.joerg3-1/+29
2013-09-09Remove bogus chunk.wiz2-9/+3
2013-09-08Use real i18n code on NetBSD/current with per-function locale overridesjoerg9-7/+310
as necessary. Bump revision.
2013-09-02Revbump after cairo updateadam44-84/+88
2013-09-02faad is no longer non-redistributable, enable it by default.jperkin2-5/+4
Bump PKGREVISION.
2013-09-02faad is no longer non-redistributable, enable it by default.jperkin2-6/+4
Bump PKGREVISION.
2013-08-31Changes 1.2.3:adam3-8/+8
This is a bug-fix release.
2013-08-31Fix pointer vs value confusion. Bump revision.joerg4-3/+153
2013-08-31Add some explicit casts to help make_pair create the right type.joerg3-1/+28
Add missing include.
2013-08-23update to 2.0.8drochner5-42/+36
from the announcement: 2.0.8 is a small update that fixes some regressions of the 2.0.x branch of VLC. 2.0.8 fixes numerous crashes and dangerous behaviors. 2.0.8 also fixes ISDB-S tunning and some OSX issues.
2013-08-16revbump from libnotify bumped to 0.7 and dependency changed from libnotify07.obache4-7/+8
2013-08-15Fix rpath issueadam2-5/+5
2013-08-15Apply patch from Onno van der Linden to try fixing PR 48116.adam1-6/+6
2013-08-14Apply patch from Onno van der Linden to try fixing PR 48116.wiz1-6/+5
2013-08-14Switch to use libnotify07.obache2-4/+4
Bump PKGREVISION.
2013-08-112.0.1 was released on 2013-08-11. It is the latest stable FFmpeg release ↵adam2-6/+6
from the 2.0 release branch, which was cut from master on 2013-07-10. Amongst lots of other changes, it includes all changes from ffmpeg-mt, libav master of 2013-07-09, libav 9 as of 2013-07-09.
2013-08-04Added multimedia/ffmpeg2,ffplay2 version 2.0adam1-1/+3
2013-08-04FFmpeg is a complete, cross-platform solution to record, convertadam14-0/+648
and stream audio and video. It includes libavcodec - the leading audio/video codec library.
2013-08-03Update ffmpeg010 to 0.10.8.obache3-9/+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-03Add gst-plugins1-v4l2ryoon1-1/+2
2013-08-03Fix build of gst-plugins1-v4l2.ryoon3-8/+18
2013-08-03Import gst-plugins1-v4l2-1.0.8 as multimedia/gst-plugins1-v4l2.ryoon3-0/+27
GStreamer is a library that allows the construction of graphs of media-handling components, ranging from simple Ogg/Vorbis playback to complex audio (mixing) and video (non-linear editing) processing. Applications can take advantage of advances in codec and filter technology transparently. Developers can add new codecs and filters by writing a simple plugin with a clean, generic interface. GStreamer is released under the LGPL. This package is part of the 'good' plugins for GStreamer. It provides a plugin to access v4l2.
2013-08-03Fix build with bison-3.0, patch is borrowed from gstreamer0.10.ryoon2-1/+16
2013-08-021.2.2 was released on 2013-07-28. It is the latest stable FFmpeg release ↵adam4-29/+27
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.
2013-08-01Fix build with bison-3.0.wiz2-1/+16
Addresses PR 48103 by Greg Oster.
2013-08-01Add missing introspection files for gstcheck option.obache1-1/+3
Noticed by Lokesh Mandvekar in pkgsrc-users@.
2013-07-27One more sync distinfo with mplayer, update of main distfile was missed.obache1-4/+4
PR pkg/48086
2013-07-25Sync distinfo with mplayer.wiz1-1/+3
Probably should have PKGREVISION reset when mplayer was updated, but now it's too late.
2013-07-22update to 2.0.7drochner4-17/+52
changes: -bugfixes -translation updates
2013-07-22update to 1.0.8drochner2-7/+6
no changes relevant to pkgsrc, just kept gst1 revision numbers in sync
2013-07-22update to 1.0.8drochner2-6/+6
change: lamemp3enc: fix timestamping of outgoing buffers
2013-07-22update to 1.0.8drochner3-7/+8
changes: -rfbsrc plugin ported to 1.0 -bugfixes
2013-07-22update to 1.0.8drochner2-6/+6
changes: bugfixes
2013-07-22update to 1.0.8drochner5-16/+13
changes: minor fixes
2013-07-22remove unwanted introspection option from PKG_SUGGESTED_OPTIONS.obache1-2/+1
PR pkg/48072.