[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

[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

[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

[FFmpeg-cvslog] lavf/async: Fix ring_write return value

2022-10-14 Thread Guangyu Sun
ffmpeg | branch: master | Guangyu Sun | Thu Sep 29 11:11:34 2022 -0700| [fc6f7e2a3b2fff6c4df957684d939586a3de448f] | committer: Anton Khirnov lavf/async: Fix ring_write return value This fixes a regression from commit 36117968ad. wrapped_url_read() used to be able to return positive number

[FFmpeg-cvslog] lavf/async: Fix ring_write return value

2022-10-14 Thread Guangyu Sun
ffmpeg | branch: release/5.1 | Guangyu Sun | Thu Sep 29 11:11:34 2022 -0700| [e7dd643419cc395cecca0c84135346b85f2803ed] | committer: Anton Khirnov lavf/async: Fix ring_write return value This fixes a regression from commit 36117968ad. wrapped_url_read() used to be able to return positive