[FFmpeg-cvslog] avcodec/bitpacked_dec: optimize bitpacked_decode_yuv422p10

2023-12-28 Thread Devin Heitmueller
ffmpeg | branch: master | Devin Heitmueller | Fri May 5 17:54:17 2023 -0400| [b2c82b23b9fd9906a98b53af5ee8eadd08eb95d9] | committer: Marton Balint avcodec/bitpacked_dec: optimize bitpacked_decode_yuv422p10 Rework the code a bit to speed up the 10-bit bitpacked decoding routine. This is

[FFmpeg-cvslog] avdevice/decklink_enc: fix setting of last_pts to only be set for video

2023-03-08 Thread Devin Heitmueller
ffmpeg | branch: master | Devin Heitmueller | Fri Mar 3 16:08:14 2023 -0500| [25d09ac0eb175fa75da7107eb2f05e5b17152ffa] | committer: Marton Balint avdevice/decklink_enc: fix setting of last_pts to only be set for video The ff_decklink_write_packet() was always caching the last pts received

[FFmpeg-cvslog] avdevice/decklink_enc: fix unused variable compiler warnings

2023-03-08 Thread Devin Heitmueller
ffmpeg | branch: master | Devin Heitmueller | Fri Mar 3 16:08:15 2023 -0500| [aca7ef78cca7fbfe02cbaf51e3349e831a4a7dd6] | committer: Marton Balint avdevice/decklink_enc: fix unused variable compiler warnings Due to refactoring, the ctx/cctx variables are never actually used in

[FFmpeg-cvslog] avdevice/decklink_enc: don't take for granted that first frame to decklink output will be PTS 0

2023-03-08 Thread Devin Heitmueller
ffmpeg | branch: master | Devin Heitmueller | Fri Mar 3 16:08:13 2023 -0500| [8fd345f0180c655d18071d0445d797f27bb1efe7] | committer: Marton Balint avdevice/decklink_enc: don't take for granted that first frame to decklink output will be PTS 0 The existing code assumed that the first

[FFmpeg-cvslog] lavc/h264: create AVFrame side data from H.264 timecodes

2018-10-23 Thread Devin Heitmueller
ffmpeg | branch: master | Devin Heitmueller | Fri Jun 29 14:57:13 2018 -0400| [4241e44a3c0193d182d3d614e7b4977c00c0225c] | committer: Kieran Kunhya lavc/h264: create AVFrame side data from H.264 timecodes Create SMPTE ST 12-1 timecodes based on H.264 SEI picture timing info. For framerates

[FFmpeg-cvslog] avdevice/decklink: Fix compile breakage on OSX

2018-10-19 Thread Devin Heitmueller
ffmpeg | branch: master | Devin Heitmueller | Fri Oct 19 15:35:48 2018 -0400| [9e21ba3dc3402fbe9d915f16c9f6eaf57d564b30] | committer: Marton Balint avdevice/decklink: Fix compile breakage on OSX Make the function static, or else Clang complains with: error: no previous prototype for function

[FFmpeg-cvslog] avcodec/v210enc: Pass through A53 CC data

2018-09-09 Thread Devin Heitmueller
ffmpeg | branch: master | Devin Heitmueller | Fri Sep 7 15:40:24 2018 -0400| [6a9abe9ec333638b7818dac8ab60d006d5533c4a] | committer: Marton Balint avcodec/v210enc: Pass through A53 CC data When encoding to V210, make sure the CC side data makes it through in the resulting AVPacket. This is

[FFmpeg-cvslog] avcodec: add AV_PKT_DATA_AFD to allow AFD data to be embedded in AVPacket

2018-09-09 Thread Devin Heitmueller
ffmpeg | branch: master | Devin Heitmueller | Fri Sep 7 15:40:26 2018 -0400| [35498c124a81d4207e34e115840138d71307c2e3] | committer: Marton Balint avcodec: add AV_PKT_DATA_AFD to allow AFD data to be embedded in AVPacket Create a new AVPacket side data type for Active Format Description

[FFmpeg-cvslog] avcodec/v210enc: Pass through Active Format Description (AFD) data

2018-09-09 Thread Devin Heitmueller
ffmpeg | branch: master | Devin Heitmueller | Fri Sep 7 15:40:27 2018 -0400| [fb9d4f5c3e27be34d13958325ff84fffa0dea70f] | committer: Marton Balint avcodec/v210enc: Pass through Active Format Description (AFD) data When encoding to V210, make sure the AFD side data makes it through in the

[FFmpeg-cvslog] avdevice/decklink: Add support for EIA-708 output over SDI

2018-09-09 Thread Devin Heitmueller
ffmpeg | branch: master | Devin Heitmueller | Fri Sep 7 15:40:25 2018 -0400| [8732dfa99549b8e233b50956cb27031e18806685] | committer: Marton Balint avdevice/decklink: Add support for EIA-708 output over SDI Hook in libklvanc and use it for output of EIA-708 captions over SDI. The bulk of

[FFmpeg-cvslog] avdevice/decklink: Suppress warning about misuse of struct instead of class

2018-01-20 Thread Devin Heitmueller
ffmpeg | branch: master | Devin Heitmueller | Mon Jan 8 20:16:56 2018 -0500| [5409f065f2c48ad9c4baf787d08384176cbc62a4] | committer: Marton Balint avdevice/decklink: Suppress warning about misuse of struct instead of class When building with Clang, the following warning is shown: warning

[FFmpeg-cvslog] avdevice/decklink: Fix compilation of module on OSX

2018-01-20 Thread Devin Heitmueller
ffmpeg | branch: master | Devin Heitmueller | Mon Jan 8 20:16:58 2018 -0500| [b5b48685043e4761335c4ab7086eba3b24a9c03d] | committer: Marton Balint avdevice/decklink: Fix compilation of module on OSX Clang applies the missing-prototypes warning on C++ files, whereas gcc only applies it to C

[FFmpeg-cvslog] libavdevice/decklink: add support for -sources and -sinks arguments

2017-10-10 Thread Devin Heitmueller
ffmpeg | branch: master | Devin Heitmueller | Fri Oct 6 08:55:43 2017 -0400| [278588cd0bf788df0194f74e62745f68559616f9] | committer: Marton Balint libavdevice/decklink: add support for -sources and -sinks arguments Add support for enumerating the sources/sinks via the ffmpeg command line

[FFmpeg-cvslog] libavdevice/decklink: add support for 10-bit output for Decklink SDI

2017-10-10 Thread Devin Heitmueller
ffmpeg | branch: master | Devin Heitmueller | Fri Oct 6 08:55:44 2017 -0400| [77f7d710e08635407b3bda2a1505040709ef2a3c] | committer: Marton Balint libavdevice/decklink: add support for 10-bit output for Decklink SDI Can be tested via the following command: ./ffmpeg -i foo.ts -f decklink

[FFmpeg-cvslog] avdevice/decklink: Fix segfault when running -list_devices on OSX

2017-10-04 Thread Devin Heitmueller
ffmpeg | branch: master | Devin Heitmueller | Tue Sep 26 12:06:20 2017 -0400| [b6782a192e18161f33fc5e943b6f33dcb97e7287] | committer: Marton Balint avdevice/decklink: Fix segfault when running -list_devices on OSX The string is allocated with CFStringGetCString but was being deallocated with