Age | Commit message (Expand) | Author |
2007-05-31 | Link libiso9660 into the vcd plugin. Fixes a run-time symbol lookup failure. | Darren Salt |
2007-05-28 | Merge from 1.2 main branch. | Darren Salt |
2007-05-28 | Merge from 1.1. | Darren Salt |
2007-05-26 | Re: [xine-devel] vcd plugin - sigsegv in 1.1.6 and 1.1(.7) | Manfred Tremmel |
2007-05-26 | Shuffle the HTTP input plugin's internal data slightly. | Darren Salt |
2007-05-25 | Add a message code to distinguish between HTTP response codes 401 and 403. | Darren Salt |
2007-05-19 | Input plugins: Enable vcd, but disable vcdo by default | Matt Messier |
2007-05-17 | Add missing LIBCDIO_LIBS to the list of linked libraries | Matt Messier |
2007-05-16 | Merge changes from main 1.2 repository | Matt Messier |
2007-05-17 | Merge from 1.1. | Darren Salt |
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-14 | Final pass over input plugin configuration checks | Matt Messier |
2007-05-12 | More configure/Makefile cleanups | Matt Messier |
2007-05-11 | Another pass at cleaning up Makefile.am files. More to come. | Matt Messier |
2007-05-10 | Remove -D_LARGEFILE64_SOURCE from AM_CPPFLAGS | Matt Messier |
2007-05-08 | More configure.ac cleanups | Matt Messier |
2007-05-08 | RIP: AC_OPTIMIZATIONS | Matt Messier |
2007-05-04 | Merge - part 1. | Diego 'Flameeyes' Pettenò |
2007-05-04 | Fix building of CDDA input on FreeBSD, the NetBSD patch broke it as sys/scsii... | Diego 'Flameeyes' Pettenò |
2007-05-02 | Merge changes, once again, with passion. | Diego 'Flameeyes' Pettenò |
2007-05-02 | Fix proxy usage when the hostnames cannot be resolved. | Diego 'Flameeyes' Pettenò |
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-04-14 | Merge changes. | Diego 'Flameeyes' Pettenò |
2007-04-14 | Use xine_xcalloc instead of xine_xmalloc when mutiplying the number of elemen... | Diego 'Flameeyes' Pettenò |
2007-04-14 | Merge changes. | Darren Salt |
2007-04-14 | Look in the user XDG config dir for channels.conf. | Darren Salt |
2007-04-14 | Mark string arrays as arrays of constant pointers, and do the same for memcpy... | Diego 'Flameeyes' Pettenò |
2007-04-14 | Merge changes from 1.1. | Darren Salt |
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-14 | Don't add a special setting for DVDCSS_CACHE, as it's handled by libdvdcss. | Diego 'Flameeyes' Pettenò |
2007-04-14 | Remove now-unused _cdda_cddb_get_default_location. | Diego 'Flameeyes' Pettenò |
2007-04-13 | CDDB cache placement is no more a configuration option, and uses instead XDG_... | Diego 'Flameeyes' Pettenò |
2007-04-10 | Rationalise __attribute__((packed)) usage. | Diego 'Flameeyes' Pettenò |
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ò |