]> git.sesse.net Git - ffmpeg/log
ffmpeg
5 years agoavfilter/f_cue: use inlink fifo for queueing frames
Marton Balint [Sun, 30 Sep 2018 10:52:44 +0000 (12:52 +0200)]
avfilter/f_cue: use inlink fifo for queueing frames

Signed-off-by: Marton Balint <cus@passwd.hu>
5 years agoavfilter/filters: add ff_inlink_peek_frame and ff_inlink_queued_frames to access...
Marton Balint [Sun, 30 Sep 2018 21:28:28 +0000 (23:28 +0200)]
avfilter/filters: add ff_inlink_peek_frame and ff_inlink_queued_frames to access frames in the inlink fifo

Signed-off-by: Marton Balint <cus@passwd.hu>
5 years agodoc/protocols: simplify and clarify UDP localaddr option
Marton Balint [Fri, 21 Sep 2018 22:19:17 +0000 (00:19 +0200)]
doc/protocols: simplify and clarify UDP localaddr option

Signed-off-by: Marton Balint <cus@passwd.hu>
5 years agoavformat/udp: always use IP_ADD_SOURCE_MEMBERSHIP for subscribing to an UDP multicast...
Marton Balint [Fri, 21 Sep 2018 21:34:50 +0000 (23:34 +0200)]
avformat/udp: always use IP_ADD_SOURCE_MEMBERSHIP for subscribing to an UDP multicast source group in IPv4

That alone supports specifying the interface based on its address. Getting the
interface index from the local address seems quite a bit of work in a platform
independent way...

Obviously for IPv6 we still always use MCAST_JOIN_SOURCE_GROUP.

As a side effect this also fixes ticket #7459.

Signed-off-by: Marton Balint <cus@passwd.hu>
5 years agoavformat/udp: specify the local address for some source filtered multicast joins
Marton Balint [Fri, 21 Sep 2018 20:27:02 +0000 (22:27 +0200)]
avformat/udp: specify the local address for some source filtered multicast joins

We already use localaddr for the multicast joins without source filters, so we
should use them for source filters as well. This patch only fixes the
IP_ADD_SOURCE_MEMBERSHIP and the IP_BLOCK_SOURCE case.

Unless we do this, the kernel automatically selects an interface based on the
source address, and that interface might be different from the one set in
localaddr. For blocked sources this even casues EINVAL because we joined the
multicast group on a different interface.

Signed-off-by: Marton Balint <cus@passwd.hu>
5 years agoavformat/udp: add support for generic source filtering
Marton Balint [Wed, 19 Sep 2018 23:23:58 +0000 (01:23 +0200)]
avformat/udp: add support for generic source filtering

This allows getting data only from a specific source IP. This is useful not
only for unicast but for multicast as well because multicast source
subscriptions do not act as source filters for the incoming packets.

Signed-off-by: Marton Balint <cus@passwd.hu>
5 years agoavformat/rtpproto: use factorized ip functions
Marton Balint [Thu, 13 Sep 2018 23:33:32 +0000 (01:33 +0200)]
avformat/rtpproto: use factorized ip functions

Signed-off-by: Marton Balint <cus@passwd.hu>
5 years agoavformat/udp: use factorized ip functions
Marton Balint [Thu, 13 Sep 2018 23:17:35 +0000 (01:17 +0200)]
avformat/udp: use factorized ip functions

Signed-off-by: Marton Balint <cus@passwd.hu>
5 years agoavformat/ip: factorize some IP filtering and resolving functions to a new file
Marton Balint [Wed, 12 Sep 2018 22:46:09 +0000 (00:46 +0200)]
avformat/ip: factorize some IP filtering and resolving functions to a new file

These are based on the very similar UDP and RTP protocol functions.

Signed-off-by: Marton Balint <cus@passwd.hu>
5 years agoavfilter/af_afir: make IR gain control more flexible
Paul B Mahol [Wed, 3 Oct 2018 19:43:40 +0000 (21:43 +0200)]
avfilter/af_afir: make IR gain control more flexible

For this reason introduce two more options.

5 years agoavfilter/avfilter: fix typos in comments
Paul B Mahol [Wed, 3 Oct 2018 17:11:52 +0000 (19:11 +0200)]
avfilter/avfilter: fix typos in comments

5 years agoavcodec/rasc: unref both frames on reinit
Michael Niedermayer [Tue, 2 Oct 2018 01:04:52 +0000 (03:04 +0200)]
avcodec/rasc: unref both frames on reinit

Fixes: integer overflow
Fixes: inconsistent frame dimensions
Fixes: 10454/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_RASC_fuzzer-5656301162463232
Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
5 years agoavcodec/rasc: Fix off by 1 error in vertical coordinate
Michael Niedermayer [Tue, 2 Oct 2018 01:04:51 +0000 (03:04 +0200)]
avcodec/rasc: Fix off by 1 error in vertical coordinate

Fixes: out of array read
Fixes: 10311/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_RASC_fuzzer-4856330905452544
Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
5 years agoavcodec/tiff: check remaining packet size for strips
Michael Niedermayer [Tue, 2 Oct 2018 01:04:50 +0000 (03:04 +0200)]
avcodec/tiff: check remaining packet size for strips

Fixes: Timeout
Fixes: 10280/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_TIFF_fuzzer-5676217211027456
Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
5 years agoavformat/matroskaenc: reserve free space for metadata on request
Sigga Regina [Wed, 12 Sep 2018 15:47:47 +0000 (11:47 -0400)]
avformat/matroskaenc: reserve free space for metadata on request

Signed-off-by: James Almer <jamrial@gmail.com>
5 years agoavcodec/scpr: Skip frames which change nothing
Michael Niedermayer [Tue, 25 Sep 2018 00:36:35 +0000 (02:36 +0200)]
avcodec/scpr: Skip frames which change nothing

Fixes: Timeout
Fixes: 10292/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_SCPR_fuzzer-5687943864254464
Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
5 years agoavcodec/wcmv: Fix integer overflows
Michael Niedermayer [Tue, 25 Sep 2018 00:01:58 +0000 (02:01 +0200)]
avcodec/wcmv: Fix integer overflows

Fixes: signed integer overflow: 262140 * 65535 cannot be represented in type 'int'
Fixes: 10090/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_WCMV_fuzzer-5691269368512512
Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
5 years agoavcodec/gdv: Remove unused variable
Michael Niedermayer [Sun, 30 Sep 2018 19:50:30 +0000 (21:50 +0200)]
avcodec/gdv: Remove unused variable

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
5 years agoffmpeg: break loop when dts_heuristic check done
xiaofeng [Sun, 30 Sep 2018 12:16:22 +0000 (20:16 +0800)]
ffmpeg: break loop when dts_heuristic check done

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
5 years agoavdevice/decklink_dec: add option to align capture start time
Karthick Jeyapal [Fri, 28 Sep 2018 07:25:54 +0000 (12:55 +0530)]
avdevice/decklink_dec: add option to align capture start time

This option is useful for maintaining input synchronization across N
different hardware devices deployed for 'N-way' redundancy.
The system time of different hardware devices should be synchronized
with protocols such as NTP or PTP, before using this option.

Signed-off-by: Marton Balint <cus@passwd.hu>
5 years agoavcodec/hevc_parser: very minor simplification in hevc_parse()
Michael Niedermayer [Sun, 30 Sep 2018 00:29:44 +0000 (02:29 +0200)]
avcodec/hevc_parser: very minor simplification in hevc_parse()

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
5 years agolavc/hevc: Don't parse NAL unit for a dummy buffer
Haihao Xiang [Fri, 30 Mar 2018 02:42:32 +0000 (10:42 +0800)]
lavc/hevc: Don't parse NAL unit for a dummy buffer

hevc parser mistakenly reports the following message if a dummy buffer
is padded for EOF

   [hevc @ 0x559b63848610] missing picture in access unit

Signed-off-by: Haihao Xiang <haihao.xiang@intel.com>
Reviewed-by: Steven Liu <lq@chinaffmpeg.org>
Reviewed-by: "Li, Zhong" <zhong.li@intel.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
5 years agoavcodec/libzvbi-teletextdec: add formatted ass output
Marton Balint [Sun, 29 Apr 2018 01:08:12 +0000 (03:08 +0200)]
avcodec/libzvbi-teletextdec: add formatted ass output

Inspired by the VideoLAN text decoder and its port to FFmpeg made by Aman
Gupta.

Signed-off-by: Marton Balint <cus@passwd.hu>
5 years agoavcodec/diracdec: check that GetBitContext has not ended in codeblock()
Michael Niedermayer [Thu, 13 Sep 2018 22:22:13 +0000 (00:22 +0200)]
avcodec/diracdec: check that GetBitContext has not ended in codeblock()

Fixes: Timeout (part 2 of 2)
Fixes: 9774/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_DIRAC_fuzzer-5748957085958144
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
5 years agoavcodec/diracdec: Propagate errors from codeblock()
Michael Niedermayer [Thu, 13 Sep 2018 22:22:13 +0000 (00:22 +0200)]
avcodec/diracdec: Propagate errors from codeblock()

Consider a component to be damaged if more than 50% of its subbands are damaged

Fixes: Timeout (part 1 of 2)
Fixes: 9774/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_DIRAC_fuzzer-5748957085958144
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
5 years agoavcodec/bintext: Use ff_get_buffer instead of ff_reget_buffer and simplify
Michael Niedermayer [Wed, 12 Sep 2018 00:14:47 +0000 (02:14 +0200)]
avcodec/bintext: Use ff_get_buffer instead of ff_reget_buffer and simplify

reget seems unneeded and it is slower

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
5 years agoavcodec/bintext: Check input size before allocating the input image
Michael Niedermayer [Wed, 12 Sep 2018 00:11:00 +0000 (02:11 +0200)]
avcodec/bintext: Check input size before allocating the input image

Fixes: Timeout
Fixes: 9795/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_XBIN_fuzzer-5768631928487936
Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
5 years agoavcodec/gdv: Error out if we had insufficent input for the output frame in decompress_2()
Michael Niedermayer [Sun, 5 Aug 2018 15:22:23 +0000 (17:22 +0200)]
avcodec/gdv: Error out if we had insufficent input for the output frame in decompress_2()

Fixes: Timeout (with the previous commits to gdv.c)
Fixes: 9422/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_GDV_fuzzer-5143490001371136
Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
5 years agoavcodec/gdv: Optimize 2x scaling loop a little in gdv_decode_frame()
Michael Niedermayer [Sun, 5 Aug 2018 15:12:33 +0000 (17:12 +0200)]
avcodec/gdv: Optimize 2x scaling loop a little in gdv_decode_frame()

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
5 years agoavcodec/gdv: Replace loop in gdv_decode_frame() by memcpy()
Michael Niedermayer [Sun, 5 Aug 2018 15:10:22 +0000 (17:10 +0200)]
avcodec/gdv: Replace loop in gdv_decode_frame() by memcpy()

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
5 years agoavcodec/gdv: Eliminate 50% of the reads in the first inner loop in rescale()
Michael Niedermayer [Sun, 5 Aug 2018 15:06:44 +0000 (17:06 +0200)]
avcodec/gdv: Eliminate 50% of the reads in the first inner loop in rescale()

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
5 years agoavcodec/gdv: Simplify first inner loop in rescale()
Michael Niedermayer [Sun, 5 Aug 2018 14:58:35 +0000 (16:58 +0200)]
avcodec/gdv: Simplify first inner loop in rescale()

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
5 years agoavcodec/gdv: Combine first and 3rd case in rescale()
Michael Niedermayer [Sun, 5 Aug 2018 14:55:38 +0000 (16:55 +0200)]
avcodec/gdv: Combine first and 3rd case in rescale()

Simplifies code

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
5 years agoavcodec/gdv: Factor terms out of inner loops in rescale()
Michael Niedermayer [Sun, 5 Aug 2018 14:29:13 +0000 (16:29 +0200)]
avcodec/gdv: Factor terms out of inner loops in rescale()

This also replaces some loops by memcpy()

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
5 years agoavcodec/gdv: Replace divisions by shifts in rescale()
Michael Niedermayer [Sun, 5 Aug 2018 14:13:24 +0000 (16:13 +0200)]
avcodec/gdv: Replace divisions by shifts in rescale()

Divisions tend to be slower than shifts unless the compiler optimizes them out.
And some of these are in inner loops.

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
5 years agolavf/mpeg: Support demuxing HEVC in mpeg-ps.
Carl Eugen Hoyos [Wed, 26 Sep 2018 20:39:18 +0000 (22:39 +0200)]
lavf/mpeg: Support demuxing HEVC in mpeg-ps.

5 years agolavc: Add AV1 metadata bitstream filter
Mark Thompson [Sun, 9 Sep 2018 22:08:12 +0000 (23:08 +0100)]
lavc: Add AV1 metadata bitstream filter

Can adjust colour and timing information.

5 years agolavc: Add coded bitstream read/write support for AV1
Mark Thompson [Sun, 9 Sep 2018 22:08:11 +0000 (23:08 +0100)]
lavc: Add coded bitstream read/write support for AV1

5 years agoavfilter/af_afftdn: add missing break
Paul B Mahol [Wed, 26 Sep 2018 20:23:28 +0000 (22:23 +0200)]
avfilter/af_afftdn: add missing break

5 years agoavformat/matroskaenc: reindent after the previous commit
James Almer [Fri, 21 Sep 2018 19:18:36 +0000 (16:18 -0300)]
avformat/matroskaenc: reindent after the previous commit

Signed-off-by: James Almer <jamrial@gmail.com>
5 years agoavformat/matroskaenc: refactor checks for allowed codecs in WebM
James Almer [Fri, 21 Sep 2018 19:18:15 +0000 (16:18 -0300)]
avformat/matroskaenc: refactor checks for allowed codecs in WebM

Use the new ff_webm_codec_tags[] array for this purpose.

Signed-off-by: James Almer <jamrial@gmail.com>
5 years agoavformat/matroskaenc: implement AVOutputFormat.query_codec for webm
James Almer [Fri, 21 Sep 2018 15:52:13 +0000 (12:52 -0300)]
avformat/matroskaenc: implement AVOutputFormat.query_codec for webm

Signed-off-by: James Almer <jamrial@gmail.com>
5 years agoavformat/matroskaenc: remove unnecessary additional codec tags
James Almer [Fri, 21 Sep 2018 15:47:02 +0000 (12:47 -0300)]
avformat/matroskaenc: remove unnecessary additional codec tags

They are listed in riff.c already.

Signed-off-by: James Almer <jamrial@gmail.com>
5 years agoavfilter: add audio denoising (afftdn) filter
Paul B Mahol [Mon, 17 Sep 2018 15:41:56 +0000 (17:41 +0200)]
avfilter: add audio denoising (afftdn) filter

5 years agoRELEASE: update for git after 4.0 branchpoint
Matthieu Bouron [Tue, 25 Sep 2018 09:30:50 +0000 (11:30 +0200)]
RELEASE: update for git after 4.0 branchpoint

5 years agoavfilter/vf_curves: add planar rgb support
Paul B Mahol [Mon, 24 Sep 2018 14:57:10 +0000 (16:57 +0200)]
avfilter/vf_curves: add planar rgb support

5 years agoavformat/utils: move mkdir_p to utils
Steven Liu [Sat, 22 Sep 2018 14:10:09 +0000 (22:10 +0800)]
avformat/utils: move mkdir_p to utils

Because it will be used by avformat/segment.c or other module which
need to automatically create sub-directories operation.

Signed-off-by: Steven Liu <lq@chinaffmpeg.org>
5 years agoavfilter/buffersink.h: fix comment typo of av_buffersink_get_samples
Steven Liu [Tue, 25 Sep 2018 03:11:37 +0000 (11:11 +0800)]
avfilter/buffersink.h: fix comment typo of av_buffersink_get_samples

Signed-off-by: Steven Liu <lq@chinaffmpeg.org>
5 years agovaapi_encode_h265: Add missing error return
Mark Thompson [Mon, 24 Sep 2018 22:02:10 +0000 (23:02 +0100)]
vaapi_encode_h265: Add missing error return

Fixes CID #1439657.

5 years agolavc/h265_profile_level: Fix level guessing with no PTL structure
Mark Thompson [Mon, 24 Sep 2018 21:55:35 +0000 (22:55 +0100)]
lavc/h265_profile_level: Fix level guessing with no PTL structure

Fixes CID #1439661.

5 years agolavc/h265_profile_level: Avoid integer overflow in bitrate
Mark Thompson [Mon, 24 Sep 2018 22:00:43 +0000 (23:00 +0100)]
lavc/h265_profile_level: Avoid integer overflow in bitrate

Fixes CIDs #1439659 and #1439660.

5 years agoh264_metadata: Avoid integer overflow in bitrate
Mark Thompson [Mon, 24 Sep 2018 21:45:50 +0000 (22:45 +0100)]
h264_metadata: Avoid integer overflow in bitrate

Fixes CID #1439664.

5 years agolavc/h264_levels: Avoid integer overflow in bitrate
Mark Thompson [Mon, 24 Sep 2018 22:03:32 +0000 (23:03 +0100)]
lavc/h264_levels: Avoid integer overflow in bitrate

Fixes CID #1439656.

5 years agoavformat/utils: set AV_PKT_FLAG_KEY for data packets
Baptiste Coudurier [Mon, 30 Jul 2018 18:10:38 +0000 (11:10 -0700)]
avformat/utils: set AV_PKT_FLAG_KEY for data packets

5 years agoavformat/ivfenc: fix writing codec tag
James Almer [Mon, 24 Sep 2018 00:54:24 +0000 (21:54 -0300)]
avformat/ivfenc: fix writing codec tag

The value in AVCodecParameters->codec_tag may not be correct for IVF,
as it's the case when remuxing AV1 streams from mp4, so ignore it and
write the correct value based on codec ID instead.

Reviewed-by: Jan Ekström <jeebjp@gmail.com>
Signed-off-by: James Almer <jamrial@gmail.com>
5 years agoavfilter/vf_threshold: add slice threading
Paul B Mahol [Mon, 24 Sep 2018 18:21:17 +0000 (20:21 +0200)]
avfilter/vf_threshold: add slice threading

5 years agoavfilter/sr: process and output message when load_model is NULL
Steven Liu [Mon, 24 Sep 2018 14:02:54 +0000 (22:02 +0800)]
avfilter/sr: process and output message when load_model is NULL

fix ticket: 7455

Reviewed-by: Pedro Arthur <bygrandao@gmail.com>
Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Steven Liu <lq@chinaffmpeg.org>
5 years agoavcodec/ilbcdec: fix typo, fixes CID 1439653
Paul B Mahol [Mon, 24 Sep 2018 07:20:31 +0000 (09:20 +0200)]
avcodec/ilbcdec: fix typo, fixes CID 1439653

5 years agoavcodec/prosumer: Check remaining space in put byte context
Michael Niedermayer [Sat, 22 Sep 2018 16:14:07 +0000 (18:14 +0200)]
avcodec/prosumer: Check remaining space in put byte context

Fixes: Timeout
Fixes: 10053/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_PROSUMER_fuzzer-5636993883570176
Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
5 years agoavcodec/prosumer: Remove unused table element
Michael Niedermayer [Sat, 22 Sep 2018 16:14:06 +0000 (18:14 +0200)]
avcodec/prosumer: Remove unused table element

Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
5 years agoavcodec/prosumer: remove unneeded variable from vertical_predict
Michael Niedermayer [Sat, 22 Sep 2018 16:14:05 +0000 (18:14 +0200)]
avcodec/prosumer: remove unneeded variable from vertical_predict

Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
5 years agoavcodec/prosumer: Rename do_shift() to vertical_predict()
Michael Niedermayer [Sat, 22 Sep 2018 16:14:04 +0000 (18:14 +0200)]
avcodec/prosumer: Rename do_shift() to vertical_predict()

It seems what this function does is a vertical prediction filter, thus
the new name should improve understanding.

rename the related table_b too

Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
5 years agoavcodec/prosumer: mark src as const
Michael Niedermayer [Sat, 22 Sep 2018 16:14:03 +0000 (18:14 +0200)]
avcodec/prosumer: mark src as const

Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
5 years agoavcodec/prosumer: Only scan as many elements as matter in fill_elements()
Michael Niedermayer [Sat, 22 Sep 2018 16:14:02 +0000 (18:14 +0200)]
avcodec/prosumer: Only scan as many elements as matter in fill_elements()

Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
5 years agoavcodec/prosumer: factorize e0 setting out
Michael Niedermayer [Sat, 22 Sep 2018 16:14:01 +0000 (18:14 +0200)]
avcodec/prosumer: factorize e0 setting out

Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
5 years agoavcodec/prosumer: Use 16bit instead of 32 for table
Michael Niedermayer [Sat, 22 Sep 2018 16:14:00 +0000 (18:14 +0200)]
avcodec/prosumer: Use 16bit instead of 32 for table

Simplifies code and reduces needed memory

Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
5 years agoavcodec/prosumer: Factorize the 2 loops in fill_elements()
Michael Niedermayer [Sat, 22 Sep 2018 16:13:59 +0000 (18:13 +0200)]
avcodec/prosumer: Factorize the 2 loops in fill_elements()

Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
5 years agoavcodec/prosumer: clean up loop end code in fill_elements()
Michael Niedermayer [Sat, 22 Sep 2018 16:13:58 +0000 (18:13 +0200)]
avcodec/prosumer: clean up loop end code in fill_elements()

Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
5 years agoavcodec/prosumer: Remove dead code
Michael Niedermayer [Sat, 22 Sep 2018 16:13:57 +0000 (18:13 +0200)]
avcodec/prosumer: Remove dead code

Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
5 years agoavfilter: document mono option of silencedetect filter
Paul B Mahol [Sun, 23 Sep 2018 21:10:51 +0000 (23:10 +0200)]
avfilter: document mono option of silencedetect filter

Also provide shorter option, and reorder options in documentation.

5 years agoavdevice/decklink: add support for selecting devices based on their unique ID
Marton Balint [Thu, 20 Sep 2018 21:56:00 +0000 (23:56 +0200)]
avdevice/decklink: add support for selecting devices based on their unique ID

Also bump the API version requirement to 10.9.5, because on olders versions
there were some reports of crashes using the undocumented, yet available
BMDDeckLinkDeviceHandle.

Signed-off-by: Marton Balint <cus@passwd.hu>
5 years agoavcodec/vaapi: free slice_buffers when decoding failed
Linjie Fu [Wed, 19 Sep 2018 02:01:23 +0000 (10:01 +0800)]
avcodec/vaapi: free slice_buffers when decoding failed

If vaEndPicture() failed in ff_vaapi_decode_issue(), free
the pic->slice_buffers.

Fixes the memory leak issue in ticket #7385

Signed-off-by: Linjie Fu <linjie.fu@intel.com>
Signed-off-by: Mark Thompson <sw@jkqxz.net>
5 years agodoc/encoders: Document -sei option to hevc_vaapi
Mark Thompson [Tue, 18 Sep 2018 22:31:06 +0000 (23:31 +0100)]
doc/encoders: Document -sei option to hevc_vaapi

5 years agovaapi_encode_h265: Set level based on stream if not set by user
Mark Thompson [Tue, 18 Sep 2018 22:31:05 +0000 (23:31 +0100)]
vaapi_encode_h265: Set level based on stream if not set by user

Sets the level based on the stream properties if it is not explicitly
set by the user.  Also add a tier option to set general_tier_flag, since
that affects the level choice.

5 years agolavc/h265: Add some common code for profile/tier/level handling
Mark Thompson [Tue, 18 Sep 2018 22:31:04 +0000 (23:31 +0100)]
lavc/h265: Add some common code for profile/tier/level handling

Adds support for determining for level limits, including mapping PTL
blocks to profiles to check profile-dependent level limits.

5 years agovaapi_encode_h265: Improve profile support
Mark Thompson [Tue, 18 Sep 2018 22:31:03 +0000 (23:31 +0100)]
vaapi_encode_h265: Improve profile support

Set profile compatibility/constraint flags properly (including the
constraint flags used for RExt profiles, as all streams we can currently
generate are RExt-compatible), and use that to add support for the "Main
Intra" and "Main 10 Intra" RExt subprofiles (for which we can re-use the
existing Main and Main10 VAAPI profiles).

5 years agocbs_h264: Infer default VUI values if VUI parameters are not present
Mark Thompson [Tue, 18 Sep 2018 22:31:02 +0000 (23:31 +0100)]
cbs_h264: Infer default VUI values if VUI parameters are not present

5 years agocbs_h264: Fix profile typo
Mark Thompson [Tue, 18 Sep 2018 22:31:01 +0000 (23:31 +0100)]
cbs_h264: Fix profile typo

5 years agocbs_h264: Fix default value for max mv lengths
Mark Thompson [Tue, 18 Sep 2018 22:31:00 +0000 (23:31 +0100)]
cbs_h264: Fix default value for max mv lengths

A recent version of the standard changed the max and default to 15, from
16 in older versions.  This updates the default to 15 to match, but the
max stays as 16 so that we don't reject older streams.

5 years agoh264_metadata: Add option to set the level of the stream
Mark Thompson [Tue, 18 Sep 2018 22:30:59 +0000 (23:30 +0100)]
h264_metadata: Add option to set the level of the stream

5 years agovaapi_encode_h264: Set level based on stream if not set by user
Mark Thompson [Tue, 18 Sep 2018 22:30:58 +0000 (23:30 +0100)]
vaapi_encode_h264: Set level based on stream if not set by user

5 years agolavc/h264: Add common code for level handling
Mark Thompson [Tue, 18 Sep 2018 22:30:57 +0000 (23:30 +0100)]
lavc/h264: Add common code for level handling

Including a unit test.

5 years agohwcontext_vaapi: Improve format mapping
Mark Thompson [Tue, 18 Sep 2018 22:30:56 +0000 (23:30 +0100)]
hwcontext_vaapi: Improve format mapping

Give the entries in the VAAPI format map table an explicit type and add
functions to do the necessary lookups.  Add another field to this table
indicating whether the chroma planes are swapped (as in YV12), and use
that rather than explicit comparisons where swapping is needed.

5 years agovaapi_encode_mjpeg: Mark as intra-only
Mark Thompson [Tue, 18 Sep 2018 22:30:55 +0000 (23:30 +0100)]
vaapi_encode_mjpeg: Mark as intra-only

5 years agovaapi_encode_mjpeg: Use CBS to store parameters and write headers
Mark Thompson [Tue, 18 Sep 2018 22:30:54 +0000 (23:30 +0100)]
vaapi_encode_mjpeg: Use CBS to store parameters and write headers

Also adds greyscale, 4:2:2, 4:4:4 and RGB support.

5 years agolavc/cbs: Add JPEG support
Mark Thompson [Tue, 18 Sep 2018 22:30:53 +0000 (23:30 +0100)]
lavc/cbs: Add JPEG support

5 years agohwcontext_vaapi: Improve logging around quirk detection
Mark Thompson [Tue, 18 Sep 2018 22:30:52 +0000 (23:30 +0100)]
hwcontext_vaapi: Improve logging around quirk detection

Clarify that the list is the naughty list, and therefore being on it is
not desirable.  The i965 driver does not need to be on the list after
version 2.0 (when the standard parameter buffer rendering behaviour was
changed).

5 years agodoc/encoders: Add missing options to VAAPI encoders
Mark Thompson [Tue, 18 Sep 2018 22:30:51 +0000 (23:30 +0100)]
doc/encoders: Add missing options to VAAPI encoders

5 years agovaapi_encode_h26[45]: Make the AUD option a boolean
Mark Thompson [Tue, 18 Sep 2018 22:30:50 +0000 (23:30 +0100)]
vaapi_encode_h26[45]: Make the AUD option a boolean

5 years agovaapi_encode_h264: Properly set constraint flags
Mark Thompson [Tue, 18 Sep 2018 22:30:49 +0000 (23:30 +0100)]
vaapi_encode_h264: Properly set constraint flags

constraint_set1_flag should be set for constrained baseline and main
profiles, because the stream conforms to main profile.

constraint_set3_flag should be set for high profile when the stream
is intra-only.

constraint_set4_flag should always be set for main and high profiles
because interlaced encoding is not supported.

constraint_set5_flag should be set for main and high profiles when
B-frames are not used.

Also fix the setting of max_num_ref_frames - use the gop_size value
to check for intra-only rather than the constraint flag (which is not
necessarily set).

5 years agovaapi_encode: Clean up the packed header configuration
Mark Thompson [Tue, 18 Sep 2018 22:30:48 +0000 (23:30 +0100)]
vaapi_encode: Clean up the packed header configuration

Add a larger warning more clearly explaining the consequences of missing
packed header support in the driver.  Also only write the extradata if the
user actually requests it via the GLOBAL_HEADER flag.

5 years agovaapi_encode: Clean up the GOP structure configuration
Mark Thompson [Tue, 18 Sep 2018 22:30:47 +0000 (23:30 +0100)]
vaapi_encode: Clean up the GOP structure configuration

Choose what types of reference frames will be used based on what types
are available, and make the intra-only mode explicit (GOP size one,
which must be used for MJPEG).

5 years agovaapi_encode: Add support for max QP in rate control
Mark Thompson [Tue, 18 Sep 2018 22:30:46 +0000 (23:30 +0100)]
vaapi_encode: Add support for max QP in rate control

This was added in libva 2.1.0 (VAAPI 1.1.0).  Use AVCodecContext.qmax,
matching the existing behaviour for qmin, and clean up the defaults so
that we only pass min/max when explicitly set.

5 years agovaapi_encode: Clean up rate control configuration
Mark Thompson [Tue, 18 Sep 2018 22:30:45 +0000 (23:30 +0100)]
vaapi_encode: Clean up rate control configuration

Query which modes are supported and select between VBR and CBR based
on that - this removes all of the codec-specific rate control mode
selection code.

5 years agovaapi_encode: Always reapply global parameters after the sequence header
Mark Thompson [Tue, 18 Sep 2018 22:30:44 +0000 (23:30 +0100)]
vaapi_encode: Always reapply global parameters after the sequence header

The codec sequence headers may contain fields which can overwrite the
fine parameters given in the specific settings (e.g. a crude bitrate
value vs. the max-rate / target-percentage / etc. values in
VAEncMiscParameterRateControl).  Always reapply all global parameters
after a sequence header to avoid this causing problems.

5 years agovaapi_encode: Clean up the encode quality configuration
Mark Thompson [Tue, 18 Sep 2018 22:30:43 +0000 (23:30 +0100)]
vaapi_encode: Clean up the encode quality configuration

5 years agovaapi_encode_mpeg2: Add options
Mark Thompson [Tue, 18 Sep 2018 22:30:42 +0000 (23:30 +0100)]
vaapi_encode_mpeg2: Add options

Include the common options, and also named options for setting the profile
and level.

5 years agovaapi_encode: Add common options between all encoders
Mark Thompson [Tue, 18 Sep 2018 22:30:41 +0000 (23:30 +0100)]
vaapi_encode: Add common options between all encoders

The only common option here is low_power - it was previously supported
for H.264 only, that specific option is removed.

5 years agovaapi_encode: Choose profiles dynamically
Mark Thompson [Tue, 18 Sep 2018 22:30:40 +0000 (23:30 +0100)]
vaapi_encode: Choose profiles dynamically

Previously there was one fixed choice for each codec (e.g. H.265 -> Main
profile), and using anything else then required an explicit option from
the user.  This changes to selecting the profile based on the input format
and the set of profiles actually supported by the driver (e.g. P010 input
will choose Main 10 profile for H.265 if the driver supports it).

The entrypoint and render target format are also chosen dynamically in the
same way, removing those explicit selections from the per-codec code.

5 years agoconfigure: Use pkgconfig for VAAPI
Mark Thompson [Tue, 18 Sep 2018 22:30:39 +0000 (23:30 +0100)]
configure: Use pkgconfig for VAAPI

Set the minimum version to 0.35.0 (libva 1.3.0) and remove redundant
configure tests.  This also allows the proprietary libmfx fork of libva,
which always shows the version number 0.99.0 (independent of the actual
version).