[FFmpeg-cvslog] avfilter/vpp_qsv: fix regression on older api versions (e.g. 1.11)

2022-01-09 Thread softworkz
ffmpeg | branch: master | softworkz | Fri Jan 7 07:01:31 2022 +| [479f3c65986fca0ccf56f4dadb5a5b167f466fc7] | committer: Haihao Xiang avfilter/vpp_qsv: fix regression on older api versions (e.g. 1.11) Commit 8b83dad82512a6948b63408f964463b063ad24c9 introduced a regression in a way that

[FFmpeg-cvslog] lavc/qsvenc: add return check for ff_qsv_map_pixfmt

2022-01-09 Thread Linjie Fu
ffmpeg | branch: master | Linjie Fu | Tue Feb 25 10:02:33 2020 +0800| [c39b6e1425f041622a4e58d1c7c215c75a04a845] | committer: Haihao Xiang lavc/qsvenc: add return check for ff_qsv_map_pixfmt Return an error directly if pixfmt is not supported for encoding, otherwise it may be hidden until

[FFmpeg-cvslog] avformat/amr: Return error upon error

2022-01-09 Thread Andreas Rheinhardt
ffmpeg | branch: release/5.0 | Andreas Rheinhardt | Sun Jan 9 15:50:57 2022 +0100| [0acca1791ee3180726d850c40b8bba2937502c3b] | committer: Andreas Rheinhardt avformat/amr: Return error upon error Signed-off-by: Andreas Rheinhardt (cherry picked from commit

[FFmpeg-cvslog] avformat/amr: Return error upon error

2022-01-09 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Jan 9 15:50:57 2022 +0100| [abc7d1c697e0dbe463ca6632e45142ae72d139a9] | committer: Andreas Rheinhardt avformat/amr: Return error upon error Signed-off-by: Andreas Rheinhardt >

[FFmpeg-cvslog] avformat/imfdec: do not use filesize when reading XML file

2022-01-09 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sat Jan 1 20:05:59 2022 +0100| [ae690d5cf51d8b1b09f8ed6799041311cfa57a6b] | committer: Marton Balint avformat/imfdec: do not use filesize when reading XML file Signed-off-by: Marton Balint >

[FFmpeg-cvslog] avformat/dashdec: do not use filesize when reading XML file

2022-01-09 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sat Jan 1 20:08:13 2022 +0100| [22dc472d844683524c4547706173dba40d835888] | committer: Marton Balint avformat/dashdec: do not use filesize when reading XML file Signed-off-by: Marton Balint >

[FFmpeg-cvslog] avformat/mxfdec: support MCA audio information

2022-01-09 Thread Marc-Antoine Arnaud
ffmpeg | branch: release/5.0 | Marc-Antoine Arnaud | Thu Nov 25 23:33:10 2021 +0100| [e53ab575daeda555d84557e43a18f8588c0203dd] | committer: Marton Balint avformat/mxfdec: support MCA audio information Channel reordering is removed from this patch because the new channel layout API will

[FFmpeg-cvslog] avformat/mxfdec: support MCA audio information

2022-01-09 Thread Marc-Antoine Arnaud
ffmpeg | branch: master | Marc-Antoine Arnaud | Thu Nov 25 23:33:10 2021 +0100| [47c4df2203f774f6a62391e1de770cf5b9dddcbd] | committer: Marton Balint avformat/mxfdec: support MCA audio information Channel reordering is removed from this patch because the new channel layout API will support it

[FFmpeg-cvslog] avcodec/v4l2_context: send start decode command after dynamic resolution change event

2022-01-09 Thread Ming Qian
ffmpeg | branch: release/5.0 | Ming Qian | Tue Jan 4 17:08:32 2022 +0800| [832aae6c8684041a874943d4dc2f9272869809c9] | committer: Andriy Gelman avcodec/v4l2_context: send start decode command after dynamic resolution change event Fixes decoding of sample

[FFmpeg-cvslog] avcodec/v4l2_context: don't reinit output queue on dynamic resolution change event

2022-01-09 Thread Ming Qian
ffmpeg | branch: release/5.0 | Ming Qian | Tue Jan 4 17:08:30 2022 +0800| [91b459ab23bfb6e7dea42f71519df2aece5751a0] | committer: Andriy Gelman avcodec/v4l2_context: don't reinit output queue on dynamic resolution change event Reference:

[FFmpeg-cvslog] avcodec/v4l2_context: send start decode command after dynamic resolution change event

2022-01-09 Thread Ming Qian
ffmpeg | branch: master | Ming Qian | Tue Jan 4 17:08:32 2022 +0800| [3fc72c9fc16df3b7edc329ed9eeaaa1e65976c33] | committer: Andriy Gelman avcodec/v4l2_context: send start decode command after dynamic resolution change event Fixes decoding of sample

[FFmpeg-cvslog] avcodec/v4l2_context: don't reinit output queue on dynamic resolution change event

2022-01-09 Thread Ming Qian
ffmpeg | branch: master | Ming Qian | Tue Jan 4 17:08:30 2022 +0800| [df701ed0b582a6b5c763310b4225446089cbcfb1] | committer: Andriy Gelman avcodec/v4l2_context: don't reinit output queue on dynamic resolution change event Reference:

[FFmpeg-cvslog] avcodec/avcodec: Remove outdated comment

2022-01-09 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Jan 5 22:47:45 2022 +0100| [ebf1d0f4bb7e849a4a4481eeba3a96c1df674308] | committer: Andreas Rheinhardt avcodec/avcodec: Remove outdated comment avcodec_open2() is supposed to be thread-safe (those codecs whose init functions are not

[FFmpeg-cvslog] avcodec/mpeg4videodec: Fix data race when initializing VLCs

2022-01-09 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Jan 4 06:12:27 2022 +0100| [832ead2ec40392e73422f9a9d3ab1f21ea025207] | committer: Andreas Rheinhardt avcodec/mpeg4videodec: Fix data race when initializing VLCs Both the MPEG-4 parser as well as the decoder initialized several VLCs. There

[FFmpeg-cvslog] avcodec: Remove unnecessary h263.h inclusions

2022-01-09 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Jan 4 09:21:05 2022 +0100| [a88a141c1791b448f2c327e6bdd9491a4439efc2] | committer: Andreas Rheinhardt avcodec: Remove unnecessary h263.h inclusions Signed-off-by: Andreas Rheinhardt >

[FFmpeg-cvslog] avcodec/rl: Don't pretend ff_rl_init() initializes a RLTable twice

2022-01-09 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat May 8 01:11:06 2021 +0200| [938251c878d46aef001da2527fb7234b9f2f83ea] | committer: Andreas Rheinhardt avcodec/rl: Don't pretend ff_rl_init() initializes a RLTable twice It can't any longer, because all users of ff_rl_init() are now behind

[FFmpeg-cvslog] avcodec/bitstream: Don't pretend VLCs to be initialized concurrently

2022-01-09 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Jan 4 07:43:59 2022 +0100| [e60debb93efc0bb76475682bc26e7a0645241e2f] | committer: Andreas Rheinhardt avcodec/bitstream: Don't pretend VLCs to be initialized concurrently Since the MPEG-4 parser no longer initializes some MPEG-4 VLCs, no VLC

[FFmpeg-cvslog] avcodec/mpeg4video: Skip unneeded element when parsing picture header

2022-01-09 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Jan 4 06:05:59 2022 +0100| [f0194e860e33cb60a80305eae2262b2e7977c908] | committer: Andreas Rheinhardt avcodec/mpeg4video: Skip unneeded element when parsing picture header Namely, skip some elements that are only useful for a decoder when

[FFmpeg-cvslog] avcodec/h263: Move functions only used once to their caller

2022-01-09 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri May 7 22:30:53 2021 +0200| [6739bb5a0e749a4936a274ceff7aab2b488393c6] | committer: Andreas Rheinhardt avcodec/h263: Move functions only used once to their caller In this case it means moving ff_h263_pred_dc() resp. ff_h263_pred_acdc() to

[FFmpeg-cvslog] avcodec/mpegvideo: Avoid macro/av_calloc for ordinary allocations

2022-01-09 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Jan 1 12:30:19 2022 +0100| [de29d482f9ee8d9cea9c58a1370ab99028adff3f] | committer: Andreas Rheinhardt avcodec/mpegvideo: Avoid macro/av_calloc for ordinary allocations Signed-off-by: Andreas Rheinhardt >

[FFmpeg-cvslog] avcodec/mpegvideo: Don't unnecessarily allocate buffers

2022-01-09 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Jan 1 12:12:22 2022 +0100| [4fc4cf49315c96531a7675140502df222ae8e942] | committer: Andreas Rheinhardt avcodec/mpegvideo: Don't unnecessarily allocate buffers Signed-off-by: Andreas Rheinhardt >

[FFmpeg-cvslog] avcodec/mpeg12dec: Don't set write-only variable

2022-01-09 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Jan 1 09:57:05 2022 +0100| [750c765ca421ba4546461f803f9ce2396399fb67] | committer: Andreas Rheinhardt avcodec/mpeg12dec: Don't set write-only variable MpegEncContext.picture_number is write-only for MPEG-1/2 decoding. Signed-off-by: Andreas

[FFmpeg-cvslog] avformat/rawvideodec: Disable option accidentally added for v210(x)

2022-01-09 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Jan 8 20:47:26 2022 +0100| [0ddae119ace370bfa0c2ba8a06886f253ff53263] | committer: Andreas Rheinhardt avformat/rawvideodec: Disable option accidentally added for v210(x) 41f213c3bf629d549400e935e7f123e6cfa959ab accidentally added an unused