- Sep 01, 2019
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- Aug 10, 2019
-
-
randomly - some discs end up jumping to nowhere if you always choose the first cell.
-
- Aug 09, 2019
-
-
jsgh authored
with the same vobu_idx (which can happen at the end of a title).
-
- Feb 12, 2019
-
-
pthread check fails due to -no-undefined of LDFLAGS. gcc4 treats unknown flags as an error unlike gcc3. Add -no-undefined libtool flag after all checks Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
- Nov 30, 2018
-
-
Konstantin Pavlov authored
-
- Jan 18, 2018
-
-
Jean-Baptiste Kempf authored
Even though the changes are not major, there has been quite a few since the last major release. Also, it's better to have a new major number to synchronise with dvdread
-
Jean-Baptiste Kempf authored
-
- Jan 17, 2018
-
-
This allows to force the the selection of the current button when activating a SPU stream. The behavior is inaccurate though, FOSL_BTNN is supposed to update the register at time HLI_S_PTM. But it will be good enough for now. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- Jan 14, 2018
-
-
Jean-Baptiste Kempf authored
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- Nov 23, 2017
-
-
dvdnav_get_spu_attr/dvdnav_get_audio_attr: return DVDNAV_STATUS_ERR in case of failure instead of -1. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- Feb 19, 2016
-
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- Sep 01, 2015
-
-
Jean-Baptiste Kempf authored
This is a stop-over, but the actual issue is not fixed
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- Jan 27, 2015
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
open a DVD Device using external read/seek callbacks (see libdvdcss). Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- Jan 13, 2015
-
-
John Stebbins authored
This was inadvertently removed with REMAP
-
- Jan 03, 2015
-
-
Jean-Baptiste Kempf authored
-
- Dec 03, 2014
-
-
cell_length and cell_start are glaringly offsets, pg_length and pg_start seem the same but I'm not sure pgc_length seems rightfully a time. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- Nov 06, 2014
-
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- Sep 01, 2014
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- Aug 31, 2014
-
-
Jean-Baptiste Kempf authored
-
- Aug 30, 2014
-
-
Jean-Baptiste Kempf authored
LP: #1236939
-
Jean-Baptiste Kempf authored
-
- Aug 26, 2014
-
-
Jean-Baptiste Kempf authored
-
- Aug 22, 2014
-
-
John Stebbins authored
When path was changed from char[] to char*, a free was added to dvdnav_free_dup, but the string was not copied in dvdnav_dup resulting in a double free.
-
- Aug 15, 2014
-
-
Jean-Baptiste Kempf authored
-
Some DVDs seem to use command type 7 for something. But it will hit the 'Unknown command' check, resulting in asser(0). I.e. DVD refuses to play. By removing the assert() call the DVD seems to play fine. This patch removes the assert and corrects the error message (it is a 'command type', not a 'command') Signed-off-by:
Marcel Mol <marcel@mesa.nl> Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
gnosygnu authored
-
gnosygnu authored
-
gnosygnu authored
-
- Aug 04, 2014
-
-
Jean-Baptiste Kempf authored
-