- 05 Jun, 2022 1 commit
-
-
François Cartegnie authored
-
- 01 Oct, 2021 1 commit
-
-
Dimitri Papadopoulos authored
-
- 14 Jun, 2021 1 commit
-
-
- 20 Apr, 2021 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 19 Apr, 2021 1 commit
-
-
Petri Hintukainen authored
-
- 27 Mar, 2021 1 commit
-
-
Konstantin Pavlov authored
while at it, bump debian image
-
- 08 Jan, 2021 1 commit
-
-
Konstantin Pavlov authored
-
- 29 Apr, 2020 1 commit
-
-
Chad Dougherty authored
-
- 13 Oct, 2019 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 12 Feb, 2019 1 commit
-
-
GCC 7.3 points out that a buffer of size PATH_MAX is being written to with data that can theoretically overflow (a string of maximum size PATH_MAX plus other constant-size strings). Fix this by replacing sprintf with snprintf. Signed-off-by:
astian <astian@elude.in> Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 30 Nov, 2018 1 commit
-
-
Konstantin Pavlov authored
-
- 18 Mar, 2018 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 02 Mar, 2018 2 commits
-
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 08 Jan, 2018 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 23 Nov, 2017 1 commit
-
-
Jean-Baptiste Kempf authored
See VLC #16347
-
- 04 Feb, 2017 1 commit
-
-
mkdir() followed by errno==EEXIST is not sufficient to determine if a directory exists. Do a stat() to check for existence before trying mkdir(). Signed-off-by:
Frank Henigman <fjhenigman@gmail.com> Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 02 Aug, 2016 1 commit
-
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 13 Mar, 2016 1 commit
-
-
Petri Hintukainen authored
-
- 11 Mar, 2016 3 commits
-
-
Petri Hintukainen authored
-
Petri Hintukainen authored
-
Petri Hintukainen authored
-
- 19 Feb, 2016 1 commit
-
-
The Free Software Foundation address in the COPYING file were outdated. This patch updates this file with the latest state of the GPL v2. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 16 Dec, 2015 3 commits
-
-
Jean-Baptiste Kempf authored
-
Petri Hintukainen authored
-
Petri Hintukainen authored
-
- 27 Oct, 2015 2 commits
-
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 29 Apr, 2015 2 commits
-
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 15 Feb, 2015 1 commit
-
-
Have make clean remove libdvdcss.spec that autoconf creates from libdvdcss.spec.in Include %{?dist} tag into the RPM release tag, this a convention with most RPM-based distributions. The rpm packages were missing a few files. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 28 Jan, 2015 3 commits
-
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
- 27 Jan, 2015 6 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Not current[:age[:revision]]
-
Jean-Baptiste Kempf authored
-
This allows opening a DVD device using external read/seek callbacks. Signed-off-by:
Diego Biurrun <diego@biurrun.de> Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
This reverts commit c500fe52.
-