Age | Commit message (Collapse) | Author | Files | Lines |
|
multimedia/adobe-flash-plugin11: security update
Revisions pulled up:
- multimedia/adobe-flash-plugin11/Makefile 1.47-1.48
- multimedia/adobe-flash-plugin11/distinfo 1.44-1.45
---
Module Name: pkgsrc
Committed By: tsutsui
Date: Wed Jul 8 17:22:37 UTC 2015
Modified Files:
pkgsrc/multimedia/adobe-flash-plugin11: Makefile distinfo
Log Message:
Update adobe-flash-plugin11 to 11.2.202.481.
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
---
Module Name: pkgsrc
Committed By: tsutsui
Date: Fri Jul 17 02:01:55 UTC 2015
Modified Files:
pkgsrc/multimedia/adobe-flash-plugin11: Makefile distinfo
Log Message:
Update adobe-flash-plugin11 to 11.2.202.491.
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
|
|
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
|
|
|
|
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
|
|
- 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
|
|
|
|
|
|
|
|
|
|
|
|
Bug fixes.
|
|
- 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.
|
|
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.
|
|
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
|
|
- 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
|
|
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
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
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
|
|
|
|
|
|
tech-pkg@ and pkgsrc-users@.
|
|
|
|
|
|
video output plugins. While here, fix plist for -x11 builds.
|
|
- 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.
|
|
(re-)generation.
|
|
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.
|
|
version (as far as easily possible).
|
|
performance oriented, with heavy improvements for AVX2 capable platforms
(Haswell and later Intel CPUs) and work efficiency improvements for
multiple-socket machines.
|
|
|
|
Re-enable the inhibited DVD related options.
Bump PKGREVISION on the principle of least surprise.
|
|
- Accept NULL mount / device path when application handles file system access.
- Fix FreeBSD build.
- Do not require pthread with gcrypt >= 1.6.0.
|
|
|
|
|
|
This package contains gmp (Gecko Media Plugin) headers to simplify building
OpenH264 and other plugins without requiring the entire mozilla-central source
tree.
|
|
Update multimedia/mpv to 0.8.3.
Changes
* Documentation fixes and updates.
* (Client API) Clarify mpv_opengl_cb_render's viewport parameter
behavior.
Bug fixes
* (X11) Fix crash on vo_xv:no-colorkey with the Overlay adapter. (bug
#1629)
* Make the video equalizer work correctly on some VAAPI drivers. (bug
#1647)
* Prevent OSD from disappearing when clicking on mozplugger. (bug
#1672)
* The new DVB-S2 support code, using S2API, now builds on FreeBSD.
* Fix decoding of seekable matroska from unseekable network stream.
(bug #1656)
* (OSX) Fix crashing when closing a VO's window (usually at exit).
(bug #1657)
* (OSX) Unhide the mouse cursor when over the Dock or Launchpad. (bug
#513)
* (OSX) Fix mouse cursor autohiding when the player is fullscreen.
* vf_vavpp (VAAPI postprocessing) now deinterlaces video correctly.
* smb:// streams now use the stream cache (used to be inefficient).
* (Windows) Do not hide the mouse cursor when it is hovering the
window menu.
* Fix 8-channel output on ao_jack. (bug #1688)
* Fix --mf-fps parameter on JPEG files. (bug #1689)
* Fix anamorphic scaling being ignored if it was very minor.
|
|
version 2.6.1:
- avformat/mov: Disallow ".." in dref unless use_absolute_path is set
- avfilter/palettegen: make sure at least one frame was sent to the filter
- avformat/mov: Check for string truncation in mov_open_dref()
- ac3_fixed: fix out-of-bound read
- mips/asmdefs: use _ABI64 as defined by gcc
- hevc: delay ff_thread_finish_setup for hwaccel
- avcodec/012v: Check dimensions more completely
- asfenc: fix leaking asf->index_ptr on error
- roqvideoenc: set enc->avctx in roq_encode_init
- avcodec/options_table: remove extradata_size from the AVOptions table
- ffmdec: limit the backward seek to the last resync position
- Add dependencies to configure file for vf_fftfilt
- ffmdec: make sure the time base is valid
- ffmdec: fix infinite loop at EOF
- ffmdec: initialize f_cprv, f_stvi and f_stau
- arm: Suppress tags about used cpu arch and extensions
- mxfdec: Fix the error handling for when strftime fails
- avcodec/opusdec: Fix delayed sample value
- avcodec/opusdec: Clear out pointers per packet
- avcodec/utils: Align YUV411 by as much as the other YUV variants
- lavc/hevcdsp: Fix compilation for arm with --disable-neon.
- vp9: fix segmentation map retention with threading enabled.
- Revert "avutil/opencl: is_compiled flag not being cleared in av_opencl_uninit"
|