- Sep 05, 2025
-
-
Jean-Baptiste Kempf authored
It has not been kept up-to-date in 10+ years! Updates welcome :)
-
- Sep 03, 2025
-
-
Rob Hall authored
-
- Sep 02, 2025
- Aug 19, 2025
-
-
bswap failed to build with that target.
-
Steve Lhomme authored
``` ../src/bswap.h:33:43: error: missing binary operator before token "(" 33 | #elif defined(__clang__) && __has_builtin (__builtin_bswap16) | ^ ```
-
- Aug 12, 2025
-
-
Saifelden Mohamed authored
-
- Aug 07, 2025
-
-
Steve Lhomme authored
It should be faster than the OS helpers. Similar to libdvdread!50 for libdvdcss.
-
- Aug 06, 2025
-
-
-
-
-
If the .git folder doesn't exist the command fails.
-
Fixes this warning: ../src/css.c:1644:41: warning: argument 'p_sec' of type 'const uint8_t[2048]' (aka 'const unsigned char[2048]') with mismatched bound [-Warray-parameter] static int AttackPattern( const uint8_t p_sec[ DVDCSS_BLOCK_SIZE ], ^ ../src/css.c:82:44: note: previously declared as 'const uint8_t[]' (aka 'const unsigned char[]') here static int AttackPattern ( const uint8_t[], uint8_t * ); ^
-
-
Steve Lhomme authored
-
Steve Lhomme authored
-
- Jun 05, 2022
-
-
François Cartegnie authored
-
- Oct 01, 2021
-
-
Dimitri Papadopoulos authored
-
- Jun 14, 2021
-
-
- Apr 20, 2021
-
-
Jean-Baptiste Kempf authored
-
- Apr 19, 2021
-
-
Petri Hintukainen authored
-
- Mar 27, 2021
-
-
Konstantin Pavlov authored
while at it, bump debian image
-
- Jan 08, 2021
-
-
Konstantin Pavlov authored
-
- Apr 29, 2020
-
-
Chad Dougherty authored
-
- Oct 13, 2019
-
-
Jean-Baptiste Kempf authored
-
- Feb 12, 2019
-
-
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>
-
- Nov 30, 2018
-
-
Konstantin Pavlov authored
-
- Mar 18, 2018
-
-
Jean-Baptiste Kempf authored
-
- Mar 02, 2018
-
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- Jan 08, 2018
-
-
Jean-Baptiste Kempf authored
-
- Nov 23, 2017
-
-
Jean-Baptiste Kempf authored
See VLC #16347
-
- Feb 04, 2017
-
-
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>
-
- Aug 02, 2016
-
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- Mar 13, 2016
-
-
Petri Hintukainen authored
-