[FFmpeg-cvslog] avcodec/mpeg12enc: Reindentation

2020-11-24 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Nov 24 14:43:46 2020 +0100| [3de3d2f5e24985bfd53b9b85122079a98816e259] | committer: Andreas Rheinhardt avcodec/mpeg12enc: Reindentation Signed-off-by: Andreas Rheinhardt >

[FFmpeg-cvslog] avcodec/mpeg12enc: Use ff_thread_once() for static initializations

2020-11-24 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Nov 24 14:39:47 2020 +0100| [bf5bfcdbd373ad44fed87ddbd7ee8f6c9ee1217a] | committer: Andreas Rheinhardt avcodec/mpeg12enc: Use ff_thread_once() for static initializations Reviewed-by: Michael Niedermayer Signed-off-by: Andreas Rheinhardt >

[FFmpeg-cvslog] avcodec/mpeg12enc: Always initialize MPEG-2 intra VLC table lengths

2020-11-24 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Nov 24 13:29:29 2020 +0100| [ef3c1670d488d1cffc98115a5e67b07ee921e47d] | committer: Andreas Rheinhardt avcodec/mpeg12enc: Always initialize MPEG-2 intra VLC table lengths The MPEG-1/2 encoders initialize several tables once during the first

[FFmpeg-cvslog] avfilter/vf_readeia608: add support for slice threads

2020-11-24 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue Nov 24 22:14:14 2020 +0100| [278984b3430727c850de4b67cdde248be6d99ae1] | committer: Paul B Mahol avfilter/vf_readeia608: add support for slice threads >

[FFmpeg-cvslog] avfilter/vf_readeia608: add support for commands

2020-11-24 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue Nov 24 20:52:22 2020 +0100| [97bc6900e67007c94b4a9ba7aedd81796abb5602] | committer: Paul B Mahol avfilter/vf_readeia608: add support for commands > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=97bc6900e67007c94b4a9ba7aedd81796abb5602

[FFmpeg-cvslog] avfilter/vf_xfade: ensure metadata is copied to transition frames

2020-11-24 Thread Musee Ullah
ffmpeg | branch: master | Musee Ullah | Mon Nov 23 13:52:01 2020 -0600| [7bb8b819556a1146eeff1863bbb42b77039c1798] | committer: Paul B Mahol avfilter/vf_xfade: ensure metadata is copied to transition frames I was having an issue where, using a filter chain of xfade -> ass, the colors on the

[FFmpeg-cvslog] avfilter/af_biquads: make sure that biquad filter still works

2020-11-24 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue Nov 24 14:24:18 2020 +0100| [c6a7ca271b9cead3595cef09b8e455ff4b3f198a] | committer: Paul B Mahol avfilter/af_biquads: make sure that biquad filter still works >

[FFmpeg-cvslog] avfilter/af_biquads: do not abort filtering on bogus options

2020-11-24 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue Nov 24 11:49:19 2020 +0100| [040e989223f0b74c746635a7137e9f43fea28664] | committer: Paul B Mahol avfilter/af_biquads: do not abort filtering on bogus options Instead, continue returning unfiltered input. >

[FFmpeg-cvslog] avcodec/mlpdec: Avoid code duplication when initializing VLCs

2020-11-24 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Nov 21 00:24:33 2020 +0100| [08a992e018fd1c28daac1ec21cfd133ca3d7a140] | committer: Andreas Rheinhardt avcodec/mlpdec: Avoid code duplication when initializing VLCs Reviewed-by: Jai Luthra Signed-off-by: Andreas Rheinhardt >

[FFmpeg-cvslog] avcodec/mlpdec: Make decoders init-threadsafe

2020-11-24 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Nov 21 00:15:49 2020 +0100| [34aa85cd9113bde646af51440aa4528314ddfae3] | committer: Andreas Rheinhardt avcodec/mlpdec: Make decoders init-threadsafe Reviewed-by: Jai Luthra Signed-off-by: Andreas Rheinhardt >

[FFmpeg-cvslog] avcodec/mpegaudiodec_template: Don't use unnecessarily many VLC bits

2020-11-24 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Nov 17 14:29:58 2020 +0100| [79ab46ac6e943c7ac886461f8d761e4c0036f8c3] | committer: Andreas Rheinhardt avcodec/mpegaudiodec_template: Don't use unnecessarily many VLC bits Signed-off-by: Andreas Rheinhardt >

[FFmpeg-cvslog] avcodec/mlp: Make initializing CRCs thread-safe

2020-11-24 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Nov 21 00:11:18 2020 +0100| [1f0e27dd66dabe243b289aa332525e99036feea5] | committer: Andreas Rheinhardt avcodec/mlp: Make initializing CRCs thread-safe Reviewed-by: Jai Luthra Signed-off-by: Andreas Rheinhardt >

[FFmpeg-cvslog] avcodec/mv30: Don't check for errors for complete VLCs

2020-11-24 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Nov 16 14:50:49 2020 +0100| [37f510d3f48fb0ab127694a77858dcc78346780c] | committer: Andreas Rheinhardt avcodec/mv30: Don't check for errors for complete VLCs Signed-off-by: Andreas Rheinhardt >

[FFmpeg-cvslog] avcodec/imm4: Don't use too big VLC table

2020-11-24 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Nov 16 13:27:22 2020 +0100| [50d50653d106184b60f464eeba20e132c137090e] | committer: Andreas Rheinhardt avcodec/imm4: Don't use too big VLC table Using more bits than the longest code has makes no sense. Signed-off-by: Andreas Rheinhardt >

[FFmpeg-cvslog] avcodec/aac*: Make initializing ff_aac_pow*sf_tab thread-safe

2020-11-24 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Nov 19 16:54:45 2020 +0100| [195d8ce85eb73ff283f85dcee63383ec4081e3e7] | committer: Andreas Rheinhardt avcodec/aac*: Make initializing ff_aac_pow*sf_tab thread-safe This table is currently initialized up to three times: Once by the encoder

[FFmpeg-cvslog] avcodec/aactab: Fix conflicting types for ff_aac_codebook*

2020-11-24 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Nov 19 16:50:44 2020 +0100| [c4b4cd775af0f4b83c34fd595c05d2fa99018323] | committer: Andreas Rheinhardt avcodec/aactab: Fix conflicting types for ff_aac_codebook* The header missed that these are arrays of const pointers (to const data).

[FFmpeg-cvslog] avcodec/qdmc: Don't check for errors for complete VLCs

2020-11-24 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Nov 8 10:15:31 2020 +0100| [b81e6437ca1bb9e637b98ea862fbcd17ef2a065a] | committer: Andreas Rheinhardt avcodec/qdmc: Don't check for errors for complete VLCs Signed-off-by: Andreas Rheinhardt >

[FFmpeg-cvslog] avcodec/hqx: Don't check for errors for complete VLCs

2020-11-24 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Nov 7 10:33:30 2020 +0100| [e68247d5cf3c490fe7565007cc4b24f5817b] | committer: Andreas Rheinhardt avcodec/hqx: Don't check for errors for complete VLCs Signed-off-by: Andreas Rheinhardt >

[FFmpeg-cvslog] avcodec/hqx: Inline constants

2020-11-24 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Nov 7 10:31:59 2020 +0100| [a03caa384f8f8c7bb2ba30b1bd0e60fa77f25db6] | committer: Andreas Rheinhardt avcodec/hqx: Inline constants Signed-off-by: Andreas Rheinhardt >

[FFmpeg-cvslog] avcodec/intrax8: Make ff_intrax8_common_init() thread-safe

2020-11-24 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Nov 16 22:00:34 2020 +0100| [b1af617f519cf7bbae1379473c76cff2b0e55659] | committer: Andreas Rheinhardt avcodec/intrax8: Make ff_intrax8_common_init() thread-safe In particular, don't reinitialize VLCs every time an IntraX8Context is

[FFmpeg-cvslog] avcodec/intrax8: Replace always-false check by assert

2020-11-24 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Nov 6 13:15:24 2020 +0100| [802baf212d2ab1b9844696589fc6c18ba748194c] | committer: Andreas Rheinhardt avcodec/intrax8: Replace always-false check by assert Signed-off-by: Andreas Rheinhardt >

[FFmpeg-cvslog] avcodec/atrac9tab: Add missing static to internal table

2020-11-24 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Nov 9 14:59:13 2020 +0100| [164ce14e5caeb1052d9365541e1052b5dad9cd8b] | committer: Andreas Rheinhardt avcodec/atrac9tab: Add missing static to internal table Signed-off-by: Andreas Rheinhardt >

[FFmpeg-cvslog] avcodec/atrac9dec: Use least max_depth in calls to get_vlc2()

2020-11-24 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Nov 4 05:33:33 2020 +0100| [4a9ffce91cef3c56d34db7f5966c1b48241a2536] | committer: Andreas Rheinhardt avcodec/atrac9dec: Use least max_depth in calls to get_vlc2() Signed-off-by: Andreas Rheinhardt >

[FFmpeg-cvslog] avcodec/atrac9dec: Don't confuse max_depth of VLC with max codelength

2020-11-24 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Nov 4 05:20:10 2020 +0100| [92209cf4c9be74197a1585e656443fedf215b344] | committer: Andreas Rheinhardt avcodec/atrac9dec: Don't confuse max_depth of VLC with max codelength The whole point of VLCs with their tables is to read more than one

[FFmpeg-cvslog] avcodec/atrac9dec: Replace av_free() by av_freep() in close function

2020-11-24 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Nov 5 03:51:50 2020 +0100| [6612d6d62e143599ee3c59ce81b157cecf0cdba9] | committer: Andreas Rheinhardt avcodec/atrac9dec: Replace av_free() by av_freep() in close function Signed-off-by: Andreas Rheinhardt >

[FFmpeg-cvslog] avcodec/atrac9dec: Don't use unnecessarily large VLC tables

2020-11-24 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Nov 4 05:38:31 2020 +0100| [659c61ba7caaa98a3ae6c3a3347b6ff557a4a084] | committer: Andreas Rheinhardt avcodec/atrac9dec: Don't use unnecessarily large VLC tables Using more bits for a VLC than the longest code has has no advantage.

[FFmpeg-cvslog] avcodec/truemotion2: Mark decoder as init-threadsafe

2020-11-24 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Nov 17 11:22:09 2020 +0100| [0339af05a4eaa1adbf153b7fa2213eea7e531573] | committer: Andreas Rheinhardt avcodec/truemotion2: Mark decoder as init-threadsafe Signed-off-by: Andreas Rheinhardt >

[FFmpeg-cvslog] avcodec/g2meet: Use least max_depth in get_vlc2()

2020-11-24 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Nov 1 02:17:43 2020 +0100| [73b3ea572819a79e7896627e4c1daf74ce1dfe46] | committer: Andreas Rheinhardt avcodec/g2meet: Use least max_depth in get_vlc2() The longest AC codes of the standard JPEG tables are 16 bits long; for the DC tables, the

[FFmpeg-cvslog] avcodec/sheervideo: Add av_cold to build_vlc()

2020-11-24 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Nov 1 01:14:36 2020 +0100| [e74621b0a8c4d8f9aecdbb72ca264bdaca17ab52] | committer: Andreas Rheinhardt avcodec/sheervideo: Add av_cold to build_vlc() It is an init function even when called from decode_frame(). Signed-off-by: Andreas

[FFmpeg-cvslog] avcodec/mss4: Mark decoder as init-threadsafe

2020-11-24 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Nov 20 03:53:42 2020 +0100| [f1919dc8fa391debebb339d5ab2268567783411e] | committer: Andreas Rheinhardt avcodec/mss4: Mark decoder as init-threadsafe Signed-off-by: Andreas Rheinhardt >

[FFmpeg-cvslog] avcodec/rv40vlc2: Make VLC smaller

2020-11-24 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Oct 31 20:32:25 2020 +0100| [9a61326b0fa2f4c10e08aa4fd795ae2b0f4310bd] | committer: Andreas Rheinhardt avcodec/rv40vlc2: Make VLC smaller Signed-off-by: Andreas Rheinhardt >

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

2020-11-24 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Nov 17 13:31:44 2020 +0100| [278a27f651e1ef72096b7eaae3976d6a9ef1d404] | committer: Andreas Rheinhardt avcodec/qdm2: Remove outdated comment Forgotten in f054e309c58894450a5d18cce9799ef58aab9f14. Signed-off-by: Andreas Rheinhardt >

[FFmpeg-cvslog] avcodec/mpegaudiodsp: Make initializing synth windows thread-safe

2020-11-24 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Nov 15 20:56:22 2020 +0100| [16bb8247b45a51c06e27e8563d8a546f3dddc79e] | committer: Andreas Rheinhardt avcodec/mpegaudiodsp: Make initializing synth windows thread-safe These arrays are used by the Musepack decoders, the MPEG audio decoders

[FFmpeg-cvslog] avcodec/mpegaudiodsp: Make ff_mpadsp_init() thread-safe

2020-11-24 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Nov 15 16:01:49 2020 +0100| [ead313415037bbb94954a346a17796c0f741f790] | committer: Andreas Rheinhardt avcodec/mpegaudiodsp: Make ff_mpadsp_init() thread-safe The only thing missing for this is to make ff_mpadsp_init_x86() thread-safe; it

[FFmpeg-cvslog] avcodec/fft_template, fft_init_table: Make ff_fft_init() thread-safe

2020-11-24 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Nov 18 21:38:45 2020 +0100| [b9c1ab89078d862e0146c9d7ed277addd770e3a3] | committer: Andreas Rheinhardt avcodec/fft_template, fft_init_table: Make ff_fft_init() thread-safe Commit 1af615683e4a1a858407afbaa2fd686842da7e49 put initializing the

[FFmpeg-cvslog] avcodec/mpegaudiodsp: Combine initializing float and int tables

2020-11-24 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Nov 15 15:53:34 2020 +0100| [5c45f7e15603c43e04747e5385d521ab6c8720ca] | committer: Andreas Rheinhardt avcodec/mpegaudiodsp: Combine initializing float and int tables This avoids code duplication in the functions used to initialize them and

[FFmpeg-cvslog] avcodec/motionpixels: Make decoder init-threadsafe

2020-11-24 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Nov 17 10:50:01 2020 +0100| [af7acbb4b87ae44560dd4223b39c031c54923b63] | committer: Andreas Rheinhardt avcodec/motionpixels: Make decoder init-threadsafe Signed-off-by: Andreas Rheinhardt >

[FFmpeg-cvslog] avcodec/motionpixels: Be more strict when parsing Huffman trees

2020-11-24 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Oct 29 10:41:01 2020 +0100| [3d95b1a8285240f150853d4a823bc225fd3f6544] | committer: Andreas Rheinhardt avcodec/motionpixels: Be more strict when parsing Huffman trees This ensures that the number of leafs in the Huffman tree equals the number

[FFmpeg-cvslog] avcodec/motionpixels: Use symbols table

2020-11-24 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Oct 29 10:56:32 2020 +0100| [cc18bcdd5204feff6724486f72fafcad15640362] | committer: Andreas Rheinhardt avcodec/motionpixels: Use symbols table If allows us to directly store the deltas in the VLC table and therefore avoids a level of

[FFmpeg-cvslog] avcodec/motionpixels: Don't check for errors for complete VLC

2020-11-24 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Oct 29 10:25:09 2020 +0100| [d3fba7480302ada9d75575ff6892fdbb9318f1ea] | committer: Andreas Rheinhardt avcodec/motionpixels: Don't check for errors for complete VLC The algorithm used here always creates a complete VLC, so it is unnecessary

[FFmpeg-cvslog] avcodec/motionpixels: Only create VLC iff it is going to be used

2020-11-24 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Oct 29 09:46:34 2020 +0100| [e246ea2535da863be83d94c2da3248367f5c0684] | committer: Andreas Rheinhardt avcodec/motionpixels: Only create VLC iff it is going to be used If the Huffman tree consists of only one entry (which has length zero), no

[FFmpeg-cvslog] avcodec/mimic: Cleanup generically upon init failure

2020-11-24 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Nov 15 13:34:57 2020 +0100| [3066b243e96f2dfa3fd405b2b89a8e8574e398dc] | committer: Andreas Rheinhardt avcodec/mimic: Cleanup generically upon init failure Signed-off-by: Andreas Rheinhardt >

[FFmpeg-cvslog] avcodec/mimic: Mark decoder as init-threadsafe

2020-11-24 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Nov 15 13:41:41 2020 +0100| [97da1b4341a356d46e9b46f235f991a4de63195c] | committer: Andreas Rheinhardt avcodec/mimic: Mark decoder as init-threadsafe Signed-off-by: Andreas Rheinhardt >

[FFmpeg-cvslog] avcodec/rv10: Make initializing static RV10 VLCs thread-safe

2020-11-24 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Nov 17 10:09:34 2020 +0100| [e9d06fef62d811828cf49c4d0c383ddacc22884d] | committer: Andreas Rheinhardt avcodec/rv10: Make initializing static RV10 VLCs thread-safe Signed-off-by: Andreas Rheinhardt >

[FFmpeg-cvslog] avcodec/tscc2: Mark tscc2 decoder as init-threadsafe

2020-11-24 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Nov 15 09:53:00 2020 +0100| [a6423412c17e22ebec2823c83b991b0f8b0d30c9] | committer: Andreas Rheinhardt avcodec/tscc2: Mark tscc2 decoder as init-threadsafe Signed-off-by: Andreas Rheinhardt >

[FFmpeg-cvslog] avcodec/smacker: Mark decoders as init-threadsafe

2020-11-24 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Nov 15 10:27:04 2020 +0100| [1463f9edcbdff88fd44dfe3bc17386c6b0488036] | committer: Andreas Rheinhardt avcodec/smacker: Mark decoders as init-threadsafe Both Smacker audio and video decoders don't use/modify any global state. Signed-off-by:

[FFmpeg-cvslog] avfilter/af_adenorm: add timeline and slice threading support

2020-11-24 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue Nov 24 11:27:14 2020 +0100| [68429b9465b53bbb64bf8f35ea601f7ec2ead407] | committer: Paul B Mahol avfilter/af_adenorm: add timeline and slice threading support >

[FFmpeg-cvslog] avfilter/af_asubboost: add timeline and slice threading support

2020-11-24 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue Nov 24 10:00:34 2020 +0100| [ee8ecc2730dadc8cdcd7be6e470d03a554f03b76] | committer: Paul B Mahol avfilter/af_asubboost: add timeline and slice threading support >

[FFmpeg-cvslog] avcodec: add SpeedHQ encoder

2020-11-24 Thread Jean-Baptiste Kempf
ffmpeg | branch: master | Jean-Baptiste Kempf | Mon Nov 9 12:25:02 2020 +0100| [052a5993adfc749b4283aac4ca0dec3087b7091a] | committer: Paul B Mahol avcodec: add SpeedHQ encoder > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=052a5993adfc749b4283aac4ca0dec3087b7091a ---

[FFmpeg-cvslog] avformat/av1: add support for passing through MP4/Matroska av1c

2020-11-24 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Mon Nov 23 18:00:44 2020 +0200| [4688017d9a1c2633c5888de5a0580d29e7680d54] | committer: Jan Ekström avformat/av1: add support for passing through MP4/Matroska av1c >

[FFmpeg-cvslog] avcodec/av1{dec,parser}: move to ff_cbs_read_extradata_from_codec

2020-11-24 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Mon Nov 23 17:36:20 2020 +0200| [8fbc139e6143297b8f88bc5145778787b64f4381] | committer: Jan Ekström avcodec/av1{dec,parser}: move to ff_cbs_read_extradata_from_codec This lets us re-utilize the extradata-related checks in the CBS to add support for

[FFmpeg-cvslog] cbs: Add function to read extradata from an AVCodecContext

2020-11-24 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Mon Nov 23 17:53:57 2020 +| [7bacf60ae5df75954a538563d19f6001aa598b3f] | committer: Jan Ekström cbs: Add function to read extradata from an AVCodecContext This is useful in decoders and parsers, matching the way that bitstream filters read

[FFmpeg-cvslog] avcodec/cbs_av1: add support for standard MP4/Matroska extradata

2020-11-24 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Mon Nov 23 19:37:38 2020 +0200| [a66d1779bb1b33cc54b359b142dcbcd2827fa282] | committer: Jan Ekström avcodec/cbs_av1: add support for standard MP4/Matroska extradata This way API clients can just pass the AV1CodecConfigurationRecord as extradata as-is