Mercurial > mplayer.hg
changeset 22700:195fe655267c
add new audio and video codecs to libavcodec list
author | compn |
---|---|
date | Sun, 18 Mar 2007 16:14:25 +0000 |
parents | 0223db3425f8 |
children | 3c95443b39a2 |
files | DOCS/xml/en/encoding-guide.xml |
diffstat | 1 files changed, 32 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/xml/en/encoding-guide.xml Sun Mar 18 15:38:15 2007 +0000 +++ b/DOCS/xml/en/encoding-guide.xml Sun Mar 18 16:14:25 2007 +0000 @@ -2453,6 +2453,14 @@ <entry>lossless JPEG</entry> </row> <row> + <entry>targa</entry> + <entry>Targa</entry> +</row> +<row> + <entry>bmp</entry> + <entry>BMP image</entry> +</row> +<row> <entry>h261</entry> <entry>H.261</entry> </row> @@ -2525,6 +2533,10 @@ <entry>Sorenson H.263 used in Flash Video</entry> </row> <row> + <entry>flashsv</entry> + <entry>Flash Screen Video</entry> +</row> +<row> <entry>dvvideo</entry> <entry>Sony Digital Video</entry> </row> @@ -2532,6 +2544,10 @@ <entry>snow</entry> <entry>FFmpeg's experimental wavelet-based codec</entry> </row> +<row> + <entry>zbmv</entry> + <entry>Zip Blocks Motion Video</entry> +</row> </tbody> </tgroup> </informaltable> @@ -2578,6 +2594,22 @@ <entry>sonic</entry> <entry>experimental lossy/lossless codec</entry> </row> +<row> + <entry>vorbis</entry> + <entry>Xiph Ogg Vorbis codec</entry> +</row> +<row> + <entry>aiff</entry> + <entry>AIFF/AIFF-C codec</entry> +</row> +<row> + <entry>gsm</entry> + <entry>GSM-MS codec</entry> +</row> +<row> + <entry>wma</entry> + <entry>Windows Media Audio codec</entry> +</row> </tbody> </tgroup> </informaltable>