[FFmpeg-cvslog] tests/fate/hlsenc: add testcase of ac3 surround sound input in hlsenc

2020-07-06 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Mon Jun 15 20:37:41 2020 +0800| [9ee010e73411a0432893ff82b32eab0200382994] | committer: Steven Liu tests/fate/hlsenc: add testcase of ac3 surround sound input in hlsenc add probeaudiostream for get audio stream's codec_name,codec_time_base, sample_fmt,cha

[FFmpeg-cvslog] avformat/hlsenc: check fragment size plus start_pos large than hls_segment_size

2020-07-06 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Mon Jun 15 20:37:40 2020 +0800| [73fe0cbb94532aba3a0925c2fc39a4caeee2400e] | committer: Steven Liu avformat/hlsenc: check fragment size plus start_pos large than hls_segment_size if vs->size + vs->start_pos > hls->max_seg_size, should split segment. Sign

[FFmpeg-cvslog] avfilter/vf_edgedetect: properly implement double_threshold()

2020-07-06 Thread Valery Kot
ffmpeg | branch: master | Valery Kot | Mon Jun 22 17:29:21 2020 +0200| [855d51bf481dddf425f9a82e4d1aa2cdc93c22f8] | committer: Andriy Gelman avfilter/vf_edgedetect: properly implement double_threshold() Important part of this algorithm is the double threshold step: pixels above "high" threshol

[FFmpeg-cvslog] avcodec/h26[45]_metadata_bsf: Use separate contexts for reading/writing

2020-07-06 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Jul 6 00:46:40 2020 +0200| [235a5734e084f2746b4c133bf33cb4579a6ca17f] | committer: Andreas Rheinhardt avcodec/h26[45]_metadata_bsf: Use separate contexts for reading/writing Currently, both bsfs used the same CodedBitstreamContext for reading

[FFmpeg-cvslog] avcodec/cbs: Remove unused function parameters

2020-07-06 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Jul 6 00:34:25 2020 +0200| [1bdbc50bf4379d3993b47b8510045e4d236de555] | committer: Andreas Rheinhardt avcodec/cbs: Remove unused function parameters Several cbs-functions had an unused CodedBitstreamContext parameter. This commit removes thes

[FFmpeg-cvslog] Speedhq: Decode field 2 correctly

2020-07-06 Thread Jean-Baptiste Kempf
ffmpeg | branch: master | Jean-Baptiste Kempf | Sun May 10 18:09:51 2020 +0200| [fc3f5cd149326b0a478c9a4a34acc22cf757ef02] | committer: Kieran Kunhya Speedhq: Decode field 2 correctly This is similar to field 1 (effd2e72) > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fc3f5cd1493

[FFmpeg-cvslog] avcodec/h264: support sps/pps AV_PKT_DATA_NEW_EXTRADATA

2020-07-06 Thread Oliver Woodman
ffmpeg | branch: master | Oliver Woodman | Fri May 8 03:09:29 2020 +0100| [73757577cb6dbc08aa0b12294863a3cc9d91b26f] | committer: James Almer avcodec/h264: support sps/pps AV_PKT_DATA_NEW_EXTRADATA Commit 601c238854 added support for AV_PKT_DATA_NEW_EXTRADATA, but only for avcC extradata. Thi

[FFmpeg-cvslog] dnn_backend_native: Add overflow check for length calculation.

2020-07-06 Thread Reimar Döffinger
ffmpeg | branch: release/4.3 | Reimar Döffinger | Mon Jul 6 09:32:17 2020 +0200| [1f32d8ea2328843f5741029278fd146aba19e8d0] | committer: Guo, Yejun dnn_backend_native: Add overflow check for length calculation. We should not silently allocate an incorrect sized buffer. Fixes trac issue #8718.

[FFmpeg-cvslog] dnn_backend_native: Add overflow check for length calculation.

2020-07-06 Thread Reimar Döffinger
ffmpeg | branch: master | Reimar Döffinger | Mon Jul 6 09:32:17 2020 +0200| [584f396132aa19d21bb1e38ad9a5d428869290cb] | committer: Guo, Yejun dnn_backend_native: Add overflow check for length calculation. We should not silently allocate an incorrect sized buffer. Fixes trac issue #8718. Sig

[FFmpeg-cvslog] libavformat/hlsenc: Remove duplicate close of the output stream.

2020-07-06 Thread Andrey Semashev
ffmpeg | branch: master | Andrey Semashev | Wed Jul 1 17:59:01 2020 +0300| [93a435dd4baa7335a701296aeb33694390d4a665] | committer: Steven Liu libavformat/hlsenc: Remove duplicate close of the output stream. The result of the first close attempt is ignored and may be lost. By removing it we en