gstreamer/ext
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
..
a52dec a52dec: Call orc_init() before trying to get target flags 2010-06-14 15:33:14 +02:00
amrnb amrnbenc: Set rank to GST_RANK_SECONDARY 2010-05-07 15:33:28 +02:00
amrwbdec amr: Use correct includes (as pkg-config suggests) 2010-04-28 14:19:57 +01:00
cdio docs: remove short_desc, it is taken from element details 2010-04-27 11:38:28 +03:00
dvdread build: Add all kinds of compiler warning flags and fix the resulting warnings 2010-03-24 11:27:40 +01:00
lame lamemp3enc: implement latency query 2010-06-01 11:28:55 +02:00
mad mad: use right automake variable, should be ID3TAG_{LIBS,CFLAGS} not ID3_{LIBS,CFLAGS} 2010-07-22 13:26:21 +01:00
mpeg2dec mpeg2dec: copy over all buffer flags when copying buffers. 2010-04-14 09:30:55 +02:00
sidplay build: fix up Makefile.am 2010-03-19 00:12:38 +00:00
twolame Switch twolame to primary rank 2009-05-08 14:24:47 +01:00
x264 x264enc: Fix b-pyramid libx264 API boolean arg for non-boolean issue 2010-08-11 16:47:12 +01:00
Makefile.am build: build plugins in parallel where possible, if make -jN is used 2010-03-30 01:18:50 +01:00