forked from Minki/linux
991ce92f8d
While https was always supported on linuxtv.org, only in Dec 3 2015 the website is using valid certificates. As we're planning to drop pure http support on some future, change all references at the media subsystem to point to the https URL instead. Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
28 lines
734 B
HTML
28 lines
734 B
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
|
<head>
|
|
<meta content="text/html;charset=ISO-8859-2" http-equiv="Content-Type" />
|
|
<title>V4L API</title>
|
|
</head>
|
|
<body>
|
|
<h1>Video For Linux APIs</h1>
|
|
<table border="0">
|
|
<tr>
|
|
<td>
|
|
<a href="https://linuxtv.org/downloads/legacy/video4linux/API/V4L1_API.html">V4L original API</a>
|
|
</td>
|
|
<td>
|
|
Obsoleted by V4L2 API
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<a href="http://v4l2spec.bytesex.org/spec-single/v4l2.html">V4L2 API</a>
|
|
</td>
|
|
<td>Should be used for new projects
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</body>
|
|
</html>
|