RSS feed
de6aa7e9
– Diego Biurrun <diego@biurrun.de>
authored
on 2014/11/07 16:54
error: Drop unnecessary dvdcss.h #include
cecb850b
– Diego Biurrun <diego@biurrun.de>
authored
on 2014/11/08 13:49
build: Ignore and clean up generated file doc/doxygen_sqlite3.db
29c1c8f7
– M. Levinson <mlevins@users.sourceforge.net>
authored
and Diego Biurrun <diego@biurrun.de>
committed
on 2014/11/10 13:03
css: Fix typo in memcpy() size calculation
4fb069e3
– Diego Biurrun <diego@biurrun.de>
authored
and Jean-Baptiste Kempf <jb@videolan.org>
committed
on 2014/10/20 07:59
msvc: Define LIBDVDCSS_EXPORTS for proper declspec declaration at build
e9ff3b34
– Diego Biurrun <diego@biurrun.de>
authored
on 2014/10/30 09:16
error: const correctness
cfa35f30
– Diego Biurrun <diego@biurrun.de>
authored
on 2014/11/05 06:17
Adjust NEWS file to reflect changes since 1.3.0 release.
d1f84a6a
– Diego Biurrun <diego@biurrun.de>
authored
on 2014/10/31 10:56
Do not invade the _t namespace with (typedeffed) symbol names.
3a49a3e5
– Diego Biurrun <diego@biurrun.de>
authored
on 2014/10/24 21:45
device: Refactor a number of block size calculations
29dd1a4f
– Diego Biurrun <diego@biurrun.de>
authored
on 2014/11/04 09:18
libdvdcss: Factor out cache initialization from dvdcss_open()
2f0dbbe6
– Diego Biurrun <diego@biurrun.de>
authored
on 2014/10/28 19:00
libdvdcss: Factor out creating cache subdirectory from dvdcss_open()
3ecef391
– Diego Biurrun <diego@biurrun.de>
authored
on 2014/10/28 16:08
libdvdcss: Factor out initializing cache directory from dvdcss_open()
28713727
– Diego Biurrun <diego@biurrun.de>
authored
on 2014/11/04 08:21
libdvdcss: Skip NULL checks at the end of set_cache_directory().
2aca6d8b
– Diego Biurrun <diego@biurrun.de>
authored
on 2014/11/04 07:52
Fix calculation of cache filename length.
6e7f5562
– Diego Biurrun <diego@biurrun.de>
authored
on 2014/11/04 07:51
Replace cache-related magic numbers with proper definitions.
167fb801
– Diego Biurrun <diego@biurrun.de>
authored
on 2014/11/03 08:38
Skip determining cache directory name if DVDCSS_CACHE is set to "off".
c2db0011
– Diego Biurrun <diego@biurrun.de>
authored
on 2014/10/28 15:41
libdvdcss: Factor out setting cache directory from dvdcss_open()
e1ee9183
– Diego Biurrun <diego@biurrun.de>
authored
on 2014/11/03 17:18
Use correctly-typed intermediate pointer instead of casting in dvdcss_read().
e9be7c56
– Diego Biurrun <diego@biurrun.de>
authored
on 2014/11/03 07:00
win32: Do not try to create cache directory in %USERPROFILE%
dd7d9ded
– Diego Biurrun <diego@biurrun.de>
authored
on 2014/11/03 05:26
win32: Remove unnecessary PATH_MAX definition
44727dfa
– Diego Biurrun <diego@biurrun.de>
authored
on 2014/11/02 16:43
build: Only create ChangeLog file from Git if Git is available
be124318
– Diego Biurrun <diego@biurrun.de>
authored
on 2014/11/02 16:47
msvc: Add definition for ssize_t
9718193a
– Alexander Strasser <eclipse7@gmx.net>
authored
and Diego Biurrun <diego@biurrun.de>
committed
on 2014/11/01 18:43
device: Simplify construction of native device name in win2k_open()
2697472e
– Diego Biurrun <diego@biurrun.de>
authored
on 2014/10/31 16:06
libdvdcss: Avoid need for local cache filename buffer in dvdcss_open().
d36eab0a
– Diego Biurrun <diego@biurrun.de>
authored
on 2014/10/31 15:51
libdvdcss: Simplify cache directory name creation.
ecb2a6bf
– Diego Biurrun <diego@biurrun.de>
authored
on 2014/10/31 15:19
libdvdcss: Create cache directory before cache directory tag.
b0e25fc0
– Diego Biurrun <diego@biurrun.de>
authored
on 2014/10/31 15:37
Replace DVD access method #defines by an enum.
f8828ee5
– Diego Biurrun <diego@biurrun.de>
authored
on 2014/11/01 12:32
ioctl: Drop const from pi_agid argument in ioctl_InvalidateAgid()
2afa6f86
– Jean-Baptiste Kempf <jb@videolan.org>
authored
on 2014/11/01 08:41
Win32: undef lseek before redefining it
4c8f0b12
– Diego Biurrun <diego@biurrun.de>
authored
on 2014/10/30 20:14
ioctl: const correctness
4c452fe9
– Diego Biurrun <diego@biurrun.de>
authored
on 2014/10/31 11:43
common.h: Drop INVALID_SET_FILE_POINTER fallback definition
a57fbab5
– Diego Biurrun <diego@biurrun.de>
authored
on 2014/10/24 23:17
libdvdcss: Factor out setting DVD access method from dvdcss_open()
04cd3885
– Diego Biurrun <diego@biurrun.de>
authored
on 2014/10/24 22:58
libdvdcss: Factor out setting library verbosity from dvdcss_open()
2a2ce58b
– Diego Biurrun <diego@biurrun.de>
authored
on 2014/10/31 10:49
Replace sizeof(type) by sizeof(*variable).
f13b902b
– Diego Biurrun <diego@biurrun.de>
authored
on 2014/10/24 07:11
Improve some comments in dvdcss_open() and fix some typos.
2de79ff6
– Diego Biurrun <diego@biurrun.de>
authored
on 2014/10/24 09:06
ioctl: cosmetics: Coalesce some macro and declaration blocks
f35ad494
– Diego Biurrun <diego@biurrun.de>
authored
on 2014/10/24 09:04
Comment some #endifs for increased readability.
143d07a2
– Diego Biurrun <diego@biurrun.de>
authored
on 2014/10/22 08:57
Mark strings as const where appropriate.
50167f31
– Jerome Duval <jerome.duval@gmail.com>
authored
and Diego Biurrun <diego@biurrun.de>
committed
on 2014/10/31 08:10
Replace BeOS support by Haiku support.
001afc48
– Diego Biurrun <diego@biurrun.de>
authored
on 2014/10/24 23:12
libdvdcss: Refactor error handling in dvdcss_open()
1ecbd379
– Diego Biurrun <diego@biurrun.de>
authored
on 2014/10/28 15:59
libdvdcss: Avoid a cast when comparing the return values of write() and strlen()
3c3fb43d
– Diego Biurrun <diego@biurrun.de>
authored
on 2014/10/24 23:00
libdvdcss: Drop unnecessary void* pointer casts
9fe737f5
– Diego Biurrun <diego@biurrun.de>
authored
on 2014/10/29 13:53
Add QNX to list of supported OSes.
0d571b2c
– Diego Biurrun <diego@biurrun.de>
authored
on 2014/10/24 07:13
Rename win_readv() to win2k_readv for consistency.
7325feef
– Diego Biurrun <diego@biurrun.de>
authored
on 2014/10/24 06:32
Drop support for ASPI disc access (and thus Windows 9x).
3d52f9e2
– Diego Biurrun <diego@biurrun.de>
authored
on 2014/10/22 08:38
Replace "foo const" by "const foo".
c5e38a05
– Diego Biurrun <diego@biurrun.de>
authored
on 2014/10/28 14:39
device: Check return value of snprintf() in win2k_open()
665cacf4
– Diego Biurrun <diego@biurrun.de>
authored
on 2014/10/28 14:05
ioctl: Initialize variable before use in ioctl_ReportAgid()
fe619aa0
– Diego Biurrun <diego@biurrun.de>
authored
on 2014/10/28 13:59
msvc: Map some POSIX function names to their ISO C++ counterparts
845744d3
– Diego Biurrun <diego@biurrun.de>
authored
on 2014/10/28 08:34
css: Check the return value of a malloc() invocation
f40f3803
– Diego Biurrun <diego@biurrun.de>
authored
on 2014/10/27 14:04
Replace GCC-specific bits in print_debug macro by standards-compliant code.
fedd8500
– Diego Biurrun <diego@biurrun.de>
authored
on 2014/10/24 21:39
device: Move Win32-specific fallback macro to common.h
59954f20
– Diego Biurrun <diego@biurrun.de>
authored
on 2014/10/24 15:27
device: Use correct type for ReadFile() function instead of casting
497b1582
– Diego Biurrun <diego@biurrun.de>
authored
on 2014/10/24 16:00
dvd_region: Use dvdcss_open() instead of plain open() to access DVD drives
c8028570
– Diego Biurrun <diego@biurrun.de>
authored
on 2014/10/24 15:01
dvd_region: #include ioctl.c instead of linking against the object file
c8b91561
– Diego Biurrun <diego@biurrun.de>
authored
on 2014/10/24 14:35
build: Add $(EXEEXT) to tools shorthand to fix build on Windows
0c037bea
– Diego Biurrun <diego@biurrun.de>
authored
on 2014/10/24 14:43
ioctl: Add missing header to fix standalone compilation under Windows
87da5eba
– Diego Biurrun <diego@biurrun.de>
authored
on 2014/10/24 07:02
ioctl: Replace magic number by DVDCSS_BLOCK_SIZE macro
37adce9c
– Diego Biurrun <diego@biurrun.de>
authored
on 2014/10/24 06:03
device: Eliminate nonsense conditional test
d18988c1
– Diego Biurrun <diego@biurrun.de>
authored
on 2014/10/22 13:49
solaris: Drop no use or single use macros
53bf3a84
– Diego Biurrun <diego@biurrun.de>
authored
on 2014/10/22 09:32
Drop leading underscore from externally visible function names.
eb528eef
– Diego Biurrun <diego@biurrun.de>
authored
on 2014/10/22 09:10
error: Drop unnecessary macro indirection for print_error().
0d1ae571
– Diego Biurrun <diego@biurrun.de>
authored
on 2014/10/22 09:10
error: Drop unnecessary #includes.
25a5ae64
– Diego Biurrun <diego@biurrun.de>
authored
on 2014/10/22 09:00
error: Drop unused and disabled _print_debug function.
125f5e4f
– Diego Biurrun <diego@biurrun.de>
authored
on 2014/10/22 09:00
Drop unnecessary NULL check before free().
2dc7cfb1
– Diego Biurrun <diego@biurrun.de>
authored
on 2014/10/22 10:16
attributes.m4: Drop extra quoting from config.h text in CC_CHECK_ATTRIBUTE
55cb13e7
– Diego Biurrun <diego@biurrun.de>
authored
on 2014/10/22 08:59
attributes.m4: Properly declare parameterless main() functions.
9ee03ddc
– Diego Biurrun <diego@biurrun.de>
authored
on 2014/10/29 17:03
build: Drop -Wsign-compare from CFLAGS
586bb800
– Diego Biurrun <diego@biurrun.de>
authored
on 2014/10/20 15:11
Remove HP-UX support.
fe317f76
– Diego Biurrun <diego@biurrun.de>
authored
on 2014/10/20 07:59
Drop pointless cast of strdup return value
d43e0c92
– Diego Biurrun <diego@biurrun.de>
authored
on 2014/10/20 07:59
Consistently replace "this program/library" by "libdvdcss" in license headers.
f9a28c11
– Diego Biurrun <diego@biurrun.de>
authored
on 2014/10/20 07:59
Add missing #includes to make all headers compile standalone.
0eb4b06f
– Diego Biurrun <diego@biurrun.de>
authored
on 2014/10/20 07:59
dvd_region: Shut up warnings about (sometimes) unused function parameters
7e5770d0
– Diego Biurrun <diego@biurrun.de>
authored
on 2014/10/20 07:59
css: Drop unused parameters from AttackPattern() / AttackPadding()
f0a464cc
– Diego Biurrun <diego@biurrun.de>
authored
on 2014/10/15 19:14
css: Drop (disabled) debug output from AttackPattern() / AttackPadding()
e7cef6f5
– Diego Biurrun <diego@biurrun.de>
authored
on 2014/10/20 07:59
ioctl: Drop unused parameter from ioctl_ReportASF
fde3c32f
– Diego Biurrun <diego@biurrun.de>
authored
on 2014/10/20 07:59
Eliminate some pointless void* casts
764ed0bf
– Diego Biurrun <diego@biurrun.de>
authored
on 2014/10/20 07:59
doxygen: Document LIBDVDCSS_EXPORT definition in dvdcss.h
3eba7fe2
– Diego Biurrun <diego@biurrun.de>
authored
on 2014/10/20 07:59
doc: Update list of supported platforms
2890c99a
– Diego Biurrun <diego@biurrun.de>
authored
on 2014/10/20 07:59
doc: Miscellaneous wording and style improvements
e5d9acaa
– Diego Biurrun <diego@biurrun.de>
authored
on 2014/10/20 07:59
doxygen: Warn on missing parameter documentation
efcd0012
– Diego Biurrun <diego@biurrun.de>
authored
on 2014/10/20 07:59
build: Run doxygen from the top build directory
1f353355
– Diego Biurrun <diego@biurrun.de>
authored
on 2014/10/20 07:59
doc: Remove HTML header and footer for Doxygen output
50fdf820
– Diego Biurrun <diego@biurrun.de>
authored
on 2014/10/20 07:59
build: Add full dependencies for Doxygen rebuild
62186151
– Diego Biurrun <diego@biurrun.de>
authored
on 2014/10/20 07:59
build: Generate RPM spec file from an autoconf template
eb534a63
– Diego Biurrun <diego@biurrun.de>
authored
on 2014/10/20 07:59
build: Set project URL during autoconf init
c80178b6
– Diego Biurrun <diego@biurrun.de>
authored
on 2014/10/20 07:58
build: Clean up .gitignore patterns
aeb93c0a
– Diego Biurrun <diego@biurrun.de>
authored
on 2014/10/20 07:58
build: Add "tools" shorthand to build csstest and dvd_region binaries
3599a682
– Diego Biurrun <diego@biurrun.de>
authored
on 2014/10/20 07:58
build: Generate csstest and dvd_region binaries below test/ directory
23616303
– Diego Biurrun <diego@biurrun.de>
authored
on 2014/10/20 07:58
build: Ignore generated files below src/ and test/
aa807361
– Diego Biurrun <diego@biurrun.de>
authored
on 2014/10/20 07:58
build: Mark apidoc target as phony
51efb34d
– Diego Biurrun <diego@biurrun.de>
authored
on 2014/10/20 07:58
whitespace cleanup
b7967b94
– Diego Biurrun <diego@biurrun.de>
authored
on 2014/08/02 09:47
doxygen: Do not use FreeSans as dot fontname
df9cb6ca
– Diego Biurrun <diego@biurrun.de>
authored
on 2014/08/02 09:45
Update Doxygen config file only to Doxygen version 1.8.7, not 1.8.6.
d1dd49f3
– Jean-Baptiste Kempf <jb@videolan.org>
authored
on 2014/08/01 18:17
Fix doxygen.cfg hardcoded paths
db4b437c
– Diego Biurrun <diego@biurrun.de>
authored
on 2014/07/31 19:22
build: Remove ChangeLog only on maintainer-clean, not distclean
edc5ca9e
– Diego Biurrun <diego@biurrun.de>
authored
on 2014/07/31 19:21
Ignore 'compile' helper generated by Automake
fc8f09fb
– Jean-Baptiste Kempf <jb@videolan.org>
authored
on 2014/07/26 22:57
Update doxygen configuration file
e1af6503
– Jean-Baptiste Kempf <jb@videolan.org>
authored
on 2014/07/26 22:55
Add -Wextra compilation flags
5307ab22
– Jean-Baptiste Kempf <jb@videolan.org>
authored
on 2014/07/12 22:32
Update NEWS for 1.3.0
e6b4e1ad
– Jean-Baptiste Kempf <jb@videolan.org>
authored
on 2014/06/05 16:34
Support Android
Next