[FFmpeg-cvslog] avcodec/mlpenc: add 2.1 layout support for truehd

2023-10-20 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri Oct 20 23:27:06 2023 +0200| [393d1ee541b143633bfba2ff0e821d734fd511c2] | committer: Paul B Mahol avcodec/mlpenc: add 2.1 layout support for truehd > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=393d1ee541b143633bfba2ff0e821d734fd511c2 --

[FFmpeg-cvslog] ffprobe: add -output_format as an alias of -of

2023-10-20 Thread Stefano Sabatini
ffmpeg | branch: master | Stefano Sabatini | Sun Oct 15 11:25:23 2023 +0200| [7bf414408e4f07c0f48d452e014b630165287f94] | committer: Stefano Sabatini ffprobe: add -output_format as an alias of -of Currently we have -of and -print_format, which is a bit confusing. Add -output_format as an alias

[FFmpeg-cvslog] doc/ffprobe.xsd: apply consistent indent

2023-10-20 Thread Stefano Sabatini
ffmpeg | branch: master | Stefano Sabatini | Thu Oct 19 00:25:47 2023 +0200| [0d11a6bc1219335e61af8b3abcdf2f4dd904eb20] | committer: Stefano Sabatini doc/ffprobe.xsd: apply consistent indent Use 2-spaces indent all over the file. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0d1

[FFmpeg-cvslog] ffprobe: fix XML rendering, review XML layout

2023-10-20 Thread Stefano Sabatini
ffmpeg | branch: master | Stefano Sabatini | Fri Oct 13 02:06:21 2023 +0200| [2b0973dedb257f971d29d64dbf8b89cdb47442c9] | committer: Stefano Sabatini ffprobe: fix XML rendering, review XML layout Fix rendering of int values within a side data element, which was broken since commit d2d3a83ad93,

[FFmpeg-cvslog] ffprobe: reindent after 2b0973d

2023-10-20 Thread Stefano Sabatini
ffmpeg | branch: master | Stefano Sabatini | Wed Oct 18 23:31:43 2023 +0200| [9dc834e71f190928ed773678375d6296bd680807] | committer: Stefano Sabatini ffprobe: reindent after 2b0973d > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9dc834e71f190928ed773678375d6296bd680807 --- fftoo

[FFmpeg-cvslog] ffprobe: factorize xml_print_str and xml_print_int

2023-10-20 Thread Stefano Sabatini
ffmpeg | branch: master | Stefano Sabatini | Thu Oct 19 00:23:10 2023 +0200| [bf84ec004971f27d3039d0b23b3a6e018f36ed34] | committer: Stefano Sabatini ffprobe: factorize xml_print_str and xml_print_int Introduce xml_print_value to avoid logic duplication. > http://git.videolan.org/gitweb.cgi/f

[FFmpeg-cvslog] avcodec/mlpenc: add proper support for output bit shift

2023-10-20 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri Oct 20 16:28:08 2023 +0200| [79c568dd4e0066bc62c1ae6fbbc70fdb1a088dea] | committer: Paul B Mahol avcodec/mlpenc: add proper support for output bit shift > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=79c568dd4e0066bc62c1ae6fbbc70fdb1a088

[FFmpeg-cvslog] avcodec/mlpenc: add support for TrueHD substreams

2023-10-20 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Thu Oct 19 23:36:19 2023 +0200| [3f773d8d02ad75414c8572845cc1a55b0c9e0598] | committer: Paul B Mahol avcodec/mlpenc: add support for TrueHD substreams Add 3.0 channel layout support for truehd encoder. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=

[FFmpeg-cvslog] avcodec/mlpenc: use ctx->num_substreams when writing headers

2023-10-20 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Thu Oct 19 22:13:51 2023 +0200| [98857ece48e248d6a2d05ebbaca12c170b121695] | committer: Paul B Mahol avcodec/mlpenc: use ctx->num_substreams when writing headers > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=98857ece48e248d6a2d05ebbaca12c17

[FFmpeg-cvslog] avcodec/mlpenc: add helper function to derive TrueHD ch map from ch_layout

2023-10-20 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Thu Oct 19 22:11:33 2023 +0200| [94abb4df325f2a903aca62020e00dd9e79205517] | committer: Paul B Mahol avcodec/mlpenc: add helper function to derive TrueHD ch map from ch_layout > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=94abb4df325f2a903a

[FFmpeg-cvslog] avfilter/vf_scale: fix interlaced chroma for other formats

2023-10-20 Thread Niklas Haas
ffmpeg | branch: master | Niklas Haas | Fri Oct 13 14:31:57 2023 +0200| [2d1aeba8f26869dff6857087f48066f76dba8dc5] | committer: Niklas Haas avfilter/vf_scale: fix interlaced chroma for other formats This logic only covers the case of yuv420p. Extend this logic to cover *all* vertically subsampl