gstreamer/ext/vp8
Philip Jägenstedt 7ce969720f vp8enc: threads property
Increasing from 1 to 2 threads on an Thinkpad X60s decreased encode time
in a test from ~24 s to ~19 s, so this is quite useful.

Ideally we should let 0 be the default and automatically match the number
of CPU cores (or something).
2010-05-21 22:23:13 +02:00
..
gst/video vp8: Add encoder/decoder 2010-05-19 19:24:02 +02:00
gstvp8dec.c vp8dec: Only enable postprocessing if the decoder supports it 2010-05-21 10:54:57 +02:00
gstvp8enc.c vp8enc: threads property 2010-05-21 22:23:13 +02:00
gstvp8utils.c vp8: Undef HAVE_CONFIG_H before including libvpx headers 2010-05-20 09:56:25 +02:00
gstvp8utils.h vp8: Improve error handling and debug output 2010-05-19 19:24:04 +02:00
Makefile.am vp8: Improve error handling and debug output 2010-05-19 19:24:04 +02:00
plugin.c vp8: typo: s/HAVE_VP8_DECODER/HAVE_VP8_ENCODER/ 2010-05-21 10:18:31 +02:00