[FFmpeg-cvslog] libavformat/rtsp.c: Reply to GET_PARAMETER requests

2021-07-12 Thread Hayden Myers
ffmpeg | branch: master | Hayden Myers | Mon Jul 12 16:00:34 2021 +0300| [9b4b0df47009ebc3d26bf3f1b1eff668fd028cc6] | committer: Martin Storsjö libavformat/rtsp.c: Reply to GET_PARAMETER requests Some encoders send GET_PARAMETER requests as a keep-alive mechanism. If the client doesn't reply w

[FFmpeg-cvslog] lavfi/vf_scale: forward errors from swscale

2021-07-12 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sun May 23 16:06:55 2021 +0200| [a948e47960fb16819af16d0542a203c59d8de157] | committer: Anton Khirnov lavfi/vf_scale: forward errors from swscale > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a948e47960fb16819af16d0542a203c59d8de157 ---

[FFmpeg-cvslog] lavfi/vf_scale: pass only the private context to scale_slice()

2021-07-12 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Mon May 10 15:17:21 2021 +0200| [6d51d65fb99d2dd02cb5589226641f4cb75752db] | committer: Anton Khirnov lavfi/vf_scale: pass only the private context to scale_slice() Not the input link. The function does nothing with the link except extract the private

[FFmpeg-cvslog] {configure,avcodec/libx264}: remove separate x264_csp_bgr check

2021-07-12 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Thu Jul 1 23:57:51 2021 +0300| [f32f56468c6caa03f4ebbf6cf58b2bb7bc775216] | committer: Jan Ekström {configure,avcodec/libx264}: remove separate x264_csp_bgr check We already require X264_BUILD >= 118, which includes an unconditional definition of X264_CS

[FFmpeg-cvslog] configure: move x264_csp_bgr check under general libx264 checks

2021-07-12 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Thu Jul 1 23:39:30 2021 +0300| [25d28f297b755d3cb6a3e036a1e251148d0e4d5c] | committer: Jan Ekström configure: move x264_csp_bgr check under general libx264 checks This makes the libx264rgb check work when pkg-config is utilized and x264.h is not part of

[FFmpeg-cvslog] fate/oggvorbis: Fix tests after fixing AV_PKT_DATA_SKIP_SAMPLES

2021-07-12 Thread Guangyu Sun
ffmpeg | branch: master | Guangyu Sun | Fri Jul 9 17:12:03 2021 -0700| [b53738bf902626c48f950b9f3f27133f59141fbb] | committer: Lynne fate/oggvorbis: Fix tests after fixing AV_PKT_DATA_SKIP_SAMPLES After fixing AV_PKT_DATA_SKIP_SAMPLES for reading vorbis packets from ogg, the actual decoded sa

[FFmpeg-cvslog] cafenc: fill in avg. packet size later if unknown

2021-07-12 Thread Roman Beranek
ffmpeg | branch: master | Roman Beranek | Sat Jul 10 03:10:06 2021 +0200| [ed240db9e3122d4dccbd1bee7d12cd50a0edc807] | committer: Lynne cafenc: fill in avg. packet size later if unknown Frame size of Opus stream was previously presumed here to be 960 samples (20ms), however sizes of 120, 240,

[FFmpeg-cvslog] avformat/oggparsevorbis: Update end_trimming for the last packet

2021-07-12 Thread Guangyu Sun
ffmpeg | branch: master | Guangyu Sun | Wed Jul 7 08:41:32 2021 -0700| [75510d7015f108b84dd3be3c903afa710997d719] | committer: Lynne avformat/oggparsevorbis: Update end_trimming for the last packet Without end_trimming, the last packet will contain unexpected samples used for padding. This c

[FFmpeg-cvslog] libavcodec/vorbisenc: Add missing initial_padding

2021-07-12 Thread Guangyu Sun
ffmpeg | branch: master | Guangyu Sun | Wed Jul 7 08:41:33 2021 -0700| [24b3178efdfd61c7002d016b0e8db59fd5ff1491] | committer: Lynne libavcodec/vorbisenc: Add missing initial_padding Vorbis has priming samples at the beginning. If the initial_padding is not set in the encoder, the total sampl