Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 991ce92f authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

[media] use https://linuxtv.org for LinuxTV URLs



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: default avatarMauro Carvalho Chehab <mchehab@osg.samsung.com>
parent 4a3d0cb0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -76,7 +76,7 @@ int main(void)

<para>NOTE: While it is possible to directly call the Kernel code like the
    above example, it is strongly recommended to use
    <ulink url="http://linuxtv.org/docs/libdvbv5/index.html">libdvbv5</ulink>,
    <ulink url="https://linuxtv.org/docs/libdvbv5/index.html">libdvbv5</ulink>,
    as it provides abstraction to work with the supported digital TV standards
    and provides methods for usual operations like program scanning and to
    read/write channel descriptor files.</para>
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
</para>
<para>NOTE: This section is out of date, and the code below won't even
    compile. Please refer to the
    <ulink url="http://linuxtv.org/docs/libdvbv5/index.html">libdvbv5</ulink>
    <ulink url="https://linuxtv.org/docs/libdvbv5/index.html">libdvbv5</ulink>
    for updated/recommended examples.
</para>

+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@ and filtering several section and PES data streams at the same time.
new standard Linux DVB API. As a commitment to the development of
terminals based on open standards, Nokia and Convergence made it
available to all Linux developers and published it on
<ulink url="http://www.linuxtv.org/" /> in September 2000.
<ulink url="https://linuxtv.org" /> in September 2000.
Convergence is the maintainer of the Linux DVB API. Together with the
LinuxTV community (i.e. you, the reader of this document), the Linux DVB
API will be constantly reviewed and improved. With the Linux driver for
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
 *  This program can be used and distributed without restrictions.
 *
 *      This program is provided with the V4L2 API
 * see http://linuxtv.org/docs.php for more information
 * see https://linuxtv.org/docs.php for more information
 */

#include &lt;stdio.h&gt;
+1 −1
Original line number Diff line number Diff line
@@ -2666,7 +2666,7 @@ is useful to display images captured with V4L2 devices.</para>
        <para>V4L2 does not support digital terrestrial, cable or
satellite broadcast. A separate project aiming at digital receivers
exists. You can find its homepage at <ulink
url="http://linuxtv.org">http://linuxtv.org</ulink>. The Linux DVB API
url="https://linuxtv.org">https://linuxtv.org</ulink>. The Linux DVB API
has no connection to the V4L2 API except that drivers for hybrid
hardware may support both.</para>
      </section>
Loading