Differences between version 5 and previous revision of CoDec.
Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 5 | Last edited on Saturday, January 24, 2004 10:36:45 am | by AristotlePagaltzis | Revert |
Older page: | version 4 | Last edited on Saturday, January 24, 2004 10:34:35 am | by AristotlePagaltzis | Revert |
@@ -1,5 +1,5 @@
An [Acronym] for __Co__der / __Dec__oder.
-In communication systems, the term refers to components in the transmitter (contains a coder) and receiver (contains a decoder) which transform the data stream between the internal representation and a signal suitable for the physical media between the transmitter/receiver. Such [Codec]
pairs commonly perform exotic [ErrorCorrection] and insert synchronisation and timestamping features into the stream.
+In communication systems, the term refers to components in the transmitter (contains a coder) and receiver (contains a decoder) which transform the data stream between the internal representation and a signal suitable for the physical media between the transmitter/receiver. Such CoDec
pairs commonly perform exotic [ErrorCorrection] and insert synchronisation and timestamping features into the stream.
-Along similar lines, on desktop computers, the term refers to a library (or a set thereof) which encapsulates access to a certain data format (commonly audio or video). The term is usually used in relation to [MediaPlayer]s, who commonly use [Codec
]s as interchangable backends to support various media formats. For example, to view [DivX] files on your computer you will need a [DivX] [Codec]
for your MediaPlayer.
+Along similar lines, on desktop computers, the term refers to a library (or a set thereof) which encapsulates access to a certain data format (commonly audio or video). The term is usually used in relation to [MediaPlayer]s, who commonly use [CoDec
]s as interchangable backends to support various media formats. For example, to view [DivX] files on your computer you will need a [DivX] CoDec
for your MediaPlayer.