summaryrefslogtreecommitdiff
path: root/multimedia/ffmpeg4
AgeCommit message (Collapse)AuthorFilesLines
2022-11-23massive revision bump after textproc/icu updateadam1-2/+2
2022-10-26*: bump PKGREVISION for libunistring shlib major bumpwiz1-1/+2
2022-10-10ffmpeg4 ffplay4: updated to 4.4.3adam4-23/+11
version 4.4.3: - avformat/vividas: Check packet size - configure: link to libatomic when it's present - avcodec/dstdec: Check for overflow in build_filter() - avformat/spdifdec: Use 64bit to compute bit rate - avformat/rpl: Use 64bit for duration computation - avformat/xwma: Use av_rescale() for duration computation - avformat/sdsdec: Use av_rescale() to avoid intermediate overflow in duration calculation - avformat/sbgdec: Check ts_int in genrate_intervals - avformat/rmdec: check tag_size - avformat/nutdec: Check fields - avformat/flvdec: Use 64bit for sum_flv_tag_size - avformat/jacosubdec: Fix overflow in get_shift() - avformat/dxa: avoid bpc overflows - avformat/cafdec: Check that nb_frasmes fits within 64bit - avformat/asfdec_o: Limit packet offset - avformat/ape: Check frames size - avformat/icodec: Check nb_pal - avformat/aiffdec: Use 64bit for block_duration use - avformat/aiffdec: Check block_duration - avformat/mxfdec: only probe max run in - avformat/mxfdec: Check run_in is within 65536 - avcodec/mjpegdec: Check for unsupported bayer case - avcodec/apedec: Fix integer overflow in filter_3800() - avcodec/tta: Check 24bit scaling for overflow - avcodec/mobiclip: Check quantizer for overflow - avcodec/exr: Check preview psize - avcodec/tiff: Fix loop detection - libavformat/hls: Free keys - avcodec/fmvc: Move frame allocation to a later stage - avfilter/vf_showinfo: remove backspaces - avcodec/speedhq: Check width - avcodec/bink: disallow odd positioned scaled blocks - avformat/asfdec_o: limit recursion depth in asf_read_unknown() - doc/git-howto.texi: Document commit signing - libavcodec/8bps: Check that line lengths fit within the buffer - avcodec/midivid: Perform lzss_uncompress() before ff_reget_buffer() - libavformat/iff: Check for overflow in body_end calculation - avformat/avidec: Prevent entity expansion attacks - avcodec/h263dec: Sanity check against minimal I/P frame size - avcodec/hevcdec: Check s->ref in the md5 path similar to hwaccel - avcodec/mpegaudiodec_template: use unsigned shift in handle_crc() - avformat/subviewerdec: Make read_ts() more flexible - avcodec/mjpegdec: bayer and rct are incompatible - MAINTAINERS: Add ED25519 key for signing my commits in the future - avcodec/hevc_filter: copy_CTB() only within width&height - avcodec/tiff: Check tile_length and tile_width - avcodec/mss4: Check image size with av_image_check_size2() - avformat/flvdec: Check for EOF in index reading - avformat/nutdec: Check get_packetheader() in mainheader - avformat/asfdec_f: Use 64bit for packet start time - avcodec/exr: Check x/ysize - tools/target_dec_fuzzer: Adjust threshold for MMVIDEO - avcodec/lagarith: Check dst/src in zero run code - avcodec/h264dec: Skip late SEI - avcodec/sbrdsp_fixed: Fix integer overflows in sbr_qmf_deint_neg_c() - avfilter/vf_signature: Fix integer overflow in filter_frame() - avformat/rtsp: break on unknown protocols - avcodec/hevcdsp_template: stay within tables in sao_band_filter() - avcodec/tiff: Check pixel format types for dng - avcodec/qpeldsp: copy less for the mc0x cases - avformat/aaxdec: Check for empty segments - avcodec/ffv1dec: Limit golomb rice coded slices to width 8M - avformat/iff: simplify duration calculation - avcodec/wnv1: Check for width =1 - avcodec/ffv1dec_template: fix indention - avformat/sctp: close socket on errors - avcodec/aasc: Fix indention - avcodec/qdrw: adjust max colors to array size - avcodec/alacdsp: Make intermediates unsigned - avformat/aiffdec: cleanup size handling for extreem cases - avformat/matroskadec: avoid integer overflows in SAR computation - avcodec/jpeglsdec: fix end check for xfrm - avcodec/cdgraphics: limit scrolling to the line - avformat/hls: Limit start_seq_no to one bit less - avformat/aiffdec: avoid integer overflow in get_meta() - avformat/ape: more bits in size for less overflows - avformat/aviobuf: Check buf_size in ffio_ensure_seekback() - avformat/bfi: Check offsets better - avformat/asfdec_f: Check packet_frag_timestamp - avcodec/texturedspenc: Fix indexing in color distribution determination - avformat/act: Check ff_get_wav_header() for failure - avcodec/libxavs2: Improve r redundancy in occured - avformat/libzmq: Improve r redundancy in occured - avfilter/vsrc_mandelbrot: Check for malloc failure - avfilter/vf_frei0r: Copy to frame allocated according to frei0r requirements - avfilter/video: Add ff_default_get_video_buffer2() to set specific alignment - avformat/genh: Check sample rate - configure: bump year - lavc/videotoolbox: do not pass AVCodecContext to decoder output callback - lavc/pthread_frame: always transfer stashed hwaccel state - avcodec/arm/sbcenc: avoid callee preserved vfp registers - avfilter/vf_scale: overwrite the width and height expressions with the original values - lavc/pthread_frame: avoid leaving stale hwaccel state in worker threads - configure: extend SDL check to accept all 2.x versions - lavf/tls_mbedtls: add support for mbedtls version 3
2022-09-27ffmpeg4: switch to x264wiz3-10/+8
Bump PKGREVISION.
2022-09-11*: bump PKGREVISION for flac shlib bumpwiz1-2/+2
2022-08-23ffplay4: allow building against SDL2-2.24wiz2-9/+20
2022-08-11*: recursive PKGREVISION bump for mbedtls shlib major increaseswiz1-2/+2
2022-07-02*: Recursive revbump from audio/pulseaudioryoon1-2/+2
2022-06-28*: recursive bump for perl 5.36wiz2-3/+4
2022-05-24ffmpeg: remove ancient NetBSD hacks that will bite us in the futurenia1-6/+1
2022-05-23multimedia/ffmpeg4: solaris build fixes from Claes Nästén in PR 56633dholland3-2/+18
2022-04-20ffmpeg4, ffplay4: update to 4.4.2wiz3-8/+7
version 4.4.2: - fate: update reference files after the recent dash manifest muxer changes - avformat/webmdashenc: fix on-demand profile string - Update for FFmpeg 4.4.2 - avcodec/exr: Avoid signed overflow in displayWindow - avcodec/diracdec: avoid signed integer overflow in global mv - avcodec/takdsp: Fix integer overflow in decorrelate_sf() - avcodec/apedec: fix a integer overflow in long_filter_high_3800() - avfilter/vf_subtitles: pass storage size to libass - avformat/aqtitledec: Skip unrepresentable durations - avformat/cafdec: Do not store empty keys in read_info_chunk() - avformat/mxfdec: Do not clear array in mxf_read_strong_ref_array() before writing - avformat/mxfdec: Check for avio_read() failure in mxf_read_strong_ref_array() - avformat/mxfdec: Check count in mxf_read_strong_ref_array() - avformat/hls: Check target_duration - avcodec/pixlet: Avoid signed integer overflow in scaling in filterfn() - avformat/matroskadec: Check pre_ns - avcodec/sonic: Use unsigned for predictor_k to avoid undefined behavior - avcodec/libuavs3d: Check ff_set_dimensions() for failure - avcodec/mjpegbdec: Set buf_size - avformat/matroskadec: Use rounded down duration in get_cue_desc() check - avcodec/argo: Check packet size - avcodec/g729_parser: Check channels - avformat/avidec: Check height - avformat/rmdec: Better duplicate tags check - avformat/mov: Disallow empty sidx - avformat/argo_asf: Fix order of operations in error check in argo_asf_write_trailer() - avformat/matroskadec: Check duration - avformat/mov: Corner case encryption error cleanup in mov_read_senc() - avcodec/jpeglsdec: Fix if( code style - avcodec/jpeglsdec: Check get_ur_golomb_jpegls() for error - avcodec/motion_est: fix indention of ff_get_best_fcode() - avcodec/motion_est: Fix xy indexing on range violation in ff_get_best_fcode() - avformat/hls: Use unsigned for iv computation - avcodec/jpeglsdec: Increase range for N in ls_get_code_runterm() by using unsigned - avformat/matroskadec: Check desc_bytes - avformat/utils: Fix invalid NULL pointer operation in ff_parse_key_value() - avformat/matroskadec: Fix infinite loop with bz decompression - avformat/mov: Check size before subtraction - avcodec/cfhd: Avoid signed integer overflow in coeff - avcodec/apedec: Fix integer overflows in predictor_update_3930() - avcodec/apedec: fix integer overflow in 8bit samples - avformat/flvdec: timestamps cannot use the full int64 range - avcodec/tiff: Remove messing with jpeg context - avcodec/tiff: Use ff_set_dimensions() for setting up mjpeg context dimensions - avcodec/tiff: Pass max_pixels to mjpeg context - avcodec/vqavideo: reset accounting on error - avcodec/alacdsp: fix integer overflow in decorrelate_stereo() - avformat/4xm: Check for duplicate track ids - avformat/4xm: Consider max_streams on reallocating tracks array - avformat/mov: Check next offset in mov_read_dref() - avformat/vivo: Favor setting fps from explicit fractions - avformat/vivo: Do not use the general expression evaluator for parsing a floating point value - avformat/mxfdec: Check for duplicate mxf_read_index_entry_array() - avcodec/apedec: Change avg to uint32_t - avformat/mxfdec: Check component_depth in mxf_get_color_range() - avformat/mov: Disallow duplicate smdm - avformat/mov: Check for EOF in mov_read_glbl() - avcodec/vp3: Check version in all cases when VP4 code is not built - avformat/mov: Check channels for mov_parse_stsd_audio() - avformat/avidec: Check read_odml_index() for failure - avformat/aiffdec: Use av_rescale() for bitrate - avformat/aiffdec: sanity check block_align - avformat/aiffdec: Check sample_rate - avcodec/libdav1d: free the Dav1dData packet on dav1d_send_data() failure - avcodec/zmbvenc: Fix memleak upon init error - avcodec/dnxhdenc: Fix segfault when using too many slice threads - avcodec/wma(dec|enc): Fix memleaks upon allocation error - avfilter/avfilter: Actually error out on init error - avcodec/opus_silk: Remove wrong size information in function declaration - avformat/omadec: Don't output uninitialized values - avformat/jacosubenc: Fix writing extradata - avformat/cafenc: Fix memleak when trailer is never written - avformat/cafenc: Don't segfault upon allocation error - avformat/cafenc: Fix potential integer overflow - avformat/movenc: Limit ism_lookahead to a sane value - avutil/utils: Remove racy check from avutil_version() - avformat/sccdec: Don't use uninitialized data, fix crash, simplify logic - avformat/subtitles: Honour ff_subtitles_read_line() documentation - avformat/tee: Fix leak of FIFO-options dictionary - avformat/tee: Fix leak of strings - avcodec/rasc: Fix potential use of uninitialized value - avfilter/vf_w3fdif: Fix segfault on allocation error - avfilter/af_surround: Fix memleaks upon allocation error - avfilter/af_vibrato: Fix segfault upon allocation error - avfilter/aeval: Fix leak of expressions upon reallocation error - avdevice/xv: Increase array size - avfilter/asrc_flite: Fix use-after-frees - avfilter/asrc_flite: Don't segfault when using list_voices option - Revert "avfilter/vf_idet: reduce noisyness if the filter has been auto inserted" - avformat/matroskadec: Don't unnecessarily reduce aspect ratio - avcodec/h263: Fix global-buffer-overflow with noout flag2 set - avcodec/vaapi_encode: Fix segfault upon closing uninitialized encoder - avcodec/movtextenc: Fix infinite loop due to variable truncation - avcodec/libopenh264dec: Increase array sizes, fix stack-buffer overread - avcodec/libkvazaar: Increase array size - avformat/aadec: Don't use the same loop counter in inner and outer loop - avformat/moflex: Don't use uninitialized timebase for data stream - lavf/udp: do not return an uninitialized value from udp_open() - avcodec/nvenc: zero-initialize NV_ENC_REGISTER_RESOURCE struct - configure: Add missing libshine->mpegaudioheader dependency - avcodec/Makefile: Add missing entry for ADPCM_IMA_AMV_ENCODER - avcodec/Makefile: Only compile nvenc.o if needed - avcodec/av1_vaapi: improve decode quality - avcodec/av1_vaapi: enable segmentation features - avcodec/av1_vaapi: setting 2 output surface for film grain - avcodec/vaapi: increase av1 decode pool size - avcodec/dxva2_av1: fix global motion params - avcodec/av1_vaapi: add gm params valid check - avcodec/av1dec: support setup shear process - avcodec/av1: extend some definitions in spec section 3 - cbs_av1: fix incorrect data type - avcodec/libdav1d: let libdav1d choose optimal max frame delay - avcodec/libdav1d: pass auto threads value to libdav1d
2022-04-18revbump for textproc/icu updateadam1-2/+2
2022-03-30*: recursive bump for dav1d shlib bumpwiz1-2/+2
2022-03-28m*/*: revbump(1) for libsndfiletnn1-2/+2
2021-12-08revbump for icu and libffiadam1-1/+2
2021-11-16ffmpeg4: add ffbuild/pkgconfig_generate.sh to REPLACE_SHnia1-2/+4
PR pkg/56503 ffmpeg4 build failure on Solaris 10
2021-10-26multimedia: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes The following distfiles could not be fetched (for legal reasons?): ./multimedia/adobe-flash-player/distinfo adobe-flash-player-32.0.0.465/flash_player_npapi_linux.i386.tar.gz ./multimedia/adobe-flash-player/distinfo adobe-flash-player-32.0.0.465/flash_player_npapi_linux.x86_64.tar.gz ./multimedia/libdvdcss/distinfo libdvdcss-1.4.3.tar.bz2
2021-10-25ffmpeg4 ffplay4: updated to 4.4.1adam3-8/+7
version 4.4.1: - avcodec/flac_parser: Consider AV_INPUT_BUFFER_PADDING_SIZE - avcodec/ttadsp: Fix integer overflows in tta_filter_process_c() - avutil/mathematics: Document av_rescale_rnd() behavior on non int64 results - avcodec/utils: Ensure 8x8 alignment for ARGO in avcodec_align_dimensions2() - avformat/matroskadec: Reset state also on failure in matroska_reset_status() - avformat/wavdec: Check smv_block_size - avformat/rmdec: Check for multiple audio_stream_info - avcodec/apedec: Use 64bit to avoid overflow - avcodec/apedec: Fix undefined integer overflow in long_filter_ehigh_3830() - oavformat/avidec: Check offset in odml - avformat/mpegts: use actually read packet size in mpegts_resync special case - fftools/ffmpeg: Fix crash when flushing non-fully setup output stream - avfilter/scale_npp: fix non-aligned output frame dimensions - Revert "avformat/hlsenc: compute video_keyframe_size after write keyframe" - Changelog: update - swscale/alphablend: Fix slice handling - avcodec/apedec: Fix integer overflow in filter_fast_3320() - avformat/mov: Fix last mfra check - avcodec/mxpegdec: Check for AVDISCARD_ALL - avcodec/flicvideo: Check remaining bytes in FLI*COPY - avcodec/utils: ARGO writes 4x4 blocks without regard to the image dimensions - avcodec/cbs_h265_syntax_template: Limit sps_num_palette_predictor_initializer_minus1 to 127 - avcodec/snowdec: Maintain avmv buffer - avcodec/mpeg12dec: Do not put mpeg_f_code into an invalid state on error return - avcodec/mpegvideo_enc: Limit bitrate tolerance to the representable - avcodec/apedec: Fix integer overflow in intermediate - avformat/mvdec: Do not set invalid sample rate - avformat/sbgdec: Check for t0 overflow in expand_tseq() - avformat/rmdec: Use 64bit for intermediate for DEINT_ID_INT4 - avformat/sbgdec: Check opt_duration and start for overflow - avcodec/exr: Fix undefined integer multiplication - avformat/mov: Check for duplicate clli - avformat/utils: Ignore negative duration in codec_info_duration computation - avformat/jacosubdec: Check for min in t overflow in get_shift() - avformat/mxfdec: check channel number in mxf_get_d10_aes3_packet() - (origin/release/4.4) avcodec/wmadec: handle run_level_decode error - avcodec/wma: Return specific error code - avcodec/dxva2_av1: fix superres_denom parameter - avcodec/libdav1d: fix compilation after recent libdav1d API changes - Changelog: update - avcodec/utils: don't return negative values in av_get_audio_frame_duration() - avcodec/jpeg2000dec: Check that atom header is within bytsetream - avcodec/apedec: Fix 2 integer overflows in filter_3800() - avcodec/xpmdec: Move allocations down after more error checks - avcodec/argo: Move U, fix shift - avformat/mov: Check dts for overflow in mov_read_trun() - avformat/avidec: Use 64bit for frame number in odml index parsing - avcodec/mjpegbdec: Skip SOS on AVDISCARD_ALL as does mjpeg - avcodec/mjpegdec: Check for bits left in mjpeg_decode_scan_progressive_ac() - avformat/adtsenc: return value check for init_get_bits in adts_decode_extradata - avcodec/webp: Check available space in loop in decode_entropy_coded_image() - avcodec/h264dec: use picture parameters in ff_print_debug_info2() - avcodec/vc1dec: ff_print_debug_info() does not support WMV3 field_mode - avcodec/frame_thread_encoder: Free AVCodecContext structure on error during init - avcodec/faxcompr: Check for end of input in cmode == 1 in decode_group3_2d_line() - avcodec/vc1dec: Disable error concealment for *IMAGE - avcodec/sbrdsp_fixed: Fix negation overflow in sbr_neg_odd_64_c() - avcodec/argo: Check for even dimensions - avformat/wtvdec: Check for EOF before seeking back in parse_media_type() - avformat/mpc8: Check first keyframe position for overflow - avcodec/exr: Check ac_count - avformat/wavdec: Use 64bit in new_pos computation - avformat/sbgdec: Check for overflow in timestamp preparation - avformat/dsicin: Check packet size for overflow - avformat/dsfdec: Change order of operations in bitrate computation - avformat/bfi: check nframes - avformat/avidec: fix position overflow in avi_load_index() - avformat/asfdec_f: Check sizeX against padding - avformat/aiffdec: Check for size overflow in header parsing - avcodec/aaccoder: Add minimal bias in search_for_ms() - avformat/mov: Fix incorrect overflow detection in mov_read_sidx() - avformat/mov: Avoid undefined overflow in time_offset calculation - avfilter/af_drmeter: Check that there is data - avfilter/vf_fftdnoiz: Use lrintf() in export_row8() - avfilter/vf_mestimate: Check b_count - avformat/mov: do not ignore errors in mov_metadata_hmmt() - avformat/mxfdec: Check size for shrinking - avcodec/dnxhddec: check and propagate function return value - swscale/slice: Fix wrong return on error - avcodec/aacdec_template: Avoid some invalid values to be set by decode_audio_specific_config_gb() - swscale/slice: Check slice for allocation failure - avformat/matroskadec: Fix handling of huge default durations - avcodec/lpc: check for zero err in normalization in compute_lpc_coefs() - avcodec/j2kenc: Check for av_strtok() failure - avformat/ftp: Check for av_strtok() failure - tools/cws2fws: Check read() for failure - avcodec/cpia: Fix missing src_size update - avcodec/exr: Better size checks - avcodec/clearvideo: Check tile_size to be not too large - avcodec/utils: Use 64bit for intermediate in AV_CODEC_ID_ADPCM_THP* duration calculation - avformat/aaxdec: Check avio_seek() in header reading - avcodec/hevc_sei: Use get_bits_long() for time_offset_value - avformat/rmdec: Check old_format len for overflow - avformat/realtextdec: Check the pts difference before using it for the duration computation - avformat/qcp: Avoid negative nb_rates - avformat/pp_bnk: Use 64bit in bitrate computation - avformat/nutdec: Check tmp_size - avformat/msf: Check that channels doesnt overflow during extradata construction - avformat/subtitles: Check pts difference before use - avformat/mpc8: Check for position overflow in mpc8_handle_chunk() - avformat/mccdec: Fix overflows in num/den - avformat/iff: Use 64bit in duration computation - avformat/dxa: Check fps to be within the supported range more precissely - avcodec/iff: Only write palette to plane 1 if its PAL8 - avformat/tta: Check for EOF in index reading loop - avfilter/vf_scale: set the RGB matrix coefficients in case of RGB - avfilter/vf_scale: reset color matrix in case of identity & non-RGB - ffmpeg: fix order between field order autodetection and override - avcodec/h264_slice: clear old slice POC values on parsing failure - avfilter/f_metadata: do not return the frame early if there is no metadata - ffbuild: Avoid using the --preprocessor argument to windres - avcodec/crystalhd: signal that the decoder sets all output frame properties - avcodec/cuviddec: signal that the decoder sets all output frame properties - avcodec/decode: reindent after the previous commit - avcodec/decode: add an internal codec flag to signal a decoder sets all output frame properties - avcodec/decode: fetch packets from the pkt_props FIFO on every frame returned - Update missed irc links - avformat/rpl: The associative law doesnt hold for signed integers in C - avcodec/faxcompr: Check available bits in decode_uncompressed() - avcodec/faxcompr: Check if bits are available before reading in cmode == 9 || cmode == 10 - avformat/utils: Avoid overflow in codec_info_duration computation for subtitles - avformat/utils: check dts/duration to be representable before using them - avcodec/utils: do "calc from frame_bytes, channels, and block_align" in 64bit - avcodec/ttadata: Add sentinel at the end of ff_tta_shift_1 - avformat/mov: Check for duplicate mdcv - avfilter/vf_dctdnoiz: Check threads - avfilter/vf_ciescope: Fix undefined behavior in rgb_to_xy() with black - avcodec/dpx: fix off by 1 in bits_per_color check - avformat/rpl: Check for EOF and zero framesize - avcodec/vc2enc: Check for non negative slice bounds - avformat/rpl: Use 64bit in bitrate computation and check it - avcodec/mpegvideo_enc: Reset stuffing bits if they are not supported - avcodec/svq1enc: Do not print debug RD value before it has been computed - avcodec/aacpsy: Check bandwidth - avcodec/aacenc: Do not divide by lambda_count if it is 0 - avcodec/aacenc: Use FLT_EPSILON for lambda minimum - avfilter/vf_yadif: Fix handing of tiny images - avfilter/vf_vmafmotion: Check dimensions - avformat/movenc: Check pal_size before use - avcodec/lpc: Avoid floating point division by 0 - avcodec/aacpsy: Avoid floating point division by 0 of norm_fac - avcodec/aacenc: Avoid 0 lambda - avcodec/exr: More strictly check dc_count - avcodec/exr: x/ymax cannot be INT_MAX - avformat/avio: Check av_opt_copy() for failure - avformat/moflex: Remove unneeded format variable - avformat/fifo: check for flushed packets and timeshift - avcodec/clearvideo: Check for 0 tile_shift - avcodec/vc1: Check remaining bits in ff_vc1_parse_frame_header() - avformat/mov: Ignore duplicate CoLL - avformat/mov: Limit nb_chapter_tracks to input size - avformat/utils: Use 64bit earlier in r_frame_rate check - avcodec/alsdec: Fix decoding error with mono audio files - avformat/mvdec: Check sample rate in parse_audio_var() - avcodec/faxcompr: Check for end of bitstream in decode_group3_1d_line() and decode_group3_2d_line() - avcodec/utils: treat PAL8 for jpegs similar to other colorspaces - avcodec/jpeglsdec: Set alpha plane in PAL8 so image is not 100% transparent - avformat/asfdec_o: Use ff_get_extradata() - avformat/id3v2: Check end for overflow in id3v2_parse() - avformat/mxfdec: Fix file position addition - avformat/wtvdec: Improve size overflow checks in parse_chunks() - avcodec/faxcompr: Check remaining bits on error in decode_group3_1d_line() - avformat/mov: check for pts overflow in mov_read_sidx() - avcodec/utils: Check ima wav duration for overflow - avcodec/rv10: Execute whole size check earlier for rv20 - avformat/cafdec: Check channels - avcodec/exr: increase vlc depth - avcodec/dpx: Check bits_per_color earlier - avformat/mvi: Check audio_data_size to be non negative - avcodec/nvenc: disable s12m timestamps by default - aarch64: hevc_idct: Fix overflows in idct_dc - avcodec/vaapi_av1: pass full buffer size for each tile - avcodec/videotoolboxenc: #define TARGET_CPU_ARM64 to 0 if not provided by the SDK - lavc/pngdec: fix updating reference frames for APNG_DISPOSE_OP_BACKGROUND - ffmpeg: return no chosen output if an uninitialized stream is unavailable - avcodec/h263, h263data: Move ff_h263_init_rl_inter to h263.c - configure: Add missing mpegvideo dependency for IPU decoder - avcodec/ttmlenc: Don't confuse capabilities and caps_internal - avformat/mpegts: add missing sample_rate value to Opus extradata - avformat/movenc: fix writing dOps atoms - avcodec/av1_metadata: don't store the inserted TD OBU in stack - avcodec/nellymoserenc: Fix segfault when using unsupported channels/rate - avutil/cpu: Use HW_NCPUONLINE to detect # of online CPUs with OpenBSD - avcodec/nvenc: fix lossless tuning logic - avfilter/overlay_cuda: check av_buffer_ref result - avfilter/overlay_cuda: hold explicit reference to hw_device_ctx - avformat/matroskaenc: Fix leak when writing attachment without filename
2021-10-09Recursive revbump for multimedia/libaomnia2-4/+4
2021-10-09ffmpeg: we no longer need to include compiler.mk.nia1-3/+1
2021-10-09ffmpeg: Simplify testing for i386.nia1-11/+2
2021-10-07multimedia: Remove SHA1 hashes for distfilesnia1-2/+1
2021-09-29revbump for boost-libsadam1-2/+2
2021-09-08Recursive revbump for audio/jacknia1-2/+2
2021-07-30*: Recursive revbump from audio/pulseaudio-15.0ryoon1-2/+2
2021-05-24*: recursive bump for perl 5.34wiz1-2/+2
2021-05-17ffmpeg4: build with dav1d support for decoding AV1nia2-3/+6
results in significantly lower CPU usage when decoding the reference AV1 videos on my x250 bump PKGREVISION
2021-05-07ffmpeg4: Include atomic64.mk for m68k and powerpc. Bump revision.rin2-3/+4
Fixes PR pkg/56119 from nia.
2021-05-02Recursive revbump for security/mbedtlsnia1-2/+2
2021-04-21revbump for boost-libsadam1-2/+2
2021-04-21revbump for textproc/icuadam1-1/+2
2021-04-10ffmpeg4: updated to 4.4adam8-113/+46
version 4.4: - AudioToolbox output device - MacCaption demuxer - PGX decoder - chromanr video filter - VDPAU accelerated HEVC 10/12bit decoding - ADPCM IMA Ubisoft APM encoder - Rayman 2 APM muxer - AV1 encoding support SVT-AV1 - Cineform HD encoder - ADPCM Argonaut Games encoder - Argonaut Games ASF muxer - AV1 Low overhead bitstream format demuxer - RPZA video encoder - ADPCM IMA MOFLEX decoder - MobiClip FastAudio decoder - MobiClip video decoder - MOFLEX demuxer - MODS demuxer - PhotoCD decoder - MCA demuxer - AV1 decoder (Hardware acceleration used only) - SVS demuxer - Argonaut Games BRP demuxer - DAT demuxer - aax demuxer - IPU decoder, parser and demuxer - Intel QSV-accelerated AV1 decoding - Argonaut Games Video decoder - libwavpack encoder removed - ACE demuxer - AVS3 demuxer - AVS3 video decoder via libuavs3d - Cintel RAW decoder - VDPAU accelerated VP9 10/12bit decoding - afreqshift and aphaseshift filters - High Voltage Software ADPCM encoder - LEGO Racers ALP (.tun & .pcm) muxer - AV1 VAAPI decoder - adenorm filter - ADPCM IMA AMV encoder - AMV muxer - NVDEC AV1 hwaccel - DXVA2/D3D11VA hardware accelerated AV1 decoding - speechnorm filter - SpeedHQ encoder - asupercut filter - asubcut filter - Microsoft Paint (MSP) version 2 decoder - Microsoft Paint (MSP) demuxer - AV1 monochrome encoding support via libaom >= 2.0.1 - asuperpass and asuperstop filter - shufflepixels filter - tmidequalizer filter - estdif filter - epx filter - Dolby E parser - shear filter - kirsch filter - colortemperature filter - colorcontrast filter - PFM encoder - colorcorrect filter - binka demuxer - XBM parser - xbm_pipe demuxer - colorize filter - CRI parser - aexciter audio filter - exposure video filter - monochrome video filter - setts bitstream filter - vif video filter - OpenEXR image encoder - Simbiosis IMX decoder - Simbiosis IMX demuxer - Digital Pictures SGA demuxer and decoders - TTML subtitle encoder and muxer - identity video filter - msad video filter - gophers protocol - RIST protocol via librist
2021-03-24ffmpeg4: bump PKGREVISION for removal of hacks.mk.maya1-1/+2
2021-03-24ffmpeg4: remove hacks.mk for powerpc, not all machines canmaya1-12/+0
run -mvsx code, and it is apparently no longer needed.
2021-02-21ffmpeg4 ffplay4: updated to 4.3.2adam3-9/+8
version 4.3.2: avcodec/hapdec: Change compressed_offset to unsigned 32bit avformat/rmdec: Check codec_length without overflow avformat/mov: Check element count in mov_metadata_hmmt() avcodec/vp8: Move end check into MB loop in vp78_decode_mv_mb_modes() avcodec/fits: Check gcount and pcount being non negative avformat/nutdec: Check timebase count against main header length avformat/electronicarts: Clear partial_packet on error avformat/r3d: Check samples before computing duration avcodec/pnm_parser: Check av_image_get_buffer_size() for failure avformat/wavdec: Consider AV_INPUT_BUFFER_PADDING_SIZE in set_spdif() avformat/rmdec: Check remaining space in debug av_log() loop avformat/flvdec: Treat high ts byte as unsigned avformat/samidec: Sanity check pts avcodec/jpeg2000dec: Check atom_size in jp2_find_codestream() avformat/avidec: Use 64bit in get_duration() avformat/mov: Check for duplicate st3d avformat/mvdec: Check for EOF in read_index() avcodec/jpeglsdec: Fix k=16 in ls_get_code_regular() avformat/id3v2: Check the return from avio_get_str() avcodec/hevc_sei: Check payload size in decode_nal_sei_message() libavutil/eval: Remove CONFIG_TRAPV special handling avformat/wtvdec: Check len in parse_chunks() to avoid overflow avformat/asfdec_f: Add an additional check for the extradata size avformat/3dostr: Check sample_rate avformat/4xm: Make audio_frame_count 64bit avformat/mov: Use av_mul_q() to avoid integer overflows avcodec/vp9dsp_template: Fix integer overflows in itxfm_wrapper avformat/rmdec: Reorder operations to avoid overflow avcodec/mxpegdec: fix SOF counting avcodec/rscc: Check inflated_buf size whan it is used avformat/mvdec: Sanity check SAMPLE_WIDTH avcodec/nvenc: fix timestamp offset ticks logic avformat/rmdec: Fix codecdata_length overflow check avcodec/simple_idct: Fix undefined integer overflow in idct4row() avformat/wavdec: Check block_align vs. channels before combining them avformat/tta: Use 64bit intermediate for index avformat/soxdec: Check channels to be positive avformat/smacker: Check for too small pts_inc avformat/sbgdec: Use av_sat_add64() in str_to_time() avcodec/cscd: Check output len in zlib as in lzo avcodec/vp3: Check input amount in theora_decode_header() avformat/wavdec: Check avio_get_str16le() for failure avformat/flvdec: Check for EOF in amf_skip_tag() avformat/aiffdec: Check size before subtraction in get_aiff_header() avformat/electronicarts: More chunk_size checks avcodec/cfhd: check peak.offset avformat/tedcaptionsdec: Check for overflow in parse_int() avformat/nuv: Check channels avcodec/siren: Increase noise category 5 and 6 avformat/mpc8: Check size before implicitly converting to int avformat/nutdec: Fix integer overflow in count computation avformat/mvi: Use 64bit for testing dimensions avformat/utils: Check dts in update_initial_timestamps() more avformat/mpsubdec: Use av_sat_add/sub64() in fracval handling avformat/flvdec: Check for avio_read() failure in amf_get_string() avformat/flvdec: Check for nesting depth in amf_skip_tag() avformat/flvdec: Check for nesting depth in amf_parse_object() avformat/asfdec_o: Check for EOF in asf_read_marker() avformat/flvdec: Use av_sat_add64() for pts computation avformat/utils: Check dts - (1<<pts_wrap_bits) overflow avformat/bfi: Check chunk_header avformat/ads: Check size avformat/iff: Check block align also for ID_MAUD avcodec/utils: Check for integer overflow in get_audio_frame_duration() for ADPCM_DTK avformat/fitsdec: Better size checks avformat/mxfdec: Fix integer overflow in next position in mxf_read_local_tags() avformat/avidec: dv does not support palettes avformat/dhav: Break out of infinite dhav search loop libavformat/utils: consider avio_size() failure in ffio_limit() avformat/nistspheredec: Check bits_per_coded_sample and channels avformat/asfdec_o: Check size vs. offset in detect_unknown_subobject() avformat/utils: check for integer overflow in av_get_frame_filename2() avutil/timecode: Avoid undefined behavior with large framenum avformat/mov: Check a.size before computing next_root_atom avformat/sbgdec: Reduce the amount of floating point in str_to_time() avformat/mxfdec: Free all types for both Descriptors uavformat/rsd: check for EOF in extradata avcodec/wmaprodec: Check packet size avformat/dhav: Check position for overflow avcodec/rasc: Check frame before clearing avformat/vividas: Check number of audio channels avcodec/alsdec: Fix integer overflow with quant_cof avformat/mpegts: Fix argument type for av_log avformat/cafdec: clip sample rate avcodec/ffv1dec: Fix off by 1 error with quant tables avformat/mpegts: Increase pcr_incr width to 64bit avcodec/utils: Check bitrate for overflow in get_bit_rate() avformat/mov: Check if hoov is at the end avcodec/hevc_ps: check scaling_list_dc_coef avformat/iff: Check data_size avformat/matroskadec: Sanity check codec_id/track type avformat/rpl: Check the number of streams avformat/vividas: Check sample_rate avformat/vividas: Make len signed avcodec/h264idct_template: Fix integer overflow in ff_h264_chroma422_dc_dequant_idct() avformat/dsfdec: Check block_align more completely avformat/mpc8: Check remaining space in mpc8_parse_seektable() avformat/id3v2: Sanity check tlen before alloc and uncompress avformat/vqf: Check len for COMM chunks avformat/mov: Avoid overflow in end computation in mov_read_custom() avcodec/hevc_cabac: Limit value in coeff_abs_level_remaining_decode() tighter avformat/cafdec: Check the return code from av_add_index_entry() avformat/cafdec: Check for EOF in index read loop avformat/cafdec: Check that bytes_per_packet and frames_per_packet are non negative avformat/mpc8: correct integer overflow in mpc8_parse_seektable() avformat/mpc8: correct 32bit timestamp truncation avcodec/exr: Check ymin vs. h avformat/avs: Use 64bit for the avio_tell() output avformat/wavdec: More complete size check in find_guid() avcodec/mv30: Use unsigned in idct_1d() avformat/iff: Check size before skip avformat/rmdec: Check for EOF in index packet reading avcodec/vp3dsp: Use unsigned constant to avoid undefined integer overflow in ff_vp3dsp_set_bounding_values() avformat/icodec: Check for zero streams and stream creation failure avformat/icodec: Factor failure code out in read_header() avformat/bintext: Check width avformat/sbgdec: Check that end is not before start avformat/lvfdec: Check stream_index before use avformat/au: cleanup on EOF return in au_read_annotation() avformat/mpegts: Limit copied data to space avformat/bintext: Check width in idf_read_header() avformat/iff: check size against INT64_MAX avformat/vividas: improve extradata packing checks in track_header() avformat/paf: Check for EOF in read_table() avformat/gxf: Check pkt_len avformat/aiffdec: Check packet size avformat/concatdec: use av_strstart() avformat/wavdec: Refuse to read chunks bigger than the filesize in w64_read_header() avformat/rsd: Check size and start before computing duration avformat/vividas: better check of current_sb_entry avformat/iff: More completely check body_size avformat/vividas use avpriv_set_pts_info() avformat/xwma: Check for EOF in dpds_table read code avcodec/utils: Check sample rate before use for AV_CODEC_ID_BINKAUDIO_DCT in get_audio_frame_duration() avcodec/dirac_parser: do not offset AV_NOPTS_OFFSET avformat/rmdec: Make expected_len 64bit avformat/pcm: Check block_align avformat/lrcdec: Clip timestamps avutil/mathematics: Use av_sat_add64() for the last addition in av_add_stable() avformat/electronicarts: Check for EOF in each iteration of the loop in ea_read_packet() avformat/ifv: Check that total frames do not overflow avcodec/vp9dsp_template: Fix some overflows in iadst8_1d() avcodec/fits: Check bscale avformat/nistspheredec: Check bps avformat/jacosubdec: Use 64bit inside get_shift() avformat/genh: Check block_align avformat/mvi: Check count for overflow avcodec/magicyuv: Check slice size before reading flags and pred avformat/asfdec_f: Check for negative ext_len avformat/bethsoftvid: Check image dimensions before use avformat/genh: Check block_align for how it will be used in SDX2_DPCM avformat/au: Check for EOF in au_read_annotation() avformat/vividas: Check for zero v_size avformat/segafilm: Do not assume AV_CODEC_ID_NONE is 0 avformat/segafilm: Check that there is a stream avformat/wtvdec: Check dir_length avformat/ffmetadec: finalize AVBPrint on errors avcodec/decode/ff_get_buffer: Check for overflow in FFALIGN() avcodec/exr: Check limits to avoid overflow in delta computation avformat/boadec: Check that channels and block_align are set avformat/asfdec_f: Check name_len for overflow avcodec/h264idct_template: Fix integer overflow in ff_h264_chroma422_dc_dequant_idct() avformat/sbgdec: Check for timestamp overflow in parse_time_sequence() avcodec/aacdec_fixed: Limit index in vector_pow43() avformat/kvag: Fix integer overflow in bitrate computation avcodec/h264_slice: fix undefined integer overflow with POC in error concealment avformat/rmdec: sanity check coded_framesize avformat/flvdec: Check for EOF in amf_parse_object() avcodec/mv30: Fix multiple integer overflows avcodec/smacker: Check remaining bits in SMK_BLK_FULL avcodec/cook: Check subpacket index against max avcodec/utils: Check for overflow with ATRAC* in get_audio_frame_duration() avcodec/hevcpred_template: Fix diagonal chroma availability in 4:2:2 edge case in intra_pred avformat/icodec: Change order of operations to avoid NULL dereference avcodec/exr: Fix overflow with many blocks avcodec/vp9dsp_template: Fix integer overflows in idct16_1d() avcodec/ansi: Check initial dimensions avcodec/hevcdec: Check slice_cb_qp_offset / slice_cr_qp_offset avcodec/sonic: Check for overread avformat/subviewerdec: fail on AV_NOPTS_VALUE avcodec/exr: Check line size for overflow avcodec/exr: Check xdelta, ydelta avcodec/celp_filters: Avoid invalid negation in ff_celp_lp_synthesis_filter() avcodec/takdsp: Fix negative shift in decorrelate_sf() avcodec/dxtory: Fix negative stride shift in dx2_decode_slice_420() avformat/asfdec_f: Change order or operations slightly avformat/dxa: Use av_rescale() for duration computation avcodec/vc1_block: Fix integer overflow in ac value avcodec/mv30: Fix several integer overflows in idct_1d() avformat/iff: Check data_size not overflowing int64 avcodec/dxtory: Fix negative shift in dx2_decode_slice_410() avcodec/sonic: Check channels before deallocating avformat/vividas: Check for EOF in first loop in track_header() avformat/wvdec: Check rate for overflow avcodec/ansi: Check nb_args for overflow avformat/wc3movie: Cleanup on wc3_read_header() failure avformat/wc3movie: Move wc3_read_close() up avcodec/tiff: Fix default white level avcodec/diracdsp: Fix integer anomaly in dequant_subband_* avutil/fixed_dsp: Fix integer overflows in butterflies_fixed_c() avcodec/mv30: Check remaining mask in decode_inter() avcodec/wmalosslessdec: Check remaining space before padding and channel residue avformat/cdg: Fix integer overflow in duration computation avcodec/mpc: Fix multiple numerical overflows in ff_mpc_dequantize_and_synth() avcodec/agm: Fix off by 1 error in decode_inter_plane() avformat/electronicarts: Check if there are any streams avcodec/ffwavesynth: Fix integer overflow in wavesynth_synth_sample / WS_SINE avcodec/vp9dsp_template: Fix integer overflow in iadst8_1d() avformat/avidec: Fix io_fsize overflow avcodec/cfhd: Check transform type avcodec/tiff: Check jpeg context against jpeg frame parameters avcodec/tiff: Restrict tag order based on specification avcodec/tiff: Avoid abort with DNG RAW TIFF with YA8 avcodec/tiff: Check the linearization table size avformat/siff: Reject audio packets without audio stream avformat/mpeg: Check avio_read() return value in get_pts() avcodec/tiff: Check bpp/bppcount for 0 avcodec/snowdec: Sanity check hcoeff avformat/mov: Check comp_brand_size avformat/ape: Error out in case of EOF in the header avcodec/alac: Check decorr_shift to avoid invalid shift avcodec/tdsc: Fix tile checks opusdec: do not fail when LBRR frames are present configure: update copyright year avfilter/vf_framerate: fix infinite loop with 1-frame input avformat/url: Change () position in ff_make_absolute_url() avformat/mpegts: make sure mpegts_read_header always stops at the first pmt avformat/alp: fix handling of TUN files avformat/argo_asf: fix handling of v1.1 files swscale/x86/yuv2rgb: fix crashes when loading alpha from unaligned buffers lavf/url: fix relative url parsing when the query string or fragment has a colon avformat/libsrt: fix cleanups on failed libsrt_open() and libsrt_setup() avcodec/cuviddec: backport extradata fixes avcodec/cuviddec: handle arbitrarily sized extradata lavf/srt: fix build fail when used the libsrt 1.4.1 avformat/libsrt: close listen fd in listener mode lavf/url: rewrite ff_make_absolute_url() using ff_url_decompose(). lavf/url: add ff_url_decompose(). avcodec/cbs_av1: fix setting FrameWidth in frame_size_with_refs() avcodec/cbs_av1: use a more appropiate AV1ReferenceFrameState pointer variable name avcodec/cbs_av1: fix handling reference frames on show_existing_frame frames avcodec/cbs_av1: infer frame_type in show_existing_frame frames earlier avcodec/cbs_av1: add OrderHint to CodedBitstreamAV1Context avcodec/cbs_av1: infer frame_type when parsing a show_existing_frame frame cbs_av1: Fix test for presence of buffer_removal_time element avcodec/cbs_av1: fix storage size for render_{width,height}_minus_1 lavc: Lower MediaFoundation audio encoder priority. x86/yuv2rgb: fix crashes when storing data on unaligned buffers checkasm/vf_blend: use the correct depth parameters to initialize the blend modes x86/vf_blend: fix warnings about trailing empty parameters x86/h264_deblock: fix warning about trailing empty parameter avutil/x86inc: fix warnings when assembling with Nasm 2.15
2021-02-07*: Recursive revbump from audio/pulseaudio-14.2.nb1ryoon1-2/+2
2021-01-14Do not mark ffmpeg MPROTECT-unsafe on i386nia1-3/+2
It's no longer necessary due to the configure script patches and disabling assembly. Bump PKGREVISION.
2021-01-01*: Recursive revbump from audio/pulseaudio-14.0ryoon1-2/+2
2020-11-05*: Recursive revbump from textproc/icu-68.1ryoon1-2/+2
2020-09-14Use -mvsx compiler flag on powerpc so that the appropriate sectionhe1-0/+12
of the compiler's <altivec.h> header is exposed, so that this builds.
2020-09-12ffmpeg4: bump PKGREVISION due to default dependency additiongutteridge1-2/+2
2020-09-12Add an option for webp supportmanu1-3/+11
From Jean-Jacques Puig
2020-08-31*: bump PKGREVISION for perl-5.32.wiz1-2/+2
2020-08-18*: revbump for libsndfileleot1-2/+2
2020-08-17*: revbump after fontconfig bl3 changes (libuuid removal)leot2-3/+4
2020-07-12ffmpeg4,ffplay4: updated to 4.3.1adam3-9/+8
version 4.3.1: avcodec/tiff: Check input space in dng_decode_jpeg() avcodec/mjpeg_parser: Adjust size rejection threshold avcodec/cbs_jpeg: Fix uninitialized end index in cbs_jpeg_split_fragment() avformat/sdp: Fix potential write beyond end of buffer avformat/mm: Check for existence of audio stream avformat/mov: Fix unaligned read of uint32_t and endian-dependance in mov_read_default avcodec/apedec: Fix undefined integer overflow with 24bit avcodec/loco: Fix integer overflow with large values from loco_get_rice() avformat/smjpegdec: Check the existence of referred streams avcodec/tiff: Check frame parameters before blit for DNG avcodec/mjpegdec: Limit bayer to single plane outputting format avcodec/pnmdec: Fix misaligned reads avcodec/mv30: Fix integer overflows in idct2_1d() avcodec/hcadec: Check total_band_count against imdct_in size avcodec/scpr3: Fix out of array access with dectab avcodec/tiff: Do not overrun the array ends in dng_blit() avcodec/dstdec: Replace AC overread check by sample rate check dnn_backend_native: Add overflow check for length calculation. avcodec/h264_metadata_bsf: Fix invalid av_freep avcodec/cbs_h265: set default VUI parameters when vui_parameters_present_flag is false avcodec/av1_parser: initialize avctx->pix_fmt avcodec/av1_parser: add missing parsing for RGB pixel format signaling avcodec/av1_parser: set context values outside the OBU parsing loop avutil/avsscanf: Add () to avoid integer overflow in scanexp() avformat/utils: reorder duration computation to avoid overflow avcodec/pngdec: Check for fctl after idat avformat/hls: Pass a copy of the URL for probing avutil/common: Fix integer overflow in av_ceil_log2_c() avcodec/wmalosslessdec: fix overflow with pred in revert_cdlms avformat/mvdec: Fix integer overflow with billions of channels avformat/microdvddec: skip malformed lines without frame number. dnn_backend_native: check operand index dnn_backend_native.c: refine code for fail case avformat/mov: fix memleaks libavformat/mov: Fix memleaks when demuxing DV audio avcodec/cbs_av1: Fix writing uvlc numbers >= INT_MAX avformat/avc, mxfenc: Avoid allocation of H264 SPS structure, fix memleak avcodec/bitstream: Don't check for undefined behaviour after it happened avformat/aviobuf: Also return truncated buffer in avio_get_dyn_buf() avformat/aviobuf: Don't check for overflow after it happened
2020-07-07Fix build for powerpc machines that have AltiVec but no VSX support.rin3-3/+55
Workaround for upstream commit 3a557c5d88b7b15b5954ba2743febb055549b536: https://github.com/FFmpeg/FFmpeg/commit/3a557c5d88b7b15b5954ba2743febb055549b53 Bump revision.
2020-06-29ffmpeg*: Remove hacks for partial SCTP header in NetBSD 7nia2-19/+1
2020-06-26ffmpeg4: Regen patch checksumsnia1-2/+2