[FFmpeg-cvslog] avcodec/mpeg12enc: Use FF_PROFILE_MPEG2_xxx macros

2020-05-01 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Fri Apr 3 21:04:53 2020 +0800| [1726eefec6ad9b4c103c79058693e9dc0e5aaa5f] | committer: Limin Wang avcodec/mpeg12enc: Use FF_PROFILE_MPEG2_xxx macros Signed-off-by: Limin Wang > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1726eefec6ad9b4c1

[FFmpeg-cvslog] avformat/concat: priv_data should be freed internally

2020-05-01 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Fri Apr 3 21:03:06 2020 +0800| [6da653e525d57484bb1e5988a08255e9bbb6cf41] | committer: Limin Wang avformat/concat: priv_data should be freed internally Signed-off-by: Limin Wang > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6da653e525d574

[FFmpeg-cvslog] avformat/dashenc: remove the arbitrary restrictions for filename

2020-05-01 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Wed Apr 8 09:34:28 2020 +0800| [52bd9342dc90edac22994f37a092ba9d4be1bdaa] | committer: Limin Wang avformat/dashenc: remove the arbitrary restrictions for filename Reviewed-by: Andreas Rheinhardt Signed-off-by: Limin Wang > http://git.videolan.org/gitw

[FFmpeg-cvslog] doc/utils: add more examples for valid time duration

2020-05-01 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Wed Apr 8 10:10:44 2020 +0800| [e7626e4e7975ff887478ecd53a39f06b3d629751] | committer: Limin Wang doc/utils: add more examples for valid time duration Signed-off-by: Limin Wang > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e7626e4e7975ff8

[FFmpeg-cvslog] avformat/hlsenc: add support for microseconds since epoch based sequence number

2020-05-01 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sat Apr 18 22:15:39 2020 +0200| [d69576294939247d3a0c0904425c219047053421] | committer: Marton Balint avformat/hlsenc: add support for microseconds since epoch based sequence number Sequence numbers of segments should be unique, if an encoder is using

[FFmpeg-cvslog] avutil/opt: only skip evaluation for rational options

2020-05-01 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sat Apr 18 21:37:45 2020 +0200| [6847affcb775e89d9256b33c7dc8a7502d2bb428] | committer: Marton Balint avutil/opt: only skip evaluation for rational options Fixes problems when non-rational options were set using rational expressions, causing rounding e

[FFmpeg-cvslog] avcodec/nvenc: offset dts to account for b-frame reordering

2020-05-01 Thread Timo Rothenpieler
ffmpeg | branch: master | Timo Rothenpieler | Fri May 1 20:51:26 2020 +0200| [aaadf0dce8fa7b3b5073089498a84e758ceb975a] | committer: Timo Rothenpieler avcodec/nvenc: offset dts to account for b-frame reordering Fixes ticket #7303 Signed-off-by: Timo Rothenpieler > http://git.videolan.org/g

[FFmpeg-cvslog] avcodec/nvenc: offset dts to account for b-frame reordering

2020-05-01 Thread Timo Rothenpieler
ffmpeg | branch: release/4.2 | Timo Rothenpieler | Fri May 1 20:51:26 2020 +0200| [a59b535af4df396fcad41eea3462b206e6ef3fbc] | committer: Timo Rothenpieler avcodec/nvenc: offset dts to account for b-frame reordering Fixes ticket #7303 Signed-off-by: Timo Rothenpieler > http://git.videolan.

[FFmpeg-cvslog] avcodec/librav1e: Use the framerate when available for ratecontrol

2020-05-01 Thread Derek Buitenhuis
ffmpeg | branch: master | Derek Buitenhuis | Thu Apr 30 20:06:43 2020 +0100| [3c740f2d9f573542313ea64d7ab45fd1669ee511] | committer: Derek Buitenhuis avcodec/librav1e: Use the framerate when available for ratecontrol Rav1e currently uses the time base given to it only for ratecontrol... where

[FFmpeg-cvslog] avformat/oggdec: Factor buffer reallocation out

2020-05-01 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri May 1 14:33:46 2020 +0200| [5d5b0bbcb7d1d71a19dcec9b71fe59a4deea2fcd] | committer: Michael Niedermayer avformat/oggdec: Factor buffer reallocation out Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=co

[FFmpeg-cvslog] avformat/oggdec: Reallocate buffer before writing into it

2020-05-01 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri May 1 14:34:18 2020 +0200| [fb9e9da0b360d6eb3ff960e276d9c225d83d4bb1] | committer: Michael Niedermayer avformat/oggdec: Reallocate buffer before writing into it Fixes: out of array write Fixes: Regression since f619e1ec66b89215582eff4404b681

[FFmpeg-cvslog] ac3enc: fix AC3 downmix metadata issue

2020-05-01 Thread Piotr Oleszczyk
ffmpeg | branch: master | Piotr Oleszczyk | Thu Apr 30 18:17:36 2020 +0200| [b9746fcbee8f7d73662cefbf8695f1ab47483bac] | committer: Michael Niedermayer ac3enc: fix AC3 downmix metadata issue Due to a typo, it was impossible to write 0.595 / -4.5 dB of ltrt_cmixlev, ltrt_surmixlev, loro_cmixlev

[FFmpeg-cvslog] avcodec/nvenc: refactor dts calculation logic

2020-05-01 Thread Timo Rothenpieler
ffmpeg | branch: master | Timo Rothenpieler | Fri May 1 23:42:56 2020 +0200| [9ce7de903882793749abc68eeb29813a19f50de5] | committer: Timo Rothenpieler avcodec/nvenc: refactor dts calculation logic The old approach used some highly complex delta computation math and output-delaying. I do not r

[FFmpeg-cvslog] s->target_i and global are in dB but s->target_tp and true_peak are

2020-05-01 Thread Sebastian Dröge
ffmpeg | branch: master | Sebastian Dröge | Fri May 1 20:52:00 2020 -0700| [ed3da72583298ed04a488e363bd3fa6d69ade165] | committer: Kyle Swanson s->target_i and global are in dB but s->target_tp and true_peak are linear. Instead of mixing these in the calculations, convert the former first to h