[FFmpeg-cvslog] avcodec/libsvtav1: remove compressed_ten_bit_format and simplify alloc_buffer

2024-03-14 Thread Christopher Degawa
ffmpeg | branch: release/5.0 | Christopher Degawa | Thu Oct 20 22:55:27 2022 -0500| [2142d6e41096f31df5f8103525b0cdff3856b3f1] | committer: Timo Rothenpieler avcodec/libsvtav1: remove compressed_ten_bit_format and simplify alloc_buffer compressed_ten_bit_format has been deprecated upstream

[FFmpeg-cvslog] avcodec/libsvtav1: only set max_buf_sz if both bitrate and rc_buf_sz is set

2022-11-20 Thread Christopher Degawa
ffmpeg | branch: master | Christopher Degawa | Sun Nov 20 13:07:36 2022 -0600| [96748ac54f998ba6fe22802799c16b4eba8d4ccc] | committer: James Almer avcodec/libsvtav1: only set max_buf_sz if both bitrate and rc_buf_sz is set maximum_buffer_size_ms should only be set if both are specified or if

[FFmpeg-cvslog] avcodec/libsvtav1: replace vbv_bufsize with maximum_buffer_size_ms

2022-11-17 Thread Christopher Degawa
ffmpeg | branch: master | Christopher Degawa | Thu Oct 20 22:55:28 2022 -0500| [1c6fd7d756afe0f8b7df14dbf7a95df275f8f5ee] | committer: James Almer avcodec/libsvtav1: replace vbv_bufsize with maximum_buffer_size_ms svt-av1 v1.2.0 has deprecated vbv_bufsize in favor of using

[FFmpeg-cvslog] avcodec/libsvtav1: remove compressed_ten_bit_format and simplify alloc_buffer

2022-11-17 Thread Christopher Degawa
ffmpeg | branch: master | Christopher Degawa | Thu Oct 20 22:55:27 2022 -0500| [031f1561cd286596cdb374da32f8aa816ce3b135] | committer: James Almer avcodec/libsvtav1: remove compressed_ten_bit_format and simplify alloc_buffer compressed_ten_bit_format has been deprecated upstream and has no

[FFmpeg-cvslog] configure: extend SDL check to accept all 2.x versions

2022-06-10 Thread Christopher Degawa
ffmpeg | branch: release/4.0 | Christopher Degawa | Wed May 11 15:11:04 2022 -0500| [30e318e2283495e9c1d71862ebc5613d9a38cfae] | committer: Timo Rothenpieler configure: extend SDL check to accept all 2.x versions sdl2 recently changed their versioning, moving the patch level to minor level

[FFmpeg-cvslog] configure: extend SDL check to accept all 2.x versions

2022-06-10 Thread Christopher Degawa
ffmpeg | branch: release/4.1 | Christopher Degawa | Wed May 11 15:11:04 2022 -0500| [dcf25ec8859f39bb7f94b141ad5e323c58aa28c6] | committer: Timo Rothenpieler configure: extend SDL check to accept all 2.x versions sdl2 recently changed their versioning, moving the patch level to minor level

[FFmpeg-cvslog] configure: extend SDL check to accept all 2.x versions

2022-06-10 Thread Christopher Degawa
ffmpeg | branch: release/4.2 | Christopher Degawa | Wed May 11 15:11:04 2022 -0500| [839f98ff6719cf2db0cbd88cd787a1b19b9cbf47] | committer: Timo Rothenpieler configure: extend SDL check to accept all 2.x versions sdl2 recently changed their versioning, moving the patch level to minor level

[FFmpeg-cvslog] configure: extend SDL check to accept all 2.x versions

2022-06-10 Thread Christopher Degawa
ffmpeg | branch: release/4.3 | Christopher Degawa | Wed May 11 15:11:04 2022 -0500| [efb046ab26bbfb5e3c7306dc1bdc699e9a47c71c] | committer: Timo Rothenpieler configure: extend SDL check to accept all 2.x versions sdl2 recently changed their versioning, moving the patch level to minor level

[FFmpeg-cvslog] configure: extend SDL check to accept all 2.x versions

2022-06-10 Thread Christopher Degawa
ffmpeg | branch: release/4.4 | Christopher Degawa | Wed May 11 15:11:04 2022 -0500| [7ffb7d4b04e392edd7bdb7b28107e39bc349b589] | committer: Timo Rothenpieler configure: extend SDL check to accept all 2.x versions sdl2 recently changed their versioning, moving the patch level to minor level

[FFmpeg-cvslog] configure: extend SDL check to accept all 2.x versions

2022-06-10 Thread Christopher Degawa
ffmpeg | branch: release/5.0 | Christopher Degawa | Wed May 11 15:11:04 2022 -0500| [240d82f26eef10461c8b78b09a0db76c464deea8] | committer: Timo Rothenpieler configure: extend SDL check to accept all 2.x versions sdl2 recently changed their versioning, moving the patch level to minor level

[FFmpeg-cvslog] configure: extend SDL check to accept all 2.x versions

2022-05-11 Thread Christopher Degawa
ffmpeg | branch: master | Christopher Degawa | Wed May 11 15:11:04 2022 -0500| [e5163b1d34381a3319214a902ef1df923dd2eeba] | committer: Gyan Doshi configure: extend SDL check to accept all 2.x versions sdl2 recently changed their versioning, moving the patch level to minor level https

[FFmpeg-cvslog] avcodec/libsvtav1: pass pict_type to library

2022-04-25 Thread Christopher Degawa
ffmpeg | branch: master | Christopher Degawa | Mon Apr 25 17:54:38 2022 -0500| [6fd1533057ff4f966efc169b71f8c3770843fc49] | committer: James Almer avcodec/libsvtav1: pass pict_type to library match the behavior of SvtAv1EncApp to ensure pic_type is always set before passing it to the library

[FFmpeg-cvslog] avcodec/libsvtav1: pass color description info

2022-03-23 Thread Christopher Degawa
ffmpeg | branch: master | Christopher Degawa | Thu Jul 22 21:02:10 2021 -0500| [51c0b9e829be99093ae8d1e642a8cf99896529b8] | committer: Jan Ekström avcodec/libsvtav1: pass color description info Signed-off-by: Christopher Degawa > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] get_cabac_inline_x86: Don't inline if 32-bit clang on windows

2021-08-19 Thread Christopher Degawa
ffmpeg | branch: master | Christopher Degawa | Tue Aug 17 10:35:39 2021 -0500| [8990c5869e27fcd43b53045f87ba251f42e7d293] | committer: Martin Storsjö get_cabac_inline_x86: Don't inline if 32-bit clang on windows Fixes https://trac.ffmpeg.org/ticket/8903 relevant https://github.com/

[FFmpeg-cvslog] libavutil/timer: Fix clang reserved-user-defined-literal

2021-03-13 Thread Christopher Degawa
ffmpeg | branch: master | Christopher Degawa | Fri Mar 12 22:20:37 2021 -0600| [e93403b75f5f8ada918d928163fe2ea8679557d5] | committer: James Almer libavutil/timer: Fix clang reserved-user-defined-literal clang errors when compiling with C++11 about needing spaces between literal and

[FFmpeg-cvslog] avdevice/decklink_dec: mark get_frame_timecode and get_bmd_timecode static

2021-01-09 Thread Christopher Degawa
ffmpeg | branch: master | Christopher Degawa | Wed Jan 6 18:09:36 2021 +| [eacad3406e3e772558642d342e87892c3338eb4e] | committer: Marton Balint avdevice/decklink_dec: mark get_frame_timecode and get_bmd_timecode static The function is not used anywhere else and is causing mingw-w64 clang

[FFmpeg-cvslog] libavformat/dashdec: Fix issue with dash on Windows

2020-10-08 Thread Christopher Degawa
ffmpeg | branch: master | Christopher Degawa | Thu Oct 8 12:45:21 2020 +| [0117d5aa03aca0158ee54b806d420fb1a974b788] | committer: James Almer libavformat/dashdec: Fix issue with dash on Windows Use xmlFree instead of av_freep snip from libxml2: * xmlGetProp: ... * Returns the