Re: VideoAR Fix - Display Size
Posted: Wed Oct 14, 2009 12:14 pm
OK. I'll check.
Btw theoretically it is possible to make the automatic aspect ratio work.
Samsung uses an old ffmpeg libraries (eg. libavformat 52.23.1). If we update the Comp_LIB folder with new libraries and then safely test the exeDSP still works then I could inject code that read the pixel aspect ratio and apply to the video frame.
Perhaps I don't know latest ffmpeg libraries can read pixel aspect ratio from containers/codecs samsung uses.
For me right now it was easier to make the manual switch.
However if anyone test and do the following things I'll make the exeDSP code injections to apply automatic aspect ratio handling:
1) test: latest ffmpeg libraries support (can read) pixel aspect ratio stored in various containers/codecs
2) compile: working ARM libraries from latest ffmpeg sources
3) safely test original exeDSP with new libraries (meaning if exeDSP freeze then simple reboot will use the old libraries or after reboot old libraries can put back)
Btw theoretically it is possible to make the automatic aspect ratio work.
Samsung uses an old ffmpeg libraries (eg. libavformat 52.23.1). If we update the Comp_LIB folder with new libraries and then safely test the exeDSP still works then I could inject code that read the pixel aspect ratio and apply to the video frame.
Perhaps I don't know latest ffmpeg libraries can read pixel aspect ratio from containers/codecs samsung uses.
For me right now it was easier to make the manual switch.
However if anyone test and do the following things I'll make the exeDSP code injections to apply automatic aspect ratio handling:
1) test: latest ffmpeg libraries support (can read) pixel aspect ratio stored in various containers/codecs
2) compile: working ARM libraries from latest ffmpeg sources
3) safely test original exeDSP with new libraries (meaning if exeDSP freeze then simple reboot will use the old libraries or after reboot old libraries can put back)