[FFmpeg-cvslog] avformat/tee.c: steal bsf option before passing to fifo muxer

2019-10-24 Thread Jun Li
ffmpeg | branch: master | Jun Li | Sun Oct 13 14:14:25 2019 -0700| [155508c6e925f4f2f5e77087a7e1925b3de735ff] | committer: Steven Liu avformat/tee.c: steal bsf option before passing to fifo muxer Fix #7620 In the case tee muxer with both "bsf" and "use_fifo" parameters w

[FFmpeg-cvslog] lavf/mov: Fix timestamp rescale on sidx atom

2019-09-25 Thread Jun Li
ffmpeg | branch: master | Jun Li | Thu May 9 02:07:56 2019 -0700| [c23797bc336c507188a502a5758b24a4595f14ec] | committer: Jun Zhao lavf/mov: Fix timestamp rescale on sidx atom Fix #5090 Fix the timestamp rescale issue, from sidx timebase to stream's timebase. > http://git.vide

[FFmpeg-cvslog] avcodec/h264_parse: retry decoding SPS with complete NAL

2019-08-23 Thread Jun Li
ffmpeg | branch: master | Jun Li | Thu Aug 22 13:58:30 2019 -0700| [0b34cdf424d665d7d9b92aefdff49a5acc398a6d] | committer: James Almer avcodec/h264_parse: retry decoding SPS with complete NAL Fix #6591 The content has no rbsp_stop_one_bit for ending the SPS, that causes the decoding SPS

[FFmpeg-cvslog] lavf/rtsp.c: Fix stimeout option not applied on http tunnel

2019-04-15 Thread Jun Li
ffmpeg | branch: master | Jun Li | Mon Apr 15 19:46:20 2019 +0800| [32148b5ac96b32a1086cf88db2cf18115fab314c] | committer: Steven Liu lavf/rtsp.c: Fix stimeout option not applied on http tunnel stimeout option is already used in tcp transport, since http is based on tcp, pass the option to

[FFmpeg-cvslog] avformat/doc, http, icecast, rtsp: Add option to disable send-expect-100

2019-03-31 Thread Jun Li
ffmpeg | branch: master | Jun Li | Sat Mar 30 21:35:51 2019 -0700| [4f5e660e69545bd54955002c13dcbe4dbddb1dc4] | committer: Michael Niedermayer avformat/doc, http, icecast, rtsp: Add option to disable send-expect-100 Fix ticket #7297 The current setting for send-expect-100 option is either

[FFmpeg-cvslog] avformat/rtsp: Add https tunneling support

2019-03-24 Thread Jun Li
ffmpeg | branch: master | Jun Li | Thu Mar 21 16:58:41 2019 -0700| [c3b517dac2bbd3007c5ac8fc61efe87661dda5c0] | committer: Carl Eugen Hoyos avformat/rtsp: Add https tunneling support Add https based tunneling for RTSP/RTP. Tested on Axis and Bosch cameras. Https is widely used for security

[FFmpeg-cvslog] avformat/smoothstreamingenc:add bitrate calculate

2019-03-19 Thread Jun Li
ffmpeg | branch: master | Jun Li | Wed Mar 20 13:49:02 2019 +0800| [0739d5cd5c925a157ab210e4424f82d98349528d] | committer: Steven Liu avformat/smoothstreamingenc:add bitrate calculate Calculate bitrate based on fragment size, only applied when bitrate is not set, for example rtsp source

[FFmpeg-cvslog] avformat/rtpdec.h remove unused variable

2019-03-13 Thread Jun Li
ffmpeg | branch: master | Jun Li | Tue Mar 12 14:26:22 2019 -0700| [c2a221c5ae5017e11654b9688ac97e9f5d3570b2] | committer: Michael Niedermayer avformat/rtpdec.h remove unused variable Looks like the variable 'cur_timestamp' is not used anywhere. So remove this variable. Signed-off-