gstreamer/ext/vp8
Sebastian Dröge 0679c76b64 vp8enc: Set VP8E_SET_CPUUSED to 0
This setting controls how much CPU can be used by the encoder, specified
in fractions of 16. Negative values mean strict enforcement of this
while positive values are adaptive.

The default value is -4, which means that we're not running as fast
as possible and probably are wasting some quality. 0 is the recommended
default by libvpx upstream.
2010-06-14 15:56:24 +02:00
..
gstvp8dec.c vp8: Use VPX_PLANE_* instead of PLANE_* 2010-06-01 11:19:46 +02:00
gstvp8enc.c vp8enc: Set VP8E_SET_CPUUSED to 0 2010-06-14 15:56:24 +02:00
gstvp8utils.c vp8: Undef HAVE_CONFIG_H before including libvpx headers 2010-05-20 09:56:25 +02:00
gstvp8utils.h vp8: Use VPX_PLANE_* instead of PLANE_* 2010-06-01 11:19:46 +02:00
Makefile.am basevideo, vp8: guard unstable API with GST_USE_UNSTABLE_API 2010-06-02 19:28:15 -07:00
plugin.c vp8: typo: s/HAVE_VP8_DECODER/HAVE_VP8_ENCODER/ 2010-05-21 10:18:31 +02:00