Menu

Commit [r925]  Maximize  Restore  History

o Changed SDL overlay initialization to use "YV12" format instead of "IYUV".

...Identical, except that Cb and Cr are swapped (and so I swapped the writes
to the display buffers elsewhere in the code). IYUV is an alias for I420;
unfortunately, for my mga driver, Xv only knows about "I420", but SDL only
knows about "IYUV", so hardware overlays never got used.
YV12 seems pretty universally supported by everyone.
o Fixed yuvplay to write to/display overlay properly.

mdoggydog 2001-10-27

changed /trunk/mjpeg_play/lavtools/liblavplay.c
changed /trunk/mjpeg_play/lavtools/yuvplay.c
/trunk/mjpeg_play/lavtools/liblavplay.c Diff Switch to side-by-side view
Loading...
/trunk/mjpeg_play/lavtools/yuvplay.c Diff Switch to side-by-side view
Loading...
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.