[FFmpeg-cvslog] avformat/rtsp: Reindent after previous commit

2021-07-05 Thread Andriy Gelman
ffmpeg | branch: master | Andriy Gelman | Sun Jul 4 11:40:26 2021 -0400| [d1f78067a6f330db9aa4d598641b71e50a21d259] | committer: Andriy Gelman avformat/rtsp: Reindent after previous commit Reviewed-by: Martin Storsjö Signed-off-by: Andriy Gelman > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] avformat/rtsp: Include rtcp in port range check

2021-07-05 Thread Andriy Gelman
ffmpeg | branch: master | Andriy Gelman | Sun Jul 4 11:40:27 2021 -0400| [6df4bcf1d0714769af31263bf1ad2f418453f7f4] | committer: Andriy Gelman avformat/rtsp: Include rtcp in port range check Currently it is only checked that the rtp port does not exceed rtp_port_max. Reviewed-by: Martin

[FFmpeg-cvslog] avformat/rtsp: Set port_off to zero for low min/max port range

2021-07-05 Thread Andriy Gelman
ffmpeg | branch: master | Andriy Gelman | Sun Jul 4 11:40:25 2021 -0400| [02387de90e71a6b035e3adf2446b6002ca135511] | committer: Andriy Gelman avformat/rtsp: Set port_off to zero for low min/max port range Fixes: $ ffmpeg -min_port 32000 -max_port 32001 -i rtsp://wowzaec2demo.streamlock.net

[FFmpeg-cvslog] avcodec/mjpegdec: Try to continue decoding on zero quant matrix value

2021-07-05 Thread Andriy Gelman
ffmpeg | branch: master | Andriy Gelman | Sat Jul 3 12:25:28 2021 -0400| [78f21f4ec161b9eacb75823740eabd3b87b44efe] | committer: Andriy Gelman avcodec/mjpegdec: Try to continue decoding on zero quant matrix value A zero value in the quantization matrix is invalid but in practice will just

[FFmpeg-cvslog] avformat/rtsp: Fix timeout option

2021-07-05 Thread Andriy Gelman
ffmpeg | branch: master | Andriy Gelman | Sun May 30 16:24:10 2021 -0400| [8257d6dda6cfdd62cb00bb551539949b2297] | committer: Andriy Gelman avformat/rtsp: Fix timeout option 92c40ef882be115e72d2aa02f9032b7ce88f8537 added a listen_timeout option for sdp. This allowed a user to set variable

[FFmpeg-cvslog] doc/protocols: update rtsp options

2021-04-10 Thread Andriy Gelman
ffmpeg | branch: master | Andriy Gelman | Sat Apr 10 16:11:11 2021 -0400| [282682a9fd6c0bcff5f0240bd6b86a2f45ee11b9] | committer: Andriy Gelman doc/protocols: update rtsp options Define listen_timeout and user_agent. Set timeout and user-agent to deprecated. Signed-off-by: Andriy Gelman

[FFmpeg-cvslog] avformat/aviobuf: don't reduce short seek threshold

2021-03-16 Thread Andriy Gelman
ffmpeg | branch: master | Andriy Gelman | Sat Mar 13 23:54:32 2021 -0500| [9383885c0d2155b1f9e65c08c3f35d190ae2ba98] | committer: Andriy Gelman avformat/aviobuf: don't reduce short seek threshold Commit 8c8e5d5286bf598a89ef9993a2cf6ea409d03a32 added a way to reduce seek time by waiting

[FFmpeg-cvslog] avdevice/xcbgrab: don't assume xserver endianness

2021-02-06 Thread Andriy Gelman
ffmpeg | branch: master | Andriy Gelman | Sun Jan 31 14:41:47 2021 -0500| [8e0a4d2d4d1cc56a12b3c231e444fd2e94f32ce0] | committer: Andriy Gelman avdevice/xcbgrab: don't assume xserver endianness xserver defines the endianness of the grabbed images. Use this information to set the correct pixel

[FFmpeg-cvslog] ffmpeg: use sigaction() instead of signal() on linux

2021-01-16 Thread Andriy Gelman
ffmpeg | branch: master | Andriy Gelman | Sat Nov 28 14:46:53 2020 -0500| [35eb5eeca809bc48463302dc29b5d46cd66e4a72] | committer: Andriy Gelman ffmpeg: use sigaction() instead of signal() on linux As per signal() help (man 2 signal) the semantics of using signal may vary across platforms

[FFmpeg-cvslog] avformat/libamqp: parse vhost in uri

2020-12-20 Thread Andriy Gelman
ffmpeg | branch: master | Andriy Gelman | Sat Dec 19 22:32:04 2020 -0500| [cd97e1ff4d70a49efc38ce3bc3d759d300b37b51] | committer: Andriy Gelman avformat/libamqp: parse vhost in uri Reviewed-by: Marton Balint Signed-off-by: Andriy Gelman > http://git.videolan.org/gitweb.cgi/ffmpeg.

[FFmpeg-cvslog] avformat/rtsp: set AV_OPT_FLAG_DEPRECATED on deprecated options

2020-12-18 Thread Andriy Gelman
ffmpeg | branch: master | Andriy Gelman | Sun Nov 15 13:20:02 2020 -0500| [207658112bbe7bcc33696a68596b3223c4c82185] | committer: Andriy Gelman avformat/rtsp: set AV_OPT_FLAG_DEPRECATED on deprecated options Reviewed-by: Zhao Zhili Signed-off-by: Andriy Gelman > http://git.videolan.

[FFmpeg-cvslog] swscale/rgb2rgb_template: use shuffle macro on big-endian arches

2020-12-12 Thread Andriy Gelman
ffmpeg | branch: master | Andriy Gelman | Mon Nov 30 00:46:51 2020 -0500| [1200264fc4122dbb58bd08861f926cd6448593eb] | committer: Andriy Gelman swscale/rgb2rgb_template: use shuffle macro on big-endian arches Fixes fate-qtrle-32bit on big-endian. The macro does a simple byte swap on uint8

[FFmpeg-cvslog] fate: fix fate-filter-hqx on big-endian arches

2020-12-12 Thread Andriy Gelman
ffmpeg | branch: master | Andriy Gelman | Fri Dec 4 21:26:11 2020 -0500| [5148740e79ec9c20a03365c03862d391981ace6b] | committer: Andriy Gelman fate: fix fate-filter-hqx on big-endian arches One of the inputs to the fate test has an rgba pixel format which needs to be converted to rgb32 (argb

[FFmpeg-cvslog] avformat/rtspdec: fix potential mem leak in listen mode

2020-11-28 Thread Andriy Gelman
ffmpeg | branch: master | Andriy Gelman | Thu Nov 26 19:37:21 2020 -0500| [f3891430fc15cc8a1b7a16916030962e0a4d609c] | committer: Andriy Gelman avformat/rtspdec: fix potential mem leak in listen mode Currently a repeating setup request (with the same stream id) will simply overwrite

[FFmpeg-cvslog] avformat/rtspdec: show method request in log

2020-11-28 Thread Andriy Gelman
ffmpeg | branch: master | Andriy Gelman | Thu Nov 26 19:16:52 2020 -0500| [b0019b909be7a735b09f89207272294008ff2c0c] | committer: Andriy Gelman avformat/rtspdec: show method request in log Reviewed-by: Martin Storsjö Signed-off-by: Andriy Gelman > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] avformat/rtsp: don't forget to call ff_network_close() on error

2020-11-21 Thread Andriy Gelman
ffmpeg | branch: master | Andriy Gelman | Mon Oct 12 16:36:09 2020 -0400| [4fe9e2fc162a9d3258eb39dd16677970c657c122] | committer: Andriy Gelman avformat/rtsp: don't forget to call ff_network_close() on error In sdp_read_header() some ff_network_close() calls were missed. Also

[FFmpeg-cvslog] avformat/rtsp: set return variable in error path

2020-11-21 Thread Andriy Gelman
ffmpeg | branch: master | Andriy Gelman | Mon Oct 12 16:36:08 2020 -0400| [78537aa52f03f9fcf1f278c8bb8cc30ee1a64d38] | committer: Andriy Gelman avformat/rtsp: set return variable in error path In this error path ret still stores the number of bytes read in ffurl_read(). Reviewed-by: Martin

[FFmpeg-cvslog] avformat/rtspdec: cosmetics

2020-11-21 Thread Andriy Gelman
ffmpeg | branch: master | Andriy Gelman | Mon Oct 12 16:36:07 2020 -0400| [9a70b6f5b84cf98cb7012ca3b5adc5f28f0f50bf] | committer: Andriy Gelman avformat/rtspdec: cosmetics Make error check style consistent with rest of function. Signed-off-by: Andriy Gelman > http://git.videolan.

[FFmpeg-cvslog] avformat/rtspdec: fix mem leaks in listen mode if init fails

2020-11-21 Thread Andriy Gelman
ffmpeg | branch: master | Andriy Gelman | Mon Oct 12 16:36:05 2020 -0400| [38bc4ba142b2304b2a0e2d86f271a28d51250fb9] | committer: Andriy Gelman avformat/rtspdec: fix mem leaks in listen mode if init fails Reviewed-by: Martin Storsjö Signed-off-by: Andriy Gelman > http://git.videolan.

[FFmpeg-cvslog] avformat/rtspdec: fix mem leaks in connect mode if init fails

2020-11-21 Thread Andriy Gelman
ffmpeg | branch: master | Andriy Gelman | Mon Oct 12 16:36:06 2020 -0400| [122fcf1f407b60baf7a0322b73798958ca6108eb] | committer: Andriy Gelman avformat/rtspdec: fix mem leaks in connect mode if init fails Fixes #6334 Reviewed-by: Martin Storsjö Signed-off-by: Andriy Gelman > h

[FFmpeg-cvslog] avformat/rtspdec: add network init to listen mode

2020-11-21 Thread Andriy Gelman
ffmpeg | branch: master | Andriy Gelman | Mon Oct 12 16:36:04 2020 -0400| [423d06e0e22d3c1c62124420532206542488b10f] | committer: Andriy Gelman avformat/rtspdec: add network init to listen mode As per the docs network initialization is required before ff_url_join(). Furthermore, because

[FFmpeg-cvslog] avcodec/movtextenc: fix writing to bytestream on BE arches

2020-10-15 Thread Andriy Gelman
ffmpeg | branch: master | Andriy Gelman | Wed Oct 14 00:38:22 2020 -0400| [d4c46dc32856bd9c7c7ab29ee727676c7855fa1c] | committer: Andriy Gelman avcodec/movtextenc: fix writing to bytestream on BE arches Fixes fate-binsub-movtextenc on PPC64 Currently tags are written in reverse order

[FFmpeg-cvslog] avcodec/movtextenc: cosmetics

2020-10-15 Thread Andriy Gelman
ffmpeg | branch: master | Andriy Gelman | Wed Oct 14 17:27:16 2020 -0400| [2b5e18a953d10638c5305480326047691ee40093] | committer: Andriy Gelman avcodec/movtextenc: cosmetics Change pointer position. Signed-off-by: Andriy Gelman > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avformat/rtspdec: add newline in log message

2020-10-08 Thread Andriy Gelman
ffmpeg | branch: master | Andriy Gelman | Sat Sep 26 18:26:29 2020 -0400| [b4103e0eb6abd1f289042ce796f4488725fcd156] | committer: Andriy Gelman avformat/rtspdec: add newline in log message Signed-off-by: Andriy Gelman > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avformat/rtsp: allocate correct max number of pollfds

2020-10-08 Thread Andriy Gelman
ffmpeg | branch: master | Andriy Gelman | Sat Sep 26 18:26:30 2020 -0400| [0d156eb58a2bfb136c6481611fad7505b3a2c0c1] | committer: Andriy Gelman avformat/rtsp: allocate correct max number of pollfds There is one general rtsp connection plus two connections per stream (rtp/rtcp). Reviewed

[FFmpeg-cvslog] avcodec/v4l2_buffers: remove unused function argument

2020-09-26 Thread Andriy Gelman
ffmpeg | branch: master | Andriy Gelman | Thu Aug 27 23:12:51 2020 -0400| [ff5fcd0be02cc379ed5cfa3075d4d65c8c3da81f] | committer: Andriy Gelman avcodec/v4l2_buffers: remove unused function argument Signed-off-by: Andriy Gelman > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avcodec/v4l2_m2m_enc: reindent after previous commit

2020-08-23 Thread Andriy Gelman
ffmpeg | branch: master | Andriy Gelman | Sun Aug 23 13:34:01 2020 -0400| [58b8541330aa088d02df82962589357b6e5f8f28] | committer: Andriy Gelman avcodec/v4l2_m2m_enc: reindent after previous commit Signed-off-by: Andriy Gelman > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avcodec/v4l2_m2m_enc: buffer frame if it cannot be enqueued

2020-08-23 Thread Andriy Gelman
ffmpeg | branch: master | Andriy Gelman | Sun Aug 23 13:33:37 2020 -0400| [8bc7f69cefbcbb265b41717608dc8436dc864a55] | committer: Andriy Gelman avcodec/v4l2_m2m_enc: buffer frame if it cannot be enqueued Currently if the frame buffers are full, the frame is unrefed and dropped. Instead

[FFmpeg-cvslog] avcodec/v4l2_context: return EAGAIN to signal full buffers

2020-08-16 Thread Andriy Gelman
ffmpeg | branch: master | Andriy Gelman | Sun Aug 16 17:39:13 2020 -0400| [5df9724e42a99e1bde673f109f41c466ee834f09] | committer: Andriy Gelman avcodec/v4l2_context: return EAGAIN to signal full buffers Return proper error when frame buffers are full. This path is triggered on the DragonBoard

[FFmpeg-cvslog] avcodec/v4l2_m2m: adapt to call close() on init fail

2020-08-02 Thread Andriy Gelman
ffmpeg | branch: master | Andriy Gelman | Sun Aug 2 14:31:22 2020 -0400| [7c32e9cf93b712f8463573a59ed4e98fd10fa013] | committer: Andriy Gelman avcodec/v4l2_m2m: adapt to call close() on init fail This fixes several mem leaks when init of encoder/decoder failed. Fixes ticket #8285 Signed

[FFmpeg-cvslog] avcodec/v4l2_m2m: reindent after last commit

2020-08-02 Thread Andriy Gelman
ffmpeg | branch: master | Andriy Gelman | Sun Aug 2 14:36:04 2020 -0400| [9d2ba8980b87bf3643f8a4c30fa0e78b1e9a3c09] | committer: Andriy Gelman avcodec/v4l2_m2m: reindent after last commit Signed-off-by: Andriy Gelman > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avcodec/v4l2_m2m_dec: remove redundant packet and fix double free

2020-07-16 Thread Andriy Gelman
ffmpeg | branch: master | Andriy Gelman | Thu Jul 16 10:52:12 2020 -0400| [a9fecb8ea181d285a3218e27c97e5857925731d8] | committer: Andriy Gelman avcodec/v4l2_m2m_dec: remove redundant packet and fix double free v4l2_receive_frame() uses two packets s->buf_pkt and avpkt. If avpkt can

[FFmpeg-cvslog] avcodec/adpcmenc: remove forward declaration

2020-06-20 Thread Andriy Gelman
ffmpeg | branch: master | Andriy Gelman | Sat Jun 20 14:31:53 2020 -0400| [536e5dfa73b0c5e87deb7f36d22dcc784b3570de] | committer: Andriy Gelman avcodec/adpcmenc: remove forward declaration Reviewed-by: Limin Wang Signed-off-by: Andriy Gelman > http://git.videolan.org/gitweb.cgi/ffmpeg.

[FFmpeg-cvslog] fftools/ffmpeg: update text requesting samples

2020-06-01 Thread Andriy Gelman
ffmpeg | branch: master | Andriy Gelman | Sun May 10 15:01:35 2020 -0400| [6cd198860d6f63d53c9d25fec1e0650c3ae6a9da] | committer: Andriy Gelman fftools/ffmpeg: update text requesting samples Signed-off-by: Andriy Gelman Reviewed-by: Marton Balint > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] avformat/mpegtsenc: Don't use heap allocated array to store pids

2020-05-14 Thread Andriy Gelman
ffmpeg | branch: master | Andriy Gelman | Thu Apr 30 14:50:00 2020 -0400| [1dd0def976405c38b80e89a385e3eaad98988358] | committer: Andriy Gelman avformat/mpegtsenc: Don't use heap allocated array to store pids A temporary heap array currently stores pids from all streams. It is used to make

[FFmpeg-cvslog] avformat/mpegtsenc: Remove two duplicated fields

2020-05-14 Thread Andriy Gelman
ffmpeg | branch: master | Andriy Gelman | Thu Apr 30 15:43:40 2020 -0400| [0776cb7083c34b4593c62f068f4371169f987e7b] | committer: Andriy Gelman avformat/mpegtsenc: Remove two duplicated fields ts->{tsid,onid} stores the values of ts->{transport_stream_id,original_network_id} Re

[FFmpeg-cvslog] avcodec/v4l2_context: Drop empty packet while draining

2020-05-09 Thread Andriy Gelman
ffmpeg | branch: master | Andriy Gelman | Sat May 9 19:34:41 2020 -0400| [e3b49aaa4eed7955e243b110e1209960ba5aaf74] | committer: Andriy Gelman avcodec/v4l2_context: Drop empty packet while draining v4l2_m2m devices may send an empty packet/frame while draining to indicate that all capture

[FFmpeg-cvslog] avcodec/v4l2_context: Finish draining if V4L2_BUF_FLAG_LAST is set

2020-05-09 Thread Andriy Gelman
ffmpeg | branch: master | Andriy Gelman | Sat May 9 19:34:06 2020 -0400| [c76b2bf0b4e752455e5ffbd7dee12e935c2eaccd] | committer: Andriy Gelman avcodec/v4l2_context: Finish draining if V4L2_BUF_FLAG_LAST is set V4L2 api can indicate that flushing of the capture buffers is completed by setting

[FFmpeg-cvslog] avcodec/v4l2_m2m_enc: Support changing qmin/qmax

2020-05-04 Thread Andriy Gelman
ffmpeg | branch: master | Andriy Gelman | Sun Jan 19 01:06:12 2020 -0500| [486ed509bcf245bf25aac19f2eead04ba684c837] | committer: Andriy Gelman avcodec/v4l2_m2m_enc: Support changing qmin/qmax Hard coded parameters for qmin and qmax are currently used to initialize v4l2_m2m device

[FFmpeg-cvslog] avcodec/v4l2_context: Log warning when all capture buffers are in userspace

2020-04-30 Thread Andriy Gelman
ffmpeg | branch: master | Andriy Gelman | Thu Apr 30 10:58:37 2020 -0400| [2a9d62356152d4ef079416101664f26d2562c681] | committer: Andriy Gelman avcodec/v4l2_context: Log warning when all capture buffers are in userspace v4l2_m2m uses device memory mapped buffers to store dequeued frames

[FFmpeg-cvslog] avcodec/v4l2_m2m_enc: Enable frame level rate control by default

2020-04-28 Thread Andriy Gelman
ffmpeg | branch: master | Andriy Gelman | Tue Apr 28 12:39:39 2020 -0400| [1cc3851b60d9943eb5aca56a9f9d65456471e999] | committer: Andriy Gelman avcodec/v4l2_m2m_enc: Enable frame level rate control by default Without this setting, bitrate and qmin/qmax options have no effect on the s5p-mfc

[FFmpeg-cvslog] avcodec/v4l2_m2m_enc: Reduce log verbosity for some params

2020-04-28 Thread Andriy Gelman
ffmpeg | branch: master | Andriy Gelman | Tue Apr 28 12:39:19 2020 -0400| [9b5001a49443bfea20398503ad81d18417d17a54] | committer: Andriy Gelman avcodec/v4l2_m2m_enc: Reduce log verbosity for some params Currently the user gets unhelpful warnings when some default parameters are not supported

[FFmpeg-cvslog] avcodec/v4l2_context: Use av_freep()

2020-04-08 Thread Andriy Gelman
ffmpeg | branch: master | Andriy Gelman | Sun Apr 5 01:36:13 2020 -0400| [cd04bb4afea111aa85afbaf806ae747103a843fd] | committer: Andriy Gelman avcodec/v4l2_context: Use av_freep() Reviewed-by: Andreas Rheinhardt Signed-off-by: Andriy Gelman > http://git.videolan.org/gitweb.cgi/ffmpeg.

[FFmpeg-cvslog] avcodec/v4l2_m2m_dec: Init reserved bytes to zero before ioctl call

2020-03-31 Thread Andriy Gelman
ffmpeg | branch: master | Andriy Gelman | Sun Mar 8 11:49:47 2020 -0400| [b343eca8d5b9546f6d630736938825707f58e6c6] | committer: Andriy Gelman avcodec/v4l2_m2m_dec: Init reserved bytes to zero before ioctl call struct v4l2_selection contains reserved bytes which should be set to zero before

[FFmpeg-cvslog] doc/general: Fix entry for AMQP

2020-03-19 Thread Andriy Gelman
ffmpeg | branch: master | Andriy Gelman | Thu Mar 19 07:57:31 2020 -0400| [140ce8ada6096e745bf58c2d2ee4c6277e955851] | committer: Marton Balint doc/general: Fix entry for AMQP Signed-off-by: Andriy Gelman Signed-off-by: Marton Balint > http://git.videolan.org/gitweb.cgi/ffmpeg.

[FFmpeg-cvslog] avcodec/avcodec: Fix typos

2020-03-17 Thread Andriy Gelman
ffmpeg | branch: master | Andriy Gelman | Thu Mar 5 00:02:27 2020 -0500| [1e3d4fa0fb6d98cb55a8e721021be58185aa7c25] | committer: James Almer avcodec/avcodec: Fix typos Signed-off-by: Andriy Gelman Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avformat: Add AMQP version 0-9-1 protocol support

2020-03-09 Thread Andriy Gelman
ffmpeg | branch: master | Andriy Gelman | Sun Mar 8 17:25:31 2020 -0400| [1676d0fb25c6851d0750ed6926b8205ed20973eb] | committer: Marton Balint avformat: Add AMQP version 0-9-1 protocol support Supports connecting to a RabbitMQ broker via AMQP version 0-9-1. Signed-off-by: Andriy Gelman

[FFmpeg-cvslog] avformat/libzmq: Make default pkt_size value consistent with amqp

2020-03-09 Thread Andriy Gelman
ffmpeg | branch: master | Andriy Gelman | Sun Mar 8 16:33:29 2020 -0400| [e6c5329a4302e3085855e7e6e7f147ec28c7f02b] | committer: Marton Balint avformat/libzmq: Make default pkt_size value consistent with amqp Signed-off-by: Andriy Gelman Signed-off-by: Marton Balint > h

[FFmpeg-cvslog] avcodec/v4l2_m2m: Fix typo in log message and cosmetics

2020-02-16 Thread Andriy Gelman
ffmpeg | branch: master | Andriy Gelman | Sun Feb 16 14:31:44 2020 -0500| [8578433d203cf3e2a902aebb61c8260e82c750d8] | committer: Mark Thompson avcodec/v4l2_m2m: Fix typo in log message and cosmetics Signed-off-by: Andriy Gelman > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] MAINTAINERS: Add myself as libzmq maintainer

2020-02-15 Thread Andriy Gelman
ffmpeg | branch: master | Andriy Gelman | Wed Feb 12 19:17:06 2020 -0500| [da80d80b9350028d0bc93b0395a7862f6c88b959] | committer: Marton Balint MAINTAINERS: Add myself as libzmq maintainer Signed-off-by: Marton Balint > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avcodec/h264_ps: Return error if pps has FMO parameters

2020-02-12 Thread Andriy Gelman
ffmpeg | branch: master | Andriy Gelman | Wed Feb 12 18:36:56 2020 -0500| [018a42790ce12d19940991a49e26f85e7717159c] | committer: James Almer avcodec/h264_ps: Return error if pps has FMO parameters FMO is not supported and fields related to FMO are not parsed, meaning that any fields which

[FFmpeg-cvslog] avcodec/v4l2_m2m: Use consistent logging context

2020-02-01 Thread Andriy Gelman
ffmpeg | branch: master | Andriy Gelman | Sun Jan 12 23:11:29 2020 -0500| [73e23b404c93a339b5a77d013a7a1274e5b4e063] | committer: Mark Thompson avcodec/v4l2_m2m: Use consistent logging context Before this commit v4l2_m2m used two different logging contexts (from V4L2m2mPriv and AVCodecContext

[FFmpeg-cvslog] avcodec:v4l2_context: Remove NULL initialization

2020-02-01 Thread Andriy Gelman
ffmpeg | branch: master | Andriy Gelman | Sun Jan 12 23:11:26 2020 -0500| [3905ecbc0670377e768cecf9a5e9be397b7a4e5a] | committer: Mark Thompson avcodec:v4l2_context: Remove NULL initialization Signed-off-by: Andriy Gelman > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avcodec/v4l2_m2m: Cosmetics

2020-02-01 Thread Andriy Gelman
ffmpeg | branch: master | Andriy Gelman | Sun Jan 12 23:11:30 2020 -0500| [d85c84eb38e5845495dacfcef82265a433fdd043] | committer: Mark Thompson avcodec/v4l2_m2m: Cosmetics Change pointer symbol position. Signed-off-by: Andriy Gelman > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=com

[FFmpeg-cvslog] avcodec/v4l2_m2m: Simplify capture buffer init check

2020-02-01 Thread Andriy Gelman
ffmpeg | branch: master | Andriy Gelman | Sun Jan 12 23:11:27 2020 -0500| [4c1a3e91665c102136ded4a78310166e9eb99604] | committer: Mark Thompson avcodec/v4l2_m2m: Simplify capture buffer init check Before this commit s->avctx == NULL was used to infer that an encoder is being initialzed. C

[FFmpeg-cvslog] avformat/libzmq: Replace fail statements with goto

2020-01-21 Thread Andriy Gelman
ffmpeg | branch: master | Andriy Gelman | Fri Jan 10 23:25:26 2020 -0500| [c07565627b5fe5f27f0fb13a2f3eed03cebb85ec] | committer: Michael Niedermayer avformat/libzmq: Replace fail statements with goto Signed-off-by: Andriy Gelman Reviewed-by: Paul B Mahol Signed-off-by: Michael Niedermayer

[FFmpeg-cvslog] avformat/libzmq: Check return of zmq_setsockopt

2020-01-21 Thread Andriy Gelman
ffmpeg | branch: master | Andriy Gelman | Fri Jan 10 23:25:25 2020 -0500| [1054b68a62e1ea963c0450430dd77f5fbf09a525] | committer: Michael Niedermayer avformat/libzmq: Check return of zmq_setsockopt Signed-off-by: Andriy Gelman Signed-off-by: Michael Niedermayer > http://git.videolan.

[FFmpeg-cvslog] lavc/h2645_parse: Don't automatically remove nuh_layer_id > 0 packets

2020-01-17 Thread Andriy Gelman
ffmpeg | branch: master | Andriy Gelman | Thu Dec 5 22:15:41 2019 -0500| [ad326379c6634505c9ebc46964057441761008bc] | committer: James Almer lavc/h2645_parse: Don't automatically remove nuh_layer_id > 0 packets HEVC standard supports multi-layer streams (ITU-T H.265 02/2018 Annex F). E

[FFmpeg-cvslog] configure: Increase minimum libx265 version

2020-01-17 Thread Andriy Gelman
ffmpeg | branch: master | Andriy Gelman | Wed Jan 8 17:21:03 2020 -0500| [7938da53b67fe53d4b132952e87a76a0521381fe] | committer: Michael Niedermayer configure: Increase minimum libx265 version libx265.c references a member x265_picture.quantOffsets (for ROI support) which was added

[FFmpeg-cvslog] avcodec/v4l2_context: Use AVERROR macro

2020-01-14 Thread Andriy Gelman
ffmpeg | branch: master | Andriy Gelman | Sun Jan 12 23:11:28 2020 -0500| [8a8966295fbc9278042f4be76b795fea39f9a810] | committer: Michael Niedermayer avcodec/v4l2_context: Use AVERROR macro Signed-off-by: Andriy Gelman Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] lavc/cbs_h2645_syntax_template: Fix memleak

2019-12-31 Thread Andriy Gelman
ffmpeg | branch: release/4.2 | Andriy Gelman | Fri Dec 6 14:22:14 2019 -0500| [662accb728639131638cd5be5f227b25a4559211] | committer: James Almer lavc/cbs_h2645_syntax_template: Fix memleak payload_count is used to track the number of SEI payloads. It is also used to free the SEIs

[FFmpeg-cvslog] avcodec/v4l2_m2m_enc: Check encoder pix_fmt matches pix_fmt on device

2019-12-27 Thread Andriy Gelman
ffmpeg | branch: master | Andriy Gelman | Fri Dec 27 18:38:35 2019 -0500| [fc3760a66dc7622e1b507e322e63411bd8c13369] | committer: Mark Thompson avcodec/v4l2_m2m_enc: Check encoder pix_fmt matches pix_fmt on device Fixes #8079 During initialization of a v4l2m2m device, the configured pix_fmt

[FFmpeg-cvslog] lavc/cbs_h2645_syntax_template: Fix memleak

2019-12-16 Thread Andriy Gelman
ffmpeg | branch: master | Andriy Gelman | Fri Dec 6 14:22:14 2019 -0500| [c07a77247363eb666a49536af505e7317225ee81] | committer: James Almer lavc/cbs_h2645_syntax_template: Fix memleak payload_count is used to track the number of SEI payloads. It is also used to free the SEIs

[FFmpeg-cvslog] lavc/cbs_h2645: Fix incorrect max size of nalu unit

2019-12-11 Thread Andriy Gelman
ffmpeg | branch: release/4.2 | Andriy Gelman | Fri Dec 6 11:03:02 2019 -0500| [0493699813ccff57f9ac317afdc1c8be97cc64f5] | committer: James Almer lavc/cbs_h2645: Fix incorrect max size of nalu unit In the worst case the startcode prefix has 4 bytes. This fixes a trigerred assertion

[FFmpeg-cvslog] lavc/cbs_h2645: Fix incorrect max size of nalu unit

2019-12-06 Thread Andriy Gelman
ffmpeg | branch: master | Andriy Gelman | Fri Dec 6 11:03:02 2019 -0500| [02a83e26de6a58523ee55cfebc1312e7a4e42724] | committer: James Almer lavc/cbs_h2645: Fix incorrect max size of nalu unit In the worst case the startcode prefix has 4 bytes. This fixes a trigerred assertion: Assertion dp

[FFmpeg-cvslog] lavc/extract_extradata: Use bytestream api

2019-11-30 Thread Andriy Gelman
ffmpeg | branch: master | Andriy Gelman | Sat Nov 30 08:30:19 2019 -0500| [99d78e4f424918c6584b358cd98cfc6165c5d158] | committer: James Almer lavc/extract_extradata: Use bytestream api Signed-off-by: Andriy Gelman Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.

[FFmpeg-cvslog] avcodec/v4l2_m2m_dec: Fix decoding on Odroid XU4

2019-11-22 Thread Andriy Gelman
ffmpeg | branch: master | Andriy Gelman | Tue Nov 12 00:37:02 2019 -0500| [ccc83ff11e071939acc198f118b1e5dd86fd9a42] | committer: Aman Gupta avcodec/v4l2_m2m_dec: Fix decoding on Odroid XU4 c0c79461967 unintentianally changed the initialization flow of the decoder: It caused the capture

[FFmpeg-cvslog] avcodec/v4l2_context: Fix indentation

2019-11-22 Thread Andriy Gelman
ffmpeg | branch: master | Andriy Gelman | Tue Nov 12 00:37:03 2019 -0500| [e759fbfbc4772d9a91031452c8910d1e272924f2] | committer: Aman Gupta avcodec/v4l2_context: Fix indentation Signed-off-by: Andriy Gelman Signed-off-by: Aman Gupta > http://git.videolan.org/gitweb.cgi/ffmpeg.

[FFmpeg-cvslog] avdevice/v4l2: Remove av_assert0 when format not supported

2019-11-06 Thread Andriy Gelman
ffmpeg | branch: master | Andriy Gelman | Mon Nov 4 22:32:59 2019 -0500| [7b2ce27e56cfb4c55490035283a687251061bb50] | committer: Michael Niedermayer avdevice/v4l2: Remove av_assert0 when format not supported Before this commit an av_assert0 would fail if a v4l2 device did not support

[FFmpeg-cvslog] avformat: Add max_probe_packets option

2019-11-03 Thread Andriy Gelman
ffmpeg | branch: master | Andriy Gelman | Thu Oct 17 10:49:20 2019 -0400| [5e3229df4ca86322f334bd098a9335f66ebdd649] | committer: Michael Niedermayer avformat: Add max_probe_packets option Allows user to set maximum number of buffered packets when probing a codec. It was a hard-coded

[FFmpeg-cvslog] avcodec/v4l2_buffers: Fix infinite loop

2019-11-01 Thread Andriy Gelman
ffmpeg | branch: master | Andriy Gelman | Sun Oct 27 00:19:46 2019 -0400| [1aec1183f3e82e9aa20fe23d961f663c1efc45fb] | committer: Aman Gupta avcodec/v4l2_buffers: Fix infinite loop This part of the code counts the number of planes returned by the v4l2 device for each queried capture/output

[FFmpeg-cvslog] avcodec/v4l2_m2m: Fix indentation

2019-11-01 Thread Andriy Gelman
ffmpeg | branch: master | Andriy Gelman | Sun Oct 27 00:19:47 2019 -0400| [53c21c2d6bebba887be9a30de204875fb41b1169] | committer: Aman Gupta avcodec/v4l2_m2m: Fix indentation Signed-off-by: Aman Gupta > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avformat/chromaprint: Fix writing raw fingerprint

2019-10-15 Thread Andriy Gelman
ffmpeg | branch: master | Andriy Gelman | Sun Oct 6 01:49:49 2019 -0400| [e14f5fd0a6983838b5fe3c6ad1c2ec2f2d8e49df] | committer: Gyan Doshi avformat/chromaprint: Fix writing raw fingerprint The pointer fp after the call to chromaprint_get_raw_fingerpoint() points to an array of uint32_t

[FFmpeg-cvslog] avcodec/h2645_parse: Reset nal_buffer_size on uninit

2019-10-14 Thread Andriy Gelman
ffmpeg | branch: master | Andriy Gelman | Mon Oct 14 21:45:18 2019 -0400| [cebb446911fdc6c42d5a480b441b025c399e4a88] | committer: James Almer avcodec/h2645_parse: Reset nal_buffer_size on uninit Without reseting nal_buffer_size, av_fast_realloc will fail if ff_h2645_packet_split is called

[FFmpeg-cvslog] avformat/chromaprint: Fix fp_format option

2019-10-14 Thread Andriy Gelman
ffmpeg | branch: master | Andriy Gelman | Sun Oct 6 01:49:46 2019 -0400| [1108bd517363c50740025fcc58ae1e572c8150a0] | committer: Gyan Doshi avformat/chromaprint: Fix fp_format option The fp_format option was incorrectly declared, so it could not be set via string constants. > h

[FFmpeg-cvslog] avformat/chromaprint: improve logging message

2019-10-14 Thread Andriy Gelman
ffmpeg | branch: master | Andriy Gelman | Sun Oct 6 01:49:48 2019 -0400| [634529c40d62e02bacea3a7f91d4226a9e4b3cbc] | committer: Gyan Doshi avformat/chromaprint: improve logging message Setting silence_threshold requires that -algorithm is set to 3. > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] doc/formats: Update documentation for chromaprint

2019-10-07 Thread Andriy Gelman
ffmpeg | branch: master | Andriy Gelman | Sun Oct 6 01:49:47 2019 -0400| [4cb124a800d0150f7a632b4a61bc7449f8562e2d] | committer: Gyan Doshi doc/formats: Update documentation for chromaprint Silence detection can only be set with algorithm version 3. Reviewed-by: Gyan Doshi > h

[FFmpeg-cvslog] avcodec/hevc_ps: Remove dead code in vps_id check

2019-09-26 Thread Andriy Gelman
ffmpeg | branch: master | Andriy Gelman | Sun Sep 22 00:17:29 2019 -0400| [80e1c93c87f12e8ad8a2a37b0976204fddeaccc5] | committer: James Almer avcodec/hevc_ps: Remove dead code in vps_id check Since reading 4 bits always returns a value in the range [0, 15], the check for vps_id

[FFmpeg-cvslog] avcodec/h2645_parse: simplify memset call

2019-09-11 Thread Andriy Gelman
ffmpeg | branch: master | Andriy Gelman | Sat Sep 7 15:55:51 2019 -0400| [78b86c30d3860135042505dd4a9cbd95c4e6257d] | committer: James Almer avcodec/h2645_parse: simplify memset call Removed (new_size - pkt->nals_allocated) because this value is always 1 during the call. Signed-

[FFmpeg-cvslog] avformat: Add ZeroMQ as a protocol

2019-09-02 Thread Andriy Gelman
ffmpeg | branch: master | Andriy Gelman | Tue Jul 30 14:39:32 2019 -0400| [ef43a4d6b38de941dd2ede0711d4fd5d811127ed] | committer: Marton Balint avformat: Add ZeroMQ as a protocol When ffmpeg was streaming, multiple clients were only supported by using a multicast destination address

[FFmpeg-cvslog] tools/zmqsend: Avoid mem copy past the end of input buffer

2019-08-09 Thread Andriy Gelman
ffmpeg | branch: master | Andriy Gelman | Thu Aug 8 10:37:10 2019 -0400| [90e965be6d90fcf729b020dba675b062b59ee17d] | committer: Michael Niedermayer tools/zmqsend: Avoid mem copy past the end of input buffer This patch avoids a read past the end of the input buffer in memcpy since the size

[FFmpeg-cvslog] lavfi/zmq: Avoid mem copy past the end of input buffer

2019-08-01 Thread Andriy Gelman
ffmpeg | branch: master | Andriy Gelman | Tue Jul 30 17:16:08 2019 -0400| [f60b1211b2aa7b6e8902d64072b678b4ccd87e54] | committer: Carl Eugen Hoyos lavfi/zmq: Avoid mem copy past the end of input buffer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avformat/mpegts: reduce buffering during initialization

2019-03-09 Thread Andriy Gelman
ffmpeg | branch: master | Andriy Gelman | Fri Mar 8 22:20:07 2019 -0500| [0a84ba26081c890e0726f0ad5ece2b4517bf4ee1] | committer: Michael Niedermayer avformat/mpegts: reduce buffering during initialization Reduces buffering latency with low bitrate streams, where 8192 bytes can mean several

[FFmpeg-cvslog] avcodec/mpeg: Initialize quarter_sample parameter from previous thread.

2018-12-14 Thread Andriy Gelman
ffmpeg | branch: master | Andriy Gelman | Wed Dec 12 23:57:35 2018 -0500| [5282db5929f25ca9566a47ad217794842b364afc] | committer: Michael Niedermayer avcodec/mpeg: Initialize quarter_sample parameter from previous thread. Fixes #7410. The value of sub-pixel precision for me/mc can change