summaryrefslogtreecommitdiffstats
path: root/libhb/ssautil.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
* ssautil: fix strndup on mingwJohn Stebbins2019-01-141-3/+3
|
* ssautil: remove debug printfJohn Stebbins2019-01-141-1/+0
|
* ssa: improve SSA to TX3G conversionJohn Stebbins2019-01-141-0/+925
We were only applying SSA inline override tags. With this patch we now parse SSA style descritions in the SSA header and apply them per event.