summaryrefslogtreecommitdiff
path: root/.gitattributes
Commit message (Collapse)AuthorAge
* lavf/assenc: normalize line endings to \nrcombs2024-02-11
| | | | | | | | | | | | Previously, we produced output with either \r\n or mixed line endings. This was undesirable unto itself, but also made working with patches affecting FATE output particularly challenging, especially via the mailing list. Everything that consumes the SSA/ASS format is line-ending-agnostic, so \n is selected to simplify git/ML usage in FATE. Extra \r characters at the end of a packet are dropped. These are always ignored by the renderer anyway.
* fate: add SCC testPaul B Mahol2017-01-27
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* Treat all '*.pnm' files as non-text fileReinhard Tartler2014-11-28
This convinces the pre-receive hook to not consider all *.pnm files as text files to reduce the patch sizes and avoids triggering whitespace checks, Contains a correction by Janne Grunau <janne-libav@jannau.net>