pkgsrc/multimedia
wiz 1bb007c291 Update to 0.0.25:
Version 0.0.25
    nicestreamtrans: Fix off-by-one bug
    https://bugs.freedesktop.org/show_bug.cgi?id=34291
    Version 0.0.24.1
    Version 0.0.24
    tests: Rtcp test doesn't make sense in raw
    rtp: add default prefs to EXTRA_DIST
    tests: Fix another race in tests
    nicestream: Skip Nice errors if the component has never been ready
    nicestream: Fix small leak
    nicestream: Sort ipv4 addresses first
    utils: Fix doc string
    utils: the keyfile stuff already checks the user dirs
    utils: Pass the element directly instead of its factory name
    utils: Check default properties/codecs in user data dir too
    rtp: Add default-element-properties
    utils: Add function to get default element properties
    rtp: Add default codec preferences
    utils: Add function to get default codec preferences
    raw: Don't delete non-generated files
    Remove the temporary socket directory after usage
    nicetransmitter: Place the local socket in the tmp dir
    Don't hardcode /tmp, instead use g_get_tmp_dir to potentialy get it from
    the environment, but falling back to /tmp
    nicetransmitter: Add documentation for create-local-candidates
    nicetransmitter: Add an option for the transmitter to pick the local side
    rawconference: This is really meant to be called on the stream.
    nicetrans: Only emit local-candidate after gathering
    Unfortunately libnice doesn't currently support doing connectivity
    checks untill it has finished gathering. If we send a remote peer our
    candidates before finishing gathering they can start sending us
    connectivity checks before we're ready for them...
    So instead sends the local candidates in one batch when gathering is
    finished, so we'll be ready for the connectivity checks.
    rawconf: Put the whole caps into the encoding_name in codecs
    rawconference: Make FsRawStream codec doc visible.
    docs: Improve the title
    docs: Add docs for the raw plugin
    raw: Remove trailing whitespace
    raw: Simplify session notification of new stream codecs
    rawstream: Simplify set_remote_codecs
    cuseless
    rawsession: Codec has already been validated
    raw: Don't check for stuff in the codecs that is meaningless for raw
    rawconference: Add a test with the shm transmitter.
    rawconference: Remove stream from session in stream's dispose.
    There's a chance that removing the stream when the session has it
    weak-reffed can be called from a streaming thread. This can cause
    it to crash and/or deadlock. This patch changes the stream to
    call the remove_stream function in the session in its dispose
    function. The stream already protects itself from being disposed
    in a streaming thread and therefore prevents the crash/deadlock.
    rawconference: Use local conference variable.
    tests: Split the rtpconf extra init into separate callbacks for stream and conf
    tests: Split the rawconf extra init into separate callbacks for stream and conf
    rawconference: Remove weak_ref when done.
    rawconference: Dispose FsRawStream in a separate thread if needed.
    rawconference: Add fs_raw_conference_is_internal_thread.
    rawconference: Fix trailing whitespace.
    rawconference: Correct an error message.
    rawconference: Wait to add the transmitter's gst-sink until sending.
    rawconference: Dispose of objects in a single place in new_stream.
    rawconference: blocking_id will always be 0 here.
    rawconference: Remove transmitter-pad from the public API.
    rawconference: Correctly use g_value_set_boxed instead of _take_boxed.
    rawconference: Use macro instead of g_mutex_lock directly.
    This patch creates and uses FS_RAW_SESSION_LOCK and _UNLOCK and
    FS_RAW_STREAM_LOCK and _UNLOCK to improve the ability to debug
    mutexes.
    rawconference: Add @author to the files I made.
    rawconference: Misc style and error checking fixes to Sjoerd's commits.
    When adding streams, sync the element states with the parent element
    When removing a stream, make the valve drop packets again
    rawconference: Change signature of function to avoid collision.
    This patch changes the signature of fs_codec_to_gst_caps to
    fs_raw_codec_to_gst_caps to avoid colliding with a function of
    the same name in the FsRtpConference plugin.
    rawconference: Keep reference to GstObjects in FsRawStream.
    rawconference: Actually store the src_pad in FsRawStream.
    rawconference: Remove unused member from FsRawStream private struct.
    rawconference: Improve locking in FsRawStream.
    rawconference: Simplify FsRawSession dispose a little.
    rawconference: Hold references to GstObjects in FsRawSession.
    rawconference: Improve FsRawSession's locking.
    rawconference: Remove elements from bin if sync_state_with_parent fails.
    rawconference: Simplify a little of removing streams.
    rawconference: Simplify FsRawSession's dispose function.
    rawconference: Remove redundant gst_element_sync_with_parent call.
    rawconference: Fix implemention of FsRawSession's current-send-codec.
    rawconference: Store FsRawSession codecs and notify on change.
    rawconference: Fix potential double-free.
    rawconference: Deactivate pad after removing from bin.
    rawconference: Remove unneeded variable and just return value.
    rawconference: Fix copy/paste errors.
    rawconference: Use correct pad template.
    rawconference: Fix disposed testcase.
    rawconference: Free transmitter src and sink when removing streams.
    rawconference: Set the correct error in fs_raw_session_new_stream.
    rawconference: Fix base test. FsRawConference doesn't generate codecs.
    rawconference: Use optional_parameters for codec properties.
    rawconference: Abstract converting FsCodec to GstCaps.
    rawconference: Add tests for FsRawConference plugin.
    This patch adds tests for the FsRawConference plugin. Virtually
    all of the code is from the FsRtpConference plugin testsuite.
    rawconference: Add data probe and src_pad_added emission.
    rawconference: Set capsfilter caps when set_remote_codecs is called.
    rawconference: Plug memory leak.
    rawconference: Set initial valve drop settings after creation.
    rawconference: Set ST's "sending" property when setting "direction".
    rawconference: Set booleans instead of bitmasked integers.
    rawconference: Fix some GstElement refcount issues.
    rawconference: Implement FsRawSession's remote codec handler.
    rawconference: Implement FsRawSession's codecs properties.
    Implement the FsRawSession's "codecs" and "codecs-without-config"
    properties.
    rawconference: Link the FsRawSession's capsfilter and transmitter_sink.
    rawconference: Free the FsRawSession's FsTransmitter.
    rawconference: Add to FsConference and partially link transmitter.
    rawconference: Fix getting an out of range warning on a gboolean value.
    rawconference: Fix some type issues in fs_raw_session_new_stream.
    rawconference: Improve setting the direction.
    rawconference: Implement the remote-codecs FsRawStream property.
    rawconference: Implement fs_raw_stream_set_remote_codecs.
    rawconference: Create and connect FsStreamTransmitter signal handlers.
    rawconference: Implement fs_raw_stream_set_remote_candidates.
    rawconference: Remove fs_raw_stream_set_tos_locked.
    rawconference: Add FsStreamTransmitter.
    rawconference: Implement fs_raw_session_get_stream_transmitter_type.
    rawconference: Add FsTransmitter member.
    rawconference: Add FsRawStream class files.
    rawconference: Add capsfilter to the session pipeline.
    rawconference: Add an id to FsRawSessions and support creating them.
    rawconference: Implement fs_raw_conference_list_transmitters.
    rawconference: Add the FsRawSession class.
    These files have been copied directly from the FsMsnSession class
    and have simply been renamed. More modifications will be needed.
    P.S. The section documentation has also been altered to better
    suit the FsRawSession class.
    rawconference: Remove cname from FsRawParticipant.
    rawconference: Add FsRawParticipant.
    rawconference: Add base FsRawConference class and plugin structure.
    Version 0.0.23.1
    Version 0.0.23
    common-modified: Dist another stamp file
    nice: Update to use the nice 0.1.0 API
    nice: Add compatibility for MS Office Communicator 2007 R2
    example gui: Keep a ref to the FsElementAddedNotifier to keep it alive
    example gui: Set the necessary properties for x264enc
    rtpsession: Really fix dispose checking
    rtpsession: Only set disposed to TRUE when actually disposing
    tests: Add a test of codecs-ready before calling any method
    Make sure the codecs-ready is not TRUE if no methods have been called yet
    and some codecs that require discovered parameters are missing.
    rtpsession: Make sure the original codecs are propertly setup
    Do the update codecs when creating a FsSession so that original codecs have
    the required bits for the parameter gathering.
    tests: Add test for pad alloc in fsfunnel
    Patch by Yongnian Le <yongnian.le@intel.com>
    funnel: Implement pad allocation
    Patch by Yongnian Le <yongnian.le@intel.com>
    https://bugs.freedesktop.org/show_bug.cgi?id=32208
    Use portable 'g_snprintf' instead of 'snprintf'
    https://bugs.freedesktop.org/show_bug.cgi?id=32276
    Replace legacy index() with strchr() and avoid calculating the index twice
    https://bugs.freedesktop.org/show_bug.cgi?id=32276
    mcaststreamtransmitter: Fix error message
    shmtransmitter: Remove unused header includes
    Update gtk-doc-plugins.mak from common/
    Verify the sanity of arguments passed to user-facing functions
    rtpsession: Unblock pad if the discovery callback is called while disposing of a session
    docs: Add docs for the shm transmitter
    docs: Update custom doc building rules to match newer gst tools
    nice: Use the right enum type for pad link return
    Version 0.0.22.1
2011-02-21 15:55:46 +00:00
..
acidrip Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
adobe-flash-plugin Add third-party distribution site which still carries this old version. 2009-10-28 18:12:08 +00:00
adobe-flash-plugin10.1 Add instructions to user to MESSAGE file instead of DESCR. 2011-02-10 15:37:00 +00:00
alevt png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
avidemux Add missing build dependency on yasm. 2011-02-19 09:46:55 +00:00
bsdav
ccxstream Initial import of ccxstream-1.0.15, packaged for wip by Guillaume 2009-11-27 08:38:49 +00:00
cfourcc
clutter-gst gave up maintainership of clutter-1.x packages. 2011-02-13 03:56:08 +00:00
clutter08-gst png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
dirac
divxplayer
dumpmpeg
dvd-slideshow Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
dvdauthor Update multimedia/dvdauthor to 0.7.0 2011-02-16 20:20:14 +00:00
dvdbackup
dvdrip update to 0.98.11 2010-09-08 16:45:40 +00:00
dvdstyler Update DVDStyler to version 1.8.2.1 2011-02-16 20:34:43 +00:00
dvdview png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
farsight2 Update to 0.0.25: 2011-02-21 15:55:46 +00:00
ffmpeg add "libvpx" option, enabled per default (supposedly harmless license), 2011-01-24 19:07:16 +00:00
ffmpegthumbnailer Update ffmpegthumbnailer to 2.0.6: 2011-01-20 20:21:16 +00:00
ffplay drop maintainership 2010-10-24 21:56:51 +00:00
flashplayer DESTDIR support 2010-02-11 19:53:03 +00:00
fuppes png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
fxtv Fix build with png-1.5. 2011-01-14 10:55:42 +00:00
ggrab
gmediaserver make this work with NetBSD's version of libmagic 2010-08-31 19:18:14 +00:00
gmencoder png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
gmplayer regen checksum for patch-ad. 2011-01-20 07:13:31 +00:00
gnash png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
gnome-media png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
goggles png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
gopchop png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
gpac Fix build with png-1.5. 2011-02-06 15:50:04 +00:00
gst-plugins0.10-bad update to 0.10.21 2011-01-26 23:24:26 +00:00
gst-plugins0.10-base update to 0.10.32 2011-01-26 23:18:57 +00:00
gst-plugins0.10-dvdread
gst-plugins0.10-ffmpeg update to 0.10.11 2011-01-17 17:03:03 +00:00
gst-plugins0.10-gnonlin update to 0.10.16 2010-09-08 16:29:01 +00:00
gst-plugins0.10-good update to 0.10.27 2011-01-26 23:21:07 +00:00
gst-plugins0.10-hal
gst-plugins0.10-mpeg2dec
gst-plugins0.10-ogg
gst-plugins0.10-resindvd
gst-plugins0.10-theora
gst-plugins0.10-ugly update to 0.10.17 2011-01-26 23:26:08 +00:00
gst-plugins0.10-v4l2
gst-plugins0.10-vp8 build the gstreamer plugin for vp8/webm, part of gst-plugins-bad 2011-01-19 21:30:03 +00:00
gst-plugins0.10-x264 this package provides an H.264 encoder, not an XviD decoder 2010-04-16 00:19:15 +00:00
gst-plugins0.10-xvid
gst123 Fix CATEGORIES 2011-02-13 11:05:09 +00:00
gstreamer0.10 update to 0.10.32 2011-01-26 23:15:03 +00:00
gtranscode
gxine png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
handbrake png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
hwdecode-demos Import hwdecode-demos version 0.9.3. 2011-01-19 04:19:08 +00:00
kaffeine png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
kdemultimedia3 png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
kdemultimedia4 Update to KDE SC 4.5.5 2011-01-23 07:55:12 +00:00
kdenlive png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
kmplayer png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
kmplayer-kde3 png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
libassetml
libdv Disable assembler on SunOS, linking fails; 2010-07-18 09:49:45 +00:00
libdv-tools Update libdv (and tools) to 1.0.0. 2010-03-03 08:44:38 +00:00
libdvbpsi Changes 0.1.7: 2010-11-04 19:43:32 +00:00
libdvdcss
libdvdnav
libdvdplay
libdvdread
libflash Mechanically replace references to graphics/jpeg with the suitable 2010-12-23 11:44:24 +00:00
libflashsupport
libflashsupport-pulse
libmatroska update to 1.1.0 2011-02-14 19:00:45 +00:00
libmp4v2 leave it to <string.h> to declare strcasestr() correctly 2011-01-29 21:00:45 +00:00
libmpeg2
libmpeg3
libnms Fixes build on DragonFly-2.8.2 for SCTP support. 2011-01-02 12:23:32 +00:00
libogg Don't use obsolete types under Mac OS X. This fixes the build of at 2010-11-11 18:36:13 +00:00
libtheora libtheora{enc,dec}.so use symbols from libtheora.so, so make sure the 2011-01-17 19:44:58 +00:00
libtheora-docs Update libtheora* to 1.1.1: 2009-10-20 15:48:02 +00:00
libva Import libva version 1.0.6. 2011-01-19 04:15:41 +00:00
libvdpau Restrict availability even more. From Aleksey Cheusov in answer to PR 44615. 2011-02-20 21:39:22 +00:00
libvpx mport libvpx 0.9.5 as multimedia/libvpx. 2011-01-19 21:15:51 +00:00
lsdvd
mediainfo
mediatomb Prefer BIND 9.7 in dependence as this is the latest production release. 2011-01-14 08:22:55 +00:00
mencoder Add fix for the vulnerability reported in CVE-2010-3429 taken from 2010-11-23 12:31:29 +00:00
ming improve comments for patch. 2011-02-15 05:37:29 +00:00
mjpegtools Add a fix for lavtools and jpeg7 from Gentoo via upstream bug tracker. 2011-02-10 17:13:10 +00:00
mkv2mp4 This should work with Python 2.6 as well. 2010-11-27 23:48:14 +00:00
mkvtoolnix update to 4.5.0 2011-02-14 19:12:01 +00:00
mkvtoolnix-old bump PKGREV for libmatroska ABI change 2011-02-14 19:07:03 +00:00
mlt png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
mpeg-lib DESTDIR support 2010-02-11 19:53:03 +00:00
mpeg4ip make it compile with gcc 4.2... by removing un-needed "Void"'s. 2010-12-13 21:32:14 +00:00
mpeg_encode Mechanically replace references to graphics/jpeg with the suitable 2010-12-23 11:44:24 +00:00
mpeg_play
mplayer Bump package revision of all packages depending on the "libXvMC" package 2011-01-19 18:12:20 +00:00
mplayer-plugin png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
mplayer-share Fix build with png-1.5. 2011-01-14 10:44:27 +00:00
ns-flash Update to 9.0.289, provided by Dennis den Brok. 2010-11-18 13:38:19 +00:00
ogle Mechanically replace references to graphics/jpeg with the suitable 2010-12-23 11:44:24 +00:00
ogle_gui Remove patch hunks that disable --recheck in GNU configure scripts. 2011-01-25 22:22:13 +00:00
ogmtools Reset maintainer. 2010-11-01 00:08:09 +00:00
openquicktime Mechanically replace references to graphics/jpeg with the suitable 2010-12-23 11:44:24 +00:00
p5-GStreamer Update to 0.15, less test failures than 0.14 (2/31, 4/429 instead 2010-09-06 11:00:23 +00:00
p5-xmltv Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
phonon png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
php-ming png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
pitivi png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
pspvc png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
py-clutter-gst gave up maintainership of clutter-1.x packages. 2011-02-13 03:56:08 +00:00
py-gstreamer0.10 update to 0.10.20 2010-12-03 18:27:05 +00:00
py-ming png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
realplayer-codecs
RealPlayerGold
regionset
replex
ruby-clutter-gst png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
ruby-gnome2-gstreamer Update ruby-gnome2 to 0.90.3. 2010-10-23 12:45:08 +00:00
ruby-ming png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
smpeg Fix build failure "#error Unknown endianism of architecture" 2010-08-10 06:20:59 +00:00
smpeg-xmms
subtitleeditor png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
swfdec png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
swfdec-gnome png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
swfdec-mozilla png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
totem png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
totem-browser-plugin png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
totem-nautilus png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
totem-pl-parser png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
transcode png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
tstools
tvtime Don't depend on png.h in include zlib.h. 2011-01-17 17:57:01 +00:00
ushare Import ushare-1.1a as multimedia/ushare. 2010-05-23 08:18:04 +00:00
vlc update to 1.1.7 2011-02-14 19:03:18 +00:00
vlc08 png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
vlc10 add patches from current vlc to build with libmatroska-1.1 2011-02-14 19:05:52 +00:00
vls
win32-codecs
x264-devel revert my change, drochner@ fixed the problem. 2011-01-19 20:40:06 +00:00
xanim
xawtv Mechanically replace references to graphics/jpeg with the suitable 2010-12-23 11:44:24 +00:00
xfce4-mpc-plugin png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
xfmedia png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
xine-lib Check for libXvMC (not +W) for enabling libxvmc support. 2011-02-20 14:29:14 +00:00
xine-ui Add upstream bug report URL. 2011-01-24 14:58:41 +00:00
xine-v4l catch up with base pkg update 2010-07-28 09:25:53 +00:00
xine-v4l2 catch up with base pkg update 2010-07-28 09:25:53 +00:00
xvid4conf png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
xvidcore Turn off assembler code under all version of Mac OS X Intel (instead of 2010-05-26 14:30:36 +00:00
Makefile Add gst123 2011-02-13 11:08:06 +00:00