[FFmpeg-devel] h.265 decoding support

Timothy Gu timothygu99 at gmail.com
Mon Sep 2 18:32:00 CEST 2013


On Sep 2, 2013 6:09 AM, "Dirk Farin" <dirk.farin at gmail.com> wrote:
>
> Hi,
>
> here is a patch to add h.265 decoding via libde265
> which I just released a week ago:
>   https://github.com/strukturag/
>
> The decoder is a cleanroom implementation of h.265
> without any reference software code in it. It is intra-only
> at the moment, but I will add inter slices next. libde265
> is LGPL.
>
> Sample streams encoded with the HM10.1 reference encoder
> can also be found at the url above.

Is it possible for you to implement a libavcodec-native decoder instead of
adding a new external library? We can probably reuse some of the h264
decoding asm for hevc.

[...]

Timothy


More information about the ffmpeg-devel mailing list