[FFmpeg-cvslog] avcodec/mpegvideo_enc: Reindent after the previous commit

2021-12-16 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Dec 13 14:47:57 2021 +0100| [3c9778d342e6709407e3906d680ebab3a3ecd754] | committer: Andreas Rheinhardt avcodec/mpegvideo_enc: Reindent after the previous commit Signed-off-by: Andreas Rheinhardt >

[FFmpeg-cvslog] avcodec/mpegvideo_enc: Combine some checks

2021-12-16 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Dec 13 13:57:14 2021 +0100| [9f906f3114d788c5047ed5c5d2d8a7bc73bed012] | committer: Andreas Rheinhardt avcodec/mpegvideo_enc: Combine some checks Signed-off-by: Andreas Rheinhardt >

[FFmpeg-cvslog] avcodec/mpegvideo: Reindentation

2021-12-16 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Dec 13 02:14:13 2021 +0100| [090cd1394fe7d6c422235c7c776f0fcbfdda1b57] | committer: Andreas Rheinhardt avcodec/mpegvideo: Reindentation Signed-off-by: Andreas Rheinhardt >

[FFmpeg-cvslog] avcodec/mpegvideo_enc: Remove some impossible branches

2021-12-16 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Dec 13 14:43:58 2021 +0100| [a595717d214c892df05a955c935dd172924af47b] | committer: Andreas Rheinhardt avcodec/mpegvideo_enc: Remove some impossible branches Signed-off-by: Andreas Rheinhardt >

[FFmpeg-cvslog] avcodec/h263: Remove declaration of inexistent function

2021-12-16 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Dec 13 01:32:32 2021 +0100| [f860dfe555349611ba20bb44e62487ee080c5ae1] | committer: Andreas Rheinhardt avcodec/h263: Remove declaration of inexistent function Forgotten in c46eeae2a80dfe0046c15b542e8b9a2c78f19bf7. Signed-off-by: Andreas

[FFmpeg-cvslog] avcodec/mpegvideo: Allocate several buffers jointly

2021-12-16 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Dec 13 01:22:04 2021 +0100| [9088cc6df9de86d69c531b4f7b4da2b8b4b5299d] | committer: Andreas Rheinhardt avcodec/mpegvideo: Allocate several buffers jointly Reduces the amount of allocations and frees. Signed-off-by: Andreas Rheinhardt >

[FFmpeg-cvslog] avcodec/mpegvideo: Don't allocate encoder-only buffers when decoding

2021-12-16 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Dec 12 23:50:11 2021 +0100| [2ac3e32802c6b9553677d472fe96a8c3ba237662] | committer: Andreas Rheinhardt avcodec/mpegvideo: Don't allocate encoder-only buffers when decoding Signed-off-by: Andreas Rheinhardt >

[FFmpeg-cvslog] avcodec/mpegvideo_enc, vc1dec: Remove always-false check

2021-12-16 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Dec 12 21:32:21 2021 +0100| [b72723d415ff059aaf1038fa98900eb3e93896d3] | committer: Andreas Rheinhardt avcodec/mpegvideo_enc, vc1dec: Remove always-false check Mpeg1EncContext.droppable is only nonzero for the FLV decoder. Signed-off-by:

[FFmpeg-cvslog] avcodec/mpegvideo: Don't update encoder-only fields for decoders

2021-12-16 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Dec 12 20:42:46 2021 +0100| [0abdf63ae7fc9c194bc1df612c649eb7d110b9cc] | committer: Andreas Rheinhardt avcodec/mpegvideo: Don't update encoder-only fields for decoders ff_mpeg_update_thread_context() is only used by decoders. Signed-off-by:

[FFmpeg-cvslog] avcodec/mpegvideo: Move closed_gop to Mpeg1Context

2021-12-16 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Dec 12 20:36:05 2021 +0100| [81c6b8ffe87bf01c4ba7d22773b0aeda4376d37c] | committer: Andreas Rheinhardt avcodec/mpegvideo: Move closed_gop to Mpeg1Context Only used there and only by the main thread. Signed-off-by: Andreas Rheinhardt >

[FFmpeg-cvslog] avformat/4xm: Check for duplicate track ids

2021-12-16 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Dec 7 09:14:09 2021 +0100| [dd949124793c722ed55dead9da245574ace81968] | committer: Michael Niedermayer avformat/4xm: Check for duplicate track ids Signed-off-by: Michael Niedermayer >

[FFmpeg-cvslog] avformat/vivo: Favor setting fps from explicit fractions

2021-12-16 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Dec 6 11:38:39 2021 +0100| [bf1e93bdc9aaa4fd5c231030b5368aae0df018ee] | committer: Michael Niedermayer avformat/vivo: Favor setting fps from explicit fractions Signed-off-by: Michael Niedermayer >

[FFmpeg-cvslog] avformat/vivo: Do not use the general expression evaluator for parsing a floating point value

2021-12-16 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Dec 5 18:40:03 2021 +0100| [7b24615565fd488e7e3a435102979a5ea85fe2fe] | committer: Michael Niedermayer avformat/vivo: Do not use the general expression evaluator for parsing a floating point value Fixes: Timeout Fixes:

[FFmpeg-cvslog] avformat/4xm: Consider max_streams on reallocating tracks array

2021-12-16 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Dec 7 09:14:08 2021 +0100| [0dcd95ef8a2e16ed930296567ab1044e33602a34] | committer: Michael Niedermayer avformat/4xm: Consider max_streams on reallocating tracks array Fixes: OOM Fixes:

[FFmpeg-cvslog] avformat/cinedec: Avoid repeatedly allocating packets beyond the input

2021-12-16 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Nov 27 20:48:27 2021 +0100| [e22ec484aab7a75d5cefb654885c18c3a7b8e948] | committer: Michael Niedermayer avformat/cinedec: Avoid repeatedly allocating packets beyond the input Fixes: Timeout Fixes:

[FFmpeg-cvslog] avformat/mov: Check next offset in mov_read_dref()

2021-12-16 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Dec 4 20:48:54 2021 +0100| [562021e2fd4d74589905d9c566c686394d2b0526] | committer: Michael Niedermayer avformat/mov: Check next offset in mov_read_dref() Fixes: signed integer overflow: 9223372036200463215 + 1109914409 cannot be

[FFmpeg-cvslog] avcodec/speexdec: Avoid violating the vector_fmul_scalar() API

2021-12-16 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Nov 30 20:03:22 2021 +0100| [8e96410e1b8360b6544b74836f3d6971e8ab2fc1] | committer: Michael Niedermayer avcodec/speexdec: Avoid violating the vector_fmul_scalar() API Fixes: out of array access Fixes:

[FFmpeg-cvslog] x86/scale_avx2: don't use $ for hex literals

2021-12-16 Thread James Almer
ffmpeg | branch: master | James Almer | Thu Dec 16 17:16:17 2021 -0300| [eab91c3e2e94cf4934ec9da50be6fea3c73e8f36] | committer: James Almer x86/scale_avx2: don't use $ for hex literals Fixes compilation with AVX2 enabled yasm. Signed-off-by: James Almer >

[FFmpeg-cvslog] avformat/mvdec: Use 64 bit in timestamp computation

2021-12-16 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Dec 15 18:37:13 2021 +0100| [99b2700f5bf887cf95316a2f9e8c1082b11982ba] | committer: Michael Niedermayer avformat/mvdec: Use 64 bit in timestamp computation Fixes: division by zero Fixes:

[FFmpeg-cvslog] tools/target_dec_fuzzer: Adjust threshold for prores

2021-12-16 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Dec 15 18:37:12 2021 +0100| [db3fd5ab3190ca4298d29b12153859a51f9a02fd] | committer: Michael Niedermayer tools/target_dec_fuzzer: Adjust threshold for prores Fixes: Timeout Fixes:

[FFmpeg-cvslog] x86/scale_avx2: Change asm indent from 2 to 4 spaces.

2021-12-16 Thread Alan Kelly
ffmpeg | branch: master | Alan Kelly | Thu Dec 16 17:27:10 2021 +0100| [9092e58c4469f5488f305fdb85e34e61bba7b04a] | committer: James Almer x86/scale_avx2: Change asm indent from 2 to 4 spaces. Signed-off-by: James Almer >

[FFmpeg-cvslog] x86/swscale: fix minor coding style issues

2021-12-16 Thread Alan Kelly
ffmpeg | branch: master | Alan Kelly | Thu Dec 16 17:05:48 2021 +0100| [86663963e6419a127cf52a03758855f4f8f8689f] | committer: James Almer x86/swscale: fix minor coding style issues Signed-off-by: James Almer >

[FFmpeg-cvslog] x86/scale_avx2: add missing check for AVX2 assembler support

2021-12-16 Thread James Almer
ffmpeg | branch: master | James Almer | Thu Dec 16 09:41:56 2021 -0300| [76a3f961f8e004da3ebc32640baf5c5ea4406a3b] | committer: James Almer x86/scale_avx2: add missing check for AVX2 assembler support Should fix compilation with old yasm. Signed-off-by: James Almer >

[FFmpeg-cvslog] avcodec/tests: Update .gitignore file

2021-12-16 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Dec 15 16:49:13 2021 +0100| [0ab5d7e92b7970616066b634354d2233927ee36b] | committer: Andreas Rheinhardt avcodec/tests: Update .gitignore file Forgotten in 136865413c04760aeeda6079002bc3c1f9ae230a. Signed-off-by: Andreas Rheinhardt >

[FFmpeg-cvslog] fftools/cmdutils: Avoid crash when opts could not be allocated

2021-12-16 Thread Yu Yang
ffmpeg | branch: master | Yu Yang | Wed Dec 15 10:47:28 2021 +0800| [a4580bf95985e033eb8857156db3670eeec48131] | committer: Andreas Rheinhardt fftools/cmdutils: Avoid crash when opts could not be allocated If 'opts' could not be allocated, exiting the program to avoid crash when release it.