summaryrefslogtreecommitdiff
path: root/multimedia
AgeCommit message (Collapse)AuthorFilesLines
2010-03-03Update libdv (and tools) to 1.0.0.obache9-119/+33
2006-09-25 Dan Dennedy <dan@dennedy.org> * libdv 1.0.0 release. 2006-09-03 Dan Dennedy <dan@dennedy.org> * libdv/encode.c, libdv/enc_output.c: apply patch (1550898) from Craig Lawson to prevent noise when dv_encode_full_audio() is called with zero samples. 2006-08-06 Dan Dennedy <dan@dennedy.org> * libdv/*.S: apply patch from Mike Frysinger <vapier@gentoo.org> to cleanup assembly symbols by hiding them and/or setting their type. * configure.ac, Makefile.am: apply patch from Burkhard Plaum to automatically disable GTK-based features (playdv) when GTK+ 1.2 is not found and to fix dist make target behavior with GTK+ disabled. * libdv/Makefile.am: bump libtool revision. * configure.ac: bump project version to 1.0.0. 2006-04-10 Dan Dennedy <dan@dennedy.org> * playdv/playdv.c: bugfix segfault on exit due to dv_display_exit being called twice. 2006-03-06 Dan Dennedy <dan@dennedy.org> * mmx.h: apply patches from Zan Lynx and Richard Guenther to fix x86 compilation on gcc 4.1. 2006-01-15 Dan Dennedy <dan@dennedy.org> * encode.c: apply patch from Burkhard Plaum to use gcc destructor attribute to invoke dv_cleanup() when unloading libdv after loading dynamically and thereby fixing a memory leak. * playdv.c: bugfix segfault on exit due to dv_display_exit() being called twice: once in main() and second in atexit handler created by dv_display. Thanks for hint provided by Jean-Francois Panisset. 2005-01-31 Dan Dennedy <dan@dennedy.org> * *.S: apply patch from Nicholas Miell <nmiell@gmail.com> to not require execution stack for assembler functions. 2004-12-20 Dan Dennedy <dan@dennedy.org> * vlc.h, mmx.h: apply patch from Daniel Kobras to improve compile compatibillity by making extern inline, static inline. 2004-12-12 Dan Dennedy <dan@dennedy.org> * *_x86_64.S: apply patch from Dean Kolosiek to fix linker compatibility.
2010-03-03Note comments about used by multimedia/libdv-tools/Makefile.obache1-1/+3
2010-02-25configure: Requested 'gstreamer-0.10 >= 0.10.26' but version of GStreamer is ↵reed1-2/+2
0.10.25 so bumped the BUILDLINK_API_DEPENDS.gstreamer0.10
2010-02-25Update Linux distfile to match r262. Changes unknown.mishka2-7/+8
2010-02-21Update to 0.10.18. Set LICENSE.wiz4-13/+15
Changes since 0.10.17: * Updates to 0.10.26 core/base API addition
2010-02-18Add a patch for build fix (GST_ELEMENT_ERROR usage) taken from upstream.obache2-1/+18
2010-02-17update homepage.zafer1-2/+2
2010-02-16update to 0.10.18drochner4-15/+16
changes: -v4l2src: implement GstURIHandler interface -more fixes and improvements
2010-02-16update to 0.10.26drochner5-17/+22
changes: -many fixes to playbin2 -libgsttag: add utility functions for ISO-639 language codes and tags -theora: port to 'new' theora 1.0 API -more fixes and improvements
2010-02-16update to 0.10.26drochner5-17/+26
changes: -registry: do plugin scanning (on *nix) using an external helper binary -lots of performance improvements -add GstByteWriter, a simple generic byte writer -queue2: move from gst-plugins-base into the coreelements plugin in core -other fixes and improvements
2010-02-14update homepagezafer1-2/+2
2010-02-11DESTDIR supportjoerg1-2/+4
2010-02-11Workaround bug in install routine.joerg1-1/+3
2010-02-11DESTDIR supportjoerg9-18/+44
2010-02-10Bump revision for PYTHON_VERSION_DEFAULT change.joerg4-6/+8
2010-02-07Added LICENSE information.heinz1-1/+2
2010-01-27Update to kde4 4.3.5markd2-6/+5
* A number of bugs in KIO have been squashed, making updating of shown directories work again and solving some other stability issues * A crash when creating an avatar from the webcam in Kopete has been fixed * kded taking 100% CPU time in certain situations has been cured
2010-01-26remove the hint to install the "soup" plugin -- we already have adrochner1-2/+1
hard dependency on it these days
2010-01-24More PKGREVISION bumps of jpeg dependencies.wiz3-6/+6
Identified by parsing the NetBSD-i386-5.0.1/2009Q3 pkg_summary files and Robert Elz.
2010-01-20conditionally propagate pulseaudio dependency, should fixdrochner2-4/+8
PR pkg/42652 by Joachim Kuebart
2010-01-20Bump PKGREVISION for gupnp/gssdp API changes.wiz2-3/+4
2010-01-20Update to 0.0.17:wiz2-6/+6
Version 0.0.17 tests: Add test for telephone-event events parameter nego rtpspecificnego: Add handling of telephone-event event ranges tests: Skip tests if no local candidates are produced rtcpfilter: Reduce the packet size when reducing the packet tests: Skip libnice tests if it finds no local candidates rtpdtmfsoundsource: Respect the ptime/maxptime too tests: Add test ptime/maxptime passing rtpsession: Set the ptime/maxptime on the send codec bin caps rtpcodecnego: Negotiate the ptime/maxptime rtpconference: Add function to make gst caps while keeping the ptime rtpcodecnego: Add function to copy the list of codecs with the send-side ptime tests; Add test for fscodec ptime/maxptime handling codec: Add ptime codec: Add maxptime tests: Take rtpsession lock during message emissions This ensures that it is not held across message emissions. tests: Add debug-blocks rtpsubstream: Keep ref on substream while callbacks are invoked rtpsubstream: Put codec/codecbin inside loop rtpsubstream: Use rw-lock to make sure the substream really stops rtp: Move locking into callback rtpsubstream: Don't hold session lock too much while setting new codecbin rtpsubstream: Move modification locking to blocked function Also allow only one thread to be in substream blocked function at once. rtp: Move substream blocking logic into substream rtp: Don't include marshaller headers in headers rtp: Depend on the correct var for marshaller list generation rtcpfilter: Add gst-p-base paths to Makefile.am Patch contributed by Armijn Hemel <armijn@loohuis-consulting.nl> rawudp: Remove upnp-request-timeout, it was a terrible idea Substitute deprecated Glib symbol: g_mapped_file_free Use g_mapped_file_unref if Glib >= 2.22 is available http://bugs.freedesktop.org/show_bug.cgi?id=21422 rtpsession: Only add stream to list if its creation worked README: Require gst-p-bad 0.10.17 for dtmfsrc dtmfsrc can do do more than 8000 Hz, that has only been fixed in gst-plugins-bad 0.10.17 rtpdtmfsound: Try hardwired PCMx only if the clock-rate is 8000 rtp: Lookup codec with config is always for sending, so make it explicit Also, the dtmf sound will always get a valid codec now. rtpconference: Make message about gst_bin_add failure more accurate rtpdtmfsoundsource: Ignore codecs that don't have a blueprint tests: Test dtmf as sound tests: Make recv-pipeline per test rtpdtmfsoundsource: Use main codec if PCMA/U are not available rtpspecialsource: Make local class_get_codec function static rtp: Regroup CodecBlueprint related functions in one place rtpspecialsource: Rename negotiated_codecs to negotiated_codec_associations This way, the list contents can be guessed rtpsession: Don't need to set queue-delay anymore rtpsession: Split codecbin generation from factory from profile tests: Make it build against GUPnP 0.13 msnsession: Check if dispose has already been called fstransmitter: uint can't be < 0 rawudp: Bring upnp discovery timeout down to 2 seconds tests: Verify that it is not possible to disable all codecs Add a reserve-pt to guarantee that it is not possible to disable all codecs rtpcodecnego: Verify if there are any valid local codecs left after applying preferences rtpsession: Make error message less cryptic Version 0.0.16.1
2010-01-19update to 0.5.905drochner3-26/+17
changes: minor UI improvements
2010-01-19update to 2.28.5drochner3-8/+25
changes: -minor UI fixes -translation updates
2010-01-18Bump the package revision as we now require a newer version of BIND andtron1-2/+2
the binary package changes.
2010-01-18Use BIND 9.5.x by default. It works fine for me under NetBSD/amd64tron1-2/+2
since several month.
2010-01-18Second try at jpeg-8 recursive PKGREVISION bump.wiz36-68/+72
2010-01-17Recursive PKGREVISION bump for jpeg update to 8.wiz13-23/+26
2010-01-15update to 2.28.5drochner2-6/+6
changes: minor UI fixes
2010-01-08Has a hidden bash invocation, so depend on it.joerg1-2/+2
2010-01-08reduce unnecessary probing by "configure", in particular for thedrochner1-1/+2
gstreamer "soup" plugin should fix build error seen in bulk build
2010-01-05Depend on revsion 3.98.2nb1 or newer of the "lame" package to make suretron1-2/+5
that audio encoding actually works. Bump package revision. Approved by Alistair Crooks.
2010-01-04The path name for -Wl,-rpath as a linker option, so don't split it offjoerg5-13/+40
without also prefixing it with -Wl, accordingly.
2010-01-03Add an sf.net mirror.ahoka1-2/+4
2010-01-01Fix linkage.joerg2-1/+14
2010-01-01mirrored the distfile due to unavailabilitytnn1-1/+2
2009-12-24if it asks for lame at least use itkefren1-2/+2
drop obsolete configure arg
2009-12-21Needs libunique for build.joerg1-1/+2
2009-12-17CHECK_WRKREF_SKIP: catch up with shared library versiontnn1-2/+2
2009-12-17Use Ruby/GStreamer in Ruby/Gnome2 instead of deprecated ruby gstreamer0.10.obache1-2/+2
Bump PKGREVISION of ruby-clutter-gst.
2009-12-17Fixes for GStreamer, it was just copied from ruby-gnome2-bonoboui.obache1-1/+1
2009-12-16update to 1.0.4drochner3-8/+9
changes: Audio outputs: * Fix deadlocks in the audio output core * Make PulseAudio the default output if available Video outputs: * Fix fullscreen mode with KDE 4.3.3 and other window managers * Fix incompatibility with cairo-dock and compositing Input: * Fix DVB scanning regression from VLC 1.0.3 * Support for XZ-compressed byte stream (LZMA algorithm) Playlist: * Support for .m3u8 playlist files (UTF-8 M3U) Unix: * Support for xcb-keysyms version 0.3.4 or higher * Fix globalhotkeys on FreeBSD Qt4 interface: * Fix opening V4L version 1 devices * Fix default destination ports in the streaming wizard Translations: * New Walloon translation * Swedish, Ukrainian an French translation update
2009-12-16update to 2.28.2drochner3-7/+8
changes: * Add support for subtitle properties in SMIL files * Make totem-pl-parser's XML parsing thread-safe * Fix detection of DVD ISOs from remote shares * Fix getting DVD title from remote shares * Fix some RSS feeds being detected as HTML * Fix parsing of multi-line RTSPtext files * Fix parsing of some RSS feeds with valid XML, but broken CDATA usage
2009-12-16deal with desktopdbdrochner1-1/+2
2009-12-15Recursive bump for libltdljoerg6-10/+12
2009-12-15Not MAKE_JOBS_SAFE.joerg1-1/+2
2009-12-14remove unused XINE_LIB_VER definitiondrochner1-3/+1
2009-12-13Fix MASTERSITES for current location.markd1-2/+2
2009-12-13regen for new patch-ab.wiz1-1/+2
2009-12-09update to 2.28.4drochner2-6/+6
changes: -UI improvements -bugfixes