I have a specific task to make a video player/decoder of a DVB-compliant stream (UDP/RTP). Video format is 1080i50 (note – interlaced!) and it should be output “as is”, without any deinterlacing. Decoding and display latency should be as low as possible. This particular stream uses only I- and P- fr...