[FFmpeg-cvslog] avcodec/pngdec: Fix APNG_DISPOSE_OP_BACKGROUND

2022-08-26 Thread Andreas Rheinhardt
ffmpeg | branch: release/5.1 | Andreas Rheinhardt | Sat Aug 20 21:21:40 2022 +0200| [bc7df3bc64c04476b816404eb3e9c22997515c06] | committer: Andreas Rheinhardt avcodec/pngdec: Fix APNG_DISPOSE_OP_BACKGROUND APNG works with a single reference frame and an output frame. According to the spec, dec

[FFmpeg-cvslog] avformat/tests/imf: Test ff_imf_parse_cpl_from_xml_dom cleanup on error

2022-08-26 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Aug 25 22:55:05 2022 +0200| [d27c5bce333d6c9c74b855b1f2e747fd541cf37f] | committer: Andreas Rheinhardt avformat/tests/imf: Test ff_imf_parse_cpl_from_xml_dom cleanup on error Improves the test; also should fix Coverity issue #1512408. Reviewe

[FFmpeg-cvslog] avcodec/encode: Apply intra_only_flag for receive_packet-API, too

2022-08-26 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Aug 23 17:56:31 2022 +0200| [8e56e6b2be454b7f4f27110793bbf585649f111e] | committer: Andreas Rheinhardt avcodec/encode: Apply intra_only_flag for receive_packet-API, too Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/f

[FFmpeg-cvslog] avcodec/tests/avcodec: Mark frame-thrd encoder incompatible with delay

2022-08-26 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Aug 23 17:28:57 2022 +0200| [e405298ebded794a4ad84222c56b6c0245530afc] | committer: Andreas Rheinhardt avcodec/tests/avcodec: Mark frame-thrd encoder incompatible with delay The API for frame-threaded encoders only works for one-in-one-out enc

[FFmpeg-cvslog] avcodec/aptx: Move AudioFrameQueue to aptxenc.c

2022-08-26 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Aug 23 18:12:23 2022 +0200| [18e55de45a4d0ea197eaeae3a3a9daea186159b9] | committer: Andreas Rheinhardt avcodec/aptx: Move AudioFrameQueue to aptxenc.c It is only used by the encoder. Signed-off-by: Andreas Rheinhardt > http://git.videolan.o

[FFmpeg-cvslog] avcodec/encode: Simplify check for frame-threaded encoder

2022-08-26 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Aug 23 19:48:58 2022 +0200| [312d4467f379d34257f60aeb7ad88fb29b11caeb] | committer: Andreas Rheinhardt avcodec/encode: Simplify check for frame-threaded encoder AVCodecInternal.frame_thread_encoder is only set iff active_thread_type is FF_THRE

[FFmpeg-cvslog] avcodec/frame_thread_encoder: Forward got_packet directly

2022-08-26 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Aug 23 22:38:24 2022 +0200| [4dddcd08c47850fbf3cef2ff6b31f65133856e0f] | committer: Andreas Rheinhardt avcodec/frame_thread_encoder: Forward got_packet directly Instead of indicating whether we got a packet by setting pkt->data and pkt->size t

[FFmpeg-cvslog] avcodec/encode, frame_thread_encoder: Unify calling encode callback

2022-08-26 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Aug 23 23:26:57 2022 +0200| [1e6307f46c486d17f670043672d49335ea1bae97] | committer: Andreas Rheinhardt avcodec/encode, frame_thread_encoder: Unify calling encode callback The encode-callback (the callback used by the FF_CODEC_CB_TYPE_ENCODE en

[FFmpeg-cvslog] avcodec: Make ff_alloc_packet() based encoders accept user buffers

2022-08-26 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue May 11 20:52:13 2021 +0200| [a499b4345b2dbc731d6c24aa6a9b319d4c3a0d4c] | committer: Andreas Rheinhardt avcodec: Make ff_alloc_packet() based encoders accept user buffers Up until now, these encoders received non-refcounted packets (whose data

[FFmpeg-cvslog] avcodec/(dca|tta|pcm-bluray|pcm-dvd|wavpack)enc: Set pts+dur generically

2022-08-26 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Aug 24 00:33:40 2022 +0200| [7360e97e4beec13ef5aa87657490d8f272be9f26] | committer: Andreas Rheinhardt avcodec/(dca|tta|pcm-bluray|pcm-dvd|wavpack)enc: Set pts+dur generically Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitwe

[FFmpeg-cvslog] avcodec/encode: Remove redundant check

2022-08-26 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Aug 23 21:16:00 2022 +0200| [52dcf0e0f56b4a696ba134221c03facdc166c7fc] | committer: Andreas Rheinhardt avcodec/encode: Remove redundant check frame is always set at this point for no-delay encoders. Signed-off-by: Andreas Rheinhardt > http:

[FFmpeg-cvslog] avcodec/internal: Fix outdated comment

2022-08-26 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Aug 24 03:19:05 2022 +0200| [5c217119c84a2b2b02b421d2c2e3aa0dee22e11f] | committer: Andreas Rheinhardt avcodec/internal: Fix outdated comment The legacy API is long gone. Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cg

[FFmpeg-cvslog] avcodec/encode: Fix outdated comment

2022-08-26 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Aug 24 03:18:47 2022 +0200| [3fdfd4b725cf84b6dd9dddb53cd37c12cb3ce76f] | committer: Andreas Rheinhardt avcodec/encode: Fix outdated comment Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3fdfd4b