]> granicus.if.org Git - handbrake/commit
remove dxva hw decode (#189)
authorJohn Stebbins <jstebbins.hb@gmail.com>
Tue, 17 May 2016 15:12:33 +0000 (08:12 -0700)
committerJohn Stebbins <jstebbins.hb@gmail.com>
Tue, 17 May 2016 15:12:33 +0000 (08:12 -0700)
commit141579c628e4d74fd6c7d00da0de388bdca7eabd
tree5c6d365cb58945bba799c5c891487541d739f3b5
parent17433d4f622a561f1cc4fdef71ced517f9b997b5
remove dxva hw decode (#189)

* remove dxva hw decode

It provides practically no speed increase even on a slow CPU and results
in a speed decrease on fast CPUs.  And the code is exceptionally fugly.

* cli: remove USE_HWD
25 files changed:
libhb/builtin_presets.h
libhb/common.h
libhb/cropscale.c
libhb/decavcodec.c
libhb/dxva2api.c [deleted file]
libhb/dxva2api.h [deleted file]
libhb/hb.c
libhb/hb.h
libhb/hb_json.c
libhb/hbtypes.h
libhb/internal.h
libhb/libhb_presets.list
libhb/module.defs
libhb/oclnv12toyuv.c [deleted file]
libhb/oclnv12toyuv.h [deleted file]
libhb/preset.c
libhb/preset_template.json
libhb/scan.c
libhb/stream.c
libhb/vadxva2.c [deleted file]
libhb/vadxva2.h [deleted file]
libhb/work.c
make/configure.py
test/module.defs
test/test.c