- 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
-
Jean-Baptiste Kempf authored
If vm_jump_cell_block failed, we should return fail to dvdnav_jump_to_sector_by_time() call
-
Jean-Baptiste Kempf authored
-
- Jul 31, 2014
-
-
Jean-Baptiste Kempf authored
-
Diego Biurrun authored
Also add explicit path to ignored generated files.
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
And fail in new error cases
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- Jul 30, 2014
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Fixes builds for Hurd...
-
Jean-Baptiste Kempf authored
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- Jul 26, 2014
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- Jul 13, 2014
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- Jun 11, 2014
-
-
Dominik Mierzejewski authored
-
- Jun 05, 2014
-
-
Jean-Baptiste Kempf authored
-
- May 14, 2014
-
-
Jean-Baptiste Kempf authored
-
- May 02, 2014
-
-
Jean-Baptiste Kempf authored
-
this is a keyword in C++, therefore ... dvdnav/dvdnav.h:93:43: error: expected ‘,’ or ‘...’ before ‘this’ Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- Apr 16, 2014
-
-
Fixes compiler warning: src/vm/vm.c:183:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if((data[i] == 0)) break; ~~~~~~~~^~~~ Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- Mar 25, 2014
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- Mar 04, 2014
-
-
Jean-Baptiste Kempf authored
Failing is a correct behavior, here... LP: #370884
-
Jean-Baptiste Kempf authored
LP: #487414
-