[FFmpeg-cvslog] avformat/hlsenc: Improve checks for invalid stream mappings

2020-05-05 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue May 5 00:40:44 2020 +0200| [c801ab43c36e8c4f88121aa09af26c77bcbd671b] | committer: Andreas Rheinhardt avformat/hlsenc: Improve checks for invalid stream mappings The mapping of streams to the various variant streams to be created by the HLS m

[FFmpeg-cvslog] lavf/dashdec: support larger manifests

2020-05-05 Thread rcombs
ffmpeg | branch: master | rcombs | Sat May 2 01:33:13 2020 -0500| [29121188983932f79aef8501652630d322a9974c] | committer: rcombs lavf/dashdec: support larger manifests > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=29121188983932f79aef8501652630d322a9974c --- libavformat/dashdec

[FFmpeg-cvslog] avformat/url: check url root node when rel include double dot and trim double dot

2020-05-05 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Wed Apr 29 12:50:57 2020 +0800| [648051f07cffd0d91c89dc6706e3d0d6a286de43] | committer: Steven Liu avformat/url: check url root node when rel include double dot and trim double dot fix ticket: 8625 and add testcase into url for double dot corner case Si

[FFmpeg-cvslog] avformat/hlsenc: resend full url of the init fragment mp4

2020-05-05 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Mon May 4 12:00:41 2020 +0800| [666dbe7aace54b103af09cd111a56822062528c1] | committer: Steven Liu avformat/hlsenc: resend full url of the init fragment mp4 fix ticket: 8651 because the init fragment mp4 file name is without base url name, so just modify

[FFmpeg-cvslog] libavformat/hlsenc: Allow usage of 'periodic-rekey' with multi-variant streams

2020-05-05 Thread Yaroslav Pogrebnyak
ffmpeg | branch: master | Yaroslav Pogrebnyak | Thu Apr 30 21:10:53 2020 +0800| [7f0200d0d2639ed9cfd37934b29b43c3c3c4e674] | committer: Steven Liu libavformat/hlsenc: Allow usage of 'periodic-rekey' with multi-variant streams This patch adds possibility to use 'periodic-rekey' option with mult

[FFmpeg-cvslog] avformat/hlsenc: compute segment duration use current pts minus last segment end pts

2020-05-05 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Wed Apr 29 20:39:22 2020 +0800| [a7bab199e50619df0a6d31a247f7186868e6e4e0] | committer: Steven Liu avformat/hlsenc: compute segment duration use current pts minus last segment end pts segment duration is using vs duration which compute by frame per secon

[FFmpeg-cvslog] tests/fate/hlsenc: rename fate macro define from FATE_AFILTER to FATE_HLSENC

2020-05-05 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Wed Apr 15 14:58:15 2020 +0800| [03b1b96832d53fc9f9581f06157d6c97ad692d38] | committer: Steven Liu tests/fate/hlsenc: rename fate macro define from FATE_AFILTER to FATE_HLSENC and add fate-hlsenc for test all of the testcase Signed-off-by: Steven Liu >

[FFmpeg-cvslog] lavc/bsf: add an Opus metadata bitstream filter

2020-05-05 Thread Lynne
ffmpeg | branch: master | Lynne | Sun May 3 21:17:33 2020 +0100| [bdd57e2a371f70ee75f70bfde5a9a162c76b48ba] | committer: Lynne lavc/bsf: add an Opus metadata bitstream filter The only adjustable field is the gain. Some ripping/transcoding programs have started to use it. > http://git.videolan

[FFmpeg-cvslog] avcodec/wavpack: Check rate_x and sample rate for overflow

2020-05-05 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat May 2 21:20:45 2020 +0200| [30f5d6751047bbe8974f016c9745da9cd2daa3fc] | committer: Michael Niedermayer avcodec/wavpack: Check rate_x and sample rate for overflow Fixes: shift exponent 32 is too large for 32-bit type 'int' Fixes: 21647/clust

[FFmpeg-cvslog] libswscale: add input support AV_PIX_FMT_GBRAPF32

2020-05-05 Thread Mark Reid
ffmpeg | branch: master | Mark Reid | Sun May 3 16:10:03 2020 -0700| [ba5d0515a6dc0e34d578e5ef94b6ca5f17fc979d] | committer: Michael Niedermayer libswscale: add input support AV_PIX_FMT_GBRAPF32 Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b

[FFmpeg-cvslog] avformat: add demuxer for Pro Pinball Series' Soundbanks

2020-05-05 Thread Zane van Iperen
ffmpeg | branch: master | Zane van Iperen | Mon May 4 14:25:56 2020 +| [94f4fab69f678af5595b94831f754cdf1bde6bf1] | committer: Michael Niedermayer avformat: add demuxer for Pro Pinball Series' Soundbanks Adds support for the soundbank files used by the Pro Pinball series of games. https:

[FFmpeg-cvslog] libswscale: add output support for AV_PIX_FMT_GBRAPF32

2020-05-05 Thread Mark Reid
ffmpeg | branch: master | Mark Reid | Sun May 3 16:10:04 2020 -0700| [b4967fc71c63eae8cd96f9c46cd3e1fbd705bbf9] | committer: Michael Niedermayer libswscale: add output support for AV_PIX_FMT_GBRAPF32 Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avformat/nutenc: Write size into right dynamic buffer

2020-05-05 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon May 4 18:49:22 2020 +0200| [f93bd302821e08df5ee037e67c4b85bec5d4d475] | committer: Andreas Rheinhardt avformat/nutenc: Write size into right dynamic buffer Reviewed-by: Michael Niedermayer Signed-off-by: Andreas Rheinhardt > http://git.vid

[FFmpeg-cvslog] avformat/aviobuf, nutenc: Move ff_puv_v, ff_get_v_length to nutenc.c

2020-05-05 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Apr 9 17:41:50 2020 +0200| [781c7a6217e1afe68c85c500ae16b4bc7ea7b033] | committer: Andreas Rheinhardt avformat/aviobuf, nutenc: Move ff_puv_v, ff_get_v_length to nutenc.c and make it static again. These functions have been moved from nutenc

[FFmpeg-cvslog] avformat/nutenc: Add goto fail in nut_write_headers()

2020-05-05 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon May 4 13:06:41 2020 +0200| [9b9a61ca77c65c0dbc71a94cc80aac0f4453999b] | committer: Andreas Rheinhardt avformat/nutenc: Add goto fail in nut_write_headers() It allows to combine several ffio_free_dyn_buf(). Reviewed-by: Michael Niedermayer S

[FFmpeg-cvslog] avformat/nutenc: Reuse dynamic buffers when possible

2020-05-05 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon May 4 12:46:45 2020 +0200| [2ffa8be53b5c469379cb5cfc0f33d5de516756f0] | committer: Andreas Rheinhardt avformat/nutenc: Reuse dynamic buffers when possible NUT uses variable-length integers in order to for length fields. Therefore the NUT muxe

[FFmpeg-cvslog] libavformat/nutenc: Remove redundant function parameter

2020-05-05 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon May 4 11:13:58 2020 +0200| [63a4cadd27c9ba9d45c2c248d2d4f699f9819ddf] | committer: Andreas Rheinhardt libavformat/nutenc: Remove redundant function parameter calculate_checksum in put_packet() is always 1. Reviewed-by: Michael Niedermayer S

[FFmpeg-cvslog] avcodec/avpacket: add missing entry for prft to av_packet_side_data_name()

2020-05-05 Thread James Almer
ffmpeg | branch: master | James Almer | Mon May 4 12:17:01 2020 -0300| [f90a48b72e8ef2976de7bff2d2129141b962af51] | committer: James Almer avcodec/avpacket: add missing entry for prft to av_packet_side_data_name() Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=

[FFmpeg-cvslog] lavc/vp9: fix reference frame dimensions check for SINGLE_REFERENCE mode

2020-05-05 Thread Linjie Fu
ffmpeg | branch: master | Linjie Fu | Tue Mar 17 22:53:58 2020 +0800| [9473268cfb580dccd3f1f3be338cd22661ef791e] | committer: Ronald S. Bultje lavc/vp9: fix reference frame dimensions check for SINGLE_REFERENCE mode With the description in frame size with refs semantics (SPEC 7.2.5), it is a r