Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libhb: passthru mastering display metadata and content light level metadata. | Damiano Galassi | 2021-02-01 | 1 | -0/+56 |
| | |||||
* | hbffmpeg: fix handline of negative AVFrame linesize | John Stebbins | 2019-11-14 | 1 | -1/+1 |
| | | | | | | AVFrame can have a negative linesize. avfilter vf_vflip does this. Fixes https://github.com/HandBrake/HandBrake/issues/2406 | ||||
* | libhb: resolve header conflicts with pango/harfbuzz | John Stebbins | 2019-09-12 | 1 | -2/+2 |
| | | | | | | | Newest versions appear to have a "common.h" somewhere that is interfering with libhb/common.h. move headers into "handbrake" subdirectory | ||||
* | Resolve conflict with harfbuzz include file hb.h | John Stebbins | 2019-09-10 | 1 | -1/+1 |
| | | | | Rename hb.h to handbrake.h | ||||
* | libhb: propagate color matrix info through the pipeline | John Stebbins | 2019-04-08 | 1 | -2/+236 |
| | | | | | | | | | Propagates pix_fmt, range, primaries, transfer, and matrix everywhere. Everything that passes or creates video frames tags the frames with their color matrix info. All filters know the expected color matrix info of input frames. | ||||
* | avfilter: simplify internal API to avfilter | John Stebbins | 2019-04-08 | 1 | -3/+21 |
| | | | | | | 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. | ||||
* | libhb: enable SWS_CS_BT2020 matrix. | Damiano Galassi | 2019-02-14 | 1 | -3/+2 |
| | |||||
* | libhb: build: README: Replace instances of Libav with FFmpeg. | Bradley Sepos | 2018-05-29 | 1 | -1/+1 |
| | |||||
* | Auto-rotate video that has rotation tag | John Stebbins | 2017-11-09 | 1 | -0/+276 |