pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/multimedia/ffmpeg2



Module Name:    pkgsrc
Committed By:   leot
Date:           Sat Jan 16 17:04:33 UTC 2016

Modified Files:
        pkgsrc/multimedia/ffmpeg2: Makefile Makefile.common distinfo
        pkgsrc/multimedia/ffmpeg2/patches: patch-Makefile patch-configure
            patch-libavutil_common.h patch-libavutil_opencl.c
            patch-libavutil_x86_asm.h patch-libavutil_x86_cpu.c

Log Message:
Update multimedia/ffmpeg2 to 2.8.5.

Changes:
version 2.8.5
- avformat/hls: Even stricter URL checks
- avformat/hls: More strict url checks
- avcodec/pngenc: Fix mixed up linesizes
- avcodec/pngenc: Replace memcpy by av_image_copy()
- swscale/vscale: Check that 2 tap filters are bilinear before using bilinear code
- swscale: Move VScalerContext into vscale.c
- swscale/utils: Detect and skip unneeded sws_setColorspaceDetails() calls
- swscale/yuv2rgb: Increase YUV2RGB table headroom
- swscale/yuv2rgb: Factor YUVRGB_TABLE_LUMA_HEADROOM out
- avformat/hls: forbid all protocols except http(s) & file
- avformat/aviobuf: Fix end check in put_str16()
- avformat/asfenc: Check pts
- avcodec/mpeg4video: Check time_incr
- avcodec/wavpackenc: Check the number of channels
- avcodec/wavpackenc: Headers are per channel
- avcodec/aacdec_template: Check id_map
- avcodec/dvdec: Fix "left shift of negative value -254"
- avcodec/g2meet: Check for ff_els_decode_bit() failure in epic_decode_run_length()
- avcodec/mjpegdec: Fix negative shift
- avcodec/mss2: Check for repeat overflow
- avformat: Add integer fps from 31 to 60 to get_std_framerate()
- avformat/ivfenc: fix division by zero
- avcodec/mpegvideo_enc: Clip bits_per_raw_sample within valid range
- avfilter/vf_scale: set proper out frame color range
- avcodec/motion_est: Fix mv_penalty table size
- avcodec/h264_slice: Fix integer overflow in implicit weight computation
- swscale/utils: Use normal bilinear scaler if fast cannot be used due to tiny dimensions
- avcodec/put_bits: Always check buffer end before writing
- mjpegdec: extend check for incompatible values of s->rgb and s->ls
- swscale/utils: Fix intermediate format for cascaded alpha downscaling
- avformat/mov: Update handbrake_version threshold for full mp3 parsing
- x86/float_dsp: zero extend offset from ff_scalarproduct_float_sse
- avfilter/vf_zoompan: do not free frame we pushed to lavfi
- nuv: sanitize negative fps rate
- nutdec: reject negative value_len in read_sm_data
- xwddec: prevent overflow of lsize * avctx->height
- nutdec: only copy the header if it exists
- exr: fix out of bounds read in get_code
- on2avc: limit number of bits to 30 in get_egolomb


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/multimedia/ffmpeg2/Makefile
cvs rdiff -u -r1.42 -r1.43 pkgsrc/multimedia/ffmpeg2/Makefile.common
cvs rdiff -u -r1.44 -r1.45 pkgsrc/multimedia/ffmpeg2/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/multimedia/ffmpeg2/patches/patch-Makefile \
    pkgsrc/multimedia/ffmpeg2/patches/patch-libavutil_common.h \
    pkgsrc/multimedia/ffmpeg2/patches/patch-libavutil_x86_asm.h
cvs rdiff -u -r1.8 -r1.9 pkgsrc/multimedia/ffmpeg2/patches/patch-configure
cvs rdiff -u -r1.2 -r1.3 \
    pkgsrc/multimedia/ffmpeg2/patches/patch-libavutil_opencl.c
cvs rdiff -u -r1.3 -r1.4 \
    pkgsrc/multimedia/ffmpeg2/patches/patch-libavutil_x86_cpu.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index