summaryrefslogtreecommitdiff
path: root/src/input
AgeCommit message (Expand)Author
2007-04-14Use xine_xcalloc instead of xine_xmalloc when mutiplying the number of elemen...Diego 'Flameeyes' Pettenò
2007-04-14Mark string arrays as arrays of constant pointers, and do the same for memcpy...Diego 'Flameeyes' Pettenò
2007-04-14Don't add a special setting for DVDCSS_CACHE, as it's handled by libdvdcss.Diego 'Flameeyes' Pettenò
2007-04-14Remove now-unused _cdda_cddb_get_default_location.Diego 'Flameeyes' Pettenò
2007-04-13CDDB cache placement is no more a configuration option, and uses instead XDG_...Diego 'Flameeyes' Pettenò
2007-04-10Rationalise __attribute__((packed)) usage.Diego 'Flameeyes' Pettenò
2007-04-08Mark various private arrays, structs & fn parameters as static and/or const.Darren Salt
2007-04-07Use CC_ATTRIBUTE_FORMAT; replace __attribute((format(printf, ...))) accordingly.Darren Salt
2007-04-06Use xineplug_LTLIBRARIES wherever possible.Diego 'Flameeyes' Pettenò
2007-04-04Cleanup check for WIN32, use #elif rather than #else/#ifdef.Pascal S. de Kloe
2007-04-04Check for sys/dvdio.h, and use that if found, rather than having a check for ...Diego 'Flameeyes' Pettenò
2007-04-04When EOVERFLOW is not defined, use EINVAL instead.Pascal S. de Kloe
2007-04-03Rationalise use of .hgignore, removes a bunch of files that only ignored auto...Diego 'Flameeyes' Pettenò
2007-04-02Migrate all .cvsignore files to .hgignore.Diego 'Flameeyes' Pettenò
2007-03-29Reorder fields to fill hole.Diego 'Flameeyes' Pettenò
2007-03-23Fix closing the vcd device if the disc is not a video CD.Darren Salt
2007-03-22Fix crosscompile to use build and host definition from autoconf, rather than ...Diego 'Flameeyes' Pettenò
2007-03-22Instead of rewriting the install and uninstall rules for headers, simply chan...Diego 'Flameeyes' Pettenò
2007-03-20Add B2N macros for OSX. Patch by Martin Aumueller. Also add to the diff from ...Diego 'Flameeyes' Pettenò
2007-03-17Avoid a possible floating-point exception when starting stream playback.Darren Salt
2007-03-17Some servers does not send a human-readable http status description, for thos...Diego 'Flameeyes' Pettenò
2007-03-16Move netinet/in.h include down the block; this is currently patched by FreeBS...Diego 'Flameeyes' Pettenò
2007-03-10When hstrerror() is found in libresolv, link it where it is used. Patch by Al...Diego 'Flameeyes' Pettenò
2007-03-10Add support for NetBSD to src/input/input_cdda.c, patch by Sergey Svishchev.Diego 'Flameeyes' Pettenò
2007-02-25Remove unused code.Diego 'Flameeyes' Pettenò
2007-02-21Declare vcdinfo_get_seg_resolution function in vcdplayer.c where it is used, ...Diego 'Flameeyes' Pettenò
2007-02-20const++Diego 'Flameeyes' Pettenò
2007-02-20Mark a fwe arrays static and avoid casts that are not needed.Diego 'Flameeyes' Pettenò
2007-02-20Fix a lot of format warnings in lprintf calls (mostly %ldd -> %"PRId64").Diego 'Flameeyes' Pettenò
2007-02-08Remove any possibility of strcpy/sprintf overflows wrt front ends requestingDarren Salt
2007-01-26Don't set get_blocksize to NULL, or the Samba access plugin will _never_ work...Diego 'Flameeyes' Pettenò
2007-01-19Fix possible strict aliasing breakage.Diego 'Flameeyes' Pettenò
2007-01-19Fix possible strict aliasing breakage.Diego 'Flameeyes' Pettenò
2007-01-19Make get_mrl return a const char * too.Diego 'Flameeyes' Pettenò
2007-01-18Make get_description function return a const char * rather than just a char *...Diego 'Flameeyes' Pettenò
2007-01-11Reconnect to the server just after the first request.Claudio Ciccani
2007-01-09Support setting the start time over MMSH protocol.Claudio Ciccani
2007-01-03Added support for setting the playback start time (same as the RTSP plugin).Claudio Ciccani
2006-12-31Fix typo..Diego 'Flameeyes' Pettenò
2006-12-31Link against libm (missing symbols).Darren Salt
2006-12-28Link to pthreads for the pvr input plugin.Diego 'Flameeyes' Pettenò
2006-12-25The dvd input plugin uses dlopen-related functions, link to the correct library.Diego 'Flameeyes' Pettenò
2006-12-25 * Fix invalid memory access in Real Media SDP with tailored stream; reportedDiego 'Flameeyes' Pettenò
2006-12-25 * Fix program termination due to invalid Real Media SDP; reported by RolandDiego 'Flameeyes' Pettenò
2006-12-25 * Fix invalid memory access in Real Media ASM parser; reported by RolandDiego 'Flameeyes' Pettenò
2006-12-22In rtsp_session_read(): return the actual amount of bytes read.Claudio Ciccani
2006-12-22Removed INPUT_CAP_NOCACHE.Claudio Ciccani
2006-12-22Removed INPUT_CAP_NOCACHE.Claudio Ciccani
2006-12-19Mark string-type configuration items according to whether they're plainDarren Salt
2006-12-18Partially implemented RTSP seekability:Claudio Ciccani