We have DM6437 and TI h.264 codec V1.10 on it. The Davinci works as a decoder, with h.264 streams generated by another encoder.
The encoder generates baseline profile streams with every I-frame/slice encoded as an IDR. One of these streams is generated with I-slice/frames that are NOT IDR. We see that the decoder will in this case wait forever and never render. Whenever this third party h.264 encoder is first started then it will generate an IDR I-frame and the decoding will start but the encoder will only do this on start of a stream. We have no control over the encoder and need to find a way to configure the TI decoder to tolerate this type of stream. VLC, Elecard, Leadtools and others don't have problems with decoding and rendering this same stream. Is there a a setting or compile flag that can allow this stream to be decoded ?