pkgsrc/multimedia
adam 8fc5a9a846 ffmpeg4: updated to 4.2.2
version 4.2.2
- cbs_mpeg2: Fix parsing the last unit
- cbs_mpeg2: Rearrange start code search
- cbs_mpeg2: Decompose Sequence End
- cbs_mpeg2: Fix parsing of picture and slice headers
- cbs: Remove useless initializations
- mpeg2_metadata, cbs_mpeg2: Fix handling of colour_description
- lavc/cbs_h2645_syntax_template: Fix memleak
- avcodec/cbs: Fix potential overflow
- avcodec/cbs: Factor out common code for writing units
- avcodec/ffwavesynth: Fix undefined overflow in wavesynth_synth_sample()
- avcodec/ffwavesynth: Fix undefined overflow in wavesynth_synth_sample()
- avcodec/cook: Use 3 stage VLC decoding for channel_coupling
- avcodec/wmalosslessdec: Fixes undefined overflow in dequantization in decode_subframe()
- avcodec/sonic: Check e in get_symbol()
- avcodec/twinvqdec: Correct overflow in block align check
- avcodec/vc1dec: Fix "return -1" cases
- avcodec/vc1dec: Free sprite_output_frame on error
- avcodec/atrac9dec: Clamp band_ext_data to max that can be read if skipped.
- avcodec/agm: Include block size in the MV check for flags == 3
- avcodec/wmadec: Keep track of exponent initialization per channel
- avcodec/iff: Check that video_size is large enough for the read parameters
- avcodec/cbs_vp9: Check data_size
- avcodec/cbs_vp9: Check index_size
- avcodec/adpcm: Clip predictor for APC
- avcodec/targa: Check colors vs. available space
- avcodec/dstdec: Use get_ur_golomb_jpegls()
- avcodec/wmavoice: Check remaining input in parse_packet_header()
- avcodec/wmalosslessdec: Fix 2 overflows in mclms
- avcodec/wmaprodec: Fixes integer overflow with 32bit samples
- avcodec/adpcm: Fix invalid shift in xa_decode()
- avcodec/wmalosslessdec: Fix several integer issues
- avcodec/wmalosslessdec: Check that padding bits is not more than sample bits
- avcodec/iff: Skip overflowing runs in decode_delta_d()
- avcodec/pnm: Check that the header is not truncated
- avcodec/mp3_header_decompress_bsf: Check sample_rate_index
- avcodec/cbs_av1_syntax_template: Check num_y_points
- avformat/rmdec: Initialize and sanity check offset in ivr_read_header()
- avcodec/agm: Do not allow MVs out of the picture area as no edge is allocated
- avcodec/apedec: Fix 2 integer overflows
- avformat/id3v2: Fix double-free on error
- avcodec/wmaprodec: Set packet_loss when we error out on a sanity check
- avcodec/wmaprodec: Check offset
- avcodec/truemotion2: Fix 2 integer overflows in tm2_low_res_block()
- avcodec/wmaprodec: Check if the channel sum of all internal contexts match the external
- avcodec/atrac9dec: Check q_unit_cnt more completely before using it to access at9_tab_band_ext_group
- avcodec/fitsdec: Use lrint()
- avcodec/g729dec: Avoid using buf_size
- avcodec/g729dec: Factor block_size out
- avcodec/g729dec: require buf_size to be non 0
- avcodec/alac: Fix integer overflow in lpc_prediction() with sign
- avcodec/wmaprodec: Fix buflen computation in save_bits()
- avcodec/vc1_block: Fix integer overflow in AC rescaling in vc1_decode_i_block_adv()
- avcodec/vmdaudio: Check chunk counts to avoid integer overflow
- avformat/mxfdec: Clear metadata_sets_count in mxf_read_close()
- avcodec/nuv: Use ff_set_dimensions()
- avformat/vividas: Error out on audio packets in the absence of audio streams
- avformat/vividas: Check and require 1 video stream
- avcodec/ffwavesynth: Fix integer overflow with pink_ts_cur/next
- avcodec/ralf: Fix integer overflows with the filter coefficient in decode_channel()
- avcodec/g729dec: Use 64bit and clip in scalar product
- avcodec/mxpegdec: Check for multiple SOF
- avcodec/nuv: Move comptype check up
- avcodec/wmavoice: Fix integer overflow in synth_frame()
- avcodec/rawdec: Check bits_per_coded_sample more pedantically for 16bit cases
- avutil/lfg: Correct index increment type to avoid undefined behavior
- avcodec/cngdec: Remove AV_CODEC_CAP_DELAY
- avcodec/iff: Move index use after check in decodeplane8()
- avcodec/atrac3: Check for huge block aligns
- avcodec/ralf: use multiply instead of shift to avoid undefined behavior in decode_block()
- avcodec/wmadec: Require previous exponents for reuse
- avcodec/vc1_block: Fix undefined behavior in ac prediction rescaling
- avcodec/qdm2: The smallest header seems to have 2 bytes so treat 1 as invalid
- avcodec/apedec: Fixes integer overflow of res+*data in do_apply_filter()
- avcodec/sonic: Fix integer overflow in predictor_calc_error()
- avformat/vividas: Add EOF check in val_1 loop in track_header()
- avcodec/atrac9dec: Check precision_fine/coarse
- avformat/mp3dec: Check that the frame fits within the probe buffer
- vcodec/agm: Alloc based on coded dimensions
- avcodec/wmaprodec: get frame during frame decode
- avcodec/interplayacm: Fix overflow of last unused value
- avcodec/adpcm: Fix undefined behavior with negative predictions in IMA OKI
- avcodec/cook: Move up and extend block_align check
- avcodec/sbcdec: Fix integer overflows in sbc_synthesize_four()
- avcodec/twinvq: Check block_align
- avcodec/cook: Enlarge gain table
- avcodec/cook: Check samples_per_channel earlier
- avcodec/atrac3plus: Check split point in fill mode 3
- avcodec/wmavoice: Check sample_rate
- avcodec/xsubdec: fix overflow in alpha handling
- avcodec/iff: Check available space before entering loop in decode_long_vertical_delta2() / decode_long_vertical_delta()
- avcodec/apedec: Fix integer overflow in filter_3800()
- avutil/lfg: Document the AVLFG struct
- avcodec/ffv1dec: Use a different error message for the slice level CRC
- avcodec/apedec: Fix undefined integer overflow in long_filter_ehigh_3830()
- avcodec/dstdec: Check that AC probabilities are within range
- avcodec/dstdec: Check read_table() for failure
- avformat/vividas: Fix n_sb_blocks Check
- avcodec/snowenc: Set mb_num to avoid ratecontrol floating point divisions by 0.0
- avcodec/snowenc: Fix 2 undefined shifts
- avformat/nutenc: Do not pass NULL to memcmp() in get_needed_flags()
- avcodec/aptx: Check the number of channels
- avcodec/aacdec_template: Check samplerate
- avcodec/truemotion2: Fix several integer overflows in tm2_low_res_block()
- avcodec/utils: Check block_align
- avcodec/wmalosslessdec: Fix some integer anomalies
- avcodec/adpcm: Fix invalid shifts in ADPCM DTK
- avcodec/apedec: Only clear the needed buffer space, instead of all
- avcodec/libvorbisdec: Fix insufficient input checks leading to out of array reads
- avcodec/g723_1dec: fix invalid shift with negative sid_gain
- avcodec/vp5: Check render_x/y
- avcodec/hcom: Check the root entry and the right entries
- avcodec/qdrw: Check input for header/skiped space before get_buffer()
- avcodec/ralf: Skip initializing unused filter variables
- avcodec/takdec: Fix overflow with large sample rates
- avcodec/atrac9dec: Set channels
- avcodec/alsdec: Check that input space for header exists in read_diff_float_data()
- avformat/pjsdec: Check duration for overflow
- avcodec/agm: Check for reference frame earlier
- avcodec/ptx: Check that the input contains at least one line
- avcodec/alac: Fix integer overflow in LPC
- avcodec/smacker: Fix integer overflows in pred[] in smka_decode_frame()
- avcodec/aliaspixdec: Check input size against minimal picture size
- avcodec/ffwavesynth: Fix integer overflows in pink noise addition
- avcodec/vc1_block: Fixes integer overflow in vc1_decode_i_block_adv()
- avcodec/wmalosslessdec: Check block_align
- avcodec/g729dec: Avoid computing invalid temporary pointers for ff_acelp_weighted_vector_sum()
- avcodec/g729postfilter: Fix left shift of negative value
- avcodec/binkaudio: Check sample rate
- avcodec/sbcdec: Fix integer overflows in sbc_synthesize_eight()
- avcodec/adpcm: Check initial predictor for ADPCM_IMA_EA_EACS
- avcodec/g723_1dec: Fix overflow in shift
- avcodec/apedec: Fix integer overflow in predictor_update_3930()
- avcodec/g729postfilter: Fix undefined intermediate pointers
- avcodec/g729postfilter: Fix undefined shifts
- avcodec/lsp: Fix undefined shifts in lsp2poly()
- avcodec/adpcm: Fix left shifts in AV_CODEC_ID_ADPCM_EA
- avformat/shortendec: Check k in probe
- avfilter/vf_geq: Use av_clipd() instead of av_clipf()
- avcodec/wmaprodec: Check that the streams channels do not exceed the overall channels
- avcodec/qdmc: Check input space in qdmc_get_vlc()
- avcodec/wmaprodec: Fix cleanup on error
- avcodec/pcm: Check bits_per_coded_sample
- avcodec/exr: Allow duplicate use of channel indexes
- avcodec/fitsdec: Fail on 0 naxisn
- avcodec/dxv: Subtract 12 earlier in dxv_decompress_cocg()
- libavcodec/dxv: Remove redundant seek
- avcodec/ituh263dec: Check input for minimal frame size
- avcodec/truemotion1: Check that the input has enough space for a minimal index_stream
- avformat/mpsubdec: Clear queue on error
- avcodec/sunrast: Check that the input is large enough for the maximally compressed image
- avcodec/sunrast: Check for availability of maplength before allocating image
- avformat/subtitles: Check nb_subs in ff_subtitles_queue_finalize()
- avcodec/vc1_block: Fix invalid left shift in vc1_decode_p_mb()
- avcodec/wmaprodec: Check if there is a stream
- avcodec/g2meet: Check for end of input in jpg_decode_block()
- avcodec/g2meet: Check if adjusted pixel was on the stack
- avformat/electronicarts: If no packet has been read at the end do not treat it as if theres a packet
- avcodec/dxv: Check op_offset in dxv_decompress_yo()
- avcodec/utils: Check sample_rate before opening the decoder
- avcodec/aptx: Fix multiple shift anomalies
- avcodec/fitsdec: fix use of uninitialised values
- avcodec/motionpixels: Mark 2 functions as always_inline
- avcodec/ituh263dec: Make the condition for the studio slice start code match between ff_h263_resync() and ff_mpeg4_decode_studio_slice_header()
- avcodec/ralf: Fix integer overflow in decode_channel()
- vcodec/vc1: compute rangex/y only for P/B frames
- avcodec/vc1_pred: Fix invalid shifts in scaleforopp()
- avcodec/vc1_block: Fix invalid shift with rangeredfrm
- avcodec/vc1: Check for excessive resolution
- avcodec/vc1: check REFDIST
- avcodec/apedec: Fix several integer overflows in predictor_update_filter() and do_apply_filter()
- avcodec/hevc_cabac: Tighten the limit on k in ff_hevc_cu_qp_delta_abs()
- avcodec/4xm: Check index in decode_i_block() also in the path where its not used.
- avcodec/loco: Check for end of input in the first line
- avcodec/atrac3: Check block_align
- avcodec/alsdec: Avoid dereferencing context pointer in inner interleave loop
- avcodec/hcom: Check that there are dictionary entries
- avcodec/fitsdec: Prevent division by 0 with huge data_max
- avcodec/dstdec: Fix integer overflow in samples_per_frame computation
- avcodec/g729_parser: Check block_size
- avcodec/sbcdec: Initialize number of channels
- avcodec/utils: Optimize ff_color_frame() using memcpy()
- avcodec/aacdec: Check if we run out of input in read_stream_mux_config()
- avcodec/utils: Use av_memcpy_backptr() in ff_color_frame()
- avcodec/smacker: Fix integer overflow in signed int multiply in SMK_BLK_FILL
- avcodec/alac: Fix invalid shifts in 20/24 bps
- avcodec/alac: fix undefined behavior with INT_MIN in lpc_prediction()
- avcodec/ffwavesynth: Fix integer overflow in timestamps
- avformat/vividas: Test size and packet numbers a bit more
- avformat/vividas: Check n_sb_blocks against input space
- avcodec/dxv: Check op_offset in both directions
- avcodec/adpcm: Check number of channels for MTAF
- avcodec/sunrast: Fix indention
- avcodec/sunrast: Fix return type for "unsupported (compression) type"
- avcodec/utils: Check channels fully earlier
- avformat/mov: Check for EOF in mov_read_meta()
- avcodec/hevcdec: Fix memleak of a53_caption
- avformat/vividas: Remove align offset which is always masked off
- avformat/vividas: remove dead assignment
- avformat/cdxl: Fix integer overflow in intermediate
- avcodec/hevcdec: repeat character in skiped
- repeat an even number of characters in occured
- avcodec/gdv: Replace assert() checking bitstream by if()
- libavcodec/utils: Free threads on init failure
- avcodec/htmlsubtitles: Avoid locale dependant isdigit()
- avcodec/alsdec: Check k from being outside what our implementation can handle
- avcodec/takdec: Fix integer overflow in decorrelate()
- avcodec/aacps: Fix integer overflows in hybrid_synthesis()
- avcodec/mpeg4videodec: Fix integer overflow in mpeg4_decode_studio_block()
- avcodec/vp56rac: delay signaling an error on truncated input
- avcodec/pnm_parser: Use memchr() in pnm_parse()
- tests: Fix bash errors in lavf_container tests.
- avformat/matroskadec: Fix use-after-free when demuxing ProRes
- avformat/matroskadec: Fix demuxing ProRes
- avcodec/cbs_av1: fix array size for ar_coeffs_cb_plus_128 and ar_coeffs_cr_plus_128
- avcodec/cbs_av1: avoid reading trailing bits when obu type is OBU_TILE_LIST
- lavc/cbs_h2645: Fix incorrect max size of nalu unit
- avcodec/extract_extradata_bsf: Don't unref uninitialized buffers
- avformat/av1: Fix leak of dynamic buffer in case of parsing failure
- libavformat/rtsp: return error if rtsp_hd_out is null instead of crash
- cbs_h264: Fix missing inferred colour description fields
- avcodec/cbs_av1: keep separate reference frame state for reading and writing
- avcodec/cbs_av1: fix reading reference order hint in skip_mode_params()
- avcodec/amfnec: allocate packets using av_new_packet()
- avcodec/nvenc: make sure newly allocated packets are refcounted
- lavc/mpeg4audio: add chan_config check to avoid indeterminate channels
- aformat/movenc: add missing padding to output track extradata
- avcodec/nvenc: add driver version info for SDK 9.1
- avcodec/bsf: check that AVBSFInternal was allocated before dereferencing it
2020-01-02 10:26:31 +00:00
..
acidrip multimedia: align variable assignments 2019-11-03 17:11:59 +00:00
adobe-flash-player adobe-flash-player: update to 32.0.0.303. 2019-12-11 14:09:00 +00:00
alevt
audiocd-kio Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
avidemux Recursive revbump from audio/pulseaudio 2019-09-18 14:17:03 +00:00
bitstream bitstream: updated to 1.5 2018-11-09 19:47:48 +00:00
bsdav
ccxstream
cfourcc
clutter-gst *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
deforaos-player multimedia/deforaos-player: move HTML documentation 2019-11-02 12:47:58 +00:00
dirac Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
divxplayer More http -> https. 2019-06-24 10:59:40 +00:00
dragon dragon: update to 19.08.3 qt5/kf5 version 2019-11-17 04:01:34 +00:00
dumpmpeg Use https for sourceforge project links. 2019-06-22 11:52:31 +00:00
dvb-apps Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
dvd-slideshow multimedia: align variable assignments 2019-11-03 17:11:59 +00:00
dvd-vr multimedia/dvd-vr: import dvd-vr-0.9.7 2019-09-01 14:01:39 +00:00
dvdauthor *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
dvdbackup
dvdrip multimedia: align variable assignments 2019-11-03 17:11:59 +00:00
dvdstyler DVDStyler: update to 3.1. 2019-11-26 14:15:22 +00:00
dvdview
ffmpeg1 multimedia: align variable assignments 2019-11-03 17:11:59 +00:00
ffmpeg2 multimedia: align variable assignments 2019-11-03 17:11:59 +00:00
ffmpeg2theora ffmpeg2theora: Fix build problem under macOS 2019-09-26 10:22:51 +00:00
ffmpeg3 Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
ffmpeg4 ffmpeg4: updated to 4.2.2 2020-01-02 10:26:31 +00:00
ffmpeg010 multimedia: align variable assignments 2019-11-03 17:11:59 +00:00
ffmpegthumbnailer Recursive revbump from multimedia/libva 2018-11-23 08:06:28 +00:00
ffmpegthumbs Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
ffplay1 revbump after x264-devel update 2018-02-26 08:19:25 +00:00
ffplay2 Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
ffplay3 ffmpeg, ffplay - re-disable optimizations, pending more discussion 2018-12-10 16:23:49 +00:00
ffplay4 ffmpeg4/ffplay4: updated to 4.1.1 2019-02-11 09:24:22 +00:00
flashplayer
flvstreamer
frei0r frei0r: Update to 1.7.0 2019-12-07 19:17:59 +00:00
fuppes *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
fxtv xorgproto: use xorgproto instead of separate *proto packages 2018-03-07 11:57:28 +00:00
ggrab multimedia: align variable assignments 2019-11-03 17:11:59 +00:00
gmediaserver multimedia: align variable assignments 2019-11-03 17:11:59 +00:00
gmencoder *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
gmp-api
gmplayer multimedia: align variable assignments 2019-11-03 17:11:59 +00:00
gnome-media Recursive revbump from audio/pulseaudio 2019-09-18 14:17:03 +00:00
gnome-mplayer Recursive revbump from audio/pulseaudio 2019-09-18 14:17:03 +00:00
goggles Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
gopchop multimedia: align variable assignments 2019-11-03 17:11:59 +00:00
gpac Recursive revbump from audio/pulseaudio 2019-09-18 14:17:03 +00:00
gst-plugins0.10-bad multimedia: align variable assignments 2019-11-03 17:11:59 +00:00
gst-plugins0.10-base multimedia: align variable assignments 2019-11-03 17:11:59 +00:00
gst-plugins0.10-dvdread
gst-plugins0.10-ffmpeg (multimedia/gst-plugins0.10-ffmpeg) sorry more to commit for distinfo 2019-10-14 13:37:43 +00:00
gst-plugins0.10-gnonlin
gst-plugins0.10-good gst-plugins0.10-good: Revert wrong distinfo change 2018-03-21 18:04:53 +00:00
gst-plugins0.10-hal
gst-plugins0.10-mpeg2dec
gst-plugins0.10-ogg
gst-plugins0.10-resindvd
gst-plugins0.10-theora
gst-plugins0.10-ugly multimedia: align variable assignments 2019-11-03 17:11:59 +00:00
gst-plugins0.10-v4l2 multimedia: align variable assignments 2019-11-03 17:11:59 +00:00
gst-plugins0.10-vp8
gst-plugins0.10-x264 revbump after x264-devel update 2018-02-26 08:19:25 +00:00
gst-plugins0.10-xvid
gst-plugins1-bad gstreamer1: update to 1.16.1 2019-11-14 15:25:30 +00:00
gst-plugins1-base gstreamer1: update to 1.16.1 2019-11-14 15:25:30 +00:00
gst-plugins1-dvdread
gst-plugins1-editing-services gstreamer1: update to 1.16.1 2019-11-14 15:25:30 +00:00
gst-plugins1-egl-gl gst-plugins1-egl-gl: add missing PLIST files reported by worker80. 2019-06-25 10:24:58 +00:00
gst-plugins1-egl-opengl
gst-plugins1-good gstreamer1: update to 1.16.1 2019-11-14 15:25:30 +00:00
gst-plugins1-gtk multimedia: align variable assignments 2019-11-03 17:11:59 +00:00
gst-plugins1-libav gstreamer1: update to 1.16.1 2019-11-14 15:25:30 +00:00
gst-plugins1-mpeg2dec
gst-plugins1-ogg
gst-plugins1-omx Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
gst-plugins1-resindvd
gst-plugins1-theora
gst-plugins1-transcoder Rename py-meson to meson. 2019-10-07 09:28:09 +00:00
gst-plugins1-ugly gstreamer1: update to 1.16.1 2019-11-14 15:25:30 +00:00
gst-plugins1-v4l2
gst-plugins1-vaapi multimedia/gst-plugins1-vaapi: import gst-plugins1-vaapi-1.16.2 2019-12-29 06:38:56 +00:00
gst-plugins1-vpx
gst-plugins1-x264 gstreamer1: updated to 1.12.5 2018-04-15 09:40:04 +00:00
gst123 multimedia: align variable assignments 2019-11-03 17:11:59 +00:00
gstreamer0.10 multimedia: align variable assignments 2019-11-03 17:11:59 +00:00
gstreamer1 gstreamer1: update to 1.16.1 2019-11-14 15:25:30 +00:00
gstreamermm1 Add multimedia/gstreamermm1. 2019-10-18 18:31:01 +00:00
gtranscode
gxine Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
handbrake multimedia: align variable assignments 2019-11-03 17:11:59 +00:00
harvid harvid: Update to 0.8.3 2019-12-02 13:42:00 +00:00
hwdecode-demos Recursive revbump from multimedia/libva 2018-11-23 08:06:28 +00:00
intel-vaapi-driver intel-vaapi-driver: Follow redirects 2020-01-01 02:23:38 +00:00
juk juk: update to 19.08.3 qt5/kf5 version 2019-11-17 04:08:53 +00:00
kdenlive kdenlive: update to 19.08.3 qt5/kf5 version 2019-11-27 21:36:56 +00:00
kmix Recursive revbump from audio/pulseaudio 2019-09-18 14:17:03 +00:00
kmplayer Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
kodi multimedia: align variable assignments 2019-11-03 17:11:59 +00:00
kscd Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
libaacs
libaom Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
libass Recursive revbump from hardbuzz-2.1.1 2018-11-12 03:51:07 +00:00
libassetml
libbdplus
libbluray libbluray: updated to 1.1.2 2019-06-10 14:40:52 +00:00
libdv libdv: disable asm to avoid text relocations on NetBSD/i386 8.0. 2018-05-27 15:21:09 +00:00
libdv-tools
libdvbcsa
libdvbpsi libdvbpsi: updated to 1.3.2 2018-03-02 14:27:00 +00:00
libdvbpsi0
libdvdcss multimedia: align variable assignments 2019-11-03 17:11:59 +00:00
libdvdnav libdvdnav: updated to 6.0.1 2019-11-03 11:08:09 +00:00
libdvdplay
libdvdread libdvdread: updated to 6.0.2 2019-11-03 11:06:55 +00:00
libflash
libflashsupport Refect reality 2019-05-10 19:24:48 +00:00
libhdhomerun multimedia: align variable assignments 2019-11-03 17:11:59 +00:00
libkate Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
libkcddb libkcddb: buildlink3.mk update for last. 2019-12-02 09:32:30 +00:00
libkcompactdisc Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
libmatroska libmatroska: updated to 1.5.2 2019-05-28 07:47:14 +00:00
libmediaart libmediaart: Fix MASTER_SITES 2019-10-19 09:44:18 +00:00
libmediainfo
libmp4v2 libmp4v2: Fix build on SunOS. 2018-10-23 10:45:01 +00:00
libmpeg2
libmpeg3 multimedia: align variable assignments 2019-11-03 17:11:59 +00:00
libnms
libogg multimedia/libogg: use stdint.h on darwin 2019-09-08 19:11:30 +00:00
liboggz
libquicktime revbump after x264-devel update 2018-02-26 08:19:25 +00:00
libtheora theora: follow redirect 2018-01-14 10:16:45 +00:00
libtheora-docs With build with newer doxygen versions. 2019-12-22 22:27:40 +00:00
libva Update to 2.6.0 2019-12-29 01:31:42 +00:00
libva-driver-vdpau multimedia: align variable assignments 2019-11-03 17:11:59 +00:00
libva-utils Update to 2.6.0 2019-12-29 01:32:53 +00:00
libvdpau multimedia/libvdpau: Force off documentation 2019-12-26 21:44:06 +00:00
libvpx multimedia/libvpx: Simplify GCC_REQD 2019-11-23 19:37:20 +00:00
lightspark lightspark: Update to 0.8.2 2019-10-03 15:53:21 +00:00
lsdvd
mate-media mate-media: update to 1.22.2 2019-10-21 23:08:52 +00:00
mediainfo
mediatomb Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
mencoder mplayer: put back pulseaudio to SUGGESTED_OPTIONS. 2019-06-22 22:46:45 +00:00
ming Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
minidlna multimedia: align variable assignments 2019-11-03 17:11:59 +00:00
mjpegtools multimedia: align variable assignments 2019-11-03 17:11:59 +00:00
mkv2mp4 revbump after x264-devel update 2018-02-26 08:19:25 +00:00
mkvtoolnix Bump PKGREVISION by change of default Ruby version 2019-12-15 15:38:57 +00:00
mkvtoolnix-old multimedia: align variable assignments 2019-11-03 17:11:59 +00:00
mlt mlt: update to 6.18.0 2019-11-27 21:32:09 +00:00
movit Add multimedia/movit. 2019-08-02 10:11:35 +00:00
mp4v2 mp4v2: updated to 4.1.0.0 2019-04-07 18:23:52 +00:00
mpeg-lib
mpeg_encode
mpeg_play
mplayer mplayer: put back pulseaudio to SUGGESTED_OPTIONS. 2019-06-22 22:46:45 +00:00
mplayer-share multimedia: align variable assignments 2019-11-03 17:11:59 +00:00
mplayerthumbs Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
mpv mpv: Update to 0.31.0 2019-12-28 17:20:32 +00:00
nostt Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
obs-studio Update to 24.0.5 2019-12-29 06:44:27 +00:00
ogle multimedia: align variable assignments 2019-11-03 17:11:59 +00:00
ogle_gui *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
ogmtools
olive-editor olive-editor: Take MAINTAINER 2019-10-01 22:57:33 +00:00
omxplayer multimedia: align variable assignments 2019-11-03 17:11:59 +00:00
openquicktime
p5-GStreamer Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-xmltv Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
phonon Recursive revbump from audio/pulseaudio 2019-09-18 14:17:03 +00:00
phonon-backend-gstreamer phonon{,-qt5}-backend-gstreamer{,-shared}: update to 4.9.1 2019-08-27 06:56:32 +00:00
phonon-backend-gstreamer-shared phonon{,-qt5}-backend-gstreamer{,-shared}: update to 4.9.1 2019-08-27 06:56:32 +00:00
phonon-backend-vlc multimedia: align variable assignments 2019-11-03 17:11:59 +00:00
phonon-qt5 Recursive revbump from audio/pulseaudio 2019-09-18 14:17:03 +00:00
phonon-qt5-backend-gstreamer phonon{,-qt5}-backend-gstreamer{,-shared}: update to 4.9.1 2019-08-27 06:56:32 +00:00
phonon-qt5-backend-vlc phonon{,-qt5}-backend-vlc: update to 0.10.3 2019-08-27 06:50:39 +00:00
php-ming multimedia: align variable assignments 2019-11-03 17:11:59 +00:00
pitivi pitivi: Fix build with lang/python38 2019-12-29 01:15:51 +00:00
pspvc *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
py-enzyme
py-gstreamer0.10 multimedia: align variable assignments 2019-11-03 17:11:59 +00:00
py-gstreamer1 Fix build with lang/python38 2019-11-27 03:37:17 +00:00
py-m3u8 py-m3u8: updated to 0.5.3 2019-12-11 12:52:21 +00:00
py-ming multimedia: align variable assignments 2019-11-03 17:11:59 +00:00
py-mpegdash
regionset
replex multimedia: align variable assignments 2019-11-03 17:11:59 +00:00
ruby-clutter-gstreamer ruby-gnome: Update to 3.4.1. 2019-10-19 08:25:17 +00:00
ruby-gstreamer ruby-gnome: Update to 3.4.1. 2019-10-19 08:25:17 +00:00
ruby-ming
schroedinger
smpeg smpeg: Update to 0.4.5 2019-11-23 23:03:01 +00:00
smpeg2 port these packages to GCC 6: 2018-02-08 07:28:57 +00:00
ssr Needs lrelease for the translation files. 2019-12-20 00:02:25 +00:00
streamlink PKGREVISION bump for anything using python without a PYPKGPREFIX. 2019-04-25 07:32:34 +00:00
subtitleeditor subtitleeditor: Missing patch 2019-10-24 22:06:09 +00:00
totem multimedia: align variable assignments 2019-11-03 17:11:59 +00:00
totem-browser-plugin multimedia: align variable assignments 2019-11-03 17:11:59 +00:00
totem-nautilus multimedia: align variable assignments 2019-11-03 17:11:59 +00:00
totem-pl-parser Recursive revbump from textproc/icu 2019-04-03 00:32:25 +00:00
transcode transcode: patch update missed in previous commit 2020-01-01 22:17:29 +00:00
tstools multimedia: align variable assignments 2019-11-03 17:11:59 +00:00
tvtime Mark packages that require C++03 (or the GNU variants) if they fail with 2018-07-18 00:06:10 +00:00
ushare revbump after x264-devel update 2018-02-26 08:19:25 +00:00
vlc Recursive revbump from audio/pulseaudio 2019-09-18 14:17:03 +00:00
win32-codecs multimedia: align variable assignments 2019-11-03 17:11:59 +00:00
x264-devel Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
x265 x265: updated to 3.2.1 2019-12-05 09:32:49 +00:00
xawtv Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
xfce4-mpc-plugin xfce4-mpc-plugin: update to 0.5.2 2019-08-19 01:13:34 +00:00
xfce4-thunar-media-tags Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
xine-lib multimedia: align variable assignments 2019-11-03 17:11:59 +00:00
xine-ui Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
xine-v4l multimedia: align variable assignments 2019-11-03 17:11:59 +00:00
xine-v4l2 multimedia: align variable assignments 2019-11-03 17:11:59 +00:00
xvid4conf *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
xvidcore multimedia: align variable assignments 2019-11-03 17:11:59 +00:00
Makefile Enable gst-plugins1-vaapi 2019-12-29 06:40:44 +00:00