- Oct 30, 2022
-
-
Vasyl Gello authored
After the split of libdvdcss from libdvdread, the stream callback code was moved to libdvdcss. This went largely unnoticed because most consumers played their DVD ISO images on the systems with libdvdcss installed. However, I tested Kodi by playing unencrypted DVD ISO and noticed the inability to play it. This code is inspired by stream_* functions in libdvdcss. Signed-off-by:
Vasyl Gello <vasek.gello@gmail.com>
-
- Aug 22, 2022
-
-
LLVM ends up using the size of an unsigned int if it's used in the bitfield. In other places the bitfields are using unsigned char which always uses the proper size in the packed structures. /!\ btni_t fields are kept with unsigned int as unsigned char cannot hold 10 bits. btni_t is not actually read as a packed structure. So we keep the current format for backward compatibility.
-
LLVM ends up using the size of an unsigned int if it's used in the bitfield. In other places the bitfields are using unsigned char which always uses the proper size in the packed structures. * multichannel_ext_t would end up having a size of 27 instead of 24 * cell_playback_t would end up having a size of 26 instead of 24 * pgci_srp_t would end up having a size of 11 instead of 8 * playback_type_t would end up having a size of 4 instead of 1
-
- Jul 31, 2022
-
-
- Jul 27, 2022
-
-
Miguel Borges de Freitas authored
-
- Jun 08, 2022
-
-
-
-
Miguel Borges de Freitas authored
-
- May 24, 2022
-
-
Jean-Baptiste Kempf authored
-
- May 15, 2022
-
-
Jean-Baptiste Kempf authored
Close #8 This was authorized by Eric Smith, original author of VOBDUMP, by email on May 15, 2022
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
According to [1] these 16 bits represent the "end address relative to command table". This corresponds to the last_byte check in other places. [1] http://dvd.sourceforge.net/dvdinfo/pgc.html#cmd
-
- Jan 03, 2022
-
-
It may not be in the end of the buffer anymore. The byte value used was always equivalent to > state->start[state->byte_position] << state->bit_position Also constify the read buffer.
-
-
The comments say it exists in the wild. calloc() may or may not return NULL in that case. Just use NULL but assume it's not an error.
-
Hugo Beauzée-Luyssen authored
to compute a canonical path
-
- Dec 18, 2021
-
-
We were allocating 4x the number of PTTs. We should use the same value as nr_of_ptts.
-
- Dec 17, 2021
-
-
Steve Lhomme authored
It is not checked to be zero as most other field so may contain useful values.
-
- Dec 15, 2021
-
-
Steve Lhomme authored
-
- Oct 26, 2021
-
-
- Oct 19, 2021
-
-
a.out support was obsolete 18 years ago. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- Oct 03, 2021
-
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- Jun 15, 2021
-
-
And notably add VideoLAN Code of Conduct and improve lisibility
-
- May 20, 2021
-
-
Hugo Beauzée-Luyssen authored
This issues a warning for each packed struct each time the header gets included
-
Hugo Beauzée-Luyssen authored
-
- Apr 19, 2021
-
-
Petri Hintukainen authored
-
Petri Hintukainen authored
-
Petri Hintukainen authored
-
- Apr 18, 2021
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Actually a work-around, tbh, but it'll take more time to fix.
-
- Apr 12, 2021
-
-
Petri Hintukainen authored
-
Petri Hintukainen authored
-
Petri Hintukainen authored
-
Petri Hintukainen authored
-
Petri Hintukainen authored
-
- Apr 10, 2021
-
-
Petri Hintukainen authored
-
Petri Hintukainen authored
-
Petri Hintukainen authored
-
Petri Hintukainen authored
-