gstreamer/ext/x264
Robert Swain f45ff93586 x264enc: Fix b-pyramid libx264 API boolean arg for non-boolean issue
In X264_BUILD >= 78, b-pyramid became a non-boolean so passing a boolean
argument to the option string value causes an error. For < 78 we pass the
boolean value, for >= 78 we use the x264_b_pyramid_names[] array which will
result in passing 'none' for false and 'strict' for true. Other modes can be
set through the option-string property for now.

https://bugzilla.gnome.org/show_bug.cgi?id=626577
2010-08-11 16:47:12 +01:00
..
gstx264enc.c x264enc: Fix b-pyramid libx264 API boolean arg for non-boolean issue 2010-08-11 16:47:12 +01:00
gstx264enc.h x264enc: Add speed-preset and [psy-]tuning properties 2010-07-25 13:39:44 +02:00
GstX264Enc.prs [MOVED FROM BAD 27/28] Remove wrong stuff from preset file 2009-06-05 18:48:27 +01:00
Makefile.am [MOVED FROM BAD 24/28] x264enc: add preset support 2009-06-05 18:48:26 +01:00