summaryrefslogtreecommitdiff
path: root/multimedia
AgeCommit message (Collapse)AuthorFilesLines
2015-10-18Pullup ticket #4841 - requested by tnnspz2-6/+7
multimedia/adobe-flash-plugin11: security update Revisions pulled up: - multimedia/adobe-flash-plugin11/Makefile 1.50,1.52 - multimedia/adobe-flash-plugin11/distinfo 1.47,1.49 ------------------------------------------------------------------- Module Name: pkgsrc Committed By: tsutsui Date: Sun Oct 18 14:15:23 UTC 2015 Modified Files: pkgsrc/multimedia/adobe-flash-plugin11: Makefile distinfo Log Message: Update adobe-flash-plugin11 to 11.2.202.540. Upstream announcement: https://helpx.adobe.com/security/products/flash-player/apsb15-27.html Adobe Security Bulletin Security updates available for Adobe Flash Player Release date: October 16, 2015 Vulnerability identifier: APSB15-27 CVE number: CVE-2015-7645, CVE-2015-7647, CVE-2015-7648 Platform: All Platforms To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 pkgsrc/multimedia/adobe-flash-plugin11/Makefile cvs rdiff -u -r1.48 -r1.49 pkgsrc/multimedia/adobe-flash-plugin11/distinfo
2015-09-29Pullup ticket #4825 - requested by tsutsuibsiegert2-6/+6
multimedia/adobe-flash-plugin11: security fix Revisions pulled up: - multimedia/adobe-flash-plugin11/Makefile 1.50 - multimedia/adobe-flash-plugin11/distinfo 1.47 --- Module Name: pkgsrc Committed By: tsutsui Date: Fri Sep 25 15:35:39 UTC 2015 Modified Files: pkgsrc/multimedia/adobe-flash-plugin11: Makefile distinfo Log Message: Update adobe-flash-plugin11 to 11.2.202.521. Upstream announcement: https://helpx.adobe.com/security/products/flash-player/apsb15-23.html Adobe Security Bulletin Security updates available for Adobe Flash Player Release date: September 21, 2015 Last updated: September 23, 2015 Vulnerability identifier: APSB15-23 CVE number: CVE-2015-5567, CVE-2015-5568, CVE-2015-5570, CVE-2015-5571, CVE-2015-5572, CVE-2015-5573, CVE-2015-5574, CVE-2015-5575, CVE-2015-5576, CVE-2015-5577, CVE-2015-5578, CVE-2015-5579, CVE-2015-5580, CVE-2015-5581, CVE-2015-5582, CVE-2015-5584, CVE-2015-5587, CVE-2015-5588, CVE-2015-6676, CVE-2015-6677, CVE-2015-6678, CVE-2015-6679, CVE-2015-6682 Platform: All Platforms
2015-09-23Remove NetBSD specific clang hack, stdatomic.h is now installed.joerg3-16/+45
Rework vlc_atomic.h to work with <atomic> to avoid overlap.
2015-09-23Fix build against newer Boost.joerg2-1/+14
2015-09-16PR pkg/50243: PLIST fix when X11_TYPE=modular and PKG_OPTIONS.MesaLib=-dritnn1-4/+4
ok gdt@
2015-09-09version 2.8:adam4-15/+17
- colorkey video filter - BFSTM/BCSTM demuxer - little-endian ADPCM_THP decoder - Hap decoder and encoder - DirectDraw Surface image/texture decoder - ssim filter - optional new ASF demuxer - showvolume filter - Many improvements to the JPEG 2000 decoder - Go2Meeting decoding support - adrawgraph audio and drawgraph video filter - removegrain video filter - Intel QSV-accelerated MPEG-2 video and HEVC encoding - Intel QSV-accelerated MPEG-2 video and HEVC decoding - Intel QSV-accelerated VC-1 video decoding - libkvazaar HEVC encoder - erosion, dilation, deflate and inflate video filters - Dynamic Audio Normalizer as dynaudnorm filter - Reverse video and areverse audio filter - Random filter - deband filter - AAC fixed-point decoding - sidechaincompress audio filter - bitstream filter for converting HEVC from MP4 to Annex B - acrossfade audio filter - allyuv and allrgb video sources - atadenoise video filter - OS X VideoToolbox support - aphasemeter filter - showfreqs filter - vectorscope filter - waveform filter - hstack and vstack filter - Support DNx100 (1440x1080@8) - VAAPI hevc hwaccel - VDPAU hevc hwaccel - framerate filter - Switched default encoders for webm to VP9 and Opus - Removed experimental flag from the JPEG 2000 encoder
2015-09-07Now that _STRIPFLAG_INSTALL is disabled by default on Darwin, remove manualjperkin1-2/+1
settings of INSTALL_UNSTRIPPED=yes for Darwin in individual packages.
2015-09-07Update mediainfo and libmediainfo to 0.7.77dsainty7-41/+26
The change logs between 0.7.65 and 0.7.77 total several hundred lines, and consists primarily of very detailed per-codec trivia. The complete change logs can be found in the source distribution as MediaInfo/History_CLI.txt and MediaInfoLib/History_DLL.txt. Pkgsrc: - patch-MediaInfoLib_Source_MediaInfo_Text_File__Ttml.h applied upstream. - pkglint a bit. - mediainfo appears to have done some work in avoiding bashisms, so remove "bash" from the tools. - CONFIG_SHELL doesn't need to be explicitly bash any longer. Possibly this was only ever necessary because bash seems to be the only shell that was willing to treat a garbage shell substitution (caused by a bug in the configure.ac) as somehow legal. - ... and libmediainfo now actually builds if you accidentally on purpose override CONFIG_SHELL to be pdksh.
2015-09-06Update multimedia/mpv to mpv-0.10.0.leot3-33/+7
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-05Remove --disable-sdltest, this is now handled generically by SDL's bl3.jperkin1-5/+1
2015-09-01Update phonon-backend-vlc to 0.8.2markd2-8/+7
* Restore build support with Qt <= 5.2 in the Qt 5 build. * VLC 2.2 compatibility - VLC 2.2 changed the time when PulseAudio streams are constructed, rendering the Phonon PulseSupport non-functional as it injects stream-dependent properties through the environment which needs to happen close to stream creation to avoid timing issues. The changed stream creation time makes it impossible to provide high-level PulseAudio control while also allowing Phonon applications to construct multiple AudioOutputs in a very short time frame. To allow core functionality from working under these circumstances Phonon PulseSupport integration is disabled when built against VLC >= 2.2 leading to the following known regressions: * Changing the volume through the PulseAudio stream itself is not propagated to Phonon AudioOutputs, meaning the application can not reflect volume changes done through other applications (e.g. a volume mixer). * Changing the muteness through the PulseAudio stream is not propagated either. * The PulseAudio media.role property (as well as derived properties) is always set to 'video' making all Phonon application use the video category for output device selection (e.g. as seen in the Phonon KCM). * Revised the logic used to come up with an icon name for libvlc. If the application has QApplication::windowIcon set with an QIcon constructed through QIcon::fromTheme(string) the actual icon name will be used. Otherwise the lower-case version of QCoreApplication::applicationName is used. * Setting the libvlc app id is now only dependent on QCoreApplication::applicationName being set (previously it was also dependent on QCoreApplication::applicationVersion). This change was made to accomodate the fact that most applications neglect to set a version.
2015-09-01Update phonon-backend-gstreamer to 4.8.2markd2-8/+7
* Prevent excessive QPainter warnings when built against Qt 5 by not setting the WA_PaintOnScreen flag for the X11 renderer. * Repair VideoWidget::snapshot which accidentally broke during GStreamer 1.0 porting.
2015-09-01Update phonon to 4.8.3markd2-8/+7
* New opt-in compatibility feature to install PhononQt4 headers. The new cmake option PHONON_INSTALL_QT_COMPAT_HEADERS enables the installation of additional compatibility headers to prevent breaking the source compatibility for PhononQt applications when built with Phonon. * Add proper include directory exporting in CMake. When using an imported CMake target target_link_libraries(Phonon::phonon) this will now automatically add the correct include directory for the target. * Prevent a crash on device changes when using ALSA+PhononServer(KDE)+Phonon(WithDBus)+NoPhononBackend
2015-08-29Use --disable-sdltest on Darwin, fixes builds which aren't performed withjperkin1-1/+5
the console login, the test hangs otherwise or fails with connection errors to the WindowServer.
2015-08-29Fix build problem of php-ming when php{55,56} are compiled with maintainer-ztstaca2-1/+485
PKG_OPTIONS.
2015-08-26Fix build with ncurses6.wiz1-1/+2
2015-08-23Add support for CFLAGSkhorben1-2/+2
No functional change intended.
2015-08-23Only attempt to move the manual pages if really neededkhorben1-1/+5
2015-08-23Bump PKGREVISION for nettle shlib major bump.wiz4-7/+8
2015-08-20Package requires USE_GCC_RUNTIME.jperkin1-1/+3
2015-08-18Bump all packages that depend on curses.bui* or terminfo.bui* since theywiz3-6/+6
might incur ncurses dependencies on some platforms, and ncurses just bumped its shlib. Some packages were bumped twice now, sorry for that.
2015-08-17Bump PKGREVISION for ncurses shlib bump.wiz4-8/+8
2015-08-12Remove xfmedia, it's an abandoned project.youri9-184/+1
2015-08-12Update adobe-flash-plugin11 to 11.2.202.508.tsutsui2-6/+6
Upstream announcement: https://helpx.adobe.com/security/products/flash-player/apsb15-19.html Adobe Security Bulletin Security updates available for Adobe Flash Player Release date: August 11, 2015 Vulnerability identifier: APSB15-19 CVE number: CVE-2015-3107, CVE-2015-5124, CVE-2015-5125, CVE-2015-5127, CVE-2015-5128, CVE-2015-5129, CVE-2015-5130, CVE-2015-5131, CVE-2015-5132, CVE-2015-5133, CVE-2015-5134, CVE-2015-5539, CVE-2015-5540, CVE-2015-5541, CVE-2015-5544, CVE-2015-5545, CVE-2015-5546, CVE-2015-5547, CVE-2015-5548, CVE-2015-5549, CVE-2015-5550, CVE-2015-5551, CVE-2015-5552, CVE-2015-5553, CVE-2015-5554, CVE-2015-5555, CVE-2015-5556, CVE-2015-5557, CVE-2015-5558, CVE-2015-5559, CVE-2015-5560, CVE-2015-5561, CVE-2015-5562, CVE-2015-5563, CVE-2015-5564 Platform: All Platforms
2015-08-08Reset maintainer, he resigned quite some time ago.wiz1-2/+2
2015-07-20version 2.7.2:adam4-10/+8
- imc: use correct position for flcoeffs2 calculation - hevc: check slice address length - snow: remove an obsolete av_assert2 - webp: fix infinite loop in webp_decode_frame - wavpack: limit extra_bits to 32 and use get_bits_long - ffmpeg: only count got_output/errors in decode_error_stat - ffmpeg: exit_on_error if decoding a packet failed - pthread_frame: forward error codes when flushing - huffyuvdec: validate image size - wavpack: use get_bits_long to read up to 32 bits - nutdec: check maxpos in read_sm_data before returning success - s302m: fix arithmetic exception - vc1dec: use get_bits_long and limit the read bits to 32 - mpegaudiodec: copy AVFloatDSPContext from first context to all contexts - avcodec/vp8: Check buffer size in vp8_decode_frame_header() - avcodec/vp8: Fix null pointer dereference in ff_vp8_decode_free() - avcodec/diracdec: Check for hpel_base allocation failure - avcodec/rv34: Clear pointers in ff_rv34_decode_init_thread_copy() - avfilter/af_aresample: Check ff_all_* for allocation failures - avcodec/pthread_frame: clear priv_data, avoid stale pointer in error case - swscale/utils: Clear pix buffers - avutil/fifo: Fix the case where func() returns less bytes than requested in av_fifo_generic_write() - ffmpeg: Fix cleanup after failed allocation of output_files - avformat/mov: Fix deallocation when MOVStreamContext failed to allocate - ffmpeg: Fix crash with ost->last_frame allocation failure - ffmpeg: Fix cleanup with ost = NULL - avcodec/pthread_frame: check avctx on deallocation - avcodec/sanm: Reset sizes in destroy_buffers() - avcodec/alac: Clear pointers in allocate_buffers() - bytestream2: set the reader to the end when reading more than available - avcodec/utils: use a minimum 32pixel width in avcodec_align_dimensions2() for H.264 - avcodec/mpegvideo: Clear pointers in ff_mpv_common_init() - oggparsedirac: check return value of init_get_bits - wmalosslessdec: reset frame->nb_samples on packet loss - wmalosslessdec: avoid reading 0 bits with get_bits - Put a space between string literals and macros. - avcodec/rawenc: Use ff_alloc_packet() instead of ff_alloc_packet2() - avcodec/aacsbr: check that the element type matches before applying SBR - avcodec/h264_slice: Use w/h from the AVFrame instead of mb_w/h - vp9/update_prob: prevent out of bounds table read - avfilter/vf_transpose: Fix rounding error - avcodec/h264_refs: discard mismatching references - avcodec/mjpegdec: Fix small picture upscale - avcodec/pngdec: Check values before updating context in decode_fctl_chunk() - avcodec/pngdec: Copy IHDR & plte state from last thread - avcodec/pngdec: Require a IHDR chunk before fctl - avcodec/pngdec: Only allow one IHDR chunk - wmavoice: limit wmavoice_decode_packet return value to packet size - swscale/swscale_unscaled: Fix rounding difference with RGBA output between little and big endian - ffmpeg: Do not use the data/size of a bitstream filter after failure - swscale/x86/rgb2rgb_template: fix signedness of v in shuffle_bytes_2103_{mmx,mmxext} - vda: unlock the pixel buffer base address. - swscale/rgb2rgb_template: Fix signedness of v in shuffle_bytes_2103_c() - swscale/rgb2rgb_template: Implement shuffle_bytes_0321_c and fix shuffle_bytes_2103_c on BE - swscale/rgb2rgb_template: Disable shuffle_bytes_2103_c on big endian - swr: Remember previously set int_sample_format from user - swresample: soxr implementation for swr_get_out_samples() - avformat/swfdec: Do not error out on pixel format changes - ffmpeg_opt: Fix forcing fourccs - configure: Check for x265_api_get - swscale/x86/rgb2rgb_template: don't call emms on sse2/avx functions - swscale/x86/rgb2rgb_template: add missing xmm clobbers - library.mak: Workaround SDL redefining main and breaking fate tests on mingw - vaapi_h264: fix RefPicList[] field flags.
2015-07-18Changes:adam3-15/+14
* Update configure for auto detection of system libx264 configuration * Add tile format frame packing value * Stricter validation of crop-rect values * Add mono frame packing value * Validate frame packing value instead of clipping * x86inc: Correctly warn on use of SSE2 instructions in SSE functions * x86inc: Fix instantiation of YMM registers * matroska: Correctly write display width and height in stereo mode * Use POC type 0 for AVC-Intra * Fix ARCH variable name conflict with BSD ports (bsd.port.mk) read-only variable * Fix negative percentages in final stats output
2015-07-17Update adobe-flash-plugin11 to 11.2.202.491.tsutsui2-6/+6
Upstream announcement for 11.2.202.491: https://helpx.adobe.com/security/products/flash-player/apsb15-18.html Adobe Security Bulletin Security updates available for Adobe Flash Player Release date: July 14, 2015 Last updated: July 16, 2015 Vulnerability identifier: APSB15-18 CVE number: CVE-2015-5122, CVE-2015-5123 Platform: Windows, Macintosh and Linux
2015-07-12Comment out dependencies of the stylewiz1-3/+3
{perl>=5.16.6,p5-ExtUtils-ParseXS>=3.15}:../../devel/p5-ExtUtils-ParseXS since pkgsrc enforces the newest perl version anyway, so they should always pick perl, but sometimes (pkg_add) don't due to the design of the {,} syntax. No effective change for the above reason. Ok joerg
2015-07-11Fix previous (hi martin! PKGVERSION != PKGREVISION)wiz1-2/+2
2015-07-11Switch to libgdata0.6. Bump PKGREVISION.wiz1-4/+3
2015-07-08Update adobe-flash-plugin11 to 11.2.202.481.tsutsui2-6/+6
Upstream announcement for 11.2.202.481: https://helpx.adobe.com/security/products/flash-player/apsa15-03.html Security Advisory for Adobe Flash Player Release date: July 7, 2015 Vulnerability identifier: APSA15-03 CVE number: CVE-2015-5119 Platform: Windows, Macintosh and Linux Upstream announcement for 11.2.202.468: https://helpx.adobe.com/security/products/flash-player/apsb15-14.html Security updates available for Adobe Flash Player Release date: June 23, 2015 Vulnerability identifier: APSB15-14 CVE number: CVE-2015-3113 Platform: Windows, Macintosh and Linux
2015-07-06Ooops, remove accidently commited debug info stuffmartin1-3/+1
2015-07-06Fix inverted flag in sparc alignment patchmartin3-5/+8
2015-07-04Remove USE_X11BASE and X11PREFIX.joerg2-4/+2
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