google / compare-codecs

Apache License 2.0
49 stars 23 forks source link

Adding two HEVC codecs, reporting on one of them. #29

Closed alvestrand closed 9 years ago

alvestrand commented 9 years ago

This PR adds the X265 and HEVC implementations of the HEVC (H.265) codec.

Neither codec has parameters that can vary yet. Reporting exposes only the X265 codec so far.

Note - there is a bug in ffmpeg's decoding of HEVC files that sometimes produces the wrong number of frames - as a stopgap measure, the decoder from the HEVC Reference Model is used.

phoglund commented 9 years ago

Death by nits! Please try to fix all the indentations. Remember that

if something:

indent 2

var = (

indent 4

)

function_call(

indent 4

)

and so on.

Since it's only nits, lgtm.