- Aug 22, 2022
-
-
Steve Lhomme authored
They are not needed and waste space. We keep the known sizes in case we know what's inside someday.
-
Steve Lhomme authored
Just like pci_t, dsi_t and its sub structures is read bit by bit, so we don't need the packing in memory. This could make the compiled code slightly more optimized.
-
Steve Lhomme authored
They depends on the packing of btni_t. Since btni_t is no longer packed, they cannot be packed anymore. This is not a problem as they are read bit by bit in navRead_PCI().
-
Steve Lhomme authored
The use of bitfields of 10 bits makes the use of `unsigned char` impossible. That means the compiler might use more bits than expected for the 4*12 bits. This is the case with MS-compatible compilers. We cannot guarantee that the btin_t will use the same 10 octets as used in the binary blob. In the end btin_t is not read as a packed structure but bit by bit in navRead_PCI().
-
- 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
-