summaryrefslogtreecommitdiffstats
path: root/Documentation/media/uapi/v4l/nv12mt.svg
Commit message (Collapse)AuthorAgeFilesLines
* media: svg: avoid too long linesMauro Carvalho Chehab2017-07-261-382/+382
| | | | | | | | | | | | | | | | | | | | Sending patches with SVG files via e-mail has a drawback: line size could be bigger than 998, with is the limit given by RFC 5322[1]. So, we need to enforce a lower limit, in order to allow those patches to be properly reviewed. [1] https://tools.ietf.org/html/rfc5322#section-2.1.1 So, use this small Perl script to limit columns size to ~900. use Text::Wrap; $Text::Wrap::columns = 900; $t.=$_ while (<>); print wrap("","",$t); Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
* docs-rst: nv12mt zigzag images: replace by SVG imagesMauro Carvalho Chehab2016-11-301-0/+450
Instead of using bitmap images to show the zigzag macroblock parsing, replace it by a SVG ones, with is scalable. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
OpenPOWER on IntegriCloud