summaryrefslogtreecommitdiffstats
path: root/libhb/hbffmpeg.c
Commit message (Collapse)AuthorAgeFilesLines
* libhb: propagate color matrix info through the pipelineJohn Stebbins2019-04-081-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 avfilterJohn Stebbins2019-04-081-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 Galassi2019-02-141-3/+2
|
* libhb: build: README: Replace instances of Libav with FFmpeg.Bradley Sepos2018-05-291-1/+1
|
* Auto-rotate video that has rotation tagJohn Stebbins2017-11-091-0/+276