]> git.sesse.net Git - vlc/blob - modules/codec/x264.c
macosx: fixed menubar appearance in fullscreen mode by partially reverting [46c93c9cc...
[vlc] / modules / codec / x264.c
1 /*****************************************************************************
2  * x264.c: h264 video encoder
3  *****************************************************************************
4  * Copyright (C) 2004-2006 the VideoLAN team
5  * $Id$
6  *
7  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
8  *
9  * This program is free software; you can redistribute it and/or modify
10  * it under the terms of the GNU General Public License as published by
11  * the Free Software Foundation; either version 2 of the License, or
12  * (at your option) any later version.
13  *
14  * This program is distributed in the hope that it will be useful,
15  * but WITHOUT ANY WARRANTY; without even the implied warranty of
16  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17  * GNU General Public License for more details.
18  *
19  * You should have received a copy of the GNU General Public License
20  * along with this program; if not, write to the Free Software
21  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
22  *****************************************************************************/
23
24 /*****************************************************************************
25  * Preamble
26  *****************************************************************************/
27 #ifdef HAVE_CONFIG_H
28 # include "config.h"
29 #endif
30
31 #include <vlc_common.h>
32 #include <vlc_plugin.h>
33 #include <vlc_vout.h>
34 #include <vlc_sout.h>
35 #include <vlc_codec.h>
36
37 #ifdef PTW32_STATIC_LIB
38 #include <pthread.h>
39 #endif
40 #include <x264.h>
41
42 #define SOUT_CFG_PREFIX "sout-x264-"
43
44 /*****************************************************************************
45  * Module descriptor
46  *****************************************************************************/
47 static int  Open ( vlc_object_t * );
48 static void Close( vlc_object_t * );
49
50 /* Frame-type options */
51
52 #define KEYINT_TEXT N_("Maximum GOP size")
53 #define KEYINT_LONGTEXT N_( "Sets maximum interval between IDR-frames." \
54     "Larger values save bits, thus improving quality for a given bitrate at " \
55     "the cost of seeking precision." )
56
57 #define MIN_KEYINT_TEXT N_("Minimum GOP size")
58 #define MIN_KEYINT_LONGTEXT N_( "Sets minimum interval between IDR-frames. " \
59     "In H.264, I-frames do not necessarily bound a closed GOP because it is " \
60     "allowable for a P-frame to be predicted from more frames than just the " \
61     "one frame before it (also see reference frame option). Therefore, " \
62     "I-frames are not necessarily seekable. IDR-frames restrict subsequent " \
63     "P-frames from referring to any frame prior to the IDR-frame. \n" \
64     "If scenecuts appear within this interval, they are still encoded as " \
65     "I-frames, but do not start a new GOP." )
66
67 #define SCENE_TEXT N_("Extra I-frames aggressivity" )
68 #define SCENE_LONGTEXT N_( "Scene-cut detection. Controls how " \
69     "aggressively to insert extra I-frames. With small values of " \
70     "scenecut, the codec often has " \
71     "to force an I-frame when it would exceed keyint. " \
72     "Good values of scenecut may find a better location for the " \
73     "I-frame. Large values use more I-frames " \
74     "than necessary, thus wasting bits. -1 disables scene-cut detection, so " \
75     "I-frames are inserted only every other keyint frames, which probably " \
76     "leads to ugly encoding artifacts. Range 1 to 100." )
77
78 #if X264_BUILD >= 55 /* r607 */ && X264_BUILD < 67 /* r1117 */
79 #define PRESCENE_TEXT N_("Faster, less precise scenecut detection" )
80 #define PRESCENE_LONGTEXT N_( "Faster, less precise scenecut detection. " \
81     "Required and implied by multi-threading." )
82 #endif
83
84 #define BFRAMES_TEXT N_("B-frames between I and P")
85 #define BFRAMES_LONGTEXT N_( "Number of consecutive B-frames between I and " \
86     "P-frames. Range 1 to 16." )
87
88 #define B_ADAPT_TEXT N_("Adaptive B-frame decision")
89 #if X264_BUILD >= 63
90 #define B_ADAPT_LONGTEXT N_( "Force the specified number of " \
91     "consecutive B-frames to be used, except possibly before an I-frame." \
92     "Range 0 to 2." )
93 #else
94 #define B_ADAPT_LONGTEXT N_( "Force the specified number of " \
95     "consecutive B-frames to be used, except possibly before an I-frame." )
96 #endif
97
98 #define B_BIAS_TEXT N_("Influence (bias) B-frames usage")
99 #define B_BIAS_LONGTEXT N_( "Bias the choice to use B-frames. Positive values " \
100     "cause more B-frames, negative values cause less B-frames." )
101
102 #define BPYRAMID_TEXT N_("Keep some B-frames as references")
103 #define BPYRAMID_LONGTEXT N_( "Allows B-frames to be used as references for " \
104     "predicting other frames. Keeps the middle of 2+ consecutive B-frames " \
105     "as a reference, and reorders frame appropriately." )
106
107 #define CABAC_TEXT N_("CABAC")
108 #define CABAC_LONGTEXT N_( "CABAC (Context-Adaptive Binary Arithmetic "\
109     "Coding). Slightly slows down encoding and decoding, but should save " \
110     "10 to 15% bitrate." )
111
112 #define REF_TEXT N_("Number of reference frames")
113 #define REF_LONGTEXT N_( "Number of previous frames used as predictors. " \
114     "This is effective in Anime, but seems to make little difference in " \
115     "live-action source material. Some decoders are unable to deal with " \
116     "large frameref values. Range 1 to 16." )
117
118 #define NF_TEXT N_("Skip loop filter")
119 #define NF_LONGTEXT N_( "Deactivate the deblocking loop filter (decreases quality).")
120
121 #define FILTER_TEXT N_("Loop filter AlphaC0 and Beta parameters alpha:beta")
122 #define FILTER_LONGTEXT N_( "Loop filter AlphaC0 and Beta parameters. " \
123     "Range -6 to 6 for both alpha and beta parameters. -6 means light " \
124     "filter, 6 means strong.")
125  
126 #define LEVEL_TEXT N_("H.264 level")
127 #define LEVEL_LONGTEXT N_( "Specify H.264 level (as defined by Annex A " \
128     "of the standard). Levels are not enforced; it's up to the user to select " \
129     "a level compatible with the rest of the encoding options. Range 1 to 5.1 " \
130     "(10 to 51 is also allowed).")
131
132 /* In order to play an interlaced output stream encoded by x264, a decoder needs
133    mbaff support. r570 is using the 'mb' part and not 'aff' yet; so it's really
134    'pure-interlaced' mode */
135 #if X264_BUILD >= 51 /* r570 */
136 #define INTERLACED_TEXT N_("Interlaced mode")
137 #define INTERLACED_LONGTEXT N_( "Pure-interlaced mode.")
138 #endif
139
140 /* Ratecontrol */
141
142 #define QP_TEXT N_("Set QP")
143 #define QP_LONGTEXT N_( "This selects the quantizer to use. " \
144     "Lower values result in better fidelity, but higher bitrates. 26 is a " \
145     "good default value. Range 0 (lossless) to 51." )
146
147 #define CRF_TEXT N_("Quality-based VBR")
148 #define CRF_LONGTEXT N_( "1-pass Quality-based VBR. Range 0 to 51." )
149
150 #define QPMIN_TEXT N_("Min QP")
151 #define QPMIN_LONGTEXT N_( "Minimum quantizer parameter. 15 to 35 seems to " \
152     "be a useful range." )
153
154 #define QPMAX_TEXT N_("Max QP")
155 #define QPMAX_LONGTEXT N_( "Maximum quantizer parameter." )
156
157 #define QPSTEP_TEXT N_("Max QP step")
158 #define QPSTEP_LONGTEXT N_( "Max QP step between frames.")
159
160 #define RATETOL_TEXT N_("Average bitrate tolerance")
161 #define RATETOL_LONGTEXT N_( "Allowed variance in average " \
162     "bitrate (in kbits/s).")
163
164 #define VBV_MAXRATE_TEXT N_("Max local bitrate")
165 #define VBV_MAXRATE_LONGTEXT N_( "Sets a maximum local bitrate (in kbits/s).")
166
167 #define VBV_BUFSIZE_TEXT N_("VBV buffer")
168 #define VBV_BUFSIZE_LONGTEXT N_( "Averaging period for the maximum " \
169     "local bitrate (in kbits).")
170
171 #define VBV_INIT_TEXT N_("Initial VBV buffer occupancy")
172 #define VBV_INIT_LONGTEXT N_( "Sets the initial buffer occupancy as a " \
173     "fraction of the buffer size. Range 0.0 to 1.0.")
174
175 #if X264_BUILD >= 59
176 #define AQ_MODE_TEXT N_("How AQ distributes bits")
177 #define AQ_MODE_LONGTEXT N_("Defines bitdistribution mode for AQ, default 2\n" \
178         " - 0: Disabled\n"\
179         " - 1: Avoid moving bits between frames\n"\
180         " - 2: Move bits between frames")
181
182 #define AQ_STRENGTH_TEXT N_("Strength of AQ")
183 #define AQ_STRENGTH_LONGTEXT N_("Strength to reduce blocking and blurring in flat\n"\
184         "and textured areas, default 1.0 recommented to be between 0..2\n"\
185         " - 0.5: weak AQ\n"\
186         " - 1.5: strong AQ")
187 #endif
188
189 /* IP Ratio < 1 is technically valid but should never improve quality */
190 #define IPRATIO_TEXT N_("QP factor between I and P")
191 #define IPRATIO_LONGTEXT N_( "QP factor between I and P. Range 1.0 to 2.0.")
192
193 /* PB ratio < 1 is not valid and breaks ratecontrol */
194 #define PBRATIO_TEXT N_("QP factor between P and B")
195 #define PBRATIO_LONGTEXT N_( "QP factor between P and B. Range 1.0 to 2.0.")
196
197 #define CHROMA_QP_OFFSET_TEXT N_("QP difference between chroma and luma")
198 #define CHROMA_QP_OFFSET_LONGTEXT N_( "QP difference between chroma and luma.")
199
200 #define PASS_TEXT N_("Multipass ratecontrol")
201 #define PASS_LONGTEXT N_( "Multipass ratecontrol:\n" \
202     " - 1: First pass, creates stats file\n" \
203     " - 2: Last pass, does not overwrite stats file\n" \
204     " - 3: Nth pass, overwrites stats file\n" )
205
206 #define QCOMP_TEXT N_("QP curve compression")
207 #define QCOMP_LONGTEXT N_( "QP curve compression. Range 0.0 (CBR) to 1.0 (QCP).")
208
209 #define CPLXBLUR_TEXT N_("Reduce fluctuations in QP")
210 #define CPLXBLUR_LONGTEXT N_( "This reduces the fluctuations in QP " \
211     "before curve compression. Temporally blurs complexity.")
212
213 #define QBLUR_TEXT N_("Reduce fluctuations in QP")
214 #define QBLUR_LONGTEXT N_( "This reduces the fluctations in QP " \
215     "after curve compression. Temporally blurs quants.")
216
217 /* Analysis */
218
219 #define ANALYSE_TEXT N_("Partitions to consider")
220 #define ANALYSE_LONGTEXT N_( "Partitions to consider in analyse mode: \n" \
221     " - none  : \n" \
222     " - fast  : i4x4\n" \
223     " - normal: i4x4,p8x8,(i8x8)\n" \
224     " - slow  : i4x4,p8x8,(i8x8),b8x8\n" \
225     " - all   : i4x4,p8x8,(i8x8),b8x8,p4x4\n" \
226     "(p4x4 requires p8x8. i8x8 requires 8x8dct).")
227
228 #define DIRECT_PRED_TEXT N_("Direct MV prediction mode")
229 #define DIRECT_PRED_LONGTEXT N_( "Direct MV prediction mode.")
230
231 #if X264_BUILD >= 52 /* r573 */
232 #define DIRECT_PRED_SIZE_TEXT N_("Direct prediction size")
233 #define DIRECT_PRED_SIZE_LONGTEXT N_( "Direct prediction size: "\
234     " -  0: 4x4\n" \
235     " -  1: 8x8\n" \
236     " - -1: smallest possible according to level\n" )
237 #endif
238
239 #define WEIGHTB_TEXT N_("Weighted prediction for B-frames")
240 #define WEIGHTB_LONGTEXT N_( "Weighted prediction for B-frames.")
241
242 #define ME_TEXT N_("Integer pixel motion estimation method")
243 #if X264_BUILD >= 58 /* r728 */
244 #define ME_LONGTEXT N_( "Selects the motion estimation algorithm: "\
245     " - dia: diamond search, radius 1 (fast)\n" \
246     " - hex: hexagonal search, radius 2\n" \
247     " - umh: uneven multi-hexagon search (better but slower)\n" \
248     " - esa: exhaustive search (extremely slow, primarily for testing)\n" \
249     " - tesa: hadamard exhaustive search (extremely slow, primarily for testing)\n" )
250 #else
251 #define ME_LONGTEXT N_( "Selects the motion estimation algorithm: "\
252     " - dia: diamond search, radius 1 (fast)\n" \
253     " - hex: hexagonal search, radius 2\n" \
254     " - umh: uneven multi-hexagon search (better but slower)\n" \
255     " - esa: exhaustive search (extremely slow, primarily for testing)\n" )
256 #endif
257
258 #if X264_BUILD >= 24
259 #define MERANGE_TEXT N_("Maximum motion vector search range")
260 #define MERANGE_LONGTEXT N_( "Maximum distance to search for " \
261     "motion estimation, measured from predicted position(s). " \
262     "Default of 16 is good for most footage, high motion sequences may " \
263     "benefit from settings between 24 and 32. Range 0 to 64." )
264
265 #define MVRANGE_TEXT N_("Maximum motion vector length")
266 #define MVRANGE_LONGTEXT N_( "Maximum motion vector length in pixels. " \
267     "-1 is automatic, based on level." )
268 #endif
269
270 #if X264_BUILD >= 55 /* r607 */
271 #define MVRANGE_THREAD_TEXT N_("Minimum buffer space between threads")
272 #define MVRANGE_THREAD_LONGTEXT N_( "Minimum buffer space between threads. " \
273     "-1 is automatic, based on number of threads." )
274 #endif
275
276 #define SUBME_TEXT N_("Subpixel motion estimation and partition decision " \
277     "quality")
278 #if X264_BUILD >= 65 
279 #define SUBME_MAX 9
280 #define SUBME_LONGTEXT N_( "This parameter controls quality versus speed " \
281     "tradeoffs involved in the motion estimation decision process " \
282     "(lower = quicker and higher = better quality). Range 1 to 9." )
283 #elif X264_BUILD >= 46 /* r477 */
284 #define SUBME_MAX 7
285 #define SUBME_LONGTEXT N_( "This parameter controls quality versus speed " \
286     "tradeoffs involved in the motion estimation decision process " \
287     "(lower = quicker and higher = better quality). Range 1 to 7." )
288 #elif X264_BUILD >= 30 /* r262 */
289 #define SUBME_MAX 6
290 #define SUBME_LONGTEXT N_( "This parameter controls quality versus speed " \
291     "tradeoffs involved in the motion estimation decision process " \
292     "(lower = quicker and higher = better quality). Range 1 to 6." )
293 #else
294 #define SUBME_MAX 5
295 #define SUBME_LONGTEXT N_( "This parameter controls quality versus speed " \
296     "tradeoffs involved in the motion estimation decision process " \
297     "(lower = quicker and higher = better quality). Range 1 to 5." )
298 #endif
299
300 #define B_RDO_TEXT N_("RD based mode decision for B-frames")
301 #define B_RDO_LONGTEXT N_( "RD based mode decision for B-frames. This " \
302     "requires subme 6 (or higher).")
303
304 #define MIXED_REFS_TEXT N_("Decide references on a per partition basis")
305 #define MIXED_REFS_LONGTEXT N_( "Allows each 8x8 or 16x8 partition to " \
306     "independently select a reference frame, as opposed to only one ref " \
307     "per macroblock." )
308
309 #define CHROMA_ME_TEXT N_("Chroma in motion estimation")
310 #define CHROMA_ME_LONGTEXT N_( "Chroma ME for subpel and mode decision in " \
311     "P-frames.")
312
313 #define BIME_TEXT N_("Jointly optimize both MVs in B-frames")
314 #define BIME_LONGTEXT N_( "Joint bidirectional motion refinement.")
315
316 #define TRANSFORM_8X8DCT_TEXT N_("Adaptive spatial transform size")
317 #define TRANSFORM_8X8DCT_LONGTEXT N_( \
318     "SATD-based decision for 8x8 transform in inter-MBs.")
319
320 #define TRELLIS_TEXT N_("Trellis RD quantization" )
321 #define TRELLIS_LONGTEXT N_( "Trellis RD quantization: \n" \
322     " - 0: disabled\n" \
323     " - 1: enabled only on the final encode of a MB\n" \
324     " - 2: enabled on all mode decisions\n" \
325     "This requires CABAC." )
326
327 #define FAST_PSKIP_TEXT N_("Early SKIP detection on P-frames")
328 #define FAST_PSKIP_LONGTEXT N_( "Early SKIP detection on P-frames.")
329
330 #define DCT_DECIMATE_TEXT N_("Coefficient thresholding on P-frames")
331 #define DCT_DECIMATE_LONGTEXT N_( "Coefficient thresholding on P-frames." \
332     "Eliminate dct blocks containing only a small single coefficient.")
333
334 /* Noise reduction 1 is too weak to measure, suggest at least 10 */
335 #define NR_TEXT N_("Noise reduction")
336 #define NR_LONGTEXT N_( "Dct-domain noise reduction. Adaptive pseudo-deadzone. " \
337     "10 to 1000 seems to be a useful range." )
338
339 #if X264_BUILD >= 52 /* r573 */
340 #define DEADZONE_INTER_TEXT N_("Inter luma quantization deadzone")
341 #define DEADZONE_INTER_LONGTEXT N_( "Set the size of the inter luma quantization deadzone. " \
342     "Range 0 to 32." )
343
344 #define DEADZONE_INTRA_TEXT N_("Intra luma quantization deadzone")
345 #define DEADZONE_INTRA_LONGTEXT N_( "Set the size of the intra luma quantization deadzone. " \
346     "Range 0 to 32." )
347 #endif
348
349 /* Input/Output */
350
351 #if X264_BUILD >= 55 /* r607 */
352 #define NON_DETERMINISTIC_TEXT N_("Non-deterministic optimizations when threaded")
353 #define NON_DETERMINISTIC_LONGTEXT N_( "Slightly improve quality of SMP, " \
354     "at the cost of repeatability.")
355 #endif
356
357 #define ASM_TEXT N_("CPU optimizations")
358 #define ASM_LONGTEXT N_( "Use assembler CPU optimizations.")
359
360 #define STATS_TEXT N_("Filename for 2 pass stats file")
361 #define STATS_LONGTEXT N_( "Filename for 2 pass stats file for multi-pass encoding.")
362
363 #define PSNR_TEXT N_("PSNR computation")
364 #define PSNR_LONGTEXT N_( "Compute and print PSNR stats. This has no effect on " \
365     "the actual encoding quality." )
366
367 #define SSIM_TEXT N_("SSIM computation")
368 #define SSIM_LONGTEXT N_( "Compute and print SSIM stats. This has no effect on " \
369     "the actual encoding quality." )
370
371 #define QUIET_TEXT N_("Quiet mode")
372 #define QUIET_LONGTEXT N_( "Quiet mode.")
373
374 #define VERBOSE_TEXT N_("Statistics")
375 #define VERBOSE_LONGTEXT N_( "Print stats for each frame.")
376
377 #if X264_BUILD >= 47 /* r518 */
378 #define SPS_ID_TEXT N_("SPS and PPS id numbers")
379 #define SPS_ID_LONGTEXT N_( "Set SPS and PPS id numbers to allow concatenating " \
380     "streams with different settings.")
381 #endif
382
383 #define AUD_TEXT N_("Access unit delimiters")
384 #define AUD_LONGTEXT N_( "Generate access unit delimiter NAL units.")
385
386 #if X264_BUILD >= 24 && X264_BUILD < 58
387 static const char *const enc_me_list[] =
388   { "dia", "hex", "umh", "esa" };
389 static const char *const enc_me_list_text[] =
390   { N_("dia"), N_("hex"), N_("umh"), N_("esa") };
391 #endif
392
393 #if X264_BUILD >= 58 /* r728 */
394 static const char *const enc_me_list[] =
395   { "dia", "hex", "umh", "esa", "tesa" };
396 static const char *const enc_me_list_text[] =
397   { N_("dia"), N_("hex"), N_("umh"), N_("esa"), N_("tesa") };
398 #endif
399
400 static const char *const enc_analyse_list[] =
401   { "none", "fast", "normal", "slow", "all" };
402 static const char *const enc_analyse_list_text[] =
403   { N_("none"), N_("fast"), N_("normal"), N_("slow"), N_("all") };
404
405 #if X264_BUILD >= 45 /* r457 */
406 static const char *const direct_pred_list[] =
407   { "none", "spatial", "temporal", "auto" };
408 static const char *const direct_pred_list_text[] =
409   { N_("none"), N_("spatial"), N_("temporal"), N_("auto") };
410 #else
411 static const char *const direct_pred_list[] =
412   { "none", "spatial", "temporal" };
413 static const char *const direct_pred_list_text[] =
414   { N_("none"), N_("spatial"), N_("temporal") };
415 #endif
416
417 vlc_module_begin ()
418     set_description( N_("H.264/MPEG4 AVC encoder (x264)"))
419     set_capability( "encoder", 200 )
420     set_callbacks( Open, Close )
421     set_category( CAT_INPUT )
422     set_subcategory( SUBCAT_INPUT_VCODEC )
423
424 /* Frame-type options */
425
426     add_integer( SOUT_CFG_PREFIX "keyint", 250, NULL, KEYINT_TEXT,
427                  KEYINT_LONGTEXT, false )
428
429     add_integer( SOUT_CFG_PREFIX "min-keyint", 25, NULL, MIN_KEYINT_TEXT,
430                  MIN_KEYINT_LONGTEXT, false )
431         add_deprecated_alias( SOUT_CFG_PREFIX "keyint-min" ) /* Deprecated since 0.8.5 */
432
433     add_integer( SOUT_CFG_PREFIX "scenecut", 40, NULL, SCENE_TEXT,
434                  SCENE_LONGTEXT, false )
435         change_integer_range( -1, 100 )
436
437 #if X264_BUILD >= 55 /* r607 */
438 #  if X264_BUILD < 67 /* r1117 */
439     add_bool( SOUT_CFG_PREFIX "pre-scenecut", 0, NULL, PRESCENE_TEXT,
440               PRESCENE_LONGTEXT, false )
441 #  else
442     add_obsolete_bool( SOUT_CFG_PREFIX "pre-scenecut" )
443 #  endif
444 #endif
445
446     add_integer( SOUT_CFG_PREFIX "bframes", 0, NULL, BFRAMES_TEXT,
447                  BFRAMES_LONGTEXT, false )
448         change_integer_range( 0, 16 )
449
450 #if X264_BUILD >= 63
451     add_integer( SOUT_CFG_PREFIX "b-adapt", 1, NULL, B_ADAPT_TEXT,
452                  B_ADAPT_LONGTEXT, false )
453         change_integer_range( 0, 2 )
454 #elif  X264_BUILD >= 0x0013 /* r137 */
455     add_bool( SOUT_CFG_PREFIX "b-adapt", 1, NULL, B_ADAPT_TEXT,
456               B_ADAPT_LONGTEXT, false )
457 #endif
458
459 #if  X264_BUILD >= 0x0013 /* r137 */
460     add_integer( SOUT_CFG_PREFIX "b-bias", 0, NULL, B_BIAS_TEXT,
461                  B_BIAS_LONGTEXT, false )
462         change_integer_range( -100, 100 )
463 #endif
464
465     add_bool( SOUT_CFG_PREFIX "bpyramid", 0, NULL, BPYRAMID_TEXT,
466               BPYRAMID_LONGTEXT, false )
467
468     add_bool( SOUT_CFG_PREFIX "cabac", 1, NULL, CABAC_TEXT, CABAC_LONGTEXT,
469               false )
470
471     add_integer( SOUT_CFG_PREFIX "ref", 1, NULL, REF_TEXT,
472                  REF_LONGTEXT, false )
473         change_integer_range( 1, 16 )
474         add_deprecated_alias( SOUT_CFG_PREFIX "frameref" ) /* Deprecated since 0.8.5 */
475
476     add_bool( SOUT_CFG_PREFIX "nf", 0, NULL, NF_TEXT,
477               NF_LONGTEXT, false )
478         add_deprecated_alias( SOUT_CFG_PREFIX "loopfilter" ) /* Deprecated since 0.8.5 */
479
480     add_string( SOUT_CFG_PREFIX "deblock", "0:0", NULL, FILTER_TEXT,
481                  FILTER_LONGTEXT, false )
482         add_deprecated_alias( SOUT_CFG_PREFIX "filter" ) /* Deprecated since 0.8.6 */
483
484     add_string( SOUT_CFG_PREFIX "level", "5.1", NULL, LEVEL_TEXT,
485                LEVEL_LONGTEXT, false )
486
487 #if X264_BUILD >= 51 /* r570 */
488     add_bool( SOUT_CFG_PREFIX "interlaced", 0, NULL, INTERLACED_TEXT, INTERLACED_LONGTEXT,
489               false )
490 #endif
491
492 /* Ratecontrol */
493
494     add_integer( SOUT_CFG_PREFIX "qp", 26, NULL, QP_TEXT, QP_LONGTEXT,
495                  false )
496         change_integer_range( 0, 51 ) /* QP 0 -> lossless encoding */
497
498 #if X264_BUILD >= 37 /* r334 */
499     add_integer( SOUT_CFG_PREFIX "crf", 0, NULL, CRF_TEXT,
500                  CRF_LONGTEXT, false )
501         change_integer_range( 0, 51 )
502 #endif
503
504     add_integer( SOUT_CFG_PREFIX "qpmin", 10, NULL, QPMIN_TEXT,
505                  QPMIN_LONGTEXT, false )
506         change_integer_range( 0, 51 )
507         add_deprecated_alias( SOUT_CFG_PREFIX "qp-min" ) /* Deprecated since 0.8.5 */
508
509     add_integer( SOUT_CFG_PREFIX "qpmax", 51, NULL, QPMAX_TEXT,
510                  QPMAX_LONGTEXT, false )
511         change_integer_range( 0, 51 )
512         add_deprecated_alias( SOUT_CFG_PREFIX "qp-max" ) /* Deprecated since 0.8.5 */
513
514     add_integer( SOUT_CFG_PREFIX "qpstep", 4, NULL, QPSTEP_TEXT,
515                  QPSTEP_LONGTEXT, false )
516         change_integer_range( 0, 51 )
517
518     add_float( SOUT_CFG_PREFIX "ratetol", 1.0, NULL, RATETOL_TEXT,
519                RATETOL_LONGTEXT, false )
520         change_float_range( 0, 100 )
521         add_deprecated_alias( SOUT_CFG_PREFIX "tolerance" ) /* Deprecated since 0.8.5 */
522
523     add_integer( SOUT_CFG_PREFIX "vbv-maxrate", 0, NULL, VBV_MAXRATE_TEXT,
524                  VBV_MAXRATE_LONGTEXT, false )
525
526     add_integer( SOUT_CFG_PREFIX "vbv-bufsize", 0, NULL, VBV_BUFSIZE_TEXT,
527                  VBV_BUFSIZE_LONGTEXT, false )
528
529     add_float( SOUT_CFG_PREFIX "vbv-init", 0.9, NULL, VBV_INIT_TEXT,
530                VBV_INIT_LONGTEXT, false )
531         change_float_range( 0, 1 )
532
533     add_float( SOUT_CFG_PREFIX "ipratio", 1.40, NULL, IPRATIO_TEXT,
534                IPRATIO_LONGTEXT, false )
535         change_float_range( 1, 2 )
536
537     add_float( SOUT_CFG_PREFIX "pbratio", 1.30, NULL, PBRATIO_TEXT,
538                PBRATIO_LONGTEXT, false )
539         change_float_range( 1, 2 )
540
541 #if X264_BUILD >= 23 /* r190 */
542     add_integer( SOUT_CFG_PREFIX "chroma-qp-offset", 0, NULL, CHROMA_QP_OFFSET_TEXT,
543                  CHROMA_QP_OFFSET_LONGTEXT, false )
544 #endif
545
546     add_integer( SOUT_CFG_PREFIX "pass", 0, NULL, PASS_TEXT,
547                  PASS_LONGTEXT, false )
548         change_integer_range( 0, 3 )
549
550     add_float( SOUT_CFG_PREFIX "qcomp", 0.60, NULL, QCOMP_TEXT,
551                QCOMP_LONGTEXT, false )
552         change_float_range( 0, 1 )
553
554     add_float( SOUT_CFG_PREFIX "cplxblur", 20.0, NULL, CPLXBLUR_TEXT,
555                CPLXBLUR_LONGTEXT, false )
556
557     add_float( SOUT_CFG_PREFIX "qblur", 0.5, NULL, QBLUR_TEXT,
558                QBLUR_LONGTEXT, false )
559 #if X264_BUILD >= 59
560     add_integer( SOUT_CFG_PREFIX "aq-mode", 2, NULL, AQ_MODE_TEXT,
561                  AQ_MODE_LONGTEXT, false )
562          change_integer_range( 0, 2 )
563     add_float( SOUT_CFG_PREFIX "aq-strength", 1.0, NULL, AQ_STRENGTH_TEXT,
564                AQ_STRENGTH_LONGTEXT, false )
565 #endif
566
567 /* Analysis */
568
569     /* x264 partitions = none (default). set at least "normal" mode. */
570     add_string( SOUT_CFG_PREFIX "partitions", "normal", NULL, ANALYSE_TEXT,
571                 ANALYSE_LONGTEXT, false )
572         change_string_list( enc_analyse_list, enc_analyse_list_text, 0 );
573         add_deprecated_alias( SOUT_CFG_PREFIX "analyse" ) /* Deprecated since 0.8.6 */
574
575     add_string( SOUT_CFG_PREFIX "direct", "spatial", NULL, DIRECT_PRED_TEXT,
576                 DIRECT_PRED_LONGTEXT, false )
577         change_string_list( direct_pred_list, direct_pred_list_text, 0 );
578
579 #if X264_BUILD >= 52 /* r573 */
580     add_integer( SOUT_CFG_PREFIX "direct-8x8", -1, NULL, DIRECT_PRED_SIZE_TEXT,
581                  DIRECT_PRED_SIZE_LONGTEXT, false )
582         change_integer_range( -1, 1 )
583 #endif
584
585 #if X264_BUILD >= 0x0012 /* r134 */
586     add_bool( SOUT_CFG_PREFIX "weightb", 0, NULL, WEIGHTB_TEXT,
587               WEIGHTB_LONGTEXT, false )
588 #endif
589
590 #if X264_BUILD >= 24 /* r221 */
591     add_string( SOUT_CFG_PREFIX "me", "hex", NULL, ME_TEXT,
592                 ME_LONGTEXT, false )
593         change_string_list( enc_me_list, enc_me_list_text, 0 );
594
595     add_integer( SOUT_CFG_PREFIX "merange", 16, NULL, MERANGE_TEXT,
596                  MERANGE_LONGTEXT, false )
597         change_integer_range( 1, 64 )
598 #endif
599
600     add_integer( SOUT_CFG_PREFIX "mvrange", -1, NULL, MVRANGE_TEXT,
601                  MVRANGE_LONGTEXT, false )
602
603 #if X264_BUILD >= 55 /* r607 */
604     add_integer( SOUT_CFG_PREFIX "mvrange-thread", -1, NULL, MVRANGE_THREAD_TEXT,
605                  MVRANGE_THREAD_LONGTEXT, false )
606 #endif
607
608     add_integer( SOUT_CFG_PREFIX "subme", 5, NULL, SUBME_TEXT,
609                  SUBME_LONGTEXT, false )
610         change_integer_range( 1, SUBME_MAX )
611         add_deprecated_alias( SOUT_CFG_PREFIX "subpel" ) /* Deprecated since 0.8.5 */
612
613 #if X264_BUILD >= 41
614 # if X264_BUILD < 65 /* r368 */
615     add_bool( SOUT_CFG_PREFIX "b-rdo", 0, NULL, B_RDO_TEXT,
616               B_RDO_LONGTEXT, false )
617 # else
618     add_obsolete_bool( SOUT_CFG_PREFIX "b-rdo" )
619 # endif
620 #endif
621
622 #if X264_BUILD >= 36 /* r318 */
623     add_bool( SOUT_CFG_PREFIX "mixed-refs", 0, NULL, MIXED_REFS_TEXT,
624               MIXED_REFS_LONGTEXT, false )
625 #endif
626
627 #if X264_BUILD >= 23 /* r171 */
628     add_bool( SOUT_CFG_PREFIX "chroma-me", 1, NULL, CHROMA_ME_TEXT,
629               CHROMA_ME_LONGTEXT, false )
630 #endif
631
632 #if X264_BUILD >= 43
633 # if X264_BUILD < 65 /* r390 */
634     add_bool( SOUT_CFG_PREFIX "bime", 0, NULL, BIME_TEXT,
635               BIME_LONGTEXT, false )
636 # else
637     add_obsolete_bool( SOUT_CFG_PREFIX "bime" )
638 # endif
639 #endif
640
641 #if X264_BUILD >= 30 /* r251 */
642     add_bool( SOUT_CFG_PREFIX "8x8dct", 0, NULL, TRANSFORM_8X8DCT_TEXT,
643               TRANSFORM_8X8DCT_LONGTEXT, false )
644 #endif
645
646 #if X264_BUILD >= 39 /* r360 */
647     add_integer( SOUT_CFG_PREFIX "trellis", 0, NULL, TRELLIS_TEXT,
648                  TRELLIS_LONGTEXT, false )
649         change_integer_range( 0, 2 )
650 #endif
651
652 #if X264_BUILD >= 42 /* r384 */
653     add_bool( SOUT_CFG_PREFIX "fast-pskip", 1, NULL, FAST_PSKIP_TEXT,
654               FAST_PSKIP_LONGTEXT, false )
655 #endif
656
657 #if X264_BUILD >= 46 /* r503 */
658     add_bool( SOUT_CFG_PREFIX "dct-decimate", 1, NULL, DCT_DECIMATE_TEXT,
659               DCT_DECIMATE_LONGTEXT, false )
660 #endif
661
662 #if X264_BUILD >= 44 /* r398 */
663     add_integer( SOUT_CFG_PREFIX "nr", 0, NULL, NR_TEXT,
664                  NR_LONGTEXT, false )
665         change_integer_range( 0, 1000 )
666 #endif
667
668 #if X264_BUILD >= 52 /* r573 */
669     add_integer( SOUT_CFG_PREFIX "deadzone-inter", 21, NULL, DEADZONE_INTER_TEXT,
670                  DEADZONE_INTRA_LONGTEXT, false )
671         change_integer_range( 0, 32 )
672
673     add_integer( SOUT_CFG_PREFIX "deadzone-intra", 11, NULL, DEADZONE_INTRA_TEXT,
674                  DEADZONE_INTRA_LONGTEXT, false )
675         change_integer_range( 0, 32 )
676 #endif
677
678 /* Input/Output */
679
680 #if X264_BUILD >= 55 /* r607 */
681     add_bool( SOUT_CFG_PREFIX "non-deterministic", 0, NULL, NON_DETERMINISTIC_TEXT,
682               NON_DETERMINISTIC_LONGTEXT, false )
683 #endif
684
685     add_bool( SOUT_CFG_PREFIX "asm", 1, NULL, ASM_TEXT,
686               ASM_LONGTEXT, false )
687
688     /* x264 psnr = 1 (default). disable PSNR computation for speed. */
689     add_bool( SOUT_CFG_PREFIX "psnr", 0, NULL, PSNR_TEXT,
690               PSNR_LONGTEXT, false )
691
692 #if X264_BUILD >= 50 /* r554 */
693     /* x264 ssim = 1 (default). disable SSIM computation for speed. */
694     add_bool( SOUT_CFG_PREFIX "ssim", 0, NULL, SSIM_TEXT,
695               SSIM_LONGTEXT, false )
696 #endif
697
698     add_bool( SOUT_CFG_PREFIX "quiet", 0, NULL, QUIET_TEXT,
699               QUIET_LONGTEXT, false )
700
701 #if X264_BUILD >= 47 /* r518 */
702     add_integer( SOUT_CFG_PREFIX "sps-id", 0, NULL, SPS_ID_TEXT,
703                  SPS_ID_LONGTEXT, false )
704 #endif
705
706     add_bool( SOUT_CFG_PREFIX "aud", 0, NULL, AUD_TEXT,
707               AUD_LONGTEXT, false )
708
709 #if X264_BUILD >= 0x000e /* r81 */
710     add_bool( SOUT_CFG_PREFIX "verbose", 0, NULL, VERBOSE_TEXT,
711               VERBOSE_LONGTEXT, false )
712 #endif
713
714     add_string( SOUT_CFG_PREFIX "stats", "x264_2pass.log", NULL, STATS_TEXT,
715                 STATS_LONGTEXT, false )
716
717 vlc_module_end ()
718
719 /*****************************************************************************
720  * Local prototypes
721  *****************************************************************************/
722 static const char *const ppsz_sout_options[] = {
723     "8x8dct", "analyse", "asm", "aud", "bframes", "bime", "bpyramid",
724     "b-adapt", "b-bias", "b-rdo", "cabac", "chroma-me", "chroma-qp-offset",
725     "cplxblur", "crf", "dct-decimate", "deadzone-inter", "deadzone-intra",
726     "deblock", "direct", "direct-8x8", "filter", "fast-pskip", "frameref",
727     "interlaced", "ipratio", "keyint", "keyint-min", "level", "loopfilter",
728     "me", "merange", "min-keyint", "mixed-refs", "mvrange", "mvrange-thread",
729     "nf", "non-deterministic", "nr", "partitions", "pass", "pbratio",
730     "pre-scenecut", "psnr", "qblur", "qp", "qcomp", "qpstep", "qpmax",
731     "qpmin", "qp-max", "qp-min", "quiet", "ratetol", "ref", "scenecut",
732     "sps-id", "ssim", "stats", "subme", "subpel", "tolerance", "trellis",
733     "verbose", "vbv-bufsize", "vbv-init", "vbv-maxrate", "weightb", "aq-mode",
734     "aq-strength",NULL
735 };
736
737 static block_t *Encode( encoder_t *, picture_t * );
738
739 struct encoder_sys_t
740 {
741     x264_t          *h;
742     x264_param_t    param;
743
744     int             i_buffer;
745     uint8_t         *p_buffer;
746
747     mtime_t         i_interpolated_dts;
748
749     char *psz_stat_name;
750 };
751
752 /*****************************************************************************
753  * Open: probe the encoder
754  *****************************************************************************/
755 static int  Open ( vlc_object_t *p_this )
756 {
757     encoder_t     *p_enc = (encoder_t *)p_this;
758     encoder_sys_t *p_sys;
759     vlc_value_t    val;
760     int i_qmin = 0, i_qmax = 0;
761     x264_nal_t    *nal;
762     int i, i_nal;
763
764     if( p_enc->fmt_out.i_codec != VLC_FOURCC( 'h', '2', '6', '4' ) &&
765         !p_enc->b_force )
766     {
767         return VLC_EGENERIC;
768     }
769
770     /* X264_POINTVER or X264_VERSION are not available */
771     msg_Dbg ( p_enc, "version x264 0.%d.X", X264_BUILD );
772
773 #if X264_BUILD < 37
774     if( p_enc->fmt_in.video.i_width % 16 != 0 ||
775         p_enc->fmt_in.video.i_height % 16 != 0 )
776     {
777         msg_Warn( p_enc, "size is not a multiple of 16 (%ix%i)",
778                   p_enc->fmt_in.video.i_width, p_enc->fmt_in.video.i_height );
779
780         if( p_enc->fmt_in.video.i_width < 16 ||
781             p_enc->fmt_in.video.i_height < 16 )
782         {
783             msg_Err( p_enc, "video is too small to be cropped" );
784             return VLC_EGENERIC;
785         }
786
787         msg_Warn( p_enc, "cropping video to %ix%i",
788                   p_enc->fmt_in.video.i_width >> 4 << 4,
789                   p_enc->fmt_in.video.i_height >> 4 << 4 );
790     }
791 #endif
792
793     config_ChainParse( p_enc, SOUT_CFG_PREFIX, ppsz_sout_options, p_enc->p_cfg );
794
795     p_enc->fmt_out.i_cat = VIDEO_ES;
796     p_enc->fmt_out.i_codec = VLC_FOURCC( 'h', '2', '6', '4' );
797     p_enc->fmt_in.i_codec = VLC_FOURCC('I','4','2','0');
798
799     p_enc->pf_encode_video = Encode;
800     p_enc->pf_encode_audio = NULL;
801     p_enc->p_sys = p_sys = malloc( sizeof( encoder_sys_t ) );
802     if( !p_sys )
803         return VLC_ENOMEM;
804     p_sys->i_interpolated_dts = 0;
805     p_sys->psz_stat_name = NULL;
806
807     x264_param_default( &p_sys->param );
808     p_sys->param.i_width  = p_enc->fmt_in.video.i_width;
809     p_sys->param.i_height = p_enc->fmt_in.video.i_height;
810 #if X264_BUILD < 37
811     p_sys->param.i_width  = p_sys->param.i_width >> 4 << 4;
812     p_sys->param.i_height = p_sys->param.i_height >> 4 << 4;
813 #endif
814
815     /* average bitrate specified by transcode vb */
816     p_sys->param.rc.i_bitrate = p_enc->fmt_out.i_bitrate / 1000;
817
818     var_Get( p_enc, SOUT_CFG_PREFIX "qpstep", &val );
819     if( val.i_int >= 0 && val.i_int <= 51 ) p_sys->param.rc.i_qp_step = val.i_int;
820     var_Get( p_enc, SOUT_CFG_PREFIX "qpmin", &val );
821     if( val.i_int >= 0 && val.i_int <= 51 )
822     {
823         i_qmin = val.i_int;
824         p_sys->param.rc.i_qp_min = i_qmin;
825     }
826     var_Get( p_enc, SOUT_CFG_PREFIX "qpmax", &val );
827     if( val.i_int >= 0 && val.i_int <= 51 )
828     {
829         i_qmax = val.i_int;
830         p_sys->param.rc.i_qp_max = i_qmax;
831     }
832
833     var_Get( p_enc, SOUT_CFG_PREFIX "qp", &val );
834     if( val.i_int >= 0 && val.i_int <= 51 )
835     {
836         if( i_qmin > val.i_int ) i_qmin = val.i_int;
837         if( i_qmax < val.i_int ) i_qmax = val.i_int;
838
839         p_sys->param.rc.i_rc_method = X264_RC_CQP;
840 #if X264_BUILD >= 0x000a
841         p_sys->param.rc.i_qp_constant = val.i_int;
842         p_sys->param.rc.i_qp_min = i_qmin;
843         p_sys->param.rc.i_qp_max = i_qmax;
844 #else
845         p_sys->param.i_qp_constant = val.i_int;
846 #endif
847     }
848
849 #if X264_BUILD < 48
850     /* cbr = 1 overrides qp or crf and sets an average bitrate
851        but maxrate = average bitrate is needed for "real" CBR */
852     if( p_sys->param.rc.i_bitrate > 0 ) p_sys->param.rc.b_cbr = 1;
853 #else
854     if( p_sys->param.rc.i_bitrate > 0 ) p_sys->param.rc.i_rc_method = X264_RC_ABR;
855 #endif
856
857 #if X264_BUILD >= 24
858     var_Get( p_enc, SOUT_CFG_PREFIX "ratetol", &val );
859     p_sys->param.rc.f_rate_tolerance = val.f_float;
860
861     var_Get( p_enc, SOUT_CFG_PREFIX "vbv-init", &val );
862     p_sys->param.rc.f_vbv_buffer_init = val.f_float;
863
864     var_Get( p_enc, SOUT_CFG_PREFIX "vbv-bufsize", &val );
865     p_sys->param.rc.i_vbv_buffer_size = val.i_int;
866
867     /* x264 vbv-bufsize = 0 (default). if not provided set period
868        in seconds for local maximum bitrate (cache/bufsize) based
869        on average bitrate. */
870     if( !val.i_int )
871         p_sys->param.rc.i_vbv_buffer_size = p_sys->param.rc.i_bitrate * 2;
872
873     /* max bitrate = average bitrate -> CBR */
874     var_Get( p_enc, SOUT_CFG_PREFIX "vbv-maxrate", &val );
875     p_sys->param.rc.i_vbv_max_bitrate = val.i_int;
876
877 #else
878     p_sys->param.rc.i_rc_buffer_size = p_sys->param.rc.i_bitrate;
879     p_sys->param.rc.i_rc_init_buffer = p_sys->param.rc.i_bitrate / 4;
880 #endif
881
882     var_Get( p_enc, SOUT_CFG_PREFIX "cabac", &val );
883     p_sys->param.b_cabac = val.b_bool;
884
885     /* disable deblocking when nf (no loop filter) is enabled */
886     var_Get( p_enc, SOUT_CFG_PREFIX "nf", &val );
887     p_sys->param.b_deblocking_filter = !val.b_bool;
888
889     var_Get( p_enc, SOUT_CFG_PREFIX "deblock", &val );
890     if( val.psz_string )
891     {
892         char *p = strchr( val.psz_string, ':' );
893         p_sys->param.i_deblocking_filter_alphac0 = atoi( val.psz_string );
894         p_sys->param.i_deblocking_filter_beta = p ? atoi( p+1 ) : p_sys->param.i_deblocking_filter_alphac0;
895         free( val.psz_string );
896     }
897
898     var_Get( p_enc, SOUT_CFG_PREFIX "level", &val );
899     if( val.psz_string )
900     {
901         if( atof (val.psz_string) < 6 )
902             p_sys->param.i_level_idc = (int) ( 10 * atof (val.psz_string) + .5);
903         else
904             p_sys->param.i_level_idc = atoi (val.psz_string);
905         free( val.psz_string );
906     }
907
908 #if X264_BUILD >= 51 /* r570 */
909     var_Get( p_enc, SOUT_CFG_PREFIX "interlaced", &val );
910     p_sys->param.b_interlaced = val.b_bool;
911 #endif
912
913     var_Get( p_enc, SOUT_CFG_PREFIX "ipratio", &val );
914     p_sys->param.rc.f_ip_factor = val.f_float;
915
916     var_Get( p_enc, SOUT_CFG_PREFIX "pbratio", &val );
917     p_sys->param.rc.f_pb_factor = val.f_float;
918
919     var_Get( p_enc, SOUT_CFG_PREFIX "qcomp", &val );
920     p_sys->param.rc.f_qcompress = val.f_float;
921
922     var_Get( p_enc, SOUT_CFG_PREFIX "cplxblur", &val );
923     p_sys->param.rc.f_complexity_blur = val.f_float;
924
925     var_Get( p_enc, SOUT_CFG_PREFIX "qblur", &val );
926     p_sys->param.rc.f_qblur = val.f_float;
927
928 #if X264_BUILD >= 59
929     var_Get( p_enc, SOUT_CFG_PREFIX "aq-mode", &val );
930     p_sys->param.rc.i_aq_mode = val.i_int;
931
932     var_Get( p_enc, SOUT_CFG_PREFIX "aq-strength", &val );
933     p_sys->param.rc.f_aq_strength = val.f_float;
934 #endif
935
936 #if X264_BUILD >= 0x000e
937     var_Get( p_enc, SOUT_CFG_PREFIX "verbose", &val );
938     if( val.b_bool ) p_sys->param.i_log_level = X264_LOG_DEBUG;
939 #endif
940
941     var_Get( p_enc, SOUT_CFG_PREFIX "quiet", &val );
942     if( val.b_bool ) p_sys->param.i_log_level = X264_LOG_NONE;
943
944 #if X264_BUILD >= 47 /* r518 */
945     var_Get( p_enc, SOUT_CFG_PREFIX "sps-id", &val );
946     if( val.i_int >= 0 ) p_sys->param.i_sps_id = val.i_int;
947 #endif
948
949     var_Get( p_enc, SOUT_CFG_PREFIX "aud", &val );
950     if( val.b_bool ) p_sys->param.b_aud = val.b_bool;
951
952     var_Get( p_enc, SOUT_CFG_PREFIX "keyint", &val );
953 #if X264_BUILD >= 0x000e
954     if( val.i_int > 0 ) p_sys->param.i_keyint_max = val.i_int;
955 #else
956     if( val.i_int > 0 ) p_sys->param.i_iframe = val.i_int;
957 #endif
958
959     var_Get( p_enc, SOUT_CFG_PREFIX "min-keyint", &val );
960 #if X264_BUILD >= 0x000e
961     if( val.i_int > 0 ) p_sys->param.i_keyint_min = val.i_int;
962 #else
963     if( val.i_int > 0 ) p_sys->param.i_idrframe = val.i_int;
964 #endif
965
966     var_Get( p_enc, SOUT_CFG_PREFIX "bframes", &val );
967     if( val.i_int >= 0 && val.i_int <= 16 )
968         p_sys->param.i_bframe = val.i_int;
969
970 #if X264_BUILD >= 22
971     var_Get( p_enc, SOUT_CFG_PREFIX "bpyramid", &val );
972     p_sys->param.b_bframe_pyramid = val.b_bool;
973 #endif
974
975     var_Get( p_enc, SOUT_CFG_PREFIX "ref", &val );
976     if( val.i_int > 0 && val.i_int <= 15 )
977         p_sys->param.i_frame_reference = val.i_int;
978
979     var_Get( p_enc, SOUT_CFG_PREFIX "scenecut", &val );
980 #if X264_BUILD >= 0x000b
981     if( val.i_int >= -1 && val.i_int <= 100 )
982         p_sys->param.i_scenecut_threshold = val.i_int;
983 #endif
984
985 #if X264_BUILD >= 55 /* r607 */ && X264_BUILD < 67 /* r1117 */
986     var_Get( p_enc, SOUT_CFG_PREFIX "pre-scenecut", &val );
987     p_sys->param.b_pre_scenecut = val.b_bool;
988 #endif
989
990 #if X264_BUILD >= 55 /* r607 */
991     var_Get( p_enc, SOUT_CFG_PREFIX "non-deterministic", &val );
992     p_sys->param.b_deterministic = val.b_bool;
993 #endif
994
995     var_Get( p_enc, SOUT_CFG_PREFIX "subme", &val );
996     if( val.i_int >= 1 && val.i_int <= SUBME_MAX )
997         p_sys->param.analyse.i_subpel_refine = val.i_int;
998
999 #if X264_BUILD >= 24
1000     var_Get( p_enc, SOUT_CFG_PREFIX "me", &val );
1001     if( !strcmp( val.psz_string, "dia" ) )
1002     {
1003         p_sys->param.analyse.i_me_method = X264_ME_DIA;
1004     }
1005     else if( !strcmp( val.psz_string, "hex" ) )
1006     {
1007         p_sys->param.analyse.i_me_method = X264_ME_HEX;
1008     }
1009     else if( !strcmp( val.psz_string, "umh" ) )
1010     {
1011         p_sys->param.analyse.i_me_method = X264_ME_UMH;
1012     }
1013     else if( !strcmp( val.psz_string, "esa" ) )
1014     {
1015         p_sys->param.analyse.i_me_method = X264_ME_ESA;
1016     }
1017 #   if X264_BUILD >= 58 /* r728 */
1018     else if( !strcmp( val.psz_string, "tesa" ) )
1019     {
1020         p_sys->param.analyse.i_me_method = X264_ME_TESA;
1021     }
1022 #   endif
1023     free( val.psz_string );
1024
1025     var_Get( p_enc, SOUT_CFG_PREFIX "merange", &val );
1026     if( val.i_int >= 0 && val.i_int <= 64 )
1027         p_sys->param.analyse.i_me_range = val.i_int;
1028
1029     var_Get( p_enc, SOUT_CFG_PREFIX "mvrange", &val );
1030         p_sys->param.analyse.i_mv_range = val.i_int;
1031 #endif
1032
1033 #if X264_BUILD >= 55 /* r607 */
1034     var_Get( p_enc, SOUT_CFG_PREFIX "mvrange-thread", &val );
1035         p_sys->param.analyse.i_mv_range_thread = val.i_int;
1036 #endif
1037
1038     var_Get( p_enc, SOUT_CFG_PREFIX "direct", &val );
1039     if( !strcmp( val.psz_string, "none" ) )
1040     {
1041         p_sys->param.analyse.i_direct_mv_pred = X264_DIRECT_PRED_NONE;
1042     }
1043     else if( !strcmp( val.psz_string, "spatial" ) )
1044     {
1045         p_sys->param.analyse.i_direct_mv_pred = X264_DIRECT_PRED_SPATIAL;
1046     }
1047     else if( !strcmp( val.psz_string, "temporal" ) )
1048     {
1049         p_sys->param.analyse.i_direct_mv_pred = X264_DIRECT_PRED_TEMPORAL;
1050     }
1051 #if X264_BUILD >= 45 /* r457 */
1052     else if( !strcmp( val.psz_string, "auto" ) )
1053     {
1054         p_sys->param.analyse.i_direct_mv_pred = X264_DIRECT_PRED_AUTO;
1055     }
1056 #endif
1057     free( val.psz_string );
1058
1059     var_Get( p_enc, SOUT_CFG_PREFIX "psnr", &val );
1060     p_sys->param.analyse.b_psnr = val.b_bool;
1061
1062 #if X264_BUILD >= 50 /* r554 */
1063     var_Get( p_enc, SOUT_CFG_PREFIX "ssim", &val );
1064     p_sys->param.analyse.b_ssim = val.b_bool;
1065 #endif
1066
1067 #if X264_BUILD >= 0x0012
1068     var_Get( p_enc, SOUT_CFG_PREFIX "weightb", &val );
1069     p_sys->param.analyse.b_weighted_bipred = val.b_bool;
1070 #endif
1071
1072 #if X264_BUILD >= 0x0013
1073     var_Get( p_enc, SOUT_CFG_PREFIX "b-adapt", &val );
1074 #if X264_BUILD >= 63
1075     p_sys->param.i_bframe_adaptive = val.i_int;
1076 #else
1077     p_sys->param.b_bframe_adaptive = val.b_bool;
1078 #endif
1079
1080     var_Get( p_enc, SOUT_CFG_PREFIX "b-bias", &val );
1081     if( val.i_int >= -100 && val.i_int <= 100 )
1082         p_sys->param.i_bframe_bias = val.i_int;
1083 #endif
1084
1085 #if X264_BUILD >= 23
1086     var_Get( p_enc, SOUT_CFG_PREFIX "chroma-me", &val );
1087     p_sys->param.analyse.b_chroma_me = val.b_bool;
1088     var_Get( p_enc, SOUT_CFG_PREFIX "chroma-qp-offset", &val );
1089     p_sys->param.analyse.i_chroma_qp_offset = val.i_int;
1090 #endif
1091
1092 #if X264_BUILD >= 36
1093     var_Get( p_enc, SOUT_CFG_PREFIX "mixed-refs", &val );
1094     p_sys->param.analyse.b_mixed_references = val.b_bool;
1095 #endif
1096
1097 #if X264_BUILD >= 37
1098     var_Get( p_enc, SOUT_CFG_PREFIX "crf", &val );
1099     if( val.i_int > 0 && val.i_int <= 51 )
1100     {
1101 #   if X264_BUILD >= 54
1102         p_sys->param.rc.f_rf_constant = val.i_int;
1103 #   else
1104         p_sys->param.rc.i_rf_constant = val.i_int;
1105 #   endif
1106 #   if X264_BUILD >= 48
1107         p_sys->param.rc.i_rc_method = X264_RC_CRF;
1108 #   endif
1109     }
1110 #endif
1111
1112 #if X264_BUILD >= 39
1113     var_Get( p_enc, SOUT_CFG_PREFIX "trellis", &val );
1114     if( val.i_int >= 0 && val.i_int <= 2 )
1115         p_sys->param.analyse.i_trellis = val.i_int;
1116 #endif
1117
1118 #if X264_BUILD >= 41 && X264_BUILD < 65
1119     var_Get( p_enc, SOUT_CFG_PREFIX "b-rdo", &val );
1120     p_sys->param.analyse.b_bframe_rdo = val.b_bool;
1121 #endif
1122
1123 #if X264_BUILD >= 42
1124     var_Get( p_enc, SOUT_CFG_PREFIX "fast-pskip", &val );
1125     p_sys->param.analyse.b_fast_pskip = val.b_bool;
1126 #endif
1127
1128 #if X264_BUILD >= 43 && X264_BUILD < 65
1129     var_Get( p_enc, SOUT_CFG_PREFIX "bime", &val );
1130     p_sys->param.analyse.b_bidir_me = val.b_bool;
1131 #endif
1132
1133 #if X264_BUILD >= 44
1134     var_Get( p_enc, SOUT_CFG_PREFIX "nr", &val );
1135     if( val.i_int >= 0 && val.i_int <= 1000 )
1136         p_sys->param.analyse.i_noise_reduction = val.i_int;
1137 #endif
1138
1139 #if X264_BUILD >= 46
1140     var_Get( p_enc, SOUT_CFG_PREFIX "dct-decimate", &val );
1141     p_sys->param.analyse.b_dct_decimate = val.b_bool;
1142 #endif
1143
1144 #if X264_BUILD >= 52
1145     var_Get( p_enc, SOUT_CFG_PREFIX "deadzone-inter", &val );
1146     if( val.i_int >= 0 && val.i_int <= 32 )
1147         p_sys->param.analyse.i_luma_deadzone[0] = val.i_int;
1148
1149     var_Get( p_enc, SOUT_CFG_PREFIX "deadzone-intra", &val );
1150     if( val.i_int >= 0 && val.i_int <= 32 )
1151         p_sys->param.analyse.i_luma_deadzone[1] = val.i_int;
1152
1153 #if X264_BUILD <= 65
1154     var_Get( p_enc, SOUT_CFG_PREFIX "direct-8x8", &val );
1155     if( val.i_int >= -1 && val.i_int <= 1 )
1156         p_sys->param.analyse.i_direct_8x8_inference = val.i_int;
1157 #endif
1158 #endif
1159
1160     var_Get( p_enc, SOUT_CFG_PREFIX "asm", &val );
1161     if( !val.b_bool ) p_sys->param.cpu = 0;
1162
1163 #ifndef X264_ANALYSE_BSUB16x16
1164 #   define X264_ANALYSE_BSUB16x16 0
1165 #endif
1166     var_Get( p_enc, SOUT_CFG_PREFIX "partitions", &val );
1167     if( !strcmp( val.psz_string, "none" ) )
1168     {
1169         p_sys->param.analyse.inter = 0;
1170     }
1171     else if( !strcmp( val.psz_string, "fast" ) )
1172     {
1173         p_sys->param.analyse.inter = X264_ANALYSE_I4x4;
1174     }
1175     else if( !strcmp( val.psz_string, "normal" ) )
1176     {
1177         p_sys->param.analyse.inter =
1178             X264_ANALYSE_I4x4 |
1179             X264_ANALYSE_PSUB16x16;
1180 #ifdef X264_ANALYSE_I8x8
1181         p_sys->param.analyse.inter |= X264_ANALYSE_I8x8;
1182 #endif
1183     }
1184     else if( !strcmp( val.psz_string, "slow" ) )
1185     {
1186         p_sys->param.analyse.inter =
1187             X264_ANALYSE_I4x4 |
1188             X264_ANALYSE_PSUB16x16 |
1189             X264_ANALYSE_BSUB16x16;
1190 #ifdef X264_ANALYSE_I8x8
1191         p_sys->param.analyse.inter |= X264_ANALYSE_I8x8;
1192 #endif
1193     }
1194     else if( !strcmp( val.psz_string, "all" ) )
1195     {
1196         p_sys->param.analyse.inter =
1197             X264_ANALYSE_I4x4 |
1198             X264_ANALYSE_PSUB16x16 |
1199             X264_ANALYSE_BSUB16x16 |
1200             X264_ANALYSE_PSUB8x8;
1201 #ifdef X264_ANALYSE_I8x8
1202         p_sys->param.analyse.inter |= X264_ANALYSE_I8x8;
1203 #endif
1204     }
1205     free( val.psz_string );
1206
1207 #if X264_BUILD >= 30
1208     var_Get( p_enc, SOUT_CFG_PREFIX "8x8dct", &val );
1209     p_sys->param.analyse.b_transform_8x8 = val.b_bool;
1210 #endif
1211
1212     if( p_enc->fmt_in.video.i_aspect > 0 )
1213     {
1214         int64_t i_num, i_den;
1215         unsigned int i_dst_num, i_dst_den;
1216
1217         i_num = p_enc->fmt_in.video.i_aspect *
1218             (int64_t)p_enc->fmt_in.video.i_height;
1219         i_den = VOUT_ASPECT_FACTOR * p_enc->fmt_in.video.i_width;
1220         vlc_ureduce( &i_dst_num, &i_dst_den, i_num, i_den, 0 );
1221
1222         p_sys->param.vui.i_sar_width = i_dst_num;
1223         p_sys->param.vui.i_sar_height = i_dst_den;
1224     }
1225
1226     if( p_enc->fmt_in.video.i_frame_rate_base > 0 )
1227     {
1228         p_sys->param.i_fps_num = p_enc->fmt_in.video.i_frame_rate;
1229         p_sys->param.i_fps_den = p_enc->fmt_in.video.i_frame_rate_base;
1230     }
1231
1232     unsigned i_cpu = vlc_CPU();
1233     if( !(i_cpu & CPU_CAPABILITY_MMX) )
1234     {
1235         p_sys->param.cpu &= ~X264_CPU_MMX;
1236     }
1237     if( !(i_cpu & CPU_CAPABILITY_MMXEXT) )
1238     {
1239         p_sys->param.cpu &= ~X264_CPU_MMXEXT;
1240     }
1241     if( !(i_cpu & CPU_CAPABILITY_SSE) )
1242     {
1243         p_sys->param.cpu &= ~X264_CPU_SSE;
1244     }
1245     if( !(i_cpu & CPU_CAPABILITY_SSE2) )
1246     {
1247         p_sys->param.cpu &= ~X264_CPU_SSE2;
1248     }
1249
1250     /* BUILD 29 adds support for multi-threaded encoding while BUILD 49 (r543)
1251        also adds support for threads = 0 for automatically selecting an optimal
1252        value (cores * 1.5) based on detected CPUs. Default behavior for x264 is
1253        threads = 1, however VLC usage differs and uses threads = 0 (auto) by
1254        default unless ofcourse transcode threads is explicitly specified.. */
1255 #if X264_BUILD >= 29
1256     p_sys->param.i_threads = p_enc->i_threads;
1257 #endif
1258
1259     var_Get( p_enc, SOUT_CFG_PREFIX "stats", &val );
1260     if( val.psz_string )
1261     {
1262         p_sys->param.rc.psz_stat_in  =
1263         p_sys->param.rc.psz_stat_out =
1264         p_sys->psz_stat_name         = val.psz_string;
1265     }
1266
1267     var_Get( p_enc, SOUT_CFG_PREFIX "pass", &val );
1268     if( val.i_int > 0 && val.i_int <= 3 )
1269     {
1270         p_sys->param.rc.b_stat_write = val.i_int & 1;
1271         p_sys->param.rc.b_stat_read = val.i_int & 2;
1272     }
1273
1274     /* We need to initialize pthreadw32 before we open the encoder,
1275        but only oncce for the whole application. Since pthreadw32
1276        doesn't keep a refcount, do it ourselves. */
1277 #ifdef PTW32_STATIC_LIB
1278     vlc_value_t lock, count;
1279
1280     var_Create( p_enc->p_libvlc, "pthread_win32_mutex", VLC_VAR_MUTEX );
1281     var_Get( p_enc->p_libvlc, "pthread_win32_mutex", &lock );
1282     vlc_mutex_lock( lock.p_address );
1283
1284     var_Create( p_enc->p_libvlc, "pthread_win32_count", VLC_VAR_INTEGER );
1285     var_Get( p_enc->p_libvlc, "pthread_win32_count", &count );
1286
1287     if( count.i_int == 0 )
1288     {
1289         msg_Dbg( p_enc, "initializing pthread-win32" );
1290         if( !pthread_win32_process_attach_np() || !pthread_win32_thread_attach_np() )   
1291         {
1292             msg_Warn( p_enc, "pthread Win32 Initialization failed" );
1293             vlc_mutex_unlock( lock.p_address );
1294             return VLC_EGENERIC;
1295         }
1296     }
1297
1298     count.i_int++;
1299     var_Set( p_enc->p_libvlc, "pthread_win32_count", count );
1300     vlc_mutex_unlock( lock.p_address );
1301
1302 #endif
1303
1304     /* Open the encoder */
1305     p_sys->h = x264_encoder_open( &p_sys->param );
1306
1307     /* alloc mem */
1308     p_sys->i_buffer = 4 * p_enc->fmt_in.video.i_width *
1309         p_enc->fmt_in.video.i_height + 1000;
1310     p_sys->p_buffer = malloc( p_sys->i_buffer );
1311     if( !p_sys->p_buffer )
1312     {
1313         Close( VLC_OBJECT(p_enc) );
1314         return VLC_ENOMEM;
1315     }
1316
1317     /* get the globals headers */
1318     p_enc->fmt_out.i_extra = 0;
1319     p_enc->fmt_out.p_extra = NULL;
1320
1321     x264_encoder_headers( p_sys->h, &nal, &i_nal );
1322     for( i = 0; i < i_nal; i++ )
1323     {
1324         void *p_tmp;
1325         int i_size = p_sys->i_buffer;
1326
1327         x264_nal_encode( p_sys->p_buffer, &i_size, 1, &nal[i] );
1328
1329         p_tmp = realloc( p_enc->fmt_out.p_extra, p_enc->fmt_out.i_extra + i_size );
1330         if( !p_tmp )
1331         {
1332             Close( VLC_OBJECT(p_enc) );
1333             return VLC_ENOMEM;
1334         }
1335         p_enc->fmt_out.p_extra = p_tmp;
1336
1337         memcpy( (uint8_t*)p_enc->fmt_out.p_extra + p_enc->fmt_out.i_extra,
1338                 p_sys->p_buffer, i_size );
1339
1340         p_enc->fmt_out.i_extra += i_size;
1341     }
1342
1343     return VLC_SUCCESS;
1344 }
1345
1346 /****************************************************************************
1347  * Encode:
1348  ****************************************************************************/
1349 static block_t *Encode( encoder_t *p_enc, picture_t *p_pict )
1350 {
1351     encoder_sys_t *p_sys = p_enc->p_sys;
1352     x264_picture_t pic;
1353     x264_nal_t *nal;
1354     block_t *p_block;
1355     int i_nal, i_out, i;
1356
1357     /* init pic */
1358     memset( &pic, 0, sizeof( x264_picture_t ) );
1359     pic.i_pts = p_pict->date;
1360     pic.img.i_csp = X264_CSP_I420;
1361     pic.img.i_plane = p_pict->i_planes;
1362     for( i = 0; i < p_pict->i_planes; i++ )
1363     {
1364         pic.img.plane[i] = p_pict->p[i].p_pixels;
1365         pic.img.i_stride[i] = p_pict->p[i].i_pitch;
1366     }
1367
1368 #if X264_BUILD >= 0x0013
1369     x264_encoder_encode( p_sys->h, &nal, &i_nal, &pic, &pic );
1370 #else
1371     x264_encoder_encode( p_sys->h, &nal, &i_nal, &pic );
1372 #endif
1373
1374     if( !i_nal ) return NULL;
1375
1376     for( i = 0, i_out = 0; i < i_nal; i++ )
1377     {
1378         int i_size = p_sys->i_buffer - i_out;
1379         x264_nal_encode( p_sys->p_buffer + i_out, &i_size, 1, &nal[i] );
1380
1381         i_out += i_size;
1382     }
1383
1384     p_block = block_New( p_enc, i_out );
1385     if( !p_block ) return NULL;
1386     memcpy( p_block->p_buffer, p_sys->p_buffer, i_out );
1387
1388     if( pic.i_type == X264_TYPE_IDR || pic.i_type == X264_TYPE_I )
1389         p_block->i_flags |= BLOCK_FLAG_TYPE_I;
1390     else if( pic.i_type == X264_TYPE_P )
1391         p_block->i_flags |= BLOCK_FLAG_TYPE_P;
1392     else if( pic.i_type == X264_TYPE_B )
1393         p_block->i_flags |= BLOCK_FLAG_TYPE_B;
1394
1395     /* This isn't really valid for streams with B-frames */
1396     p_block->i_length = INT64_C(1000000) *
1397         p_enc->fmt_in.video.i_frame_rate_base /
1398             p_enc->fmt_in.video.i_frame_rate;
1399
1400     p_block->i_pts = pic.i_pts;
1401
1402     if( p_sys->param.i_bframe > 0 )
1403     {
1404         if( p_block->i_flags & BLOCK_FLAG_TYPE_B )
1405         {
1406             /* FIXME : this is wrong if bpyramid is set */
1407             p_block->i_dts = p_block->i_pts;
1408             p_sys->i_interpolated_dts = p_block->i_dts;
1409         }
1410         else
1411         {
1412             if( p_sys->i_interpolated_dts )
1413             {
1414                 p_block->i_dts = p_sys->i_interpolated_dts;
1415             }
1416             else
1417             {
1418                 /* Let's put something sensible */
1419                 p_block->i_dts = p_block->i_pts;
1420             }
1421
1422             p_sys->i_interpolated_dts += p_block->i_length;
1423         }
1424     }
1425     else
1426     {
1427         p_block->i_dts = p_block->i_pts;
1428     }
1429
1430     return p_block;
1431 }
1432
1433 /*****************************************************************************
1434  * CloseEncoder: x264 encoder destruction
1435  *****************************************************************************/
1436 static void Close( vlc_object_t *p_this )
1437 {
1438     encoder_t     *p_enc = (encoder_t *)p_this;
1439     encoder_sys_t *p_sys = p_enc->p_sys;
1440
1441     free( p_sys->psz_stat_name );
1442
1443     x264_encoder_close( p_sys->h );
1444
1445 #ifdef PTW32_STATIC_LIB
1446     vlc_value_t lock, count;
1447
1448     var_Create( p_enc->p_libvlc, "pthread_win32_mutex", VLC_VAR_MUTEX );
1449     var_Get( p_enc->p_libvlc, "pthread_win32_mutex", &lock );
1450     vlc_mutex_lock( lock.p_address );
1451
1452     var_Create( p_enc->p_libvlc, "pthread_win32_count", VLC_VAR_INTEGER );
1453     var_Get( p_enc->p_libvlc, "pthread_win32_count", &count );
1454     count.i_int--;
1455     var_Set( p_enc->p_libvlc, "pthread_win32_count", count );
1456
1457     if( count.i_int == 0 )
1458     {
1459         pthread_win32_thread_detach_np();
1460         pthread_win32_process_detach_np();
1461         msg_Dbg( p_enc, "pthread-win32 deinitialized" );
1462     }
1463     vlc_mutex_unlock( lock.p_address );
1464 #endif
1465
1466     free( p_sys->p_buffer );
1467     free( p_sys );
1468 }