shithub: libdvdcss

RSS feed

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

fbef64eb – Diego Elio Pettenò <flameeyes@flameeyes.eu> authored on 2013/09/24 07:02
build: fix Solaris headers check.

b209023f – Jean-Baptiste Kempf <jb@videolan.org> authored on 2013/08/16 13:38
Next release is 1.3.0

39e0e2b8 – Diego Biurrun <diego@biurrun.de> authored on 2013/03/23 02:37
build: Define _WIN32_IE also for Cygwin.

b1210d0e – Jean-Baptiste Kempf <jb@videolan.org> authored on 2013/03/17 12:02
Fix comparison sign warning

366c6aa1 – Jean-Baptiste Kempf <jb@videolan.org> authored on 2013/03/17 11:47
Small style fix

cdcf56a2 – Jean-Baptiste Kempf <jb@videolan.org> authored on 2013/03/17 11:39
Update MSVC config.h to fix compilation

fd049902 – Jean-Baptiste Kempf <jb@videolan.org> authored on 2013/03/17 11:39
Add MSVC vcxproj compilation file

5cd3be66 – Jean-Baptiste Kempf <jb@videolan.org> authored on 2013/03/17 11:39
Fix return type of strlen

2ec45471 – Jean-Baptiste Kempf <jb@videolan.org> authored on 2013/03/17 11:38
Restore C89 compatibility

3dc40990 – Diego Biurrun <diego@biurrun.de> authored on 2013/03/15 11:53
Check the return values of write() calls.

ade3847c – Diego Biurrun <diego@biurrun.de> authored on 2013/03/15 11:51
css: Factorize psz_key array sizes into a common #define.

8331d8da – Diego Biurrun <diego@biurrun.de> authored on 2013/03/11 14:16
Drop deprecated and useless dvdcss_interface_2 variable from the API

7381c95c – Diego Biurrun <diego@biurrun.de> authored on 2013/03/12 14:04
NEWS: misc spelling, grammar and wording fixes

dc2155d2 – Jean-Baptiste Kempf <jb@videolan.org> authored on 2013/03/12 09:27
Win32: kill warnings about strict-aliasing rules in ioctl.c

b8e9f309 – Jean-Baptiste Kempf <jb@videolan.org> authored on 2013/03/12 09:19
Mention support of Windows versions in NEWS

a4cff7ed – Diego Biurrun <diego@biurrun.de> authored on 2013/03/11 06:59
msvc: Update PACKAGE_VERSION string in manually-created config.h

a9ad4a4a – Jean-Baptiste Kempf <jb@videolan.org> authored on 2013/03/11 07:36
Win32: use directly SHGetFolderPath

663c76c5 – Brad Smith <brad@comstyle.com> authored and Diego Biurrun <diego@biurrun.de> committed on 2013/03/10 19:02
build: Remove stray extra '=' from Makefile.am.

4b5ae37c – Diego Biurrun <diego@biurrun.de> authored on 2013/03/10 16:21
Drop deprecated and undocumented APIs.

697df95f – Diego Biurrun <diego@biurrun.de> authored and Jean-Baptiste Kempf <jb@videolan.org> committed on 2013/02/27 09:57
README: Improve descriptions of libdvdcss environment variables

a738cbbf – Diego Biurrun <diego@biurrun.de> authored and Jean-Baptiste Kempf <jb@videolan.org> committed on 2013/02/27 09:57
INSTALL: Fix instructions for Linux to Windows crosscompilation

f000838a – Diego Biurrun <diego@biurrun.de> authored and Jean-Baptiste Kempf <jb@videolan.org> committed on 2013/02/27 09:57
misc small wording and spelling fixes for the documentation

507decc5 – Diego Elio Pettenò <flameeyes@flameeyes.eu> authored on 2013/02/27 06:27
INSTALL: updates from Diego Biurrun.

766fd664 – Diego Elio Pettenò <flameeyes@flameeyes.eu> authored on 2013/02/27 06:26
build: properly handle --disable-doc

8572e60d – Jean-Baptiste Kempf <jb@videolan.org> authored on 2013/02/27 06:12
NEWS

745ba0b4 – Jean-Baptiste Kempf <jb@videolan.org> authored on 2013/02/27 06:08
Simplify INSTALL document

2af9a1e3 – Diego Elio Pettenò <flameeyes@flameeyes.eu> authored on 2013/02/27 02:52
build: use an alternative method for making O_BINARY use conditional.

ffb8bab4 – Diego Elio Pettenò <flameeyes@flameeyes.eu> authored on 2013/02/18 04:43
build: set the libtool version info in configure.ac

4742c52a – Diego Biurrun <diego@biurrun.de> authored and Jean-Baptiste Kempf <jb@videolan.org> committed on 2013/02/19 10:23
build: proper dependencies for ChangeLog generation target

1d66d696 – Diego Biurrun <diego@biurrun.de> authored and Jean-Baptiste Kempf <jb@videolan.org> committed on 2013/02/19 09:48
INSTALL: Bootstrap with autoreconf now that ./bootstrap is gone

45999b75 – Jean-Baptiste Kempf <jb@videolan.org> authored on 2013/02/14 17:59
Next release will be 1.2.13

08198b12 – Diego Biurrun <diego@biurrun.de> authored on 2013/02/14 16:04
Update some comments now that Windows 95 is no longer supported

3a5b5a7d – Diego Biurrun <diego@biurrun.de> authored on 2013/02/14 15:22
doxygen: Fix typo and drop wrong EXCLUDE

be800090 – Diego Biurrun <diego@biurrun.de> authored on 2013/02/14 13:58
gitignore: Use directory-specific patterns; use wildcard for config.foo

b9def08e – Diego Elio Pettenò <flameeyes@flameeyes.eu> authored on 2013/02/14 06:29
src: mark tables static and constant.

391ba536 – Diego Elio Pettenò <flameeyes@flameeyes.eu> authored on 2013/02/14 06:16
csstables: mark static constant.

b3ee829a – Diego Elio Pettenò <flameeyes@flameeyes.eu> authored on 2013/02/14 06:14
build: include the msvc directory in the distribution.

58355c7e – Diego Elio Pettenò <flameeyes@flameeyes.eu> authored on 2013/02/14 06:08
libdvdcss: use a static constant array instead of a variable to hold the cache sig.

5cb06542 – Diego Elio Pettenò <flameeyes@flameeyes.eu> authored on 2013/02/14 06:03
ioctl: rename DVD_INVALIDATE_AGID to DVDCSS_INVALIDATE_AGID

20621b71 – Diego Elio Pettenò <flameeyes@flameeyes.eu> authored on 2013/02/14 05:58
doxygen: update configuration file to avoid warnings.

76f08878 – Diego Elio Pettenò <flameeyes@flameeyes.eu> authored on 2013/02/14 05:54
pkg-config: fix include path, it was always wrong.

490cb7d9 – Diego Elio Pettenò <flameeyes@flameeyes.eu> authored on 2013/02/14 05:52
build: allow opt-out from maintainer mode.

5007bfb3 – Diego Elio Pettenò <flameeyes@flameeyes.eu> authored on 2013/02/14 05:51
build: use dnl for comments in configure.ac.

29af7f48 – Diego Elio Pettenò <flameeyes@flameeyes.eu> authored on 2013/02/14 02:32
build: fix apidoc generation and install it as well.

05970927 – Diego Elio Pettenò <flameeyes@flameeyes.eu> authored on 2013/02/14 03:12
build: generate ChangeLog from git, if git is present.

75590b88 – Diego Elio Pettenò <flameeyes@flameeyes.eu> authored on 2013/02/14 03:05
build: do not build the .tar.gz archive

d3b3d398 – Diego Elio Pettenò <flameeyes@flameeyes.eu> authored on 2013/02/14 02:58
build: install the documentation files (but not INSTALL)

e9a536a0 – Diego Biurrun <diego@biurrun.de> authored on 2013/02/14 11:17
Replace memset(0) by zero initializations

1ea1dffd – Diego Biurrun <diego@biurrun.de> authored on 2013/02/14 13:24
build: Use silent build rules by default

043e7f53 – Diego Biurrun <diego@biurrun.de> authored on 2013/02/14 12:43
build: Add -mwin32 to CFLAGS on Cygwin instead of globally defining WIN32

5e6047bd – Diego Biurrun <diego@biurrun.de> authored on 2013/02/14 13:22
Fix a number of spelling and grammar errors

b3a1b17b – Diego Biurrun <diego@biurrun.de> authored and Jean-Baptiste Kempf <jb@videolan.org> committed on 2013/02/14 11:51
gitignore: Add config.cache

6ad715c3 – Diego Biurrun <diego@biurrun.de> authored and Jean-Baptiste Kempf <jb@videolan.org> committed on 2013/02/14 11:48
AUTHORS: Add Diego#1 and Diego#2

193ed81a – Diego Biurrun <diego@biurrun.de> authored and Jean-Baptiste Kempf <jb@videolan.org> committed on 2013/02/14 11:46
AUTHORS: Drop obsolete CVS/SVN login and snail-mail fields

b0ab71d5 – Diego Biurrun <diego@biurrun.de> authored and Jean-Baptiste Kempf <jb@videolan.org> committed on 2013/02/14 10:05
Drop ChangeLog file; it is no longer necessary with Git.

bec71804 – Diego Biurrun <diego@biurrun.de> authored and Jean-Baptiste Kempf <jb@videolan.org> committed on 2013/02/13 22:31
Drop BSDI support code.

d7f38cee – Diego Biurrun <diego@biurrun.de> authored and Jean-Baptiste Kempf <jb@videolan.org> committed on 2013/02/14 10:31
AUTHORS: Convert to UTF-8

5cf584c0 – Diego Biurrun <diego@biurrun.de> authored and Jean-Baptiste Kempf <jb@videolan.org> committed on 2013/02/14 11:30
Remove leftover Subversion $Id$ markers

2fc9238f – Diego Biurrun <diego@biurrun.de> authored and Jean-Baptiste Kempf <jb@videolan.org> committed on 2013/02/14 11:16
dvd_region: Drop unused-but-set variable

dacda2a5 – Diego Biurrun <diego@biurrun.de> authored and Jean-Baptiste Kempf <jb@videolan.org> committed on 2013/02/13 20:32
build: Refactor an instance of system-specific O_BINARY-related ifdeffery

45b27b06 – Diego Elio Pettenò <flameeyes@flameeyes.eu> authored and Jean-Baptiste Kempf <jb@videolan.org> committed on 2013/02/14 02:27
git: ignore the libtool m4 files.

14dc7979 – Diego Elio Pettenò <flameeyes@flameeyes.eu> authored and Jean-Baptiste Kempf <jb@videolan.org> committed on 2013/02/14 02:26
build: get rid of recursion within doc/ for Doxygen API doc.

5c454e81 – Jean-Baptiste Kempf <jb@videolan.org> authored on 2013/02/14 11:46
Win32: use the correct HAVE_BROKEN_MKDIR define

c5fc11a1 – Diego Elio Pettenò <flameeyes@flameeyes.eu> authored and Jean-Baptiste Kempf <jb@videolan.org> committed on 2013/02/14 01:48
build: check for POSIX mkdir() function.

39103671 – Diego Elio Pettenò <flameeyes@flameeyes.eu> authored and Jean-Baptiste Kempf <jb@videolan.org> committed on 2013/02/14 02:11
build: don't use tiered header checks.

1987df11 – Diego Elio Pettenò <flameeyes@flameeyes.eu> authored and Jean-Baptiste Kempf <jb@videolan.org> committed on 2013/02/14 02:00
build: use m4/attributes.m4 from xine/feng to check for cflags and visibility.

Next