FFmpeg/libavcodec
Steve Borho b012bd5068 libavcodec/x265: detect csps in libx265_encode_init_csp()
Without this change, if you link with an 8bit libx265 and try to specify
a 10bit input color space via:

  ffmpeg -i in.mov -c:v libx265 -pix_fmt yuv420p10le out.mp4

It will error with:

  Incompatible pixel format 'yuv420p10le' for codec 'libx265',
  auto-selecting format 'yuv420p'

With this fix, it will learn if a 10bit libx265 is available at startup,
and thus allow 10bit input color spaces.

Reviewed-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
2015-05-18 15:27:51 -03:00
..
2015-04-18 14:13:59 -03:00
2015-05-13 01:59:51 +02:00
2015-04-20 04:11:23 +02:00
2015-04-22 17:45:51 +02:00
2015-04-29 20:13:59 +02:00
2015-04-18 14:14:24 -03:00
2015-05-15 18:29:40 +02:00
2015-04-18 14:14:11 -03:00
2015-05-06 17:50:09 +02:00
2015-04-28 00:04:58 +02:00
2015-04-28 00:04:58 +02:00
2015-05-07 07:19:52 -04:00
2015-04-24 00:00:12 -07:00
2015-05-13 00:41:38 +02:00
2015-04-18 18:07:54 -03:00