I haven't heard of one in the ColdFire range.
We use an MCF5329. It has video output suitable for an LCD panel. We have that connected to one of these:
http://www.chrontel.com/products/7026.htm
It has an internal frame buffer and can generate "analog TV (NTSC and PAL), VGA and HDTV ( 480p,576p,720p, 1080i)".
The MCF5329 can only do very simple "video", effectively "static graphics". It doesn't have a graphics controller. The CPU has to write every pixel to the frame buffer - in that sense the design is pretty much identical to the 1984 Macintosh. It can'tgenerate the right clock rates forVGA or SVGA (800 by 600), and the latter at 16 bits takes 2/3 of the memory bus, just refreshing the screen.
If you want high speed video, you should be asking in the I.MX forum, which has moved to http://imxcommunity.org/.
I just typed "ntsc video" into the "Search" box on Freescale's web site and got a hit on this:
http://cache.freescale.com/files/dsp/doc/ref_manual/MCIMX51RM.pdf?fsrch=1&sr=8
which contains:
• Displays
— Two display ports, each can drive displays using either (or both) of the following interfaces
– Parallel interface: up to 24-bit data bus, up to 100 MHz
– DSI fast serial interface: up to 2 data lanes, up to 1600 Mbps
— NTSC/PAL TV-Out interface via integrated video encoder.
— Pixel Color depth up to 24-bits
Tom