Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pad: prevent invalid settings reaching avfilter | John Stebbins | 2021-04-12 | 1 | -2/+3 |
| | | | | avfilter does not gracefully handle invalid pad width or height | ||||
* | libhb: resolve header conflicts with pango/harfbuzz | John Stebbins | 2019-09-12 | 1 | -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 files | John Stebbins | 2019-04-08 | 1 | -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. |