Commits on Source (68)
-
Konstantin Pavlov authored
-
Jean-Baptiste Kempf authored
-
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>
-
jsgh authored
with the same vobu_idx (which can happen at the end of a title).
-
randomly - some discs end up jumping to nowhere if you always choose the first cell.
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
jsgh authored
prospective match and skipping entries if we see the sequence go back down again.
-
-
Jean-Baptiste Kempf authored
We don't require C99 in a minor release
-
Jean-Baptiste Kempf authored
-
Hugo Beauzée-Luyssen authored
refs #10
e95cdfb5 -
Hugo Beauzée-Luyssen authored
refs #10
5d843062 -
Hugo Beauzée-Luyssen authored
refs #10
f0cad3cc -
Hugo Beauzée-Luyssen authored
fix #10
-
074a3d2e
-
e9e94c74
-
We use defines to use the equivalent win32 APIs and do not use pthread on win32, so there is no need to ship these headers.
-
François Cartegnie authored4386224a
-
François Cartegnie authored
-
Since we're about to release `this`, there's no way for the caller to get the error string
710bbbf2 -
3909fe9a
-
Let users invoke dvdnav_version if they wish to know
-
Jean-Baptiste Kempf authored
So should be 4.3.0 now
-
Jean-Baptiste Kempf authored
-
François Cartegnie authored0326c25d
-
François Cartegnie authored9ae56e85
-
François Cartegnie authored462a1e45
-
François Cartegnie authoredfa3b325d
-
François Cartegnie authored56f71ea2
-
François Cartegnie authored7dc0c0cd
-
François Cartegnie authored6f6d27c8
-
François Cartegnie authored
-
François Cartegnie authored703b0ee9
-
François Cartegnie authored
-
François Cartegnie authored
-
Jean-Baptiste Kempf authored
-
François Cartegnie authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
-
Ganael Laplanche authored
libtool: compile: cc -DHAVE_CONFIG_H -I. -I./src -I./src/dvdnav -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include -I/usr/local/include -D_THREAD_SAFE -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -std=c99 -mno-ms-bitfields -Wall -Wsign-compare -Wextra -MT src/dvdnav.lo -MD -MP -MF src/.deps/dvdnav.Tpo -c src/dvdnav.c -fPIC -DPIC -o src/.libs/dvdnav.o src/dvdnav.c:559:8: error: use of undeclared identifier 'vm' Log3(vm, "POS-NEXT "); ^ src/dvdnav.c:559:8: error: use of undeclared identifier 'vm' src/dvdnav.c:560:3: warning: implicit declaration of function 'vm_position_print' is invalid in C99 [-Wimplicit-function-declaration]
-
Konstantin Pavlov authored
-
Jean-Baptiste Kempf authored
-
Petri Hintukainen authored
-
-
Miguel Borges de Freitas authored
Allows to obtain the stream count provided its type (subtitles, audio) for vts titles and dvdmenus
-
Miguel Borges de Freitas authored
Allows the client application to enable/disable the state of the current spu stream.
-
Miguel Borges de Freitas authored
-
Provides a way of getting the reported region mask advertised by the current disk. Can be used to set the region code of the virtual machine via dvdnav_set_region_mask
-
Provided the physical stream index and its type (audio or subtitles) set it as active on the vm.
-
Most of them come from libdvdread and should never be modified.
-
It's included via dvdread/nav_types.h with a possible #pragma pack(1) set and unset in the right order.
-
c6e20844
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Since relchk script died long ago.
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Miguel Borges de Freitas authored
-
Miguel Borges de Freitas authored
Co-authored-by: Voyager1 <voyager@xbmc.org>
-
-
Jean-Baptiste Kempf authored
Since we added new API calls()
-
Co-authored-by: Voyager1 <voyager@xbmc.org>
-
Miguel Borges de Freitas authoredf5a17889
-
Miguel Borges de Freitas authored
-
Miguel Borges de Freitas authored
Showing
- .gitlab-ci.yml 101 additions, 0 deletions.gitlab-ci.yml
- .relignore 0 additions, 2 deletions.relignore
- AUTHORS 4 additions, 0 deletionsAUTHORS
- ChangeLog 30 additions, 5 deletionsChangeLog
- Makefile.am 9 additions, 3 deletionsMakefile.am
- README.md 28 additions, 22 deletionsREADME.md
- TODO 1 addition, 4 deletionsTODO
- configure.ac 18 additions, 9 deletionsconfigure.ac
- doc/doxy.conf 4 additions, 4 deletionsdoc/doxy.conf
- doc/dvd_structures 3 additions, 3 deletionsdoc/dvd_structures
- doc/tutorial.cpp 2 additions, 2 deletionsdoc/tutorial.cpp
- examples/menus.c 2 additions, 2 deletionsexamples/menus.c
- misc/dvdnav.pc.in 1 addition, 1 deletionmisc/dvdnav.pc.in
- msvc/contrib/bcopy.c 0 additions, 8 deletionsmsvc/contrib/bcopy.c
- msvc/contrib/dirent/dirent.c 0 additions, 135 deletionsmsvc/contrib/dirent/dirent.c
- msvc/contrib/dirent/dirent.h 0 additions, 32 deletionsmsvc/contrib/dirent/dirent.h
- msvc/contrib/dlfcn.c 0 additions, 94 deletionsmsvc/contrib/dlfcn.c
- msvc/contrib/timer/timer.c 6 additions, 6 deletionsmsvc/contrib/timer/timer.c
- msvc/include/dlfcn.h 0 additions, 18 deletionsmsvc/include/dlfcn.h
- msvc/include/dvdnav_internal.h 0 additions, 1 deletionmsvc/include/dvdnav_internal.h
.gitlab-ci.yml
0 → 100644
.relignore
deleted
100644 → 0
msvc/contrib/bcopy.c
deleted
100644 → 0
msvc/contrib/dirent/dirent.c
deleted
100644 → 0
msvc/contrib/dirent/dirent.h
deleted
100644 → 0
msvc/contrib/dlfcn.c
deleted
100644 → 0
msvc/include/dlfcn.h
deleted
100644 → 0