I followed TI's instructions for forcing IDR frames on the DM6467 h.264 encoder CODEC and it works fine and I can force IDR frame every desired number of frames.
After running my application for a long time I start to see pixelization artifacts every several seconds (which later found to be the IDR frame interval) on the VLC which receives the stream.
After some investigation, I found out that the pixelization issue starts always after the 65536th forced IDR frame.
I get this bug both for older and new (1080p) h.264 encoder CODEC.
Is this bug known and if yes, is there a solution/workaround for it?