[FFmpeg-devel] [PATCH 2/2] libx265: Enable 12-bit encoding

Derek Buitenhuis derek.buitenhuis at gmail.com
Sun Aug 23 19:16:43 CEST 2015


On 8/22/2015 7:17 PM, Stephen Hutchinson wrote:
> This was introduced in x265 in July, and the experimental warnings
> about it in libx265 were recently removed, so there shouldn't be
> any reason to have it as experimental here.
> 
> The configure detection is bumped to X265_BUILD >= 60, as the
> requisite 12-bit querying ability in x265_api_get was added in
> API version 59, on May 15th (a month and a half before 12-bit
> encoding was added to x265).
> ---
>  configure            |  4 ++--
>  libavcodec/libx265.c | 20 +++++++++++++++++++-
>  2 files changed, 21 insertions(+), 3 deletions(-)

Same question here. Is it ratified in the standard?

These checks/warnings were not here because it was marked as
experimental in x265, but because we do not want to create
streams for parts of the standard which may still change.

- Derek


More information about the ffmpeg-devel mailing list