Age | Commit message (Expand) | Author |
2007-06-15 | The offset variable is only used with strlen value, set it to size_t then. | Diego 'Flameeyes' Pettenò |
2007-06-15 | Fix signedness on channel_index() function. | Diego 'Flameeyes' Pettenò |
2007-06-15 | Use an extra compound, and removes one preprocessor block. | Diego 'Flameeyes' Pettenò |
2007-06-15 | Replace the void pointers with uint8_t pointers. | Diego 'Flameeyes' Pettenò |
2007-06-14 | Merge from 1.1 branch. | 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-12 | A nice simple merge from 1.1. | Darren Salt |
2007-06-10 | Backport last.fm support to 1.1 branch. | Diego 'Flameeyes' Pettenò |
2007-06-10 | Fill xine_event_t strutures as needed, reduces code built. | Diego 'Flameeyes' Pettenò |
2007-06-10 | Reorder fields and make use of bitmask for boolean values. | Diego 'Flameeyes' Pettenò |
2007-06-10 | Reorder proxy elements to fill hole. | Diego 'Flameeyes' Pettenò |
2007-06-10 | Check for last.fm streaming server, and if that's the case, check for the SYN... | 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-09 | Remove unused variable. | Diego 'Flameeyes' Pettenò |
2007-06-09 | Convert all input plugins to use void * as type for the buf parameter of read... | Diego 'Flameeyes' Pettenò |
2007-06-09 | Make the read() function of input plugins be declared with void pointer as bu... | Diego 'Flameeyes' Pettenò |
2007-06-04 | Merge from 1.1. | 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-06-01 | Remove cachedir_entry variable that is now unused. | Diego 'Flameeyes' Pettenò |
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-05-31 | Fix dependencies for vcd libraries. | Diego 'Flameeyes' Pettenò |
2007-05-31 | Move libcdio and libvcd into contrib/ | Diego 'Flameeyes' Pettenò |
2007-05-31 | Remove the DVB headers dmx.h and frontend.h, use the ones from linux-headers ... | Diego 'Flameeyes' Pettenò |
2007-05-31 | Merge -newbuild. | Darren Salt |
2007-05-31 | Link libiso9660 into the vcd plugin. Fixes a run-time symbol lookup failure. | Darren Salt |
2007-05-30 | Include the WWW-Authenticate header content in the "authentication needed" msg. | 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 | 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-14 | Final pass over input plugin configuration checks | Matt Messier |
2007-05-12 | More configure/Makefile cleanups | Matt Messier |