Have checked into GIT so that I do not get too far behind or something gets missed:
1) 0001-Fix-libvorbis-option.patch
2) 0001-Add-ffmpeg-rawdv-profiles-can-use-1440x1080-with-yuv.patch
3) 0004-Clarify-in-setformat.C-that-we-have-Display-aspect-r.patch (BUT I changed abbreviation of Disp. to Display
because users who might have to translate from English will be able to do so easily without guessing).
4) 0006-Document-that-W-H-ratio-fields-mean-in-this-window.patch (also changed prev. to previous; same reason)
5) 0005-Update-cingg-team-copyright-info-for-2024.patch

Much more understanding, testing, and "do we really want to do this?" is still required for:
1) 0001-Set-also-sample-aspect-ratio-for-encoded-ffmpeg-stre.patch
2) 0003-fix-guard-for-stream-sample-aspect-ratio-for-more-fm.patch
3) 0001-Add-guessed-detected-SAR-DAR-values-to-ffmpeg-asset-.patch
4) setformat_static_diff.diff (ANDREW already said not to use yet)
5) 0003-Add-diff-between-codec-sar-dar-and-container-sar-dar.patch


On Mon, Jan 8, 2024 at 7:47 PM Andrew Randrianasulu <randrianasulu@gmail.com> wrote:
So, I tried to clarify a bit that we have display aspect ratio selectable, updated cingg team copyright year, added even more finegrained sar/dar reporting (guessed, container detected, codec detected).

I tried to use libavutil function for reporting SAR in setformat.C but it need some dynamic gui subwindow/object, not static BCTitle... so just prototype that does not update as you update window, only calculated on window objects create time, so each time you reopen set format window.

3 new git diff patches hopefully for application

0003 should be applied on top of 

0001-Add-guessed-detected-SAR-DAR-values-to-ffmpeg-asset-.patch

from another thread


one plain diff patch just for showing where SAR info might surface if I ever learn now to create dynamic text subwindows :)