gstreamer/ext/vp8
Vincent Penquerc'h 332f715208 vp8enc: fix target bitrate config with libvpx 1.1.0
libvpx 1.1.0 disallows a bitrate of 0, which was used by
vp8enc as a default value.

Instead, we use the default libvpx bitrate, scaled to our
video size, if no bitrate was specified.

This fixes encoding VP8 video with libvpx 1.1.0.

https://bugzilla.gnome.org/show_bug.cgi?id=676245
2012-05-22 10:25:03 +01:00
..
gstvp8dec.c port some more to new memory API 2012-01-25 18:50:40 +01:00
gstvp8dec.h basevideo: merge utils header into basevideocodec 2011-03-23 21:33:49 -07:00
gstvp8enc.c vp8enc: fix target bitrate config with libvpx 1.1.0 2012-05-22 10:25:03 +01:00
gstvp8enc.h vp8: probe for the new tuning API to keep building with older libvpx 2011-08-23 10:23:21 +02:00
GstVP8Enc.prs vp8: add initial preset file 2012-01-06 08:47:07 +01: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 gst: Update versioning 2012-04-04 14:44:34 +02:00
plugin.c gst: Update for GST_PLUGIN_DEFINE() API changes 2012-04-05 18:02:56 +02:00