summaryrefslogtreecommitdiff
path: root/multimedia
AgeCommit message (Collapse)AuthorFilesLines
2015-06-30Recursive revbump from pkgsrc/multimedia/libvpx (buildink3.mk).ryoon5-9/+10
2015-06-30Recursive revbump from pkgsrc/multimedia/libvpx.ryoon38-71/+76
2015-06-30Update to 1.4.0ryoon12-190/+195
Changelog: 2015-04-03 v1.4.0 "Indian Runner Duck" This release includes significant improvements to the VP9 codec. - Upgrading: This release is ABI incompatible with 1.3.0. It drops the compatibility layer, requiring VPX_IMG_FMT_* instead of IMG_FMT_*, and adds several codec controls for VP9. - Enhancements: Faster VP9 encoding and decoding Multithreaded VP9 decoding (tile and frame-based) Multithreaded VP9 encoding - on by default YUV 4:2:2 and 4:4:4 support in VP9 10 and 12bit support in VP9 64bit ARM support by replacing ARM assembly with intrinsics - Bug Fixes: Fixes a VP9 bitstream issue in Profile 1. This only affected non-YUV 4:2:0 files. - Known Issues: Frame Parallel decoding fails for segmented and non-420 files.
2015-06-29Fix build with gcc 5.xmarkd3-1/+33
2015-06-29version 2.7.1:adam3-14/+14
- postproc: fix unaligned access - avformat: clarify what package needs to be compiled with SSL support - avcodec/libx264: Avoid reconfig on equivalent aspect ratios - avcodec/flacenc: Fix Invalid Rice order - tls_gnutls: fix hang on disconnection - avcodec/hevc_ps: Only discard overread VPS if a previous is available - ffmpeg: Free last_frame instead of just unref - avcodec/ffv1enc: fix bps for >8bit yuv when not explicitly set - avio: fix potential crashes when combining ffio_ensure_seekback + crc - examples/demuxing_decoding: use properties from frame instead of video_dec_ctx - h264: er: Copy from the previous reference only if compatible - doc: fix spelling errors - configure: only disable VSX for !ppc64el - ffmpeg_opt: Check for localtime() failure - avformat/singlejpeg: fix standalone compilation - configure: Disable VSX on unspecified / generic CPUs - avformat: Fix bug in parse_rps for HEVC. - takdec: ensure chan2 is a valid channel index - avcodec/h264_slice: Use AVFrame dimensions for grayscale handling
2015-06-29Update to 0.4.5.youri3-8/+14
2015-06-12Update adobe-flash-plugin11 to 11.2.202.466.tsutsui2-6/+6
Upstream announcement: https://helpx.adobe.com/security/products/flash-player/apsb15-11.html Security updates available for Adobe Flash Player Release date: June 9, 2015 Vulnerability identifier: APSB15-11 CVE number: CVE-2015-3096, CVE-2015-3097, CVE-2015-3098, CVE-2015-3099, CVE-2015-3100, CVE-2015-3101, CVE-2015-3102, CVE-2015-3103, CVE-2015-3104, CVE-2015-3105, CVE-2015-3106, CVE-2015-3107, CVE-2015-3108 Platform: All Platforms
2015-06-12Remove unused bl3.mk.wiz1-17/+0
2015-06-12Recursive PKGREVISION bump for all packages mentioning 'perl',wiz29-51/+58
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
2015-06-11version 2.7:adam5-33/+26
- FFT video filter - TDSC decoder - DTS lossless extension (XLL) decoding (not lossless, disabled by default) - showwavespic filter - DTS decoding through libdcadec - Drop support for nvenc API before 5.0 - nvenc HEVC encoder - Detelecine filter - Intel QSV-accelerated H.264 encoding - MMAL-accelerated H.264 decoding - basic APNG encoder and muxer with default extension "apng" - unpack DivX-style packed B-frames in MPEG-4 bitstream filter - WebM Live Chunk Muxer - nvenc level and tier options - chorus filter - Canopus HQ/HQA decoder - Automatically rotate videos based on metadata in ffmpeg - improved Quickdraw compatibility - VP9 high bit-depth and extended colorspaces decoding support - WebPAnimEncoder API when available for encoding and muxing WebP - Direct3D11-accelerated decoding - Support Secure Transport - Multipart JPEG demuxer
2015-06-09Pass down libgcrypt.joerg1-2/+3
2015-06-08Explicitly depend on libgcrypt now.joerg1-2/+3
2015-06-08Fix build problem on Ruby 2.2 and later.taca2-1/+26
2015-06-07Update libsoup references in buildlink files.youri2-4/+4
2015-06-07Update libsoup buildlink path.youri2-4/+4
2015-05-29Changes 1.7:adam3-8/+8
Bug fixes.
2015-05-29Changes 0.8.1:adam3-28/+7
- Notify application when UO mask changes. - Improved error resilience. - Improved BD-J compability. - Fix crash after bd_open(NULL). - Fix compability problem with libbdplus. - Fix memory leak in UDF filesystem parser. - Fix crash in freetype.
2015-05-24Changes 0.9.2:adam3-7/+31
The Lua check now also checks for lua52.pc, as used by Arch Linux testing. (X11) vo_opengl's icc-profile-auto now queries the current ICC profile relative to the center of the window. ao_coreaudio, ao_alsa now support adding dummy padding channels for better compatibility with hardware decoders that only support specific channel counts (e.g. 5.1 now should work on a decoder that only accepts 7.1). Channel fallback (in case the audio device doesn't natively support a given channel layout) has been improved. vf_vapoursynth now rejects unaligned video instead of outputting corrupted video. mpv now tries to autoload .sup subtitles as well.
2015-05-23Changes 0.12.2:adam2-7/+9
Add extern "C" guards to the public headers for C++ compatibility Improvements to style override API and implementation Bugfixes: * Fix some rasterizer bugs of unknown severity * Fix a broken memset() of unknown severity * Make timestamp parsing more lenient, which makes libass accept invalid files accepted by most other ASS parsers * Increase compatibility with broken ASS drawings accepted by VSFilter
2015-05-18Changes 2.6.3:adam3-8/+7
- avcodec/libtheoraenc: Check for av_malloc failure - ffmpeg_opt: Fix -timestamp parsing - hevc: make avcodec_decode_video2() fail if get_format() fails - avcodec/cavsdec: Use ff_set_dimensions() - swr: fix alignment issue caused by 8ch sse functions - avcodec/mjpegdec: fix len computation in ff_mjpeg_decode_dqt() - avcodec/jpeg2000dec: fix boolean operator - avcodec/hevc_ps: Explicitly check num_tile_* for negative values - avformat/matroskadec: Cleanup error handling for bz2 & zlib - avformat/nutdec: Fix use of uinitialized value - tools/graph2dot: use larger data types than int for array/string sizes - avformat/matroskaenc: Check ff_vorbiscomment_length in put_flac_codecpriv() - avcodec/mpeg12dec: use the correct dimensions for checking SAR - xcbgrab: Validate the capture area - xcbgrab: Do not assume the non shm image data is always available - avfilter/lavfutils: disable frame threads when decoding a single image - avformat/mov: Do not read ACLR into extradata for H.264 - ffmpeg: remove incorrect network deinit - OpenCL: Avoid potential buffer overflow in cmdutils_opencl.c - libvpxenc: only set noise reduction w/vp8 - vp9: remove another optimization branch in iadst16 which causes overflows. - lavf: Reset global flag on deinit - network: Do not leave context locked on error - vp9: remove one optimization branch in iadst16 which causes overflows. - fate: Include branch information in the payload header - avformat/utils: Ensure that AVFMT_FLAG_CUSTOM_IO is set before use - avformat/img2dec: do not rewind custom io buffers - avcodec/alsdec: Use av_mallocz_array() for chan_data to ensure the arrays never contain random data - avcodec/atrac3plusdsp: fix on stack alignment - swresample/swresample-test: Randomly wipe out channel counts - swresample: Check channel layouts and channels against each other and print human readable error messages - swresample: Allow reinitialization without ever setting channel layouts (cherry picked from commit 80a28c7509a11114e1aea5b208d56c6646d69c07) - swresample: Allow reinitialization without ever setting channel counts - dashenc: replace attribute id with contentType for the AdaptationSet element - avformat/matroskaenc: Use avoid_negative_ts_use_pts if no stream writes dts - avformat/mux: Add avoid_negative_ts_use_pts - tests/fate-run: do not attempt to parse tiny_psnrs output if it failed - cafdec: free extradata before allocating it - imgutils: initialize palette padding bytes in av_image_alloc - aacdec: don't return frames without data - id3v2: catch avio_read errors in check_tag - avi: Validate sample_size - aacsbr: break infinite loop in sbr_hf_calc_npatches - diracdec: avoid overflow of bytes*8 in decode_lowdelay - diracdec: prevent overflow in data_unit_size check - avformat/matroskadec: Use tracks[k]->stream instead of s->streams[k] - matroskadec: use uint64_t instead of int for index_scale - pngdec: don't use AV_PIX_FMT_MONOBLACK for apng - pngdec: return correct error code from decode_frame_common - nutdec: fix illegal count check in decode_main_header - nutdec: fix memleaks on error in nut_read_header - apedec: prevent out of array writes in decode_array_0000 - apedec: set s->samples only when init_frame_decoder succeeded - swscale/ppc/swscale_altivec.c: POWER LE support in yuv2planeX_8() delete macro GET_VF() it was wrong - alac: reject rice_limit 0 if compression is used - alsdec: only adapt order for positive max_order - bink: check vst->index_entries before using it - mpeg4videodec: only allow a positive length - aacpsy: correct calculation of minath in psy_3gpp_init - alsdec: validate time diff index - alsdec: ensure channel reordering is reversible - ac3: validate end in ff_ac3_bit_alloc_calc_mask - aacpsy: avoid psy_band->threshold becoming NaN - aasc: return correct buffer size from aasc_decode_frame - matroskadec: export cover art correctly - mxfenc: don't try to write footer without header - mxfenc: fix memleaks in mxf_write_footer - rtpenc_mpegts: Set chain->rtp_ctx only after avformat_write_header succeeded - rtpenc_mpegts: Free the right ->pb in the error path in the init function
2015-05-16Update adobe-flash-plugin11 to 11.2.202.460.tsutsui2-6/+6
Upstream announcement: https://helpx.adobe.com/security/products/flash-player/apsb15-09.html Security updates available for Adobe Flash Player Release date: May 12, 2015 Vulnerability identifier: APSB15-09 CVE number: CVE-2015-3044, CVE-2015-3077, CVE-2015-3078, CVE-2015-3079, CVE-2015-3080, CVE-2015-3081, CVE-2015-3082, CVE-2015-3083, CVE-2015-3084, CVE-2015-3085, CVE-2015-3086, CVE-2015-3087, CVE-2015-3088, CVE-2015-3089, CVE-2015-3090, CVE-2015-3091, CVE-2015-3092, CVE-2015-3093 Platform: All Platforms
2015-05-14Don't provide an empty DESCR, copy mostly from mediainfo.jperkin1-0/+22
2015-05-14Avoid CS pollution from sys/regset.h on SunOS.jperkin2-1/+18
2015-04-30Update multimedia/mpv to mpv-0.9.0, from Leonardo Taccari in PR 49863.wiz3-8/+8
pkgsrc changes: * Add LUA_VERSION_INCOMPATIBLE= 53 to reflect upstream changelog. No functional changes intended. Changes: Release 0.9.0 ------------- Changes that may break users' config files have been annotated with a (!). * Note: mpv is not compatible with Lua 5.3. Lua 5.1 or 5.2 is required. * The minimum required libass version is now 0.12.1 or newer. * The minimum required FFmpeg version is now 2.4.0 (equiv. Libav 11) or newer. * The internal libmpg123 support was removed. This was already not used by default in the previous release. * (!) The LIRC support was removed. Configure LIRC remotes as input devices instead. * (!) The Linux Joystick support was removed. * (!) vf_screenshot was removed, as they are now handled at a VO level and is compatible with all VOs. * (!) --ass-use-margins has been renamed to --sub-use-margins and applies only to plain-text (non-ASS) subtitles (enabled by default). The new --ass-force-margins option applies only to ASS subtitles (disabled by default). To get the old behaviour back, enable both at the same time. * (!) The --sub-scale-with-window option now only applies to plain text (non-ASS) subtitles (enabled by default). The new --ass-scale-with-window option does the same but only with ASS subtitles (disabled by default). * (!) The range for the param1 for the gaussian vo_opengl scaler has been redefined. Instead of being an arbitrary 1-100 range, have a default value of 1.0, and anything higher is blurrier. * (!) The seek, playlist_next, playlist_prev, loadfile and loadlist parameters no longer accept numerical parameters where symbolic parameter names exist. * (!) vo_opengl changes: + (!) The smoothmotion suboption has been renamed to interpolation. The old name is still supported for now. + (!) The bilinear_slow scaler has been renamed to triangle. + (!) scale-down has been renamed to dscale and now has its own set of config options (e.g. dscale-radius). + (!) Scaler radius no longer defaults to 3 but to a preferred value that may be different for each filter. + The scale-radius option may now go down as low as 0.5, which is the value used by the nearest filter. + spline36 is the new cscale default for opengl-hq. This might break setups that use fbo-format=rgb8. To work around it, leave fbo-format as its default, or set to something higher than 8, or set cscale=bilinear, the previous default. * (!) vf_format no longer converts video to YUYV if there is no parameter. Video is now passed unchanged unless a format is specifically requested. * (!) The --colormatrix, --colormatrix-input-range, --colormatrix-output-range and --colormatrix-primaries options have been converted into vf_format suboptions. See commit 27715b7 and the manual for details. * vf_mirror's implementation was replaced with calling into libavfilter's vf_hflip filter, thus depending on libavfilter to function. * The device subption to ao_wasapi has been deprecated in favor of --audio-device. * --video-rotate now allows 360 as an argument instead of stopping at 359. * Several improvements to af_scaletempo. * Options that have multiple options and also include a "yes" option now default to that if specified with no arguments. * The default value of --cache-default is now 150000 (153.6 MB, ~146 MiB). * JPEG screenshots now use the same subsampling as the source video. The images are still RGB regardless of source format though. Bug fixes * mpv no longer saves position on files that can't be resumed (issue #1701). * (X11) Fix the player thinking the mouse has left the window in some WMs / embeddings (issue #1672). * mpv no longer freezes on wayland when the compositor stops asking it to draw itself (e.g. when minimized) (issue #249). * .ac3 files are no longer rejected by --audio-file-auto (issue #1759). * ao_wasapi now automatically enables exclusive when passthrough is attempted (issue #1742). * Attempt to fix flickering on Intel VAAPI drivers with --hwdec=vaapi and --vo=opengl (issue #1765). * youtube-dl will no longer download video streams when video playback is disabled with --no-video. * (Windows) mpv now prevents system sleep when playing a video-only file. Previously, only files with an opened audio track would prevent sleep. New features * vo_opengl features: + Added ewa_ginseng, ewa_hanning, robidoux, robidouxsharp, oversample and haasnsoft scalers. + There are now ewa_lanczossoft and ewa_lanczossharp aliases to ewa_lanczos that are tuned to be blurrier and sharper, respectively. + Added gamma-auto option that uses ambient light sensors to automatically adjust the video gamma. See commit c028d78 for details. + Added blend-subtitles option to draw subtitles directly into the video instead of rendered afterwards. Potentially necessary for correct rendering with files that use ASS subtitles for typesetting in combination with an icc-profile. There is a default option for drawing after upscaling, and a video option for drawing before upscaling. See details and warning on the manual. + There is now a tscale option, used to choose the temporal scaler used in the interpolation mode (previously smoothmotion). + There is a new scale-blur parameter to adjust the amount of blur that most of the filters produce. Deviating from the default may introduce artifacts in EWA filters. + (Windows) There is now a dwmflush option that might help improve rendering of high-fps video. Disabled by default. See manual for options. * New Linux-only vo_drm video output driver. Uses the direct rendering / kernel modesetting drivers to draw directly to the framebuffer, but with no hardware acceleration. See manual for details. * New pseudo-gui builtin profile, automatically used when launched from mpv.desktop by opening mpv.exe on windows (mpv.com still works as usual), or by opening the mpv.app bundle. The pseudo-gui tries to make the player window behave closer to what a desktop player would do, by not immediately closing and allowing the user to drag&drop files for playback. See manual for details. * mpv can now play directories by automatically playing their contents instead. Works everywhere but on Windows, due to issues with Windows' C runtime. * Add support to pitch correct stretched audio with librubberband. * Add support for the Raspberry Pi 2's hardware decoder when FFmpeg (or Libav) is built with --enable-mmal. See commit 8fff125 for details. * The --cache option now accepts a "yes" option, that always enables a --cache-default-sized cache on all cases a cache can be used, unless --cache-default disables caching. * ao_pulse, ao_coreaudio and ao_wasapi now support device hotplugging. * New --osd-align-x and --osd-align-y options can be used to align the OSD independently from subtitles. * New --osd-bold and --sub-text-bold options can be enabled to bold all OSD or plain-text subtitle text, respectively. * Added a default keybind to the u key that enables/disables ASS style overriding. When enabled, is equivalent to --ass-style-override=force. * There is now a MOUSE_ENTER keybind, that is called when the mouse cursor enters the VO from outside. * The new --ytdl-params option can be set to arguments that are always given to youtube-dl invocations. There is no sanity checking, so invalid options can prevent mpv from working with http URLs. * There's a new --demuxer-mkv-fix-timestamps option, enabled by default, that tries to guess more accurate video timestamps by using FPS information, if available. See manual for details. * The new --window-scale option can be used to scale the video window by the specified multiplier, before other options such as --autofit are applied. * vo_direct3d_shaders now supports NV12 colorspace without using stretchrect, but it seems no drivers actually support that. * (Client API) Added a rescan_external_files command, as requested on issue #1586. * (Client API) If enabled, initializing the Client API will now also load the user's mpv.conf. * (Client API) There's a new mpv_opengl_cb_report_flip() call for API users to call to inform mpv of when exactly a frame was displayed. * (Client API) The mpv_opengl_cb_render() function was deprecated in favor of the new, simpler mpv_opengl_cb_draw() function. * (Client API) There is a new screenshot_raw command. See input.rst for details. * The --input-file argument may now also be a file descriptor in the form "fd://N", where N is the FD number.
2015-04-28Shared libraries should always be PIC. Bump revision.joerg1-4/+2
2015-04-28remove dup entrytnn1-2/+1
2015-04-28Sync list of PKGCONFIG_OVERRIDEs with package. Bump revision.tnn1-2/+4
2015-04-28This has optional EGL support, handle like x11/qt5-qtbase.tnn2-2/+12
2015-04-27Requires c99.jperkin1-1/+2
2015-04-27add check for clang supporting -fno-integrated-as instead of -no-integrated-asdbj1-2/+5
2015-04-26Drop pointless ONLY_FOR_COMPILER.joerg1-2/+1
2015-04-25Recursive revbump following MesaLib update, categories g through n.tnn79-149/+158
2015-04-23mbstate_t reference is always const with new boost.joerg2-1/+15
2015-04-23Needs pkg-config to find libdvdnav.joerg1-1/+3
2015-04-21Update Xfce to 4.12.0.jperkin9-33/+124
This is a very large change, and incorporates the 4.8, 4.10, and 4.12 major Xfce releases since 4.6.2, our previous pkgsrc release. For more information about the thousands of changes in each major release since then, please see: Xfce 4.12 announcement: http://www.xfce.org/about/news Xfce 4.12 tour: http://www.xfce.org/about/tour Xfce 4.10 announcement: http://www.xfce.org/about/news/?post=1335571200 Xfce 4.10 tour: http://www.xfce.org/about/tour410 Xfce 4.8 announcement: http://www.xfce.org/about/news/?post=1295136000 Xfce 4.8 tour: http://www.xfce.org/about/tour48 The pkgsrc changes since then are: New packages: archivers/xfce4-thunar-archive graphics/elementary-xfce-icon-theme mail/xfce4-mailwatch-plugin misc/xfce4-time-out-plugin multimedia/xfce4-thunar-media-tags sysutils/xfce4-mount-plugin sysutils/xfce4-taskmanager sysutils/xfce4-thunar-vcs sysutils/xfce4-verve-plugin x11/xfce4-garcon x11/xfce4-notifyd x11/xfce4-tumbler x11/xfce4-whiskermenu-plugin Renamed packages: devel/xfconf to devel/xfce4-conf x11/libxfce4menu to x11/libxfce4ui x11/xfce4-screenshooter-plugin to x11/xfce4-screenshooter Updated packages: audio/xfce4-mixer audio/xfce4-xmms-plugin devel/xfce4-dev-tools editors/xfce4-mousepad graphics/ristretto meta-pkgs/xfce4-extras meta-pkgs/xfce4 misc/xfce4-weather-plugin multimedia/xfce4-mpc-plugin net/xfce4-wavelan-plugin sysutils/xfce4-appfinder sysutils/xfce4-battery-plugin sysutils/xfce4-cpugraph-plugin sysutils/xfce4-diskperf-plugin sysutils/xfce4-fsguard-plugin sysutils/xfce4-genmon-plugin sysutils/xfce4-netload-plugin sysutils/xfce4-quicklauncher-plugin sysutils/xfce4-systemload-plugin sysutils/xfce4-thunar sysutils/xfce4-xarchiver sysutils/xfce4-xkb-plugin textproc/xfce4-dict-plugin time/xfce4-datetime-plugin time/xfce4-orage time/xfce4-timer-plugin wm/xfce4-wm-themes wm/xfce4-wm x11/libxfce4gui x11/libxfce4util x11/xfce4-clipman-plugin x11/xfce4-desktop x11/xfce4-exo x11/xfce4-eyes-plugin x11/xfce4-gtk2-engine x11/xfce4-notes-plugin x11/xfce4-panel x11/xfce4-places-plugin x11/xfce4-session x11/xfce4-settings x11/xfce4-terminal Removed packages: sysutils/xfce4-volman x11/xfce4-utils This is based on a huge amount of work by the NetBSDfr team and Youri Mouton, who takes over as MAINTAINER, and has been tested by Youri on a large number of platforms prior to commit. A massive thanks to them. Any issues with the import are mine alone as the committer-by-proxy.
2015-04-18Update adobe-flash-plugin11 to 11.2.202.457.tsutsui2-6/+6
Upstream announcement: https://helpx.adobe.com/security/products/flash-player/apsb15-06.html Security updates available for Adobe Flash Player Release date: April 14, 2015 Vulnerability identifier: APSB15-06 CVE number: CVE-2015-0346, CVE-2015-0347, CVE-2015-0348, CVE-2015-0349, CVE-2015-0350, CVE-2015-0351, CVE-2015-0352, CVE-2015-0353, CVE-2015-0354, CVE-2015-0355, CVE-2015-0356, CVE-2015-0357, CVE-2015-0358, CVE-2015-0359, CVE-2015-0360, CVE-2015-3038, CVE-2015-3039, CVE-2015-3040, CVE-2015-3041, CVE-2015-3042, CVE-2015-3043, CVE-2015-3044 Platform: All Platforms
2015-04-17Revbump after updating devel/boost-libsadam17-27/+34
2015-04-14Reset maintainer.tron1-2/+2
2015-04-13Removing python26. EOL'd quite some ago and discussed a couple times onrodent1-3/+1
tech-pkg@ and pkgsrc-users@.
2015-04-13Belated PKGREVISION++ for the repaired DVD support fixed in mplayer-share.dsainty1-2/+2
2015-04-13declare rpi PLIST variable properlytnn1-4/+6
2015-04-12Add "rpi" build option to enable Raspberry Pi OpenMAX IL decoding andjmcneill3-6/+27
video output plugins. While here, fix plist for -x11 builds.
2015-04-12Changes 2.6.2:adam2-6/+6
- avcodec/h264: Do not fail with randomly truncated VUIs - avcodec/h264_ps: Move truncation check from VUI to SPS - avcodec/h264: Be more tolerant to changing pps id between slices - avcodec/aacdec: Fix storing state before PCE decode - avcodec/h264: reset the counts in the correct context - avcodec/h264_slice: Do not reset mb_aff_frame per slice - avcodec/h264: finish previous slices before switching to single thread mode - avcodec/h264: Fix race between slices where one overwrites data from the next - avformat/utils: avoid discarded streams in av_find_default_stream_index() - ffmpeg: Fix extradata allocation - avcodec/h264_refs: Do not set reference to things which do not exist - avcodec/h264: Fail for invalid mixed IDR / non IDR frames in slice threading mode - Revert "avcodec/exr: fix memset first arg in reverse_lut()" - h264: avoid unnecessary calls to get_format - avutil/pca: Check for av_malloc* failures - avutil/cpu: add missing check for mmxext to av_force_cpu_flags - lavc/dnxhd: Fix pix_fmt change. - avformat/http: replace cookies with updated values instead of appending forever - avformat/hls: store cookies returned in HLS key response - avformat/rmdec: fix support for 0 sized mdpr - avcodec/msrledec: restructure msrle_decode_pal4() based on the line number instead of the pixel pointer - avcodec/hevc_ps: Check cropping parameters more correctly - hevc: make the crop sizes unsigned - avcodec/dnxhddec: Reset is_444 if format is not 444 - avcodec/dnxhddec: Check that the frame is interlaced before using cur_field - mips/float_dsp: fix vector_fmul_window_mips on mips64 - doc: Remove non-existing decklink options.
2015-04-09Apply Clang changes slightly later to avoid interfering with patchtron1-2/+2
(re-)generation.
2015-04-09Improve Clang build fix and use it under Mac OS X as well. The problemtron1-3/+6
is specific to the verion of Clang (3.5 and newer) and not the platform. This package now builds under Mac OS X Yosemite with the latest version of Xcode tools.
2015-04-07PR pkg/49689: postprocess skin files so they are compatible with thismartin2-5/+11
version (as far as easily possible).
2015-04-06x265 1.6 has been released. The changes from the 1.5 release are mostlyadam3-14/+12
performance oriented, with heavy improvements for AVX2 capable platforms (Haswell and later Intel CPUs) and work efficiency improvements for multiple-socket machines.
2015-04-06Revbump after updating textproc/icuadam14-27/+28
2015-04-05Build against libdvdnav 5.0 API.dsainty8-28/+69
Re-enable the inhibited DVD related options. Bump PKGREVISION on the principle of least surprise.
2015-04-05Changes 0.8.1:adam3-29/+6
- Accept NULL mount / device path when application handles file system access. - Fix FreeBSD build. - Do not require pthread with gcrypt >= 1.6.0.