gstreamer/ext/theora
Vincent Penquerc'h cea0ac790f theoraenc: do not automatically override quality when using target bitrate
If both quality and bitrate are set, libtheora will try to meet
both constraints, causing it to prefer emitting a smaller number
of good frames, to emitting the full number of frames that would
not meet the requested quality. This causes a slideshow effect
when the bitrate is low and the quality is high. And the default
theoraenc is high (48/63).

So only set quality when it is requested, and leave it unset
otherwise.

https://bugzilla.gnome.org/show_bug.cgi?id=658443
2011-09-07 13:27:33 +02:00
..
gsttheora.c theora: Rename source files to have the same name as the headers 2010-01-14 10:10:23 +01:00
gsttheoradec.c theoradec: segfault on 0-byte ogg_packet in _chain_reverse 2011-08-03 10:03:00 +02:00
gsttheoradec.h theoradec: add properties to enable debugging telemetry overlay 2010-10-10 18:20:46 +01:00
gsttheoraenc.c theoraenc: do not automatically override quality when using target bitrate 2011-09-07 13:27:33 +02:00
gsttheoraenc.h theora: set the width/height/par on the srcpad caps 2011-06-03 08:00:53 +02:00
gsttheoraparse.c various: add a missing G_PARAM_STATIC_STRINGS flag to object properties 2010-10-13 16:13:31 +03:00
gsttheoraparse.h theora: Convert theoraparse to libtheora 1.0 API 2009-10-23 17:49:48 -07:00
Makefile.am theoraenc: Implement two pass encoding 2010-07-16 17:40:12 +02:00