[FFmpeg-cvslog] avformat/http: include version.h

2022-06-24 Thread James Almer
ffmpeg | branch: master | James Almer | Fri Jun 24 22:59:03 2022 -0300| [c7ce03d826e9c7914876333f4ca1445394bd22fd] | committer: James Almer avformat/http: include version.h This is needed to get LIBAVFORMAT_VERSION, used as part of the user agent. Fixes a recent regression. Reviewed-by: Andrea

[FFmpeg-cvslog] AV1 VDPAU hwaccel Decode support

2022-06-24 Thread ManojGuptaBonda
ffmpeg | branch: master | ManojGuptaBonda | Mon May 16 19:03:58 2022 +0530| [a44fba0b5b3b4090f9238751736198ddd1f0f1d5] | committer: Philip Langdale AV1 VDPAU hwaccel Decode support Support for VDPAU accelerated AV1 decoding was added with libvdpau-1.5. Support for the same in ffmpeg is added w

[FFmpeg-cvslog] avformat/matroskaenc: Reuse dynamic buffer

2022-06-24 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Jun 15 13:15:42 2022 +0200| [cf30b538e522703924ce3ef68ddfbd557a29d93f] | committer: Andreas Rheinhardt avformat/matroskaenc: Reuse dynamic buffer Avoids some allocations. Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cg

[FFmpeg-cvslog] avformat/matroskaenc: Fix outdated comment

2022-06-24 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Jun 21 04:15:20 2022 +0200| [745966ab81a46c492288a9b00bd92a9444162f53] | committer: Andreas Rheinhardt avformat/matroskaenc: Fix outdated comment Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7

[FFmpeg-cvslog] avformat/matroskaenc: Improve handling of AV1 extradata

2022-06-24 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Jun 17 07:22:31 2022 +0200| [e689a1171d40355fca6519558b4c6b9a050e9b44] | committer: Andreas Rheinhardt avformat/matroskaenc: Improve handling of AV1 extradata Up until now, only the first four bytes (the ones preceding the OBU) were written be

[FFmpeg-cvslog] avcodec/av1: Add upper bound for the size of a sane sequence header

2022-06-24 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Jun 17 01:54:22 2022 +0200| [a367e435d816dfe6939ab9932e87c089fb1f3f73] | committer: Andreas Rheinhardt avcodec/av1: Add upper bound for the size of a sane sequence header It will be used by the Matroska muxer to reserve a certain number of byt

[FFmpeg-cvslog] avformat/matroskaenc: Avoid swapping codecpar->extradata temporarily

2022-06-24 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Jun 17 05:12:47 2022 +0200| [3a00a1a8006acee24cf15c24bbc5272cba283d7a] | committer: Andreas Rheinhardt avformat/matroskaenc: Avoid swapping codecpar->extradata temporarily Instead pass extradata and extradata_size explicitly. (It is not perfe

[FFmpeg-cvslog] avformat/matroskaenc: Split assembling CodecPrivate from writing it

2022-06-24 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Jun 16 14:42:26 2022 +0200| [1056f9a21e15e5c30e1ca1720d028a48a635faec] | committer: Andreas Rheinhardt avformat/matroskaenc: Split assembling CodecPrivate from writing it This is in preparation for splitting writing and updating extradata more

[FFmpeg-cvslog] avformat/matroskaenc: Split updating CodecPrivate from writing it

2022-06-24 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Jun 17 05:49:06 2022 +0200| [67eea6cf026a70940ea402d54685d67c660b49cd] | committer: Andreas Rheinhardt avformat/matroskaenc: Split updating CodecPrivate from writing it Up until now, updating extradata was very ad-hoc: The amount of space rese

[FFmpeg-cvslog] avcodec/hevc_sei: Fix check for SEI end

2022-06-24 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Jun 22 11:33:32 2022 +0200| [70dc5fc658567f2d1d3f090f21ece364054a999c] | committer: Andreas Rheinhardt avcodec/hevc_sei: Fix check for SEI end The intention behind the current check seems to be to check for the rbsp_trailing_bits() syntax stru

[FFmpeg-cvslog] avcodec/h2645_parse: Only trim RBSP trailing padding if it exists

2022-06-24 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Jun 22 09:19:01 2022 +0200| [a217c1472d3bb2dc949ac45f241336ae65c3a7b7] | committer: Andreas Rheinhardt avcodec/h2645_parse: Only trim RBSP trailing padding if it exists It does not exist for NALUs for which the SODB is empty; it also does not

[FFmpeg-cvslog] avcodec/hevc_ps: Don't use show_bits_long() unnecessarily

2022-06-24 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Jun 21 09:13:29 2022 +0200| [48a0cd06e38f100115357ca34716e227f3ad5e03] | committer: Andreas Rheinhardt avcodec/hevc_ps: Don't use show_bits_long() unnecessarily Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpeg.gi

[FFmpeg-cvslog] avcodec/hcadec: Move transient GetBitContext to stack

2022-06-24 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Jun 21 07:47:00 2022 +0200| [0bcca1cb4009e9ca126864ec6f44ae98105afc77] | committer: Andreas Rheinhardt avcodec/hcadec: Move transient GetBitContext to stack This avoids keeping pointers to no longer valid data in the context. Signed-off-by: A

[FFmpeg-cvslog] avcodec/hcadec: Don't use GetBit-API for byte-aligned reads

2022-06-24 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Jun 21 06:49:37 2022 +0200| [7a832f11d9c1c50bea83b14a388cbd3ffc0bcb02] | committer: Andreas Rheinhardt avcodec/hcadec: Don't use GetBit-API for byte-aligned reads Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpeg.

[FFmpeg-cvslog] avcodec/libuavs3d: fix potential index out of range

2022-06-24 Thread Zhao Zhili
ffmpeg | branch: master | Zhao Zhili | Fri Jun 24 15:49:11 2022 +0800| [2c2e9d384429613322b3a4dcf9e50f856b8ec18c] | committer: Zhao Zhili avcodec/libuavs3d: fix potential index out of range Signed-off-by: Zhao Zhili > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2c2e9d3844296133

[FFmpeg-cvslog] avcodec/proresdec2: fix description of known fourcc

2022-06-24 Thread Zhao Zhili
ffmpeg | branch: master | Zhao Zhili | Fri Jun 24 15:49:41 2022 +0800| [9fdfc748775506713730f9480d7fb410dce4c474] | committer: Zhao Zhili avcodec/proresdec2: fix description of known fourcc 'acpo' should be 'apco', and add missing 'ap4x'. Signed-off-by: Zhao Zhili > http://git.videolan.org/

[FFmpeg-cvslog] avcodec/libdavs2: use frame rate code table

2022-06-24 Thread Zhao Zhili
ffmpeg | branch: master | Zhao Zhili | Mon Jun 13 11:36:36 2022 +0800| [a5931f58f767da1adbc1ba79ae068a76dc5d8145] | committer: Zhao Zhili avcodec/libdavs2: use frame rate code table It's more natural than the floating to fraction conversion. Signed-off-by: Zhao Zhili > http://git.videolan.o

[FFmpeg-cvslog] configure: select avs2 parser for libdavs2 decoder

2022-06-24 Thread Zhao Zhili
ffmpeg | branch: master | Zhao Zhili | Mon Jun 13 11:36:35 2022 +0800| [58d64632968623d7a1c2e3156e965432c96c21a1] | committer: Zhao Zhili configure: select avs2 parser for libdavs2 decoder Signed-off-by: Zhao Zhili > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=58d64632968623d7a

[FFmpeg-cvslog] avcodec/avs2_parser: parse more info

2022-06-24 Thread Zhao Zhili
ffmpeg | branch: master | Zhao Zhili | Mon Jun 13 11:36:34 2022 +0800| [e0cddee277bca5061893834989730f64d171d6ac] | committer: Zhao Zhili avcodec/avs2_parser: parse more info Including video resolution, framerate and picture type, etc. Signed-off-by: Zhao Zhili > http://git.videolan.org/git

[FFmpeg-cvslog] avcodec/avs2: add AVS2 related definitions

2022-06-24 Thread Zhao Zhili
ffmpeg | branch: master | Zhao Zhili | Mon Jun 13 11:36:32 2022 +0800| [592a9e57d9aa4540c7bcdbbed315338990164f2f] | committer: Zhao Zhili avcodec/avs2: add AVS2 related definitions Replace magic numbers by enum values. Signed-off-by: Zhao Zhili > http://git.videolan.org/gitweb.cgi/ffmpeg.gi

[FFmpeg-cvslog] avformat/movenc: enable compressorname for mp4 mode

2022-06-24 Thread Zhao Zhili
ffmpeg | branch: master | Zhao Zhili | Fri Jun 24 15:05:18 2022 +0800| [2e6e28ebc102a617e9c3ccc9420d2263a20b39cc] | committer: Zhao Zhili avformat/movenc: enable compressorname for mp4 mode Signed-off-by: Zhao Zhili > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2e6e28ebc102a617

[FFmpeg-cvslog] avcodec/avs2_parser: split data into frames

2022-06-24 Thread Zhao Zhili
ffmpeg | branch: master | Zhao Zhili | Mon Jun 13 11:36:33 2022 +0800| [b7eee211bc4c7897b538fb53d3ba9fad3a0b6832] | committer: Zhao Zhili avcodec/avs2_parser: split data into frames Before the patch, the parser split data into units, not frames. Signed-off-by: Zhao Zhili > http://git.videol

[FFmpeg-cvslog] avcodec/audiotoolboxenc: return external error if encode failed

2022-06-24 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Fri Jun 24 13:55:41 2022 +0800| [7c05b7951cb47716230c95744240bc60ec5f9433] | committer: Steven Liu avcodec/audiotoolboxenc: return external error if encode failed because the AudioConverterFillComplexBuffer can return 0 or 1 if success. so set the ret to