[FFmpeg-cvslog] avformat/mux: Remove assert based on faulty assumptions

2022-01-22 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Jan 18 13:13:11 2022 +0100| [5d5b62e595593f0fc79c301260aacfe6bc8ee4f4] | committer: Andreas Rheinhardt avformat/mux: Remove assert based on faulty assumptions This assert is based upon the wrong assumption that the noninterleaved codepath is n

[FFmpeg-cvslog] fate/matroska: Add test for avoiding negative timestamps

2022-01-22 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Jan 18 15:47:56 2022 +0100| [92ed6ea3d7c837adba8afcd58f92482c4c9fae72] | committer: Andreas Rheinhardt fate/matroska: Add test for avoiding negative timestamps This tests the issue from tickets #4536, #5784; the output of this test is currentl

[FFmpeg-cvslog] avformat/avformat: Add AVFMT_AVOID_NEG_TS_DISABLED

2022-01-22 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Jan 18 16:17:09 2022 +0100| [f6d14b1297c17f6bdcbcff2dff7c496520ebe32f] | committer: Andreas Rheinhardt avformat/avformat: Add AVFMT_AVOID_NEG_TS_DISABLED And also don't use explicit constants in the movenc test. Signed-off-by: Andreas Rheinha

[FFmpeg-cvslog] avformat/mux: Preserve sync even if later packet has negative ts

2022-01-22 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Jan 18 19:56:14 2022 +0100| [c602deb138562a2a7ff9e2c05d9ba9b1fb76668c] | committer: Andreas Rheinhardt avformat/mux: Preserve sync even if later packet has negative ts write_packet() has code to shift the packets timestamps to make them nonneg

[FFmpeg-cvslog] avformat/mux: Peek into the muxing queue for avoid_negative_ts

2022-01-22 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Jan 18 22:55:27 2022 +0100| [c24ee7c275b6374b4b6ef4030e93d416a9c2265f] | committer: Andreas Rheinhardt avformat/mux: Peek into the muxing queue for avoid_negative_ts Peeking into the muxing queue can improve the estimate of the lowest timestam

[FFmpeg-cvslog] avformat/hls: Remove redundant cast

2022-01-22 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Jan 18 23:16:07 2022 +0100| [ed18b8d79f267f51f3a9e2a0153863dbd2739536] | committer: Andreas Rheinhardt avformat/hls: Remove redundant cast Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ed18b8d7

[FFmpeg-cvslog] swscale/x86/swscale: Remove superfluous and invalid ';'

2022-01-22 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Jan 21 21:59:40 2022 +0100| [71e2825150f86a3109f48186964def1f607f3644] | committer: Andreas Rheinhardt swscale/x86/swscale: Remove superfluous and invalid ';' Inside a function an unnecessary ';' is just a null statement; yet outside of it it

[FFmpeg-cvslog] fate/ffmpeg: Add test for autorotating video

2022-01-22 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Jan 21 23:38:37 2022 +0100| [741b5061ea23de12340bf7762fcd112032ec6310] | committer: Andreas Rheinhardt fate/ffmpeg: Add test for autorotating video Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h

[FFmpeg-cvslog] avfilter/vf_v360: improve xyz_to_dfisheye()

2022-01-22 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sat Jan 22 10:32:34 2022 +0100| [06a54a4ec73ea6eb8cec41b7af75367bafb075e0] | committer: Paul B Mahol avfilter/vf_v360: improve xyz_to_dfisheye() > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=06a54a4ec73ea6eb8cec41b7af75367bafb075e0 --- li