Age | Commit message (Expand) | Author |
2007-12-24 | Consistently use "colour", "colour key", "colour space" in output. | Darren Salt |
2007-12-24 | Spelling correction: successfuly → successfully. | Darren Salt |
2007-12-18 | Don't treat # in MRLs as literals or URI-decode raw filenames. [Bug 1784272] | Darren Salt |
2007-11-19 | add support for GNU/kFreeBSD | Petr Salinger ext:(%20) |
2007-11-13 | Missing channels.conf (ATSC) | Tom Shield |
2007-11-13 | Improve the "no channels.conf" message; tidy up local variable initialisation. | Darren Salt |
2007-11-10 | Delete most of the CVS $Id$/$Log$ lines. | Darren Salt |
2007-11-10 | Fix detection of last.fm servers. | Diego 'Flameeyes' Pettenò |
2007-11-09 | Update videodev2.h header with copy from Linux 2.6.23. | Diego 'Flameeyes' Pettenò |
2007-11-09 | Update FSF address on non-contributed code and COPYING files. | Diego 'Flameeyes' Pettenò |
2007-10-26 | Linux-2.6.23 header change breaks build | Ken Moffat |
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 |