- 02 Nov, 2014 1 commit
-
-
Avoid error handling where it is not needed. Signed-off-by:
Alexander Strasser <eclipse7@gmx.net> Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- 01 Nov, 2014 6 commits
-
-
Diego Biurrun authored
There is a buffer in the global dvdcss struct that can be used instead.
-
Diego Biurrun authored
-
Diego Biurrun authored
Otherwise creating the tag would fail on first invocation of libdvdcss and the tag would only be created upon the second invocation.
-
Diego Biurrun authored
-
Diego Biurrun authored
Under Windows the parameter is passed on to DeviceIoControl() as a non-const parameter.
-
Jean-Baptiste Kempf authored
-
- 31 Oct, 2014 16 commits
-
-
Diego Biurrun authored
-
Diego Biurrun authored
None of the supported development environments on Windows need it.
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Adapted from a Haiku ports packaging patch.
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
The ASPI access method is only relevant on Windows 9x versions where no alternative exists. However, These Windows versions are obsolete since a long time and have no more real world usage. Also, the ASPI code is ugly and a maintenance burden.
-
- 30 Oct, 2014 17 commits
-
-
Diego Biurrun authored
The latter is the more common idiom, the former reads weird.
-
Diego Biurrun authored
This silences a complaint from the MSVC code analyzer.
-
Diego Biurrun authored
This silences a complaint from the MSVC code analyzer.
-
Diego Biurrun authored
This silences related complaints from MSVC about those function names.
-
Diego Biurrun authored
This prevents a possible NULL pointer dereference further along.
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
This fixes some related incompatible pointer type warnings.
-
Diego Biurrun authored
-
Diego Biurrun authored
On non-Linux platform dvd_region uses static functions from ioctl.c, so just linking against the object file is not enough.
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
C99 reserves identifier names starting with an underscore at the file level.
-
Diego Biurrun authored
-