]> granicus.if.org Git - handbrake/commit
avfilter: simplify internal API to avfilter
authorJohn Stebbins <jstebbins.hb@gmail.com>
Fri, 15 Mar 2019 17:12:38 +0000 (11:12 -0600)
committerJohn Stebbins <jstebbins.hb@gmail.com>
Mon, 8 Apr 2019 13:44:09 +0000 (07:44 -0600)
commit248c880fc86ee07d23d62135e002940f16364eb6
tree7d0e2fa275cf8acf9cf678af457a1e93bb0afc1b
parent80aa72096148c8bd84e2abb677a57dcadfe03e1c
avfilter: simplify internal API to avfilter

Use this interface in decavcodec.
Remove cropscale.c and use avfilter for crop and scale.
Improve log output of filters that are aliases for avfilter.
12 files changed:
libhb/avfilter.c
libhb/common.h
libhb/cropscale.c [deleted file]
libhb/decavcodec.c
libhb/fifo.c
libhb/hb.c
libhb/hbavfilter.h [new file with mode: 0644]
libhb/hbffmpeg.c
libhb/hbffmpeg.h
libhb/internal.h
libhb/vfr.c
libhb/work.c