Age | Commit message (Expand) | Author |
2007-09-07 | Fix dvd://.../title[.chapter] handling (broken in cset 2e301bc2cce8). | Darren Salt |
2007-08-20 | Handle % escaping and variable numbers of /s in VCD MRLs. | Darren Salt |
2007-08-15 | Workaround for recent glibc & -D_FORTIFY_SOURCE=2 (defines open() as a macro). | Darren Salt |
2007-08-08 | Fix an attempted free of static data, e.g. when using "dvd:/" (not "dvd://"). | Darren Salt |
2007-07-14 | Handle transparently redirect done through m3u playlists. | Diego 'Flameeyes' Pettenò |
2007-07-13 | Fix a spelling error in the media.dvb.tuning_timeout description. | Darren Salt |
2007-07-12 | Allow input_dvb to timeout on no signal | Simon Farnsworth |
2007-07-12 | Simplify input_rtp locking | Simon Farnsworth |
2007-07-08 | Handle escaped characters in DVD MRLs. | Darren Salt |
2007-07-08 | Have the file input plugin use _x_mrl_unescape() instead of its own code. | Darren Salt |
2007-06-16 | Rename the BE/LE/ME macros with a _X_ prefix, so they don't clash with Solari... | Diego 'Flameeyes' Pettenò |
2007-06-14 | Include bswap.h too. | Diego 'Flameeyes' Pettenò |
2007-06-13 | Don't redefine the BE_16/32 macros. | Diego 'Flameeyes' Pettenò |
2007-06-13 | Avoid name collision (don't redefine NOPID). | Albert Lee |
2007-06-13 | Add printf format attribute. | Albert Lee |
2007-06-13 | Support Solaris byteorder.h macros. | Albert Lee |
2007-06-10 | Backport last.fm support to 1.1 branch. | Diego 'Flameeyes' Pettenò |
2007-06-09 | Use $(LTLIBICONV) instead of @LIBICONV@. | Darren Salt |
2007-06-09 | Add $(LTLIBINTL) wherever objdump -R shows a dependency on gettext functions. | Darren Salt |
2007-06-03 | Add a comment & changelog entry for the mmap bug fix. | Darren Salt |
2007-06-03 | [patch] Nasty mmap problem with huge files | Andrew de Quincey |
2007-05-26 | Re: [xine-devel] vcd plugin - sigsegv in 1.1.6 and 1.1(.7) | Manfred Tremmel |
2007-05-17 | Convert comments (and the occasional string where it doesn't matter) to UTF-8. | Darren Salt |
2007-05-16 | v4l: replace faulty use of xprintf with lprintf. | Simon Farnsworth |
2007-05-02 | [PATCH] Remove packet count from demux_ts, to remove a long delay | Simon Farnsworth |
2007-05-02 | [PATCH] Enhance logging in demux_ts, input_dvb and video_out_xv | Simon Farnsworth |
2007-05-13 | Correct the dvba:// MRL / tuner mismatch message. | Darren Salt |
2007-05-11 | Throw a XINE_MSG_PERMISSION_ERROR error when HTTP returns a 401 status | hadess@cookie.hadess.net |
2007-05-04 | Fix building of CDDA input on FreeBSD, the NetBSD patch broke it as sys/scsii... | Diego 'Flameeyes' Pettenò |
2007-05-02 | Fix proxy usage when the hostnames cannot be resolved. | Diego 'Flameeyes' Pettenò |
2007-04-14 | Oops. Silly mistake with fstat. | Darren Salt |
2007-04-14 | Don't read channels.conf if it isn't a normal file or a link to a normal file. | Darren Salt |
2007-04-14 | Reworked the channels.conf file handling in the DVB plugin. | Darren Salt |
2007-04-08 | Mark various private arrays, structs & fn parameters as static and/or const. | Darren Salt |
2007-04-07 | Use CC_ATTRIBUTE_FORMAT; replace __attribute((format(printf, ...))) accordingly. | Darren Salt |
2007-04-06 | Use xineplug_LTLIBRARIES wherever possible. | Diego 'Flameeyes' Pettenò |
2007-04-04 | Cleanup check for WIN32, use #elif rather than #else/#ifdef. | Pascal S. de Kloe |
2007-04-04 | Check for sys/dvdio.h, and use that if found, rather than having a check for ... | Diego 'Flameeyes' Pettenò |
2007-04-04 | When EOVERFLOW is not defined, use EINVAL instead. | Pascal S. de Kloe |
2007-04-03 | Rationalise use of .hgignore, removes a bunch of files that only ignored auto... | Diego 'Flameeyes' Pettenò |
2007-04-02 | Migrate all .cvsignore files to .hgignore. | Diego 'Flameeyes' Pettenò |
2007-03-29 | Reorder fields to fill hole. | Diego 'Flameeyes' Pettenò |
2007-03-23 | Fix closing the vcd device if the disc is not a video CD. | Darren Salt |
2007-03-22 | Fix crosscompile to use build and host definition from autoconf, rather than ... | Diego 'Flameeyes' Pettenò |
2007-03-22 | Instead of rewriting the install and uninstall rules for headers, simply chan... | Diego 'Flameeyes' Pettenò |
2007-03-20 | Add B2N macros for OSX. Patch by Martin Aumueller. Also add to the diff from ... | Diego 'Flameeyes' Pettenò |
2007-03-17 | Avoid a possible floating-point exception when starting stream playback. | Darren Salt |
2007-03-17 | Some servers does not send a human-readable http status description, for thos... | Diego 'Flameeyes' Pettenò |
2007-03-16 | Move netinet/in.h include down the block; this is currently patched by FreeBS... | Diego 'Flameeyes' Pettenò |
2007-03-10 | When hstrerror() is found in libresolv, link it where it is used. Patch by Al... | Diego 'Flameeyes' Pettenò |