pkgsrc/multimedia
leot 83d1c8b108 Update multimedia/mpv to mpv-0.10.0.
Changes:
Release 0.10.0
==============
Features
--------
New
~~~
- uchardet support
- Matroska: reading cue sheets embedded in tags
- Support for VideoToolbox hardware decoding
- Display sync mode (--display-sync)
- --force-window=immediate mode
- fd:// protocol
- libarchive wrapper for reading compressed archives
- TOOLS/lua: zones.lua
- Support for the "new" libavcodec VDPAU API
- vf_vdpaurb, Add a new filter for reading back VDPAU decoded frames
- DXVA2: HEVC support
- Enabled HEVC profiles with VA API
- HEVC added to whitelist of hwdec codecs
- vo_null: framerate emulation
- vo_opengl: support for custom shaders
- vo_opengl: temporal-dither-period option
- vo_opengl: tscale-clamp option
- vo_opengl: option to attach target-prim/target-csp to window screenshots
- vo_opengl_cb: "block" framedrop mode (now default)
- vo_opengl_cb: support for interpolation
- vo_vdpau: rotation support
- ytdl_hook: support for 'multi_video' results

Removed
~~~~~~~
- af_convert24 (af_lavrresample does this now)
- af_dummy
- audio: S8, U16, U24, U32 formats
- DVD and BD menu support
- TOOLS: youtube-starttime.lua
- VA API: compatibility crap (< 0.34.0) and vo_vaapi deinterlacer
- vo_x11

Deprecated
~~~~~~~~~~
- vf_dlopen


Behavior
--------
- audio: softvol scale is now cubic
- cache: readahead size is limited to half the cache size at the beginning
- charset_conv: "auto" encoding detection now prefers uchardet
- demux_playlist: skip hidden directories
- input.conf: O toggles between 2 states only
- input.conf: Ctrl+s key binding for window screenshots
- input.conf: mouse volume control (horizontal scrolling) inverted
- input.conf: L to toggle infinite looping
- input.conf: remap d/D keys (dropped framedrop cycle, replaced with deinterlacing toggle)
- player: disabled seeking on unseekable streams even if the cache is enabled
- player: parses and exposes m3u playlist titles
- player: --term-playing-msg is now in a separate log category
- player: removed automatic DVB channel advancement on no data
- player: now restores video-aspect on playback resume
- player: now uses exit code 0 by default for quit, 4 for signals, etc.
- player: warns against using HLS URLs with --playlist
- screenshots: changed the default directory in pseudo-gui mode to desktop
- screenshots: screenshot directory is now created automatically
- screenshots: default template is now prefixed with "mpv-"
- TOOLS/lua/autoload: adds all files on start
- vo: vo_wayland moved up in autoprobe list
- vo_opengl: enabled pbo by default with opengl-hq
- vo_opengl: cache dir for ICC profiles is now created automatically
- w32: shift drag and drop appends
- x11: shift drag and drop appends


Options and Commands
--------------------
Added
~~~~~
- af_volume: replaygain-fallback option
- ao_coreaudio: change-physical-format option
- ao_coreaudio: exclusive option
- ao_null: channel-layouts option for testing channel layout selection
- audio: --audio-spdif as new method for enabling passthrough
- cache: --cache-backbuffer to configure cache backbuffer size
- command: define-section command for defining input bindings
- command: audio-params and audio-out-params properties
- command: keypress, keydown, and keyup commands
- command: playlist_shuffle command
- command: option-info/N/set-locally property indicating per-file options
- command: protocol-list property
- command: track-list/N/audio-channels property
- demux: --demuxer-max-packets and --demuxer-max-bytes options to control maximum queue size
- input: relative percentage seek
- osc: time display configuration options
- player: --playlist-pos option
- screenshots: --screenshot-jpeg-source-chroma option to disable JPEG 4:4:4 output
- screenshots: --screenshot-high-bit-depth option to allow or disallow 16 bit output
- screenshots: --screenshot-directory option
- sub: --stretch-image-subs-to-screen option for stretching image subtitles to screen
- TOOLS/stats-conv: allow passing regex via command line
- video: --video-aspect-method option to configure container vs. bitstream aspect ratio
- vo_drm: mode suboption to set the mode ID to use
- vo_opengl_cb, vo_opengl: --hwdec-preload option for preloading hwdec context
- vo_rpi: background disabled by default
- vo_xv: buffers suboption to configure number of buffers
- win32: portable config mode

Changed
~~~~~~~
- audio: changed the range of the volume option/property (0 is still silence, and 100 now always means unchanged volume)
- command: allow changing deinterlace property any time
- command: allow changing track properties while no file is loaded
- command: always make video-aspect property accessible
- command: better choice when to allow playback-related commands
- command: change OSD symbol for absolute perc. seek
- command: change the default action for rescan_external_files
- command: change the hwdec properties
- command: define-section with empty contents removes a section
- command: export stereo 3D tags
- command: make auto-deinterlacing output at field rate
- command: make deinterlace property use interlaced-only yadif mode
- command: make property event mask matching more restrictive
- command: make the playback-time property writable
- input: allow - as separator between commands, instead of _
- options: --loop without argument means looping forever
- options: make keyvalue list parsing less strict
- player: extend --hls-bitrate option
- vf_yadif: expose interlaced frame mode
- video: --video-stereo-mode=no to disable automatic stereo conversion
- vo_opengl_cb, vo_opengl: --hwdec-preload for preloading hwdec context
- vo_opengl: replace icc-cache with icc-cache-dir
- vo_opengl: icc-profile overrides icc-profile-auto

Renamed
~~~~~~~
- command: rename audio-format property to audio-codec-name
- options: rename --media-title option to --force-media-title
- vo_opengl: rename use_full_range to use_normalized_range

Deprecated
~~~~~~~~~~
- --ad-spdif-dtshd (use --audio-spdif=dts-hd)
- audio-samplerate property
- length property

Removed
~~~~~~~
- get_property command
- --demuxer-readahead-packets and --demuxer-readahead-bytes
- image_writer: don't use jpeg baseline, and remove useless jpeg-optimize and jpeg-baseline options
- --leak-report
- --slave-broken
- vo_opengl: npot suboption


Fixes and Minor Enhancements
----------------------------
- ad_spdif: use DTS-HD passthrough only if the audio is really DTS-HD
- af: fix behavior with filter chains that require a large number of auto-inserted conversion filters
- af_lavcac3enc: fix A/V sync
- ao_alsa: accept 7.1 over HDMI
- ao_alsa: refuse to use spdif if AES flags can't be set
- ao_wasapi: fix crash on hotplug init error
- audio: avoid wasting CPU due to continuous wakeup
- audio: do not exit when loading small files in paused mode
- audio: fix channel map fallback selection
- audio: fix crash on uninit
- audio: fix --end handling
- audio: fix EOF state with --keep-open
- audio: fix restoring volume
- charset_conv: fix switched parameters
- charset_conv: use our own UTF-8 check with ENCA only
- cocoa: don't load hardcoded icon if running from bundle
- cocoa: hide cursor using a blank image instead of a system-wide API
- command: do not exit playback if the B point of A-B loop is past EOF
- command: fix audio-out-detected-device property
- command: fix track property when no file is loaded
- command: fix video-aspect property update notification
- command: let track properties return option value in idle mode
- demux: don't get stuck on some cases of timestamp resets
- demux: handle Matroska-style replaygain tags as well
- demux_lavf: do a better job at guessing the vobsub .sub filename
- demux_mkv: disable ordered chapters if ChapterTimeEnd is missing
- demux_mkv: discard broken index
- demux_mkv: fix mpeg2 mapping
- demux_mkv: ignore deprecated FrameRate, do not assume PAL
- demux_mkv: improve video duration detection heuristic
- demux_mkv: parse FLAC channel layouts
- demux_playlist: make mime type comparison case-insensitive
- dxva2: fix handling of cropped video
- idet.sh: Support larger files
- mp_image: fix vf_vdpaupp references
- options: fix conversion of flags to strings
- options: move program name to end of window title
- options: remove the period at the end of "No file."
- osc: completely disable if no VO window exists
- osc: exit tick immediately if disabled
- osc: reinit on playlist changes
- osx: add NULL check for input context in a missing case
- player: fix crashes when adding external tracks before loading main file
- player: increase tick event update frequency
- player: make decoding cover art more robust
- player: raise maximum idle time
- player: return better guess for playback time during seeks
- player: show larger cache sizes in MB on status line
- player: slim down A/V desync warning
- sd_ass: assume negative durations are unknown durations, and handle them
- terminal: disable terminal foreground state polling
- terminal-unix: set terminal mode on init
- timer: fix a corner case on clock changes
- TOOLS: make autodeint detect telecine in parallel
- TOOLS/zsh.pl: die loudly if mpv fails to run
- vaapi: prefer direct display over copy-back
- vaapi: fix some videos only showing up green
- vaapi: treat cropped decoder output slightly more correctly
- vda: add support for nv12 image formats
- vd_lavc: fix a hw decoding fallback case
- vf_stereo3d: drop internal implementation
- vf_vavpp: don't attempt to deinterlace progressive frames
- vf_vavpp: fix bob deinterlacing for bottom field first videos
- vf_vdpaupp: Don't crash when evaluating interlacing of NULL mpi
- video: always re-probe auto deint filter on filter reconfig
- video: better heuristic for timestamp resets
- video: fix panscan in vertical case
- video: fix VideoToolbox/VDA autodetection
- video: unbreak EOF with video-only files that have timestamp resets
- vo_direct3d: fix broken pseudo GUI drag and drop hint
- vo_drm: fix centering with regard to stride
- vo_drm: fix crashes with --profile=pseudo-gui
- vo_drm: fix resolution not restored after exiting
- vo_drm: fix stride problem for certain devices
- vo_drm: make VT switching non mandatory
- vo: free frames before killing VO
- vo_opengl: avoid broken shader if hwdec fails to provide textures
- vo_opengl_cb: drop frames eagerly if frames are not rendered
- vo_opengl: CMS no longer implies linear scaling
- vo_opengl: fix alpha video in one case
- vo_opengl: fix dangling pointers with vo_cmdline
- vo_opengl: fix framestepping/pausing + interpolation
- vo_opengl: fix "freezes" after seeking with interpolation on
- vo_opengl: fix scale=oversample's threshold calculations
- vo_opengl: framebuffers work under GLES 2
- vo_opengl: improve robustness against PBO failure
- vo_opengl: reimplement tscale=oversample
- vo_opengl: reject future images in different formats
- vo_opengl: X11: don't leak when GL init fails
- vo: restore frame-drop logic for high-fps clips
- vo_rpi: fix blackscreen before the first subtitle/OSD is rendered
- vo_rpi, vo_opengl: do not globally terminate EGL on VO uninit
- vo_sdl: fix glaring memory leak
- vo_vdpau: check maximum video size
- vo_vdpau: limit output surfaces to allowed maximum dimensions
- win32: fix window resize logic
- win32: fix crashes when changing system time
- x11: Handle external fullscreen toggles
- ytdl: catch bogus extractor info
- ytdl: do not use deprecated media-title option
- ytdl: don't print failure warning when youtube-dl was killed by us
- ytdl: get start_time
2015-09-06 00:24:46 +00:00
..
acidrip Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
adobe-flash-plugin11 Update adobe-flash-plugin11 to 11.2.202.508. 2015-08-12 04:14:05 +00:00
alevt Remove USE_X11BASE and X11PREFIX. 2015-07-04 16:18:28 +00:00
audiocd-kio Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
avidemux Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
bitstream Import bitstream-1.0 as multimedia/bitstream. 2014-08-09 20:26:25 +00:00
bsdav Explicitly set MKPROFILE=yes to get consistent build results when 2013-12-08 02:56:22 +00:00
ccxstream Fix typo. 2015-02-07 15:02:04 +00:00
cfourcc
clutter-gst Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
deforaos-player Add support for CFLAGS 2015-08-23 23:23:43 +00:00
dirac Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
divxplayer
dragon Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
dumpmpeg Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
dvb-apps Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
dvd-slideshow Remove USE_X11BASE and X11PREFIX. 2015-07-04 16:18:28 +00:00
dvdauthor Reset maintainer, he resigned quite some time ago. 2015-08-08 11:44:34 +00:00
dvdbackup
dvdrip Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
dvdstyler Recursive revbump from pkgsrc/multimedia/libvpx. 2015-06-30 09:57:33 +00:00
dvdview
farsight2 Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
ffmpeg1 Recursive revbump from pkgsrc/multimedia/libvpx (buildink3.mk). 2015-06-30 10:02:21 +00:00
ffmpeg2 Bump PKGREVISION for nettle shlib major bump. 2015-08-23 14:30:35 +00:00
ffmpeg2theora Recursive revbump from pkgsrc/multimedia/libvpx. 2015-06-30 09:57:33 +00:00
ffmpeg010 Recursive revbump from pkgsrc/multimedia/libvpx (buildink3.mk). 2015-06-30 10:02:21 +00:00
ffmpegthumbnailer Recursive revbump from pkgsrc/multimedia/libvpx. 2015-06-30 09:57:33 +00:00
ffmpegthumbs Recursive revbump from pkgsrc/multimedia/libvpx. 2015-06-30 09:57:33 +00:00
ffplay1 Recursive revbump from pkgsrc/multimedia/libvpx. 2015-06-30 09:57:33 +00:00
ffplay2 version 2.7.2: 2015-07-20 18:39:46 +00:00
flashplayer
flvstreamer fix SunOS build by linking -lsocket -lnsl 2015-01-18 21:20:46 +00:00
fuppes Recursive revbump from pkgsrc/multimedia/libvpx. 2015-06-30 09:57:33 +00:00
fxtv
gecko-mediaplayer Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
ggrab Remove example rc.d scripts from PLISTs. 2014-03-11 14:04:57 +00:00
gmediaserver Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
gmencoder Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
gmp-api fix HOMEPAGE 2015-04-04 16:15:05 +00:00
gmplayer Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
gnash Recursive revbump from pkgsrc/multimedia/libvpx. 2015-06-30 09:57:33 +00:00
gnome-media Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
gnome-mplayer Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
goggles Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
gopchop Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
gpac Recursive revbump from pkgsrc/multimedia/libvpx. 2015-06-30 09:57:33 +00:00
gst-plugins0.10-bad Fix description which seems to have been copied from *-ugly. 2014-12-01 08:19:19 +00:00
gst-plugins0.10-base Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
gst-plugins0.10-dvdread
gst-plugins0.10-ffmpeg Recursive revbump from pkgsrc/multimedia/libvpx. 2015-06-30 09:57:33 +00:00
gst-plugins0.10-gnonlin
gst-plugins0.10-good Fix compile with clang on i386. 2015-02-18 19:21:54 +00:00
gst-plugins0.10-hal
gst-plugins0.10-mpeg2dec
gst-plugins0.10-ogg
gst-plugins0.10-resindvd Bump ABI depends since libdvdnav-5 removed a library. 2014-10-04 12:49:05 +00:00
gst-plugins0.10-theora
gst-plugins0.10-ugly
gst-plugins0.10-v4l2
gst-plugins0.10-vp8 Recursive revbump from pkgsrc/multimedia/libvpx. 2015-06-30 09:57:33 +00:00
gst-plugins0.10-x264 recursive bump from x264-devel build number change (i.e. API change) 2014-04-10 05:57:43 +00:00
gst-plugins0.10-xvid
gst-plugins1-bad Update to 1.4.5. All pkgsrc patches were integrated :-) 2015-01-03 18:09:30 +00:00
gst-plugins1-base Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
gst-plugins1-dvdread Reset PKGREVISION for gst-plugins1* update to 1.4.0. 2014-08-08 21:31:06 +00:00
gst-plugins1-egl-gl Import gst-plugins1-gl-1.4.5 as multimedia/gst-plugins1-egl-gl. 2015-01-30 11:09:45 +00:00
gst-plugins1-egl-opengl Import gst-plugins1-opengl-1.4.5 as multimedia/gst-plugins1-egl-opengl. 2015-01-30 11:10:20 +00:00
gst-plugins1-good Update to 1.4.5. All pkgsrc patches were integrated :-) 2015-01-03 18:09:30 +00:00
gst-plugins1-libav Recursive revbump from pkgsrc/multimedia/libvpx. 2015-06-30 09:57:33 +00:00
gst-plugins1-mpeg2dec Reset PKGREVISION for gst-plugins1* update to 1.4.0. 2014-08-08 21:31:06 +00:00
gst-plugins1-ogg Reset PKGREVISION for gst-plugins1* update to 1.4.0. 2014-08-08 21:31:06 +00:00
gst-plugins1-omx Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
gst-plugins1-resindvd Update to 1.4.4: 2014-11-23 15:54:00 +00:00
gst-plugins1-theora Reset PKGREVISION for gst-plugins1* update to 1.4.0. 2014-08-08 21:31:06 +00:00
gst-plugins1-ugly Update to 1.4.5. All pkgsrc patches were integrated :-) 2015-01-03 18:09:30 +00:00
gst-plugins1-v4l2 this builds under netbsd now, add it to ONLY_FOR_PLATFORM 2014-11-29 13:48:11 +00:00
gst-plugins1-vpx Recursive revbump from pkgsrc/multimedia/libvpx. 2015-06-30 09:57:33 +00:00
gst-plugins1-x264 Reset PKGREVISION for gst-plugins1* update to 1.4.0. 2014-08-08 21:31:06 +00:00
gst123 Fix build with ncurses6. 2015-08-26 13:36:27 +00:00
gstreamer0.10 Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
gstreamer1 Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
gtranscode
gxine Recursive revbump from pkgsrc/multimedia/libvpx. 2015-06-30 09:57:33 +00:00
handbrake Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
hwdecode-demos Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
juk Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
kaffeine Recursive revbump from pkgsrc/multimedia/libvpx. 2015-06-30 09:57:33 +00:00
kdemultimedia3 Recursive revbump from pkgsrc/multimedia/libvpx (buildink3.mk). 2015-06-30 10:02:21 +00:00
kdenlive Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
kmix Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
kmplayer Recursive revbump from pkgsrc/multimedia/libvpx. 2015-06-30 09:57:33 +00:00
kmplayer-kde3 Recursive revbump from pkgsrc/multimedia/libvpx. 2015-06-30 09:57:33 +00:00
kscd Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
libaacs Changes 0.8.1: 2015-04-05 06:31:51 +00:00
libass Changes 0.12.2: 2015-05-23 11:00:02 +00:00
libassetml recursive PKGREVISION bump for libass shlib major -> 5 2013-10-20 21:53:54 +00:00
libbdplus Changes 0.1.2: 2015-01-31 21:48:02 +00:00
libbluray Changes 0.8.1: 2015-05-29 12:00:20 +00:00
libdv Another case where endian.h needs types.h on MirBSD. 2013-12-03 21:46:46 +00:00
libdv-tools
libdvbcsa Requires c99. 2015-04-27 14:54:23 +00:00
libdvbpsi Fix example to not trigger alignment warnings. Fix a real bug while here 2015-03-31 15:52:50 +00:00
libdvbpsi0 Help config.guess/config.sub override logic. 2015-02-23 18:28:51 +00:00
libdvdcss Fixed CONFIGURE_ARGS 2015-01-31 21:52:15 +00:00
libdvdnav Changes 5.0.3: 2015-01-31 21:26:44 +00:00
libdvdplay
libdvdread Changes 5.0.2: 2015-01-31 21:25:47 +00:00
libflash Fix ``Please add a line "# used by foo/bar/Makefile" here.'' warnings. 2014-10-05 16:41:05 +00:00
libflashsupport
libflashsupport-pulse
libflashsupport10
libhdhomerun Package requires USE_GCC_RUNTIME. 2015-08-20 12:13:30 +00:00
libkate Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
libkcddb Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
libkcompactdisc Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
libmatroska Remove c from USE_LANGUAGES, this is C++ source code. 2015-01-23 10:12:44 +00:00
libmediainfo Don't provide an empty DESCR, copy mostly from mediainfo. 2015-05-14 13:22:00 +00:00
libmp4v2
libmpeg2 Hidden directories are not picked up automatically for config.guess/.sub 2015-02-21 00:12:26 +00:00
libmpeg3 Drop pointless ONLY_FOR_COMPILER. 2015-04-26 13:29:42 +00:00
libnms Add socket libraries on SunOS. Patch from Sebastian Wiedenroth. 2013-10-24 09:45:34 +00:00
libogg Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
liboggz Expand --version-script removals for SunOS back out into package Makefiles 2014-09-10 15:59:33 +00:00
libquicktime Recursive revbump from pkgsrc/multimedia/libvpx. 2015-06-30 09:57:33 +00:00
libtheora Don't use -fforce-addr. 2013-10-25 21:48:16 +00:00
libtheora-docs Fix previous. Theora.pdf is only created if many more dependencies 2015-02-09 21:56:49 +00:00
libva remove dup entry 2015-04-28 06:57:59 +00:00
libva-driver-vdpau Use PKG_SKIP_REASON for unsupported OSes. 2015-01-04 09:38:29 +00:00
libvdpau Use PKG_SKIP_REASON for unsupported OSes. 2015-01-04 09:38:29 +00:00
libvpx Fix previous (hi martin! PKGVERSION != PKGREVISION) 2015-07-11 23:40:49 +00:00
lsdvd Update lsdvd to 0.17. Changes: 2014-10-13 18:29:54 +00:00
mediainfo Avoid CS pollution from sys/regset.h on SunOS. 2015-05-14 13:20:06 +00:00
mediatomb Reset maintainer. 2015-04-14 06:21:41 +00:00
mencoder Needs pkg-config to find libdvdnav. 2015-04-23 18:27:11 +00:00
ming Fix build problem of php-ming when php{55,56} are compiled with maintainer-zts 2015-08-29 15:46:14 +00:00
minidlna Recursive revbump from pkgsrc/multimedia/libvpx. 2015-06-30 09:57:33 +00:00
mjpegtools Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
mkv2mp4 Recursive revbump from pkgsrc/multimedia/libvpx. 2015-06-30 09:57:33 +00:00
mkvtoolnix Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
mkvtoolnix-old Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
mlt Recursive revbump from pkgsrc/multimedia/libvpx. 2015-06-30 09:57:33 +00:00
mp4v2
mpeg-lib ftp.gimp.org is no longer. Update/remove links pointing there. 2014-08-19 10:42:55 +00:00
mpeg4ip Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
mpeg_encode Fix build on SunOS (socket libraries, use strerror()). 2014-09-23 14:29:50 +00:00
mpeg_play
mplayer Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
mplayer-plugin Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
mplayer-share Bump PKGREVISION for ncurses shlib bump. 2015-08-17 17:11:19 +00:00
mplayerthumbs Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
mpv Update multimedia/mpv to mpv-0.10.0. 2015-09-06 00:24:46 +00:00
ogle
ogle_gui Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
ogmtools Fix inttypes on SunOS. Patch from Sebastian Wiedenroth. 2013-12-10 14:16:58 +00:00
omxplayer Recursive revbump from pkgsrc/multimedia/libvpx. 2015-06-30 09:57:33 +00:00
openquicktime
p5-GStreamer Remove unused bl3.mk. 2015-06-12 10:55:02 +00:00
p5-xmltv Comment out dependencies of the style 2015-07-12 18:56:06 +00:00
phonon Update phonon to 4.8.3 2015-09-01 22:14:20 +00:00
phonon-backend-gstreamer Update phonon-backend-gstreamer to 4.8.2 2015-09-01 22:17:02 +00:00
phonon-backend-vlc Update phonon-backend-vlc to 0.8.2 2015-09-01 22:23:07 +00:00
php-ming not interesting anymore. 2014-09-28 03:00:45 +00:00
pitivi Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
pspvc Recursive revbump from pkgsrc/multimedia/libvpx. 2015-06-30 09:57:33 +00:00
py-gstreamer0.10 Mention gstreamer major version 0. 2014-08-08 21:50:58 +00:00
py-gstreamer1 Removing python26. EOL'd quite some ago and discussed a couple times on 2015-04-13 23:12:40 +00:00
py-ming not interesting anymore. 2014-09-28 03:00:45 +00:00
realplayer-codecs
regionset Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
replex
ruby-gnome2-clutter-gstreamer Update ruby-gnome2 package to 2.2.3. 2014-11-09 06:27:02 +00:00
ruby-gnome2-gstreamer Update ruby-gnome2 package to 2.2.3. 2014-11-09 06:27:02 +00:00
ruby-ming Fix build problem on Ruby 2.2 and later. 2015-06-08 14:55:17 +00:00
schroedinger
smpeg Remove --disable-sdltest, this is now handled generically by SDL's bl3. 2015-09-05 11:39:51 +00:00
smpeg2 Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
subtitleeditor Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
swfdec Update libsoup references in buildlink files. 2015-06-07 14:14:04 +00:00
swfdec-gnome Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
swfdec-mozilla Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
totem Switch to libgdata0.6. Bump PKGREVISION. 2015-07-11 17:15:58 +00:00
totem-browser-plugin Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
totem-nautilus Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
totem-pl-parser Pass down libgcrypt. 2015-06-09 14:19:16 +00:00
transcode Recursive revbump from pkgsrc/multimedia/libvpx. 2015-06-30 09:57:33 +00:00
tstools Update HOMEPAGE and MASTER_SITES (both were Server not found). Add LICENSE=mpl-1.1. 2014-12-21 12:12:42 +00:00
tvtime Fix empty shell 'if's. Uses libiconv. 2014-09-25 15:08:29 +00:00
ushare Recursive revbump from pkgsrc/multimedia/libvpx. 2015-06-30 09:57:33 +00:00
vlc Bump PKGREVISION for nettle shlib major bump. 2015-08-23 14:30:35 +00:00
vlc2 Bump PKGREVISION for nettle shlib major bump. 2015-08-23 14:30:35 +00:00
vlc21 Bump PKGREVISION for nettle shlib major bump. 2015-08-23 14:30:35 +00:00
win32-codecs
x264-devel Changes: 2015-07-18 11:08:21 +00:00
x265 Changes 1.7: 2015-05-29 12:03:06 +00:00
xanim
xawtv Bump all packages that depend on curses.bui* or terminfo.bui* since they 2015-08-18 07:31:00 +00:00
xfce4-mpc-plugin Update to 0.4.5. 2015-06-29 10:25:53 +00:00
xfce4-thunar-media-tags Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
xine-lib Recursive revbump from pkgsrc/multimedia/libvpx (buildink3.mk). 2015-06-30 10:02:21 +00:00
xine-ui Bump all packages that depend on curses.bui* or terminfo.bui* since they 2015-08-18 07:31:00 +00:00
xine-v4l Recursive revbump from pkgsrc/multimedia/libvpx. 2015-06-30 09:57:33 +00:00
xine-v4l2 Recursive revbump from pkgsrc/multimedia/libvpx. 2015-06-30 09:57:33 +00:00
xvid4conf Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
xvidcore Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
Makefile Remove xfmedia, it's an abandoned project. 2015-08-12 11:31:05 +00:00