Mercurial > mplayer.hg
changeset 17273:30f4c40e137f
update x264 feature summary
author | lorenm |
---|---|
date | Sat, 31 Dec 2005 00:41:35 +0000 |
parents | 782712db746a |
children | 13b99f89969f |
files | DOCS/xml/en/codecs.xml |
diffstat | 1 files changed, 6 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/xml/en/codecs.xml Fri Dec 30 21:40:39 2005 +0000 +++ b/DOCS/xml/en/codecs.xml Sat Dec 31 00:41:35 2005 +0000 @@ -539,26 +539,24 @@ <title>Encoder features</title> <listitem><para>CAVLC/CABAC</para></listitem> <listitem><para>Multi-references</para></listitem> - <listitem><para>Intra: all macroblock types (16x16 and 4x4 with + <listitem><para>Intra: all macroblock types (16x16, 8x8, and 4x4 with all predictions)</para></listitem> <listitem><para>Inter P: all partitions (from 16x16 down to 4x4)</para></listitem> <listitem><para>Inter B: partitions from 16x16 down to 8x8 (including SKIP/DIRECT)</para></listitem> <listitem><para>Ratecontrol: constant quantizer, constant bitrate, - or multipass ABR</para></listitem> + single or multipass ABR, optional VBV</para></listitem> <listitem><para>Scene cut detection</para></listitem> <listitem><para>Adaptive B-frame placement</para></listitem> <listitem><para>B-frames as references / arbitrary frame order</para></listitem> + <listitem><para>8x8 and 4x4 adaptive spatial transform</para></listitem> + <listitem><para>Lossless mode</para></listitem> + <listitem><para>Custom quantization matrices</para></listitem> + <listitem><para>Parallel encoding of multiple slices</para></listitem> </itemizedlist> -<itemizedlist> -<title>Encoder limitations</title> - <listitem><para>No real RD</para></listitem> -</itemizedlist> - - </sect4> <sect4 id="codec-h264-whatis">