Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |