summaryrefslogtreecommitdiffstats
path: root/libhb/pad.c
Commit message (Collapse)AuthorAgeFilesLines
* pad: prevent invalid settings reaching avfilterJohn Stebbins2021-04-121-2/+3
| | | | avfilter does not gracefully handle invalid pad width or height
* libhb: resolve header conflicts with pango/harfbuzzJohn Stebbins2019-09-121-3/+3
| | | | | | | Newest versions appear to have a "common.h" somewhere that is interfering with libhb/common.h. move headers into "handbrake" subdirectory
* avfilter: split individual filters to separate filesJohn Stebbins2019-04-081-0/+122
Splits the initialization of pad, cropscale, deinterlace, rotate, and colorspace into their own files. Also splits internal avfilter API into it's own file.