MPEG-2 Decoder: Difference between revisions

From LinuxTVWiki
Jump to navigation Jump to search
No edit summary
 
m (+cat)
Line 4: Line 4:


Very modern approaches even implement the entire decoding process in software on the host processor.
Very modern approaches even implement the entire decoding process in software on the host processor.

[[Category:Technology]]

Revision as of 22:34, 2 April 2005

A device (hard- and/or software) that decodes a MPEG2 Elementary Stream and prepares data for (e.g. audiovisual) presentation.

Since the decoding algorithms are usually quite complex (and thus implementation is error-prone) vendors are moving in modern STB and DVD player chipsets from fixed-function silicon to Firmware-driven designs which allow late hotfixes.

Very modern approaches even implement the entire decoding process in software on the host processor.