[FFmpeg-cvslog] avformat: remove some mpegts details from AVStream

2021-01-09 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Mon Dec 28 01:21:20 2020 +0100| [2e2891383e596314a9888ba9b99d6987c82d7c9b] | committer: Marton Balint avformat: remove some mpegts details from AVStream These fields were added to support -merge_pmt_versions, but the mpegts demuxer is also keeping trac

[FFmpeg-cvslog] avformat/mpegts: only clear programs which no longer exist or have a new PMT

2021-01-09 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sun Dec 27 23:05:16 2020 +0100| [f143a6c1515cb0c4db4dbead46d0e7c53fafc5db] | committer: Marton Balint avformat/mpegts: only clear programs which no longer exist or have a new PMT Otherwise there can be a small period when the programs only contain the

[FFmpeg-cvslog] avformat/mpegts: use stream index based lookup with merge_pmt_versions if stream identifier matches multiple streams

2021-01-09 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sun Dec 27 23:49:06 2020 +0100| [e57879ec18edab5827268a498577cece82d56811] | committer: Marton Balint avformat/mpegts: use stream index based lookup with merge_pmt_versions if stream identifier matches multiple streams Also make sure we are checking t

[FFmpeg-cvslog] avformat/utils: do not overwrite already existing program with defaults in av_new_program

2021-01-09 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sun Dec 27 20:32:54 2020 +0100| [9298e8eb61f6c796aaf7c6e14e59f345318d2753] | committer: Marton Balint avformat/utils: do not overwrite already existing program with defaults in av_new_program av_new_program returns the existing program if that already

[FFmpeg-cvslog] avformat/mpegts: never discard PAT pid

2021-01-09 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sun Dec 27 17:35:36 2020 +0100| [5ea37923a8aaa3f670c1455c783c10d3142f4a71] | committer: Marton Balint avformat/mpegts: never discard PAT pid PID 0 was removed from the pid list when then PMT was parsed, it is better to explictly avoid it from being dis

[FFmpeg-cvslog] avformat/mpegts: rework clearing and adding pid to program

2021-01-09 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sun Dec 27 19:38:50 2020 +0100| [10c8e532943cc1339cf42d3f84eed4eafd8b0ca8] | committer: Marton Balint avformat/mpegts: rework clearing and adding pid to program And use better function names. Signed-off-by: Marton Balint > http://git.videolan.org/gi

[FFmpeg-cvslog] lavu/tx: clip when converting table values to fixed-point

2021-01-09 Thread Lynne
ffmpeg | branch: master | Lynne | Sat Jan 9 20:41:25 2021 +0100| [91e1625db15fe8853ceedca9eed14307aaa514c7] | committer: Lynne lavu/tx: clip when converting table values to fixed-point INT32_MAX (2147483647) isn't exactly representable by a floating point value, with the closest being 21474836

[FFmpeg-cvslog] sbc: do not set sample format in parser

2021-01-09 Thread Arnaud Vrac
ffmpeg | branch: master | Arnaud Vrac | Tue Jan 5 13:47:43 2021 +0100| [29993b2947a99806cf41dd58853af510b0ce152c] | committer: James Almer sbc: do not set sample format in parser Commit bdd31feec934 changed the SBC decoder to only set the output sample format on init, instead of setting it exp

[FFmpeg-cvslog] avdevice/decklink_dec: mark get_frame_timecode and get_bmd_timecode static

2021-01-09 Thread Christopher Degawa
ffmpeg | branch: master | Christopher Degawa | Wed Jan 6 18:09:36 2021 +| [eacad3406e3e772558642d342e87892c3338eb4e] | committer: Marton Balint avdevice/decklink_dec: mark get_frame_timecode and get_bmd_timecode static The function is not used anywhere else and is causing mingw-w64 clang

[FFmpeg-cvslog] avformat/mov: adjust skip_samples according to seek timestamp

2021-01-09 Thread Matthieu Bouron
ffmpeg | branch: master | Matthieu Bouron | Fri Oct 30 15:38:51 2020 +0100| [2e174354805ea220b6a57f6b8755347c7f240077] | committer: Marton Balint avformat/mov: adjust skip_samples according to seek timestamp Currently skip_samples is set to start_pad if sample_time is lesser or equal to 0. Thi

[FFmpeg-cvslog] doc/protocols: explain tcp listen option description

2021-01-09 Thread Lingjiang Fang
ffmpeg | branch: master | Lingjiang Fang | Sat Jan 2 19:37:34 2021 +0800| [c4407a3e00033c7dd2260a3203fd5a5f104737b9] | committer: Marton Balint doc/protocols: explain tcp listen option description Signed-off-by: Marton Balint > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c4407

[FFmpeg-cvslog] avcodec/nvenc: fix timestamp offset ticks logic

2021-01-09 Thread Timo Rothenpieler
ffmpeg | branch: master | Timo Rothenpieler | Sat Jan 9 16:34:59 2021 +0100| [7a2d94cf1ade02829b36f9ebc8d6bb2e6e126343] | committer: Timo Rothenpieler avcodec/nvenc: fix timestamp offset ticks logic > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7a2d94cf1ade02829b36f9ebc8d6bb2e6e