[FFmpeg-cvslog] MAINTAINERS: add myself to the general developers list

2017-09-29 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Fri Sep 29 03:03:23 2017 +0300| [0275bdbd2c006ca6f4af47188f81ea626ee1] | committer: Michael Niedermayer MAINTAINERS: add myself to the general developers list Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git

[FFmpeg-cvslog] movenc: take packet dts shifting into mention in check_pkt

2017-10-04 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Sat Sep 30 01:04:00 2017 +0300| [ffc58b2ce27e140b47900d1ead304663f7b385ae] | committer: Clément Bœsch movenc: take packet dts shifting into mention in check_pkt This FFmpeg-specific "fuzzer fix" was never perfect, but now it stopped encoding

[FFmpeg-cvslog] configure: add pkg-config check for alsa

2017-10-18 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Mon Oct 16 22:28:00 2017 +0300| [247281e8051102e09f46f5434a2ce1c8e54781f2] | committer: Jan Ekström configure: add pkg-config check for alsa Helps with use cases such as static linking, as the .pc file does actually contain the necessary Libs.private

[FFmpeg-cvslog] hwcontext_d3d11va: properly reset values after release/close

2017-11-25 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Fri Nov 24 02:44:44 2017 +0200| [f6d49a0dc84aade2adf150c25afb66cbda1d5528] | committer: Jan Ekström hwcontext_d3d11va: properly reset values after release/close Makes the uninit function re-entrable, which can be a common case when an API user first

[FFmpeg-cvslog] mediacodecdec: fix build by including hwaccel.h

2017-12-01 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Fri Dec 1 22:21:54 2017 +0200| [6939b3cb9d60a3159413d76c8656cb240c823412] | committer: Jan Ekström mediacodecdec: fix build by including hwaccel.h Enables the decoder to utilize the type AVCodecHWConfigInternal. > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] lavf/aptxdec: fix the limit on the APTX demuxer definition

2018-02-10 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Sat Feb 10 16:59:54 2018 +0200| [063be4fe2cc631315fac028b5e5642e451304807] | committer: Jan Ekström lavf/aptxdec: fix the limit on the APTX demuxer definition Fixes breakage with --disable-muxers as it was originally limited to the muxer, and not the

[FFmpeg-cvslog] avformat/hlsenc: use stream's maximum bit rate as fall-back advertised rate

2018-03-24 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Fri Mar 23 14:41:28 2018 +0200| [5b31dd1c6b1e35d91ce068d6cd20eb4a3d3faa38] | committer: Jan Ekström avformat/hlsenc: use stream's maximum bit rate as fall-back advertised rate Enables having proper bit rate values being written into the master pla

[FFmpeg-cvslog] ffmpeg: prevent premature EOF in sub2video with nullptr AVSubtitles

2018-04-01 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Sat Mar 31 19:39:07 2018 +0300| [e760c12aeef608aa8b416664687b9aca3a2c6f68] | committer: Jan Ekström ffmpeg: prevent premature EOF in sub2video with nullptr AVSubtitles With certain types of input and the filter chain getting re-initialized or re

[FFmpeg-cvslog] lavf/dashenc: pass standards compliance value to the internal context

2018-05-02 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Fri Apr 27 03:51:37 2018 +0300| [bad42e9b40920f079b27e5bd4103d9293046b2ed] | committer: Karthick Jeyapal lavf/dashenc: pass standards compliance value to the internal context Enables one to test possibly nonstandard formats such as Opus or FLAC in

[FFmpeg-cvslog] lavf/dashenc: require experimental mode to be enabled for WebM

2018-05-02 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Fri Apr 27 03:51:36 2018 +0300| [48684d26057ad830f522fc94d073a26067b49e6f] | committer: Karthick Jeyapal lavf/dashenc: require experimental mode to be enabled for WebM It has not ever been working and has not been validated, Additionally, mention that

[FFmpeg-cvslog] lavf/bluray: translate a read of 0 to EOF

2018-05-06 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Sun May 6 17:15:52 2018 +0300| [b995ec078f42bac95eda18fbd1b4387477b55d0d] | committer: Jan Ekström lavf/bluray: translate a read of 0 to EOF Yet another case of forgotten 0 =! EOF translation. The libbluray documentation specifically mentions that a

[FFmpeg-cvslog] configure: add pkg-config check for zlib

2018-05-06 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Sat May 5 21:57:44 2018 +0300| [8d1263fa199ff6dcfc8f0cc94f15f3b429d0c276] | committer: Jan Ekström configure: add pkg-config check for zlib It exists, so why not use it? Helps one get rid of additional search path related flags in addition to

[FFmpeg-cvslog] lavf/bluray: translate a read of 0 to EOF

2018-05-10 Thread Jan Ekström
ffmpeg | branch: release/4.0 | Jan Ekström | Sun May 6 17:15:52 2018 +0300| [8fde71acd9d1e28728f93bc7d170fa28455f7149] | committer: Jan Ekström lavf/bluray: translate a read of 0 to EOF Yet another case of forgotten 0 =! EOF translation. The libbluray documentation specifically mentions that

[FFmpeg-cvslog] lavf/libssh: translate a read of 0 to EOF

2018-05-28 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Mon May 28 03:21:35 2018 +0300| [26892c7615395f331f6143535f03a2957973e2e0] | committer: Jan Ekström lavf/libssh: translate a read of 0 to EOF Yet another case of forgotten 0 =! EOF translation. While the documentation for this specific synchronous read

[FFmpeg-cvslog] lavf/libssh: translate a read of 0 to EOF

2018-05-28 Thread Jan Ekström
ffmpeg | branch: release/4.0 | Jan Ekström | Mon May 28 03:21:35 2018 +0300| [c8b57d4333b1bc5c4125fdac8fbf4625c399fc9c] | committer: Jan Ekström lavf/libssh: translate a read of 0 to EOF Yet another case of forgotten 0 =! EOF translation. While the documentation for this specific synchronous

[FFmpeg-cvslog] lavfi/Makefile: move dnn_*.o under vf_srcnn

2018-06-02 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Sat Jun 2 18:07:22 2018 +0300| [76daf4529bf2b1f8c6445a64437013bd0cf297aa] | committer: Jan Ekström lavfi/Makefile: move dnn_*.o under vf_srcnn These files depend on libavformat, and the vf_srcnn filter currently is the only thing utilizing these dnn_

[FFmpeg-cvslog] lavfi/nlmeans: fix aarch64 assembly with clang

2018-07-28 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Thu Jul 26 23:45:01 2018 +0300| [eb94ec3257940c6d63462c2c228d42e366449a9f] | committer: Jan Ekström lavfi/nlmeans: fix aarch64 assembly with clang Clang is more strict about some things. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avformat/movenc: implicitly enable negative CTS offsets for ismv

2018-08-24 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Thu Jul 26 02:51:38 2018 +0300| [1931761f18cda3756a27087c366270c38160c754] | committer: Jan Ekström avformat/movenc: implicitly enable negative CTS offsets for ismv ISMV lacks any sort of edit list support, as well as tfxd is effectively the PTS of the

[FFmpeg-cvslog] lavf/dashenc: set FLAC manifest codec string to "flac"

2018-11-14 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Wed Nov 14 03:11:31 2018 +0200| [b31a4be15f568c12be32dca87f066416e6adc8ad] | committer: Jan Ekström lavf/dashenc: set FLAC manifest codec string to "flac" Internally in ISOBMFF the FLAC-in-ISOBMFF draft uses "fLaC" as the identifier

[FFmpeg-cvslog] movenc: add support for track names in ISML manifests

2017-02-12 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Sat Feb 11 01:21:14 2017 +0200| [763e8237546ac5e1db812785f7110fea849067f2] | committer: Michael Niedermayer movenc: add support for track names in ISML manifests This enables having multiple tracks of the same type which would be treated as different

[FFmpeg-cvslog] fate/ffmpeg: add a second, simple sub2video test

2020-03-16 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Thu Mar 12 00:38:33 2020 +0200| [9c8a5fd57e36d0d734e41f816b498cea4a9d735b] | committer: Jan Ekström fate/ffmpeg: add a second, simple sub2video test > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9c8a5fd57e36d0d734e41f816b498cea4a9d7

[FFmpeg-cvslog] fate/ffmpeg: add test for time limited sub2video instance

2020-03-16 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Thu Mar 12 01:22:15 2020 +0200| [c149f16db14a82bbbd95482060403dde823af184] | committer: Jan Ekström fate/ffmpeg: add test for time limited sub2video instance Utilizes a subpicture sample with one decodable subpicture for the test. Based on a failing

[FFmpeg-cvslog] ffmpeg: explicitly handle sub2video subpicture initialization

2020-03-16 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Sat Feb 23 01:48:08 2019 +0200| [7ba3ea212fc054ba48618bf87018269fee5504ce] | committer: Jan Ekström ffmpeg: explicitly handle sub2video subpicture initialization Each time the sub2video structure is initialized, the sub2video subpicture is initialized

[FFmpeg-cvslog] colorspace: Add support for BT709

2016-06-21 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Sun Apr 24 20:30:06 2016 +0200| [1f77e634bb838f71ff21923b5e9fe3104c831c52] | committer: Luca Barbato colorspace: Add support for BT709 BT.709 coefficients were gathered from the first two parts of BT.709 to BT.2020 conversion guide in ARIB STD-B62 (Pt. 1

[FFmpeg-cvslog] pgssub: Fix subpicture colorspace and range

2016-06-21 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Sun Apr 24 20:33:45 2016 +0200| [885a9d6087315a85d98f7e89656ef01dc7104c4c] | committer: Luca Barbato pgssub: Fix subpicture colorspace and range Widen the values from limited to full range and use BT.709 where it should be used according to the video

[FFmpeg-cvslog] movenc: use similar logic to DASH when writing bit rate to ISML

2016-09-28 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Wed Sep 28 02:14:23 2016 +0300| [6c10f8fe7658c699fc41688c175aa9d79f4b1daf] | committer: Michael Niedermayer movenc: use similar logic to DASH when writing bit rate to ISML This way, in case of bit rate not being set, max_bitrate will be used instead

[FFmpeg-cvslog] movenc: Add support for writing language codes into ISML manifests

2016-09-29 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Tue Sep 27 01:10:22 2016 +0300| [cc725ebe484c7e0d8de44e5c3c2050dc894e5a4b] | committer: Josh de Kock movenc: Add support for writing language codes into ISML manifests Streaming servers appear to ignore all other language metadata. Signed-off-by: Jan

[FFmpeg-cvslog] pgssubdec: fix subpicture output colorspace and range

2016-04-24 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Sun Apr 24 17:30:56 2016 +0300| [9779b6262471d553c1ed811ff7312564e39d8adf] | committer: Carl Eugen Hoyos pgssubdec: fix subpicture output colorspace and range Functionality used before didn't widen the values from limited to full range. Additio

[FFmpeg-cvslog] pgssubdec: fix subpicture output colorspace and range

2016-04-25 Thread Jan Ekström
ffmpeg | branch: release/3.0 | Jan Ekström | Sun Apr 24 17:30:56 2016 +0300| [666754c665713d02750fa8b882627602e589ebce] | committer: Michael Niedermayer pgssubdec: fix subpicture output colorspace and range Functionality used before didn't widen the values from limited to full

[FFmpeg-cvslog] pgssubdec: fix subpicture output colorspace and range

2016-04-26 Thread Jan Ekström
ffmpeg | branch: release/2.8 | Jan Ekström | Sun Apr 24 17:30:56 2016 +0300| [3003277103a26765b1e1c1c5bd4865f703a703b4] | committer: Michael Niedermayer pgssubdec: fix subpicture output colorspace and range Functionality used before didn't widen the values from limited to full

[FFmpeg-cvslog] pgssubdec: fix subpicture output colorspace and range

2016-04-27 Thread Jan Ekström
ffmpeg | branch: release/2.7 | Jan Ekström | Sun Apr 24 17:30:56 2016 +0300| [3f69797e9b2f2d7060c5f7833479ab085bbca50f] | committer: Michael Niedermayer pgssubdec: fix subpicture output colorspace and range Functionality used before didn't widen the values from limited to full

[FFmpeg-cvslog] pgssubdec: fix subpicture output colorspace and range

2016-04-29 Thread Jan Ekström
ffmpeg | branch: release/2.6 | Jan Ekström | Sun Apr 24 17:30:56 2016 +0300| [19fcdd0c2f4c62695961413c9456ca525678879d] | committer: Michael Niedermayer pgssubdec: fix subpicture output colorspace and range Functionality used before didn't widen the values from limited to full

[FFmpeg-cvslog] pgssubdec: fix subpicture output colorspace and range

2016-04-30 Thread Jan Ekström
ffmpeg | branch: release/2.5 | Jan Ekström | Sun Apr 24 17:30:56 2016 +0300| [cba830c4636a6b60cb1d925b57fcea473a80d518] | committer: Michael Niedermayer pgssubdec: fix subpicture output colorspace and range Functionality used before didn't widen the values from limited to full

[FFmpeg-cvslog] avformat/tls_schannel: always decrypt all received data

2020-05-13 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Wed May 13 00:27:58 2020 +0300| [39977fff20048f1798a95c593d6034a0e73ebbe5] | committer: Jan Ekström avformat/tls_schannel: always decrypt all received data The dec_buf seems to be properly managed between read calls, and we have no logic to decrypt

[FFmpeg-cvslog] avformat/tls_schannel: immediately return decrypted data if available

2020-05-13 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Wed May 13 00:31:03 2020 +0300| [6f8826e4aaddf1ee6cf3f333ed0e392a748382fe] | committer: Jan Ekström avformat/tls_schannel: immediately return decrypted data if available Until now, we would have only attempted to utilize already decrypted data if it was

[FFmpeg-cvslog] avcodec/mpeg4audio: add newer channel_coding mappings

2020-08-03 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Thu Jun 11 00:07:15 2020 +0300| [79b057f1b7dd7ff05829089d2009c7172b13704b] | committer: Jan Ekström avcodec/mpeg4audio: add newer channel_coding mappings Additionally, add comments regarding their definitions. Based on ARIB STD-B32, which bases on 14496

[FFmpeg-cvslog] avcodec/aacdec_template: add support for 22.2 / channel_config 13

2020-08-03 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Sat Jun 13 15:05:30 2020 +0300| [9c0beaf0d3bb72f6e83b3b155a598a9ec28c8468] | committer: Jan Ekström avcodec/aacdec_template: add support for 22.2 / channel_config 13 > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] swresample/matrix: switch internal clean_layout function to not drop high bits

2020-08-03 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Sat Aug 1 01:52:08 2020 +0300| [2fd8add1ba340d5bde608d2b8843af9a2487589d] | committer: Jan Ekström swresample/matrix: switch internal clean_layout function to not drop high bits These bits are utilized by channel layouts such as 22.2. If those are

[FFmpeg-cvslog] avcodec/aacdec_template: mark second LFE element as LFE2

2020-08-03 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Sat Jun 13 14:34:44 2020 +0300| [3fcfe6ba40130d017bf2c9ca1d03d1f6426c8cec] | committer: Jan Ekström avcodec/aacdec_template: mark second LFE element as LFE2 We now have the capability to do this. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=com

[FFmpeg-cvslog] swresample/rematrix: treat 22.2 as 5.1 (back) when mixing

2020-08-03 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Sat Aug 1 01:55:39 2020 +0300| [f5390a9f86d68ced52a39e00eca70d15d25accc7] | committer: Jan Ekström swresample/rematrix: treat 22.2 as 5.1 (back) when mixing Only this sub-set of channels actually follows the bit mask order in the official 22.2 channel

[FFmpeg-cvslog] avcodec/aacdectab: add mapping for 22.2

2020-08-03 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Thu Jun 11 01:49:07 2020 +0300| [93a2913ac8a3aa25c05fd30036da89cb493e68ee] | committer: Jan Ekström avcodec/aacdectab: add mapping for 22.2 Utilizes the newly added 22.2 channel layout for channel_layout 13. > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] avutil/channel_layout: add 22.2 layout

2020-08-03 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Thu Jun 11 22:08:30 2020 +0300| [34de0abbe71fa90e874ff902200e5c6c466ba2f6] | committer: Jan Ekström avutil/channel_layout: add 22.2 layout Requires some extraneous top side and bottom front channels to be defined. According to STD-B59v2, the defined

[FFmpeg-cvslog] avformat/mpegts: only reset timestamps to NOPTS for DVB teletext

2020-08-18 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Thu Aug 13 00:27:09 2020 +0300| [c820c2d4bfb7e2573f7bf8e2a3544a98e5a11343] | committer: Jan Ekström avformat/mpegts: only reset timestamps to NOPTS for DVB teletext While having the possibility of non-NOPTS values that can suddenly jump in time due to

[FFmpeg-cvslog] swresample/rematrix: handle 22.2 as a 9 channel layout

2020-08-18 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Fri Aug 7 00:35:55 2020 +0300| [1c7e55dd504245d71444fac1a73e5370cc76fede] | committer: Jan Ekström swresample/rematrix: handle 22.2 as a 9 channel layout This is as far as 22.2 follows the same channel order as WaveFormatExtensible's channel mask

[FFmpeg-cvslog] avcodec/aacdec_template: add more checks to make sure only 22.2 gets to 22.2

2020-08-24 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Tue Aug 18 20:49:00 2020 +0300| [d6f293353c94c7ce200f6e0975ae3de49787f91f] | committer: Jan Ekström avcodec/aacdec_template: add more checks to make sure only 22.2 gets to 22.2 Validates the set channel layout as well as verifies that the received layout

[FFmpeg-cvslog] avcodec/aacdec_template: keep tabs on layout in sniff_channel_order

2020-08-24 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Tue Aug 18 20:25:03 2020 +0300| [de1d6aa0a3d4358e9975e0d6fe5c655fd38694fe] | committer: Jan Ekström avcodec/aacdec_template: keep tabs on layout in sniff_channel_order This way the layout set at various points can be checked instead of only having the

[FFmpeg-cvslog] avformat/tls_schannel: immediately return decrypted data if available

2020-09-04 Thread Jan Ekström
ffmpeg | branch: release/4.2 | Jan Ekström | Wed May 13 00:31:03 2020 +0300| [1e7b3851997f251685c0125efe95ebb2409d88ad] | committer: Jan Ekström avformat/tls_schannel: immediately return decrypted data if available Until now, we would have only attempted to utilize already decrypted data if

[FFmpeg-cvslog] avformat/tls_schannel: always decrypt all received data

2020-09-04 Thread Jan Ekström
ffmpeg | branch: release/4.2 | Jan Ekström | Wed May 13 00:27:58 2020 +0300| [93d1993181abd67ec9f72dda2a390a1a4bb58c48] | committer: Jan Ekström avformat/tls_schannel: always decrypt all received data The dec_buf seems to be properly managed between read calls, and we have no logic to decrypt

[FFmpeg-cvslog] avformat/tls_schannel: always decrypt all received data

2020-09-04 Thread Jan Ekström
ffmpeg | branch: release/4.1 | Jan Ekström | Wed May 13 00:27:58 2020 +0300| [0adddc08c6fd995b4ba236e9bfda5c5f9ab1f697] | committer: Jan Ekström avformat/tls_schannel: always decrypt all received data The dec_buf seems to be properly managed between read calls, and we have no logic to decrypt

[FFmpeg-cvslog] avformat/tls_schannel: immediately return decrypted data if available

2020-09-04 Thread Jan Ekström
ffmpeg | branch: release/4.1 | Jan Ekström | Wed May 13 00:31:03 2020 +0300| [dce15293dadedd1ee308ed62027208c2aecc6cff] | committer: Jan Ekström avformat/tls_schannel: immediately return decrypted data if available Until now, we would have only attempted to utilize already decrypted data if

[FFmpeg-cvslog] avformat/tls_schannel: immediately return decrypted data if available

2020-09-04 Thread Jan Ekström
ffmpeg | branch: release/4.0 | Jan Ekström | Wed May 13 00:31:03 2020 +0300| [f0fc6dd272698bc338ff189aa67668175b80f028] | committer: Jan Ekström avformat/tls_schannel: immediately return decrypted data if available Until now, we would have only attempted to utilize already decrypted data if

[FFmpeg-cvslog] avformat/tls_schannel: always decrypt all received data

2020-09-04 Thread Jan Ekström
ffmpeg | branch: release/4.0 | Jan Ekström | Wed May 13 00:27:58 2020 +0300| [217f75f55304ad24c78d969edaf842edbdaaf019] | committer: Jan Ekström avformat/tls_schannel: always decrypt all received data The dec_buf seems to be properly managed between read calls, and we have no logic to decrypt

[FFmpeg-cvslog] avformat/tls_schannel: immediately return decrypted data if available

2020-09-04 Thread Jan Ekström
ffmpeg | branch: release/3.4 | Jan Ekström | Wed May 13 00:31:03 2020 +0300| [a6006fe0473d9d2789063c74087167f29d03a6ee] | committer: Jan Ekström avformat/tls_schannel: immediately return decrypted data if available Until now, we would have only attempted to utilize already decrypted data if

[FFmpeg-cvslog] avformat/tls_schannel: always decrypt all received data

2020-09-04 Thread Jan Ekström
ffmpeg | branch: release/3.4 | Jan Ekström | Wed May 13 00:27:58 2020 +0300| [895f67bbed4360ffbf507b0cfb2c98b3e17a7266] | committer: Jan Ekström avformat/tls_schannel: always decrypt all received data The dec_buf seems to be properly managed between read calls, and we have no logic to decrypt

[FFmpeg-cvslog] avformat/tls_schannel: immediately return decrypted data if available

2020-09-04 Thread Jan Ekström
ffmpeg | branch: release/3.2 | Jan Ekström | Wed May 13 00:31:03 2020 +0300| [cb772c3597b8b69e57b84b08b25b882dbbdf59fe] | committer: Jan Ekström avformat/tls_schannel: immediately return decrypted data if available Until now, we would have only attempted to utilize already decrypted data if

[FFmpeg-cvslog] avformat/tls_schannel: always decrypt all received data

2020-09-04 Thread Jan Ekström
ffmpeg | branch: release/3.2 | Jan Ekström | Wed May 13 00:27:58 2020 +0300| [14002368999cda9ee64872889f939ed22e5fba48] | committer: Jan Ekström avformat/tls_schannel: always decrypt all received data The dec_buf seems to be properly managed between read calls, and we have no logic to decrypt

[FFmpeg-cvslog] avformat/dashdec: drop arbitrary DASH manifest size limit

2020-09-05 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Thu Sep 3 19:50:08 2020 +0300| [3249c757aed678780e22e99a1a49f4672851bca9] | committer: Jan Ekström avformat/dashdec: drop arbitrary DASH manifest size limit Currently the utilized AVBPrint API is internally limited to unsigned integers, so if we limit

[FFmpeg-cvslog] avformat/movenc: split MPEG-4 bit rate value calculation

2020-09-22 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Sun Sep 20 14:41:18 2020 +0300| [667d5045d38c19a9a7ccfe7f1abaaf4cb8b225fc] | committer: Jan Ekström avformat/movenc: split MPEG-4 bit rate value calculation This can now be re-utilized in other places. > http://git.videolan.org/gitweb.cgi/ffmpeg.git

[FFmpeg-cvslog] avformat/movenc: implement writing of the btrt box

2020-09-22 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Sun Sep 20 15:26:42 2020 +0300| [3838e8fc210aa09a9f9058506c0ce80b6ad9b9c3] | committer: Jan Ekström avformat/movenc: implement writing of the btrt box This is utilized by various media ingests to figure out the bit rate of the content you are pushing

[FFmpeg-cvslog] avformat/movenc: simplify ISML manifest bit rate logic

2020-09-22 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Sun Sep 20 19:55:14 2020 +0300| [519bd469d01af1727f943e5b73c964c94f29ccd0] | committer: Jan Ekström avformat/movenc: simplify ISML manifest bit rate logic The newly calculated average bit rate value is pretty much what is being done here. > h

[FFmpeg-cvslog] avformat/movenc: use more fall-back values for average bit rate fields

2020-09-22 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Sun Sep 20 18:14:48 2020 +0300| [308882d9f2c6cc7159aba2ca7cdc99d07a9b531e] | committer: Jan Ekström avformat/movenc: use more fall-back values for average bit rate fields If the average bit rate cannot be calculated, such as in the case of streamed

[FFmpeg-cvslog] avformat/movenc: utilize bit rate helper function in ISML writing

2020-09-22 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Sun Sep 20 15:01:29 2020 +0300| [6475dc18cc4250b1d66e52a979eb71a3738d4716] | committer: Jan Ekström avformat/movenc: utilize bit rate helper function in ISML writing This way we have a single location in movenc which utilizes the CPB properties. > h

[FFmpeg-cvslog] avutil/pixfmt: improve definition of AVColorRange

2020-09-23 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Fri Sep 18 23:50:54 2020 +0300| [d8ce8e8ed37e05136c96ac61f7aee83638d0600a] | committer: Jan Ekström avutil/pixfmt: improve definition of AVColorRange As it was brought up that the current documentation leaves things as specific to YCbCr only, ICtCp and

[FFmpeg-cvslog] avformat/movenc: handle tracks w/o AVStreams in calculate_mpeg4_bit_rates

2020-10-02 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Mon Sep 28 17:23:07 2020 +0300| [d9e812797c84be0f03aa1e95905da1f2cb2ed81e] | committer: Jan Ekström avformat/movenc: handle tracks w/o AVStreams in calculate_mpeg4_bit_rates The generated text streams for chapters lack an AVStream since they are but an

[FFmpeg-cvslog] swscale/utils: split range override check into its own function

2020-10-11 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Sat Oct 10 01:29:18 2020 +0300| [3fe24fe23219d28edc12c5b78a19a075d948f997] | committer: Jan Ekström swscale/utils: split range override check into its own function > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] swscale/utils: override forced-zero formats back to full range

2020-10-11 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Sat Oct 10 01:33:27 2020 +0300| [7ea4bcff7b038774b404bad2b9c7112a7855a088] | committer: Jan Ekström swscale/utils: override forced-zero formats back to full range Fixes vf_scale outputting RGB AVFrames with limited range flagged in case either input or

[FFmpeg-cvslog] ffmpeg: deduplicate init_output_stream usage logic

2020-10-17 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Fri Sep 11 00:13:27 2020 +0300| [86228ebdb2f1c9c066473710c7e14eb8331265bf] | committer: Jan Ekström ffmpeg: deduplicate init_output_stream usage logic Adds a wrapper function, which handles any errors depending on how fatal a failure would be. > h

[FFmpeg-cvslog] ffmpeg: move A/V non-streamcopy initialization to a later point

2020-10-29 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Fri Sep 11 00:25:21 2020 +0300| [67be1ce0c6de330b1c10d1d121819d8a74a7b1f5] | committer: Jan Ekström ffmpeg: move A/V non-streamcopy initialization to a later point - For video, this means a single initialization point in do_video_out. - For audio we

[FFmpeg-cvslog] ffmpeg: add a data size threshold for muxing queue size

2020-10-29 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Thu Oct 15 21:21:05 2020 +0300| [453b2f3c154f6b83221940ad411599ded91f7413] | committer: Jan Ekström ffmpeg: add a data size threshold for muxing queue size This way the old max queue size limit based behavior for streams where each individual packet is

[FFmpeg-cvslog] ffmpeg: pass decoded or filtered AVFrame to output stream initialization

2020-10-29 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Fri Sep 11 00:36:23 2020 +0300| [7369595c556516b90bf3acdf85043dc11add7d89] | committer: Jan Ekström ffmpeg: pass decoded or filtered AVFrame to output stream initialization Additionally, reap the first rewards by being able to set the color related

[FFmpeg-cvslog] ffmpeg: move AVFrame time base adjustment into a function

2020-10-29 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Sun Sep 13 11:41:41 2020 +0300| [3360c9a5679cc9bd83ab5860757ebab8f64ea8ba] | committer: Jan Ekström ffmpeg: move AVFrame time base adjustment into a function This will have to be called later for video down the line. > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] ffmpeg: move field order decision making to encoder initialization

2020-10-29 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Sun Sep 20 21:00:52 2020 +0300| [fbb44bc51a647862eb05ae3f9d7d49a0be9bed57] | committer: Jan Ekström ffmpeg: move field order decision making to encoder initialization We now have the possibility of getting AVFrames here, and we should not touch the

[FFmpeg-cvslog] lavf/mov: document the dvh1 codec switch based on hvcC availability

2018-12-17 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Mon Dec 3 03:15:29 2018 +0200| [a1f0dd24f62532ff82ac87fbcb01244e6cdfa424] | committer: Jan Ekström lavf/mov: document the dvh1 codec switch based on hvcC availability > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] ffmpeg: improve the intra stream discontinuity message

2018-12-18 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Wed Oct 10 01:50:08 2018 +0300| [3a36b0c4b8f2a4529fb8d1df217cada04e59aef7] | committer: Jan Ekström ffmpeg: improve the intra stream discontinuity message Now it actually tells which stream from which input and of which type had an absolute DTS

[FFmpeg-cvslog] avformat/mpegts: unset DTS/PTS for subtitle PES packets if PCR not available

2018-12-22 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Sat Dec 15 20:50:41 2018 +0200| [a1b4f120c031e6697bac9fd8c725d9c37ee36d13] | committer: Jan Ekström avformat/mpegts: unset DTS/PTS for subtitle PES packets if PCR not available Fixes issues when a subtitle packet is received before PCR for the program

[FFmpeg-cvslog] add libaribb24 ARIB STD-B24 caption decoder

2019-02-09 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Mon Jan 14 21:52:23 2019 +0200| [100bfac6d6ecb3447dc3ac4b9d2c41085da59a8b] | committer: Jan Ekström add libaribb24 ARIB STD-B24 caption decoder * Outputs ASS lines with basic coloring and font scaling for each given region. * Sets the default style to

[FFmpeg-cvslog] lavf/mpegts: add reading of ARIB data coding descriptor

2019-02-09 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Mon Jan 14 22:07:51 2019 +0200| [a03885b745be6ba324f0b24668c8e338d8b1e54c] | committer: Jan Ekström lavf/mpegts: add reading of ARIB data coding descriptor This enables us to read the data coding type utilized for a specific private data stream, of which

[FFmpeg-cvslog] lavc/libaribb24: add missing type struct members to AVOptions

2019-02-12 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Mon Feb 11 02:09:48 2019 +0200| [1ed9e8e9377d4c63e2921efc0b1e444120c06de1] | committer: Jan Ekström lavc/libaribb24: add missing type struct members to AVOptions > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] lavc/libaribb24: protect handled value with parenthesis in RGB_TO_BGR

2019-02-12 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Mon Feb 11 02:06:37 2019 +0200| [03824afdb4a5ad25c18775b6992bb3959eb82d85] | committer: Jan Ekström lavc/libaribb24: protect handled value with parenthesis in RGB_TO_BGR > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] lavc/libaribb24: add error handling to region handling

2019-02-12 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Mon Feb 11 01:54:26 2019 +0200| [4beccf400df3d9f319a977d4c4a37c926e7a3f8d] | committer: Jan Ekström lavc/libaribb24: add error handling to region handling Fixes some rather embarrassing mistakes that somehow passed my eyes. * Now catches if memory

[FFmpeg-cvslog] lavc/libaribb24: use integer math to calculate font scaling

2019-02-12 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Mon Feb 11 03:01:51 2019 +0200| [466cb4ed56a12d0081ed7005a8e8663d1b8806ca] | committer: Jan Ekström lavc/libaribb24: use integer math to calculate font scaling > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] ffmpeg_filter: initialize sub2video.end_pts together with last_pts

2019-02-21 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Wed Feb 20 20:54:11 2019 +0200| [8cf757ee8d806c581ce453546c4e98cf746a442e] | committer: Jan Ekström ffmpeg_filter: initialize sub2video.end_pts together with last_pts This way re-initializations properly update end_pts, enabling sub2video_heartbeat to

[FFmpeg-cvslog] lavc/libx265: signal CPB properties through side data

2019-03-03 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Sat Feb 23 02:35:28 2019 +0200| [4635f649534bb4e3e051be4e416bfdd78074d0b7] | committer: Jan Ekström lavc/libx265: signal CPB properties through side data This way values such as maxrate/bufsize can be utilized further down the chain. > h

[FFmpeg-cvslog] ffprobe: Support AV_FRAME_DATA_DOVI_METADATA

2022-01-04 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Mon Jan 3 01:27:24 2022 +0100| [a3f41483194b9fc5a6d0fa258e0352236ba97d5f] | committer: Andreas Rheinhardt ffprobe: Support AV_FRAME_DATA_DOVI_METADATA Co-authored-by: Niklas Haas Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] ffprobe: Support AV_FRAME_DATA_DOVI_METADATA

2022-01-04 Thread Jan Ekström
ffmpeg | branch: release/5.0 | Jan Ekström | Mon Jan 3 01:27:24 2022 +0100| [a3f41483194b9fc5a6d0fa258e0352236ba97d5f] | committer: Andreas Rheinhardt ffprobe: Support AV_FRAME_DATA_DOVI_METADATA Co-authored-by: Niklas Haas Signed-off-by: Andreas Rheinhardt > http://git.videolan.

[FFmpeg-cvslog] tests: add test for ffmpeg's fix_sub_duration feature

2022-01-24 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Mon Dec 20 14:30:16 2021 +0200| [0a83ecbf48bdd591b264c3cbb70393bb518b1ecc] | committer: Jan Ekström tests: add test for ffmpeg's fix_sub_duration feature This long-existing feature calculates subtitle durations by keeping it around until the foll

[FFmpeg-cvslog] libavfilter/version: bump minor version for icc{gen,detect}

2022-04-23 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Sat Apr 23 23:07:26 2022 +0300| [eae3b84189705b0e5cf132b870c6492e15bf7ed2] | committer: Jan Ekström libavfilter/version: bump minor version for icc{gen,detect} Missed during that patch set's life time. > http://git.videolan.org/gitweb.cgi/ffmpe

[FFmpeg-cvslog] avcodec/libsvtav1: add support for setting chroma sample location

2022-04-25 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Mon Apr 25 23:35:17 2022 +0300| [ded0334d214f9617122ccf5466f99df5c908277b] | committer: Jan Ekström avcodec/libsvtav1: add support for setting chroma sample location Support for configuring this was added with version 1.0.0. > http://git.videolan.

[FFmpeg-cvslog] {avcodec,tests}: rename the bundled Mesa AV1 vulkan video headers

2024-02-18 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Wed Feb 14 22:40:54 2024 +0200| [e06ce6d2b45edac4a2df04f304e18d4727417d24] | committer: Jan Ekström {avcodec,tests}: rename the bundled Mesa AV1 vulkan video headers This together with adjusting the inclusion define allows for the build to not fail with

[FFmpeg-cvslog] {avcodec,tests}: rename the bundled Mesa AV1 vulkan video headers

2024-02-19 Thread Jan Ekström
ffmpeg | branch: release/6.1 | Jan Ekström | Wed Feb 14 22:40:54 2024 +0200| [fef22c87ada4517441701e6e61e062c9f4399c8e] | committer: Jan Ekström {avcodec,tests}: rename the bundled Mesa AV1 vulkan video headers This together with adjusting the inclusion define allows for the build to not fail

[FFmpeg-cvslog] avcodec/av1dec: fix matrix coefficients exposed by codec context

2024-02-20 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Tue Feb 20 20:00:16 2024 +0200| [37936b09ce316c32c456539afeb748d472088135] | committer: Jan Ekström avcodec/av1dec: fix matrix coefficients exposed by codec context `colorspace` in avcodec terms means `matrix coefficients`. Reviewed-by: James Almer

[FFmpeg-cvslog] avcodec/av1dec: fix matrix coefficients exposed by codec context

2024-02-20 Thread Jan Ekström
ffmpeg | branch: release/6.1 | Jan Ekström | Tue Feb 20 20:00:16 2024 +0200| [a267d4ad4c92e15e4a1db361f5c1c77c06ba7560] | committer: Jan Ekström avcodec/av1dec: fix matrix coefficients exposed by codec context `colorspace` in avcodec terms means `matrix coefficients`. Reviewed-by: James

[FFmpeg-cvslog] avcodec/av1dec: fix matrix coefficients exposed by codec context

2024-02-20 Thread Jan Ekström
ffmpeg | branch: release/6.0 | Jan Ekström | Tue Feb 20 20:00:16 2024 +0200| [511b8444232376db4b03edb4306a3c18995f0576] | committer: Jan Ekström avcodec/av1dec: fix matrix coefficients exposed by codec context `colorspace` in avcodec terms means `matrix coefficients`. Reviewed-by: James

[FFmpeg-cvslog] avcodec/av1dec: fix matrix coefficients exposed by codec context

2024-02-20 Thread Jan Ekström
ffmpeg | branch: release/5.1 | Jan Ekström | Tue Feb 20 20:00:16 2024 +0200| [9bf90b12602845b1a07a4ba4e7452d9229195df5] | committer: Jan Ekström avcodec/av1dec: fix matrix coefficients exposed by codec context `colorspace` in avcodec terms means `matrix coefficients`. Reviewed-by: James

[FFmpeg-cvslog] avcodec/av1dec: fix matrix coefficients exposed by codec context

2024-02-20 Thread Jan Ekström
ffmpeg | branch: release/5.0 | Jan Ekström | Tue Feb 20 20:00:16 2024 +0200| [6073fff84d0d746478e2e444d831e66df9b8ac42] | committer: Jan Ekström avcodec/av1dec: fix matrix coefficients exposed by codec context `colorspace` in avcodec terms means `matrix coefficients`. Reviewed-by: James

[FFmpeg-cvslog] avcodec/av1dec: fix matrix coefficients exposed by codec context

2024-02-20 Thread Jan Ekström
ffmpeg | branch: release/4.4 | Jan Ekström | Tue Feb 20 20:00:16 2024 +0200| [5507a4062496bb17baa2c2fabd763ebadde102cf] | committer: Jan Ekström avcodec/av1dec: fix matrix coefficients exposed by codec context `colorspace` in avcodec terms means `matrix coefficients`. Reviewed-by: James

[FFmpeg-cvslog] avutil/frame: split side data list wiping out to non-AVFrame function

2024-03-20 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Sun Mar 19 00:21:35 2023 +0200| [d5104b3401f9513a92f869d6ebe9f51e8277d177] | committer: Jan Ekström avutil/frame: split side data list wiping out to non-AVFrame function This will make it possible to to reuse logic in further commits. > h

[FFmpeg-cvslog] avutil/frame: add helper for freeing arrays of side data

2024-03-20 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Sun Mar 19 11:25:54 2023 +0200| [919c9cdbe6d2d69beb6c675d879dd77588f4f001] | committer: Jan Ekström avutil/frame: add helper for freeing arrays of side data > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avutil/frame: split side_data_from_buf to base and AVFrame func

2024-03-20 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Sun Mar 19 14:38:43 2023 +0200| [28783896dca9e3393654d678e51031783f8dd3bc] | committer: Jan Ekström avutil/frame: split side_data_from_buf to base and AVFrame func > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avutil/frame: add helper for adding existing side data to array

2024-03-20 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Thu Oct 12 23:25:54 2023 +0300| [3c52f73e253eba81e4c58b69d8a8eb578128bef4] | committer: Jan Ekström avutil/frame: add helper for adding existing side data to array > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

  1   2   >