[FFmpeg-cvslog] avcodec/nvenc: all presets are SDK10 presets now

2020-10-29 Thread Timo Rothenpieler
ffmpeg | branch: master | Timo Rothenpieler | Thu Oct 29 21:59:37 2020 +0100| [bb6edf618a2a2effbe857e1249fda05782a7dbbc] | committer: Timo Rothenpieler avcodec/nvenc: all presets are SDK10 presets now >

[FFmpeg-cvslog] avcodec/utils: Check sample rate before use for AV_CODEC_ID_BINKAUDIO_DCT in get_audio_frame_duration()

2020-10-29 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Oct 27 17:21:19 2020 +0100| [ec7e0d42884b40ce93b6b5e94de5f7849310f8a0] | committer: Michael Niedermayer avcodec/utils: Check sample rate before use for AV_CODEC_ID_BINKAUDIO_DCT in get_audio_frame_duration() Fixes: shift exponent 95 is too

[FFmpeg-cvslog] ffmpeg: move field order decision making to encoder initialization

2020-10-29 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Sun Sep 20 21:00:52 2020 +0300| [fbb44bc51a647862eb05ae3f9d7d49a0be9bed57] | committer: Jan Ekström ffmpeg: move field order decision making to encoder initialization We now have the possibility of getting AVFrames here, and we should not touch the

[FFmpeg-cvslog] ffmpeg: move AVFrame time base adjustment into a function

2020-10-29 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Sun Sep 13 11:41:41 2020 +0300| [3360c9a5679cc9bd83ab5860757ebab8f64ea8ba] | committer: Jan Ekström ffmpeg: move AVFrame time base adjustment into a function This will have to be called later for video down the line. >

[FFmpeg-cvslog] ffmpeg: pass decoded or filtered AVFrame to output stream initialization

2020-10-29 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Fri Sep 11 00:36:23 2020 +0300| [7369595c556516b90bf3acdf85043dc11add7d89] | committer: Jan Ekström ffmpeg: pass decoded or filtered AVFrame to output stream initialization Additionally, reap the first rewards by being able to set the color related

[FFmpeg-cvslog] ffmpeg: move A/V non-streamcopy initialization to a later point

2020-10-29 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Fri Sep 11 00:25:21 2020 +0300| [67be1ce0c6de330b1c10d1d121819d8a74a7b1f5] | committer: Jan Ekström ffmpeg: move A/V non-streamcopy initialization to a later point - For video, this means a single initialization point in do_video_out. - For audio we

[FFmpeg-cvslog] ffmpeg: add a data size threshold for muxing queue size

2020-10-29 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Thu Oct 15 21:21:05 2020 +0300| [453b2f3c154f6b83221940ad411599ded91f7413] | committer: Jan Ekström ffmpeg: add a data size threshold for muxing queue size This way the old max queue size limit based behavior for streams where each individual packet is

[FFmpeg-cvslog] avcodec/clearvideo: Don't check for errors for complete VLC

2020-10-29 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Oct 24 15:26:55 2020 +0200| [1d658e65ab60ff0a542d875480474fb16e3413fd] | committer: Andreas Rheinhardt avcodec/clearvideo: Don't check for errors for complete VLC Signed-off-by: Andreas Rheinhardt >

[FFmpeg-cvslog] avcodec/cllc: Don't unnecessarily free VLC

2020-10-29 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Oct 24 18:05:34 2020 +0200| [c72a29df6b4ec2858575bd8b6c3874784209c7b2] | committer: Andreas Rheinhardt avcodec/cllc: Don't unnecessarily free VLC The Canopus Lossless decoder uses several VLCs and if initializing the ith VLC fails, all the

[FFmpeg-cvslog] avcodec/vp3: Don't check for errors for complete VLC

2020-10-29 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Oct 26 09:46:25 2020 +0100| [9b45c6d74b6bcc21c3246580db3392d15a6988b8] | committer: Andreas Rheinhardt avcodec/vp3: Don't check for errors for complete VLC Signed-off-by: Andreas Rheinhardt >