summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorlorenm <lorenm@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-12-31 00:41:35 +0000
committerlorenm <lorenm@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-12-31 00:41:35 +0000
commitb835437de469bed866009ea52ac238aa57a2ac55 (patch)
tree2036efba3f5617526c1a0a806530fbf8f491c183 /DOCS
parent0371fa455643bc7e5c5430123ef00affb0a4e13b (diff)
downloadmpv-b835437de469bed866009ea52ac238aa57a2ac55.tar.bz2
mpv-b835437de469bed866009ea52ac238aa57a2ac55.tar.xz
update x264 feature summary
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17274 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/xml/en/codecs.xml14
1 files changed, 6 insertions, 8 deletions
diff --git a/DOCS/xml/en/codecs.xml b/DOCS/xml/en/codecs.xml
index 95c8413b2d..49b4b553a9 100644
--- a/DOCS/xml/en/codecs.xml
+++ b/DOCS/xml/en/codecs.xml
@@ -539,26 +539,24 @@ decoders:
<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">