summaryrefslogtreecommitdiffstats
path: root/libhb/chroma_smooth.c
Commit message (Collapse)AuthorAgeFilesLines
* libhb: resolve header conflicts with pango/harfbuzzJohn Stebbins2019-09-121-1/+1
| | | | | | | 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: Consolidate plane functions and eliminate a malloc in Chroma Smooth.Bradley Sepos2019-03-281-48/+38
|
* libhb: Tweak Chroma Smooth filter presets and tunes.Bradley Sepos2019-03-281-2/+2
| | | | The initial tunes were too weak.
* libhb: Initial implementation of Chroma Smooth filter.Bradley Sepos2019-03-281-0/+370