summaryrefslogtreecommitdiff
path: root/multimedia
AgeCommit message (Collapse)AuthorFilesLines
2016-07-29Remove conflict between multimedia/smpeg and multimedia/smpeg2kamil2-7/+11
Install plaympeg of smpeg2 and the corresponding man-page as versioned. Bump PKGREVISION. Accepted by <wiz>
2016-07-21Environment variable fix for libdvdcss 1.4.0 and later.wiz3-3/+22
From Rhialto in PR 51347. Bump PKGREVISION.
2016-07-19Fix PLISTjmcneill1-5/+24
2016-07-17Update adobe-flash-plugin11 to 11.2.202.632.tsutsui2-11/+11
Upstream announcement: https://helpx.adobe.com/security/products/flash-player/apsb16-25.html Adobe Security Bulletin Security updates available for Adobe Flash Player Release date: July 12, 2016 Vulnerability identifier: APSB16-25 CVE number: CVE-2016-4172, CVE-2016-4173, CVE-2016-4174, CVE-2016-4175, CVE-2016-4176, CVE-2016-4177, CVE-2016-4178, CVE-2016-4179, CVE-2016-4180, CVE-2016-4181, CVE-2016-4182, CVE-2016-4183, CVE-2016-4184, CVE-2016-4185, CVE-2016-4186, CVE-2016-4187, CVE-2016-4188, CVE-2016-4189, CVE-2016-4190, CVE-2016-4217, CVE-2016-4218, CVE-2016-4219, CVE-2016-4220, CVE-2016-4221, CVE-2016-4222, CVE-2016-4223, CVE-2016-4224, CVE-2016-4225, CVE-2016-4226, CVE-2016-4227, CVE-2016-4228, CVE-2016-4229, CVE-2016-4230, CVE-2016-4231, CVE-2016-4232, CVE-2016-4233, CVE-2016-4234, CVE-2016-4235, CVE-2016-4236, CVE-2016-4237, CVE-2016-4238, CVE-2016-4239, CVE-2016-4240, CVE-2016-4241, CVE-2016-4242, CVE-2016-4243, CVE-2016-4244, CVE-2016-4245, CVE-2016-4246, CVE-2016-4247, CVE-2016-4248, CVE-2016-4249 Platform: Windows, Macintosh, Linux and ChromeOS
2016-07-16Fix building with linux-headers >= 3.9markd2-1/+21
2016-07-11Update multimedia/mpv to 0.18.1leot2-8/+7
Changes: Release 0.18.1 ============== Note: Running mpv with different versions of the FFmpeg/Libav libraries than it was compiled with is no longer supported. Even supposedly ABI-compatible versions have been a source of trouble, and it creates far too much complexity with little to no benefit, coupled with absurd and unusable FFmpeg API artifacts. Instead, mpv will exit with an error when such a situation is detected. This simply means that mpv needs to be rebuilt whenever FFmpeg libraries change. Features -------- New ~~~ - d3d: implement screenshots for --hwdec=d3d11va - vo_opengl: add output_size uniform to custom shader - vo_opengl: implement the Panasonic V-Log function (#3157) - vo_opengl: implement ARIB STD-B68 (HLG) HDR TRC Options and Commands -------------------- Changed ~~~~~~~ - command: pack sub image data in overlay-add command Deprecated ~~~~~~~~~~ - options: deprecate --heartbeat-cmd - audio: deprecate --softvol Removed ~~~~~~~ - audio: drop --softvol=no and --softvol=auto (#3322) Fixes and Minor Enhancements ---------------------------- - video: fix deinterlace filter handling on pixel format changes - x11: silence xdg-screensaver - vo_opengl: angle: update the swapchain on resize (#3301) - vo_opengl: error out gracefully when trying to use FBOs without FBO API - vd_lavc: expose mastering display side data reference peak (improves results with HDR content) - vo_opengl: generalize HDR tone mapping mechanism (#3293) - vo_opengl: don't constantly resize the output FBO - vo_opengl: use ringbuffer of PBOs - Windows: make WM_NCHITTEST simpler and more accurate - ao_oss: do not add an entry to audio-device-list if device file missing - dec_audio: fix segment boudnary switching - ao_lavc, vo_lavc: Migrate to new FFmpeg encoding API - vo_opengl: explicitly use main framebuffer when reading window content (#3284) - vo_xv: fix behavior with odd sizes - audio: insert auto-inserted filters at end of chain - x11: add missing FocusChangeMask (disables key repeat when losing focus while a key is down) - ao_coreaudio: error out when selecting invalid device - ad_lavc: work around misbehavior of some FFmpeg decoders like wmapro (#3297) - player: cut off status line on terminal width
2016-07-09Remove python33: adapt all packages that refer to it.wiz8-18/+16
2016-07-09Bump PKGREVISION for perl-5.24.0 for everything mentioning perl.wiz28-48/+56
2016-07-07Updated minidlna to 1.1.5.wiz3-10/+10
Based on PR 51318 by Jonathan Schleifer. 1.1.5 - Released 10-Sep-2015 -------------------------------- - Re-enable Samsung DCM10, which adds video bookmarks and "BasicView" support. - Allow SSDP M-SEARCH from other subnets. - Fix some nfo file character escaping. - Fix crash with >3 network interfaces. - Support rotation of monochrome JPEGs. - Handle cover art streams that come after the video stream. - Recognize new hard links with inotify. - Work around LG TV ordering bug. - Implement TiVo image PixelShape support. - Support thumbnail rotation. - Use "Album Artist" tag from AAC files. - Add Korean translations. - Fix handling of bad FLAC files.
2016-07-03Updated libmatroska to 1.4.5.wiz2-8/+8
2016-07-02 Moritz Bunkus <moritz@bunkus.org> * Released v1.4.5. 2016-04-24 Moritz Bunkus <moritz@bunkus.org> * KaxSemantic: add new colour-related elements. 2016-04-01 Steve Lhomme <slhomme@matroska.org> * KaxSemantic: add the new FieldOrder element. 2015-11-21 Moritz Bunkus <moritz@bunkus.org> * KaxVersion.cpp: in order to enable deterministic builds the KaxCodeDate variable has been set to "Unknown" instead of the date and time of compilation. Patch by Ed Schouten <ed@nuxi.nl>.
2016-07-02Update ffmpeg3 and ffplay3 to 3.1.1ryoon4-17/+22
Changelog: version 3.1.1: - doc/APIchanges: document the lavu/lavf field moves - avformat/avformat: Move new field to the end of AVStream - avformat/utils: update deprecated AVStream->codec when the context is updated - avutil/frame: Move new field to the end of AVFrame - libavcodec/exr : fix decoding piz float file. - avformat/mov: Check sample size - lavfi: Move new field to the end of AVFilterContext - lavfi: Move new field to the end of AVFilterLink - ffplay: Fix usage of private lavfi API - lavc/mediacodecdec_h264: add missing NAL headers to SPS/PPS buffers - lavc/pnm_parser: disable parsing for text based PNMs version 3.1: - DXVA2-accelerated HEVC Main10 decoding - fieldhint filter - loop video filter and aloop audio filter - Bob Weaver deinterlacing filter - firequalizer filter - datascope filter - bench and abench filters - ciescope filter - protocol blacklisting API - MediaCodec H264 decoding - VC-2 HQ RTP payload format (draft v1) depacketizer and packetizer - VP9 RTP payload format (draft v2) packetizer - AudioToolbox audio decoders - AudioToolbox audio encoders - coreimage filter (GPU based image filtering on OSX) - libdcadec removed - bitstream filter for extracting DTS core - ADPCM IMA DAT4 decoder - musx demuxer - aix demuxer - remap filter - hash and framehash muxers - colorspace filter - hdcd filter - readvitc filter - VAAPI-accelerated format conversion and scaling - libnpp/CUDA-accelerated format conversion and scaling - Duck TrueMotion 2.0 Real Time decoder - Wideband Single-bit Data (WSD) demuxer - VAAPI-accelerated H.264/HEVC/MJPEG encoding - DTS Express (LBR) decoder - Generic OpenMAX IL encoder with support for Raspberry Pi - IFF ANIM demuxer & decoder - Direct Stream Transfer (DST) decoder - loudnorm filter - MTAF demuxer and decoder - MagicYUV decoder - OpenExr improvements (tile data and B44/B44A support) - BitJazz SheerVideo decoder - CUDA CUVID H264/HEVC decoder - 10-bit depth support in native utvideo decoder - libutvideo wrapper removed - YUY2 Lossless Codec decoder - VideoToolbox H.264 encoder
2016-07-01Update multimedia/mpv to 0.18.0leot3-9/+16
Changes: Release 0.18.0 ============== Build System Changes -------------------- - build: Do not link to libGL for egl-drm - build: also use the iconv check on FreeBSD - build: don't install tests, only build them - build: re-enable encoding mode by default - vo_opengl: hwdec: remove build-dependency on dxva2 (#3150) - wscript: make at least 1 OpenGL output mandatory Features -------- New ~~~ - csputils: add SMPTE ST2084 support - demux_mkv: support Matroska webvtt (#3247) - demux_playlist: read directories recursively - stream_memory: add hex:// protocol - vf_crop: support opaque hardware decoding formats - vf_d3d11vpp: add a D3D11 video processor filter - vo_opengl: D3D11VA + ANGLE interop - vo_opengl: add an angle-es2 backend - vo_opengl: angle: dynamically load ANGLE - vo_opengl: d3d11egl: native NV12 sampling support - vo_opengl: enable color management on GLES - vo_opengl: implement HDR (SMPTE ST2084) - vo_opengl: implement tone mapping algorithms - vo_opengl: make PBOs work on GLES 3.x - vo_opengl: support external user hooks, enhancing the flexibility of user shaders - vo_opengl: vdpau interop without RGB conversion - wayland: implement HIDPI support Removed ~~~~~~~ - vo_opengl: remove nnedi3 prescaler (replaced by user shaders) - vo_opengl: remove prescaling framework with superxbr prescaler (replaced by user shaders) Options and Commands -------------------- Added ~~~~~ - Windows: make taskbar progress indication optional (#2535) - af_lavcac3enc: make encoder configurable - command: add playlist-pos-1 property (#2828) - command: introduce hwdec-current and hwdec-interop properties. - options: add --fit-border video option (currently Windows only) - video: add --hwdec=auto-copy mode - vo_opengl: always autoselect ANGLE as backend if available - vo_opengl: expose performance timers as properties - x11: add --x11-bypass-compositor=never - x11: extend --x11-bypass-compositor with fs-only option (#2582) Changed ~~~~~~~ - command: allow setting panscan etc. properties if no video is active - command: don't seek immediately when setting a-b loop while paused - command: if only ab-loop-b is set, loop from start of file - options: --geometry: center window position after applying size (#2397) - player: loop on end of file if ab-loop-b is unset - sd_add: replace --sub-ass=no with --ass-style-override=strip Removed ~~~~~~~ - vo_opengl: remove non-working rgb/rgba FBO formats Fixes and Minor Enhancements ---------------------------- - TOOLS/zsh.pl: add .f4v extension in zsh completions - TOOLS/zsh.pl: complete --audio-device - Windows: center window on original window center on resize to fit screen - Windows: fix size calculations for window resize (#2935) - Windows: fix wrong behavior with window-scale when window size exceeds screen size - Windows: make VOCTRL_SET_UNFS_WINDOW_SIZE resize the window around its center (#3164) - af_lavcac3enc: fix custom bitrates - ao_alsa: add more workarounds for hardware with broken drivers (e.g. ODROID-C2) - ao_opensles: remove 32-bit audio formats (not supported by Android) - cocoa: fix actual display refresh rate retrieval - cocoa: use displaylink without manually tracking the display id (#2392) - command: improve playlist* properties change notifications (#3267) - command: slightly nicer OSD list formatting - compatibility with recent FFmpeg APIs - d3d: fix hardware decoding of most MPEG2 things - d3dva: move Intel_H264_NoFGT_ClearVideo to lower priority (#3059) - demux_mkv: better resync behavior for broken google-created webms - demux_mkv: fix seeking with files that miss the first index entry - demux_playlist: recognize m3u8 as playlist extension (#3154) - input: fix parsing multiple input command prefixes - lcms: don't warn/error on 3dlut cache misses - lcms: improve black point handling (especially BT.1886) - macOS: handle multiple dropped files on the window (#3076) - player: always show the first frame in DS mode - player: assume video forwards timestamps jumps only with some formats (#3027) - player: do not update OSD all the time when paused - player: eagerly redraw OSD when seeking with coverart - player: fix use-after-free with --screenshot-directory (#3049) - player: force VO reconfig when unselecting video track - player: really start audio only once video is ready - sd_lavc: work around bug in older FFmpeg releases (#3109) - stream_cdda: enable cache by default - sub: fix --sub-gauss - vd_lavc: better hwdec wrapper decoder selection - vo_opengl: EGL: fix hwdec probing - vo_opengl: angle: avoid fullscreen FBO copy for flipping - vo_opengl: angle: enable DirectComposition (lowers vsync jitter) - vo_opengl: angle: prevent DXGI hooking Alt+Enter - vo_opengl: avoid outputting ultra-wide-gamut by default - vo_opengl: correctly disable interpolation if tscale can't be used - vo_opengl: fix bicubic_fast in ES mode - vo_opengl: fix d3d11 hardware decoding probing on Windows 7 - vo_opengl: improve scale=oversample performance - vo_opengl: make the screen blue on shader errors - vo_opengl: partially fix 0bgr format support - vo_opengl: possibly update icc profile after changing options - vo_opengl: request core profile on X11/EGL too - vo_opengl: require at least ES 3.0 for float textures - vo_opengl: vdpau: fix certain cases of preemption recovery failures - vo_rpi: attempt to survive display mode changes - vo_rpi: fix destroying overlays (#3100) - vo_rpi: wait for vsync with a timeout - vo_sdl: fix pixel formats. - vo_xv: Handle incorrect size returned by Xv(Shm)CreateImage (#320) - wayland: correctly report display refresh rate - wayland: use the advertised size in fullscreen (#3021, #2657) - x11: tell GNOME to use dark window decorations - ytdl_hook: fix brightcove urls - ytdl_hook: just check if protocol is rtmp (#3090) - ytdl_hook: support multi-arc subtitles
2016-06-23Use stackrealign on newer GCC as wellmaya1-3/+3
Bump PKGREVISION PR pkg/51122
2016-06-23Use stackrealign on newer GCC as wellmaya1-3/+3
Bump PKGREVISION PR pkg/51122
2016-06-23Use stackrealign on newer GCC as wellmaya1-3/+3
Addresses PR/51122: with gcc 5.x x86 32-bit ffmpeg2 and ffmpeg3 need extra compile flags
2016-06-23Use stackrealign on newer GCC as wellmaya1-3/+3
PR/51122: with gcc 5.x x86 32-bit ffmpeg2 and ffmpeg3 need extra compile flags
2016-06-21Adjust the static_assert hack to not redefine the keyword if thejoerg2-8/+11
compiler itself claims C11 support.
2016-06-19Don't check and then use an empty body. Don't use protected visibility,joerg5-10/+77
it doesn't work the way the author believed here. Bump revision.
2016-06-18Add multimedia/harvidkamil1-1/+2
2016-06-18Import harvid-0.8.1 as multimedia/harvidkamil4-0/+41
harvid -- HTTP Ardour Video Daemon Harvid decodes still images from movie files and serves them via HTTP. Its intended use-case is to efficiently provide frame-accurate data and act as second level cache for rendering the video-timeline in Ardour. Originally packaged in pkgsrc-wip by myself. Reviewed by <youri>
2016-06-18Use ffmpeg3 instead of ffmpeg2leot1-2/+3
(thanks to <wiz> for pointing it out!) Bump PKGREVISION.
2016-06-16Update adobe-flash-plugin11 to 11.2.202.626.tsutsui2-11/+11
Upstream announcement: https://helpx.adobe.com/security/products/flash-player/apsb16-18.html Adobe Security Bulletin Security updates available for Adobe Flash Player Release date: June 16, 2016 Vulnerability identifier: APSB16-18 CVE number: CVE-2016-4122, CVE-2016-4123, CVE-2016-4124, CVE-2016-4125, CVE-2016-4127, CVE-2016-4128, CVE-2016-4129, CVE-2016-4130, CVE-2016-4131, CVE-2016-4132, CVE-2016-4133, CVE-2016-4134, CVE-2016-4135, CVE-2016-4136, CVE-2016-4137, CVE-2016-4138, CVE-2016-4139, CVE-2016-4140, CVE-2016-4141, CVE-2016-4142, CVE-2016-4143, CVE-2016-4144, CVE-2016-4145, CVE-2016-4146, CVE-2016-4147, CVE-2016-4148, CVE-2016-4149, CVE-2016-4150, CVE-2016-4151, CVE-2016-4152, CVE-2016-4153, CVE-2016-4154, CVE-2016-4155, CVE-2016-4156, CVE-2016-4166, CVE-2016-4171 Platform: Windows, Macintosh, Linux and ChromeOS
2016-06-12Update gstreamer and plugins to 1.8.2.wiz12-42/+42
This release only contains bugfixes and it should be safe to update from 1.8.1.
2016-06-09xfce4-mpc-plugin: Update to 0.4.99.youri3-8/+9
* port to gtk+3/libxfce4ui-2/libxfce4panel-2.0
2016-06-08Bump PKGREVISION for perl-5.24.wiz2-4/+4
2016-06-04Build dependency on extra-cmake-modulesmarkd2-2/+5
2016-06-04Remove unnecessary patch, shouldn't have any effect on binary packagetron2-18/+1
2016-06-02Add gst-plugins1-opus 1.8.1prlw11-1/+2
Opus (RFC 6716) plugin for GStreamer.
2016-05-23Add upstream bug report URL.wiz2-4/+5
2016-05-23Fix build with libxcb-1.12.wiz2-3/+12
2016-05-21+ mate-mediayouri1-1/+2
2016-05-21Import mate-media-1.14.0 as multimedia/mate-media.youri5-0/+225
These are the MATE media tools for MATE: mate-volume-control - PulseAudio based volume control applets. grecord - MATE Sound Recorder. gstreamer-properties - GStreamer Properties Capplet. profiles - Audio Profile library. gst-mixer - MATE GStreamer-based audio mixer. (deprecated) MATE-Media is a fork of GNOME-Media.
2016-05-16Fixes for ImageMagick v7.adam11-7/+284
2016-05-12+ livestreamer.wiz1-1/+2
2016-05-12Import livestreamer-1.12.2 as multimedia/livestreamer.wiz4-0/+451
Packaged for wip by Jonathan Buschmann, tnn, leot, and coypu. Livestreamer is a command-line utility that pipes video streams from various services into a video player, such as VLC. The main purpose of Livestreamer is to allow the user to avoid buggy and CPU heavy flash plugins but still be able to enjoy various streamed content.
2016-05-12Updated vlc to 2.2.3.wiz4-16/+17
Changes between 2.2.2 and 2.2.3: -------------------------------- Demux: * Fix HLS quality selection and a potential stack overflow * Fix potential MKV infinite loop and improve MKV tags support * Fix WMV regression Decoder: * Fix hardware decoding with libvdpau-va-gl * Fix crashes with libvpx * Use libass without caching dialog Video Ouptut: * Fix green lines on Direct3D output Skins2: * Fix maximizing Window in multi-screen context Qt: * Fix resume where you left off * Fix infinite recursion in the customize dialog * Fix size when switching to/from the minimal interface * Fix size after resume toolbar is displayed MacOS X: * Fix crashes in media information panel * Correctly respect the disable-screensaver option Win32: * Allow opening more than 15 elements in Explorer Translations: * Update of most translations Changes between 2.2.1 and 2.2.2: -------------------------------- Access: * Fix SetupFormat for continuous framesize in v4l2 * Fix off-by-one buffer overflow in RealRtsp module * Fix screen recording aspect-ratio, framerate and potential crash * Fix Windows directshow input freeze * Fix MMS segmentation fault/abort when server forces a large allocation Demux: * Fix support for ms-dvr files * Fix time detection in AVI files over HTTP * HLS: fix hang on stop, crashes and small improvements * Fix mp4 NULL dereference reported by by Fortinet's FortiGuard Labs * Fix regression for VC-1 in WMV * Fix MXF crashes on stop * Fix EAC3 detection in some TS files Decoders: * Fix importing surface from main memory in VDPAU * Fix possible double-free in ADPCM decoder * Support 9-bit and 10-bit GBR planar formats * Support GoToMeeting 2 and GoToMeeting 3 codecs * Fix crash in teletext (zvbi) decoder * Fix Bluray subtitles (PGS) timestamps Audio output: * Fix audio drop after a flush with pulseaudio * Fix audio initialization on iOS * Fix audio stuttering with AirPlay devices on OS X (2 sec delay needs to be set manually by the user) * Fix pulseaudio latency computation * Fix alsa default device selection Skins2: * Fix video control that fails to show up * Fix UTF-8 conversion issues * Fix Unicode folders location failing to open the skins * Fix crash over malformed skins bitmaps * Fix fullscreen for Gnome3/Unity Window Managers OS X: * Support for OS X El Capitan * Fix code signature for releases on El Capitan * Improve resume dialog, starting time, preferences, lua extensions * Fix threads ordering, preferences crashes, URL drag'n drops Qt: * Fix crash when opening multiple items on Windows * Fix recent items appending when using a playlist * Improve addons manager dialog, playlist * Fix changing the audio-device in the menu * Fix key and mouse event support for Qt >= 5.5 under X11 * Fix memory leaks Video Output: * Fix build if one disables XCB but activate VDPAU on Unix * Fix Direct3D plane allocation size to avoid colour bleeding * Fix some crashes in swscale resizing Misc: * Fix build with recent FreeRDP versions * Fix interface crashes when input-title-format option is empty * Fix MP4 mux divide-by-zero crash * Improve PNG encoding time * Fix some UPnP initialization lag * Rewrite of the Jamendo Service Discovery * Fix snapshot aspect ratio for anamorphic contents * Fix custom snapshot sizes * Dynamic generation of GnuTLS Diffie-Hellman parameters * Fix "vb" transcoding parameter * Fix superfluous audio channel extraction in the core * Fix miscellaneous crashes, double-frees, integer overflows, infinite loops, read overflow, invalid frees and division by zero issues * Fix support for lua 5.2 and fix XSS in the http interface * Update and improve Soundcloud, Vimeo and Youtube scripts * Update of codecs and libraries to fix 3rd party security issues (like TALOS-CAN-0036, TALOS-CAN-0037, CVE-2015-7981, CVE-2015-8126 Translations: * Add Kashmiri and Maithili languages * Update of most translations libVLC: * Expose audio mute, cork and volume change events: libvlc_MediaPlayerCorked, libvlc_MediaPlayerUncorked, libvlc_MediaPlayerMuted, libvlc_MediaPlayerUnmuted and libvlc_MediaPlayerAudioVolume * Fix propagation of libvlc_MediaPlayerTitleChanged event Translations: * Update of most translations
2016-05-12Update adobe-flash-plugin11 to 11.2.202.621.tsutsui2-11/+11
Upstream announcement: https://helpx.adobe.com/security/products/flash-player/apsb16-15.html Adobe Security Bulletin Security updates available for Adobe Flash Player Release date: May 12, 2016 Vulnerability identifier: APSB16-15 CVE number: CVE-2016-1096, CVE-2016-1097, CVE-2016-1098, CVE-2016-1099, CVE-2016-1100, CVE-2016-1101, CVE-2016-1102, CVE-2016-1103, CVE-2016-1104, CVE-2016-1105, CVE-2016-1106, CVE-2016-1107, CVE-2016-1108, CVE-2016-1109, CVE-2016-1110, CVE-2016-4108, CVE-2016-4109, CVE-2016-4110, CVE-2016-4111, CVE-2016-4112, CVE-2016-4113, CVE-2016-4114, CVE-2016-4115, CVE-2016-4116, CVE-2016-4117 Platform: Windows, Macintosh, Linux and ChromeOS
2016-05-07Don't use C99 designators in C++.joerg2-1/+41
2016-05-05Not MAKE_JOBS_SAFE.joerg1-1/+4
2016-05-05Add a new "doc" option to install multimedia/ffmpeg[23] HTML documentation,leot8-70/+100
disabled by default. Fix PR pkg/51113 reported by Joern Clausen. ffmpeg needs texi2html features that can be not available in the version provided natively by the platform. While here also add a PRINT_PLIST_AWK to automa{g,t}ically print a PLIST that need less manual intervention. Bump PKGREVISION.
2016-05-03revbump for libsoup's ABI issueprlw111-22/+22
2016-04-29version 3.0.2:adam3-9/+8
- avcodec/ttaenc: Reallocate packet if its too small - configure: build fix for P5600 with mips code restructuring - mips: add support for R6 - pgssubdec: fix subpicture output colorspace and range - avcodec/ac3dec: Reset SPX when switching from EAC3 to AC3 - avfilter/vf_drawtext: Check return code of load_glyph() - avformat/mux: Check that deinit is set before calling it - avcodec/takdec: add code that got somehow lost in process of REing - avcodec/apedec: fix decoding of stereo files with one channel full of silence - avcodec/avpacket: Fix off by 5 error - avcodec/h264: Fix for H.264 configuration parsing - avcodec/bmp_parser: Ensure remaining_size is not too small in startcode packet crossing corner case - avcodec/pngdec: Fix alpha detection with skip_frame - Changelog: Make formating consistent - avfilter/src_movie: fix how we check for overflows with seek_point - avcodec/j2kenc: Add attribution to OpenJPEG project:
2016-04-29version 2.8.7adam4-11/+9
- avcodec/motion_est: Attempt to fix "short data segment overflowed" on IA64 - avformat/ffmdec: Check pix_fmt - avcodec/ttaenc: Reallocate packet if its too small - pgssubdec: fix subpicture output colorspace and range - avcodec/ac3dec: Reset SPX when switching from EAC3 to AC3 - avfilter/vf_drawtext: Check return code of load_glyph() - avcodec/takdec: add code that got somehow lost in process of REing - avcodec/apedec: fix decoding of stereo files with one channel full of silence - avcodec/avpacket: Fix off by 5 error - avcodec/h264: Fix for H.264 configuration parsing - avcodec/bmp_parser: Ensure remaining_size is not too small in startcode packet crossing corner case - avfilter/src_movie: fix how we check for overflows with seek_point - avcodec/j2kenc: Add attribution to OpenJPEG project: - avcodec/h264_slice: Check PPS more extensively when its not copied - avcodec/libutvideodec: copy frame so it has reference counters when refcounted_frames is set - avformat/rtpdec_jpeg: fix low contrast image on low quality setting - avcodec/mjpegenc_common: Store approximate aspect if exact cannot be stored - lavc/hevc: Allow arbitrary garbage in bytestream as long as at least one NAL unit is found. - avcodec/resample: Remove disabled and faulty code - indeo2: Fix banding artefacts - indeo2data: K&R formatting cosmetics - avcodec/imgconvert: Support non-planar colorspaces while padding - avutil/random_seed: Add the runtime in cycles of the main loop to the entropy pool - avutil/channel_layout: AV_CH_LAYOUT_6POINT1_BACK not reachable in parsing - avformat/concatdec: set safe mode to enabled instead of auto - avformat/utils: fix dts from pts code in compute_pkt_fields() during ascending delay - avformat/rtpenc: Fix integer overflow in NTP_TO_RTP_FORMAT - avformat/cache: Fix memleak of tree entries - lavf/mov: downgrade sidx errors to non-fatal warnings; fixes trac 5216 (cherry picked from commit 22dbc1caaf13e4bb17c9e0164a5b1ccaf490e428) - lavf/mov: fix sidx with edit lists (cherry picked from commit 3617e69d50dd9dd07b5011dfb9477a9d1a630354) - avcodec/mjpegdec: Fix decoding slightly odd progressive jpeg - libwebpenc_animencoder: print library messages in verbose log levels - libwebpenc_animencoder: zero initialize the WebPAnimEncoderOptions struct - doc/utils: fix typo for min() description - avcodec/avpacket: clear priv in av_init_packet() - swscale/utils: Fix chrSrcHSubSample for GBRAP16 - swscale/input: Fix GBRAP16 input - postproc: fix unaligned access - avutil/pixdesc: Make get_color_type() aware of CIE XYZ formats - avcodec/h264: Execute error concealment before marking the frame as done. - swscale/x86/output: Fix yuv2planeX_16* with unaligned destination - swscale/x86/output: Move code into yuv2planeX_mainloop - avutil/frame: Free destination qp_table_buf in frame_copy_props()
2016-04-29Update gstreamer1 and its plugins to 1.8.1.wiz13-49/+49
Switch gst-plugin1-libav from ffmpeg2 to ffmpeg3. 1.8.1 The first 1.8 bug-fix release (1.8.1) was released on 20 April 2016. This release only contains bugfixes and it should be safe to update from 1.8.0. Major bugfixes in 1.8.1 Fix app compilation with Android NDK r11 and newer Fix compilation of nvenc plugin against latest NVIDIA SDK 6.0 Fix regression in avdeinterlace Fix memory corruption in scaletempo element with S16 input Fix glitches at the start with all audio sinks except for pulsesink Fix regression with encrypted HLS streams Fix automatic multithreaded decoding of VP8/9 video Fix deadlock in HTTP adaptive streams when scrub-seeking Fix regression in RTSP source with SRTP Add support for SRTP rollover counters in the RTSP source Add support for HiDPI ("Retina") screens in caopengllayersink ... and many more!
2016-04-28Install ffplay man page.leot2-2/+5
PKGREVISION++
2016-04-28Also install man page.leot2-2/+5
PKGREVISION++
2016-04-28Also install man pages and HTML documentation.leot5-6/+90
Prior to this change all USE_TOOLS were already present except "perl". That blocked the generation of both man pages and HTML documentation. Also handle the append of configure's --progs-suffix number to address coexistence of multiple ffmpeg versions man pages (done via patch-doc_Makefile). Bump PKGREVISION.
2016-04-26Update phonon-{,qt5-}backend-gstreamer{,-shared} 4.9.0markd6-69/+18
Changes * CMake requirement aligned with libphonon (2.6.2 => 2.8.9) Bug Fixes * Fixed finding GStreamer 1.0 * Only build X11 renderer if X11 is found (enables building on OSX and Windows)
2016-04-26Update phonon-{,qt5-}backend-vlc to 0.9.0markd4-15/+13
Changes * VLC 2.0 support was removed, VLC 2.1 is at least required to use the backend * CMake requirement aligned with libphonon (2.6.2 => 2.8.9) * Muting is now implemented asynchronously Bug Fixes * Restore build support with Qt <= 5.2 in the Qt 5 build. * Fixed building videowidget for OSX. * Fixed schemeless URLs VLC 2.2 API Pickup * New device listing API used for listing devices without PulseAudio enabled * New internal signals for muting, corking, and volume changes (these directly relate to new AudioOutputInterface49 API in libphonon providing these new libvlc features with appropriate frontend control in libphonon) * This partially improves PulseAudio integration as at least volume and mute control is now working correctly again via libvlc natively. PulseAudio Limitations * PulseAudio support is still not fully backed via libvlc and cannot be correctly intercepted by libphonon. As a result the following features continue to not work correctly: * runtime-device-rerouting: changing the device order in the Phonon configuration at runtime cannot force libvlc to use the correct device, if a device was manually set before it will not automatically migrate to a new device * runtime-device-selection: selecting a device at runtime is not possible (see above), as a result applications wanting to do this will get no result and a warning will be shown. This also means that the configuration module's Test button does not actually play a sound for anything but the primary device. * stream-category: setting a stream category (pulesaudio role) is not possible, all streams are always category Video
2016-04-26Update phonon{,-qt5} to 4.9.0markd7-56/+34
Changes * Builsystem helpers are now installed to CMAKE_INSTALL_DATAROOTDIR * CMake 2.8.9 is required to use GNUInstallDirs and for the Qt5 code branches * automoc4 support was removed. Building always use the cmake built-in solution now. * Qt5 and Qt4 builds use different CMake configurations now * Qt4 is as it always has been * Qt5 moved away from crudely ported Qt4 configurations to using extra-cmake-modules' KDE compiler and cmake flags. * Installation paths and so forth are still jointly configured as to retain backwards compatibility (i.e. Qt5 build does not follow ECM's KDEInstallationPaths) Bug Fixes * VolumeSlider has seen async behavior improvements making the slider not hop around when changing the volume rapidly and the backend is lagging a bit behind. The volume change now occurs upon slider release rather than instantly. * Fixed a duble encoding issue with local paths that contain percent encoded characters being double-encoded New API * New AudioOutputInterface49 for backends to implement. This interface implements long-existing frontend interfaces for muting, giving the backend easier access and control. * setMuted(bool) mutes an AudioOuput (without the 4.9 interface this is done via setVolume(0.0) on the backend) * mutedChanged(bool) signal emitted by the backend to asyncronuously notify of the mute application * The interface is only used if PulseSupport is not intercepting calls * New methods to differntiate states of PulseSupport * request(bool) is used by backends to request PulseAudio usage but no interception, this essentially enables device listing but lets everything else fall through to the backend (the existing isActive() method will not return true after request(true), which makes it different from enable(true)) * isRequested() is a getter for request()'s state * isUsable() is part of the previouys isActive() behavior, it is true iff pulseaudio can be used (daemon running, connected etc) * isUsed() is a combination of isRequested() and isUsable() (i.e. active but not intercepting) * The existing isActive() communicates the same state as before (active and intercepting) but now also takes requested into consideration * Enabling always implies requsting automatically, so request(false) and enable(true) will ultimately still restul in isRequested==true