summaryrefslogtreecommitdiffstats
path: root/profile
Commit message (Collapse)AuthorAgeFilesLines
* Fix embedded and memory fontsOneric2021-04-221-0/+1
| | | | | | | | | | | Previously only both only worked when ass_set_fonts was called after all embedded and memory fonts were already added. Especially for embedded fonts this meant it won't work for most users, except mpv, including our own utilities, even if extract_fonts was set. Now that it works, enable extract_fonts in our utilities. GitHub: fixes #266
* profile: Document end time betterrcombs2020-07-051-3/+3
| | | | | | | | | | [ Oneric <oneric@oneric.de>: This commit was already present in the pr adding profile.c (#11, 31 Dec 2013, by rcombs <rcombs@rcombs.me>) but seems to have been forgotten. Adjusted to apply on current version. ]
* Style-Nit: Adjust whitespacesOneric2020-07-051-3/+3
| | | | | | | - Convert tabs to spaces - Ensure one space between keywords and parenthesis - Ensure space between ')' and '{' - Trim trailing whitespace
* Update names in copyright headersrcombs2020-05-291-1/+1
|
* Fixed headers in profile and testRodger Combs2014-04-261-1/+1
|
* Test/Profile: Support out-of-tree builds11rcombs2014-01-251-2/+2
|
* Added profile program and corresponding configure options11rcombs2014-01-252-0/+106