summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-06-17Remove two more files that are created by autopoint (gettext).Diego 'Flameeyes' Pettenò
2008-06-17Remove macro files that are handled by gettext.Diego 'Flameeyes' Pettenò
2008-06-17Ignore macro files created by libtool.Diego 'Flameeyes' Pettenò
2008-06-17Fix support for libtool 2.2.Diego 'Flameeyes' Pettenò
2008-06-17Don't use C++ for socklen_t tests.Diego 'Flameeyes' Pettenò
2008-06-16input_dvb: Allow the user to configure the DVB GUI off.Simon Farnsworth
2008-06-16demux_ts: Always replace PIDs when we parse a PMTSimon Farnsworth
2008-06-16Initial changelog entry for 1.1.14.Darren Salt
2008-06-17Regenerate po files.Diego 'Flameeyes' Pettenò
2008-06-17Revert xine customisations of po/Makefile.in.in, use Makevars for the rest.Diego 'Flameeyes' Pettenò
2008-06-17Update gettext Makefile with the new version from gettext, but keep xine's cu...Diego 'Flameeyes' Pettenò
2008-06-15Move the declaration of xine_strcat_realloc.Darren Salt
2008-06-15Missing changelog item (JACK plugin).Darren Salt
2008-06-15Added tag xine-lib-1_1_13-release for changeset 492f87e6963aDarren Salt
2008-06-15Mark release.xine-lib-1_1_13-release1.1.13Darren Salt
2008-06-15Merge.Darren Salt
2008-06-15Remove nbc_check_buffers calls; mark it & the low-water mark fns as deprecated.Darren Salt
2008-06-15Backed out changeset a1dad259c8f8. In 1.1.x, deprecated functions must remain.Darren Salt
2008-06-13A fix so it runs on SolarisSteve Evans
2008-06-14Replacement JACK pluginEd Wildgoose
2008-06-14Extra MIME types for Quicktime/ISO media.Darren Salt
2008-06-12Fix up reporting of supported formats by the ALSA & OSS output plugins.Darren Salt
2008-06-12Undeprecate xine_register_log_cb.Darren Salt
2008-06-11Mark release as 1.1.13, not 1.1.12.1.Darren Salt
2008-06-11Provide a useful implementation of xine_register_log_cb().Darren Salt
2008-06-11Fix va_list-related breakage. Multiple use needs va_copy().Darren Salt
2008-06-09Fix Shoutcast NSV detection.Darren Salt
2008-06-09Avoid false positives when looking up demuxer by MIME type.Darren Salt
2007-12-18Use calloc() when allocating an array of elements.Diego 'Flameeyes' Pettenò
2007-12-18Use calloc() when allocating an array of elements.Diego 'Flameeyes' Pettenò
2007-12-18Use calloc() when allocating an array of elements.Diego 'Flameeyes' Pettenò
2007-12-18Use calloc() when the allocated size would be counted by multiplying the size...Diego 'Flameeyes' Pettenò
2007-04-14Use xine_xcalloc instead of xine_xmalloc when mutiplying the number of elemen...Diego 'Flameeyes' Pettenò
2008-04-17Changelog entry for SA29850.Darren Salt
2007-06-13Use strndup rather than just strdup to avoid overflows.Diego 'Flameeyes' Pettenò
2008-04-15Install xine-list-1.1.1 in the libxine1 .deb.Darren Salt
2008-04-14Start 1.1.13; add date for 1.1.12 release.Darren Salt
2008-04-14Added tag xine-lib-1_1_12-release for changeset 66e1654718fbDarren Salt
2008-04-14Add boundary check on speex mode, see bug #83.xine-lib-1_1_12-release1.1.12Diego 'Flameeyes' Pettenò
2008-04-14Remove a memset() rendered pointless by use of calloc().Darren Salt
2008-04-14divide by zero in demux_qt.cColin Gibbs
2008-04-14Title array has only five entries. It can be overrun.Erik Hovland
2008-04-14strchr can return null. It should be checked.Erik Hovland
2008-04-14The code checks dest when it should check *dest.Erik Hovland
2008-04-14Make sure that muting/unmuting the audio without setting the volume does not ...Diego 'Flameeyes' Pettenò
2008-04-14Fix build with srcdir != builddir.Diego 'Flameeyes' Pettenò
2008-04-14dsputil_mmx.c compile failure with gcc 4.3 i386. Building as non-PIC "fixes" it.Darren Salt
2008-04-11Add a function for listing video output plugins of the given type(s).Darren Salt
2008-04-11Test for pulseaudio 0.9.7 to determine which muting method to use.Darren Salt
2008-04-11Remove an unnecessary volume scale conversion.Darren Salt