Mercurial > libdvdnav.hg
log
age | author | description |
---|---|---|
Sat, 21 Apr 2007 11:08:56 +0000 | nicodvb | moved inclusion of inttypes.h from dvd_types.h to the including .c files src |
Fri, 20 Apr 2007 23:24:59 +0000 | nicodvb | moved all header inclusions from .h to .c files; my word, I've never seen such a horrible entanglement as in this mess src |
Thu, 19 Apr 2007 15:45:30 +0000 | reimar | Move identical dlopen statements outside #ifdef mess src |
Wed, 18 Apr 2007 22:41:10 +0000 | nicodvb | avoid leaking file descriptors obtained by opendir(); synced with upstream as reported by Diego Petteno' src |
Wed, 18 Apr 2007 22:36:58 +0000 | nicodvb | replaced sequency of strncpy() and strncat() by 1 snprintf() and fixed off-by-1 possible buffer oveflow; patch by Diego Petteno' src |
Wed, 18 Apr 2007 22:34:52 +0000 | nicodvb | support for dvdcss in Darwin; patch by Diego Petteno' and Reimar src |
Tue, 17 Apr 2007 21:02:51 +0000 | nicodvb | removed redefinition of memcpy() as bcopy() (maybe done for some probably inexistent systems); patch by Diego Petteno src |