summaryrefslogtreecommitdiffstats
path: root/libhb/hbffmpeg.c
Commit message (Collapse)AuthorAgeFilesLines
* libhb: passthru mastering display metadata and content light level metadata.Damiano Galassi2021-02-011-0/+56
|
* hbffmpeg: fix handline of negative AVFrame linesizeJohn Stebbins2019-11-141-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/harfbuzzJohn Stebbins2019-09-121-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.hJohn Stebbins2019-09-101-1/+1
| | | | Rename hb.h to handbrake.h
* 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