summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-05-31Return -1 in case the mode is not one of the accepted ones.Diego 'Flameeyes' Pettenò
2007-05-31Rename the flac combined plugin sources so that they are listed together in ↵Diego 'Flameeyes' Pettenò
a by-name listing. --HG-- rename : src/combined/decoder_flac.c => src/combined/flac_decoder.c rename : src/combined/demux_flac.c => src/combined/flac_demuxer.c
2007-05-31Rename the wavpack combined plugin sources so that their are listed together ↵Diego 'Flameeyes' Pettenò
in a by-name listing. --HG-- rename : src/combined/combined_wavpack.c => src/combined/wavpack_combined.c rename : src/combined/combined_wavpack.h => src/combined/wavpack_combined.h rename : src/combined/decoder_wavpack.c => src/combined/wavpack_decoder.c rename : src/combined/demux_wavpack.c => src/combined/wavpack_demuxer.c
2007-05-31Use a listing for _LTLIBRARIES similar to other Makefiles.Diego 'Flameeyes' Pettenò
2007-05-31Create a single NSF plugin that includes both the demuxer (previously in the ↵Diego 'Flameeyes' Pettenò
audio group) and the decoder. One of the two plugins without the other would be useless. --HG-- rename : src/libxineadec/nsf.c => src/combined/nsf_decoder.c rename : src/demuxers/demux_nsf.c => src/combined/nsf_demuxer.c
2007-05-31Move nosefart sources inside contrib/ directory.Diego 'Flameeyes' Pettenò
--HG-- rename : src/libxineadec/nosefart/Makefile.am => contrib/nosefart/Makefile.am rename : src/libxineadec/nosefart/diff_to_nosefart_cvs.patch => contrib/nosefart/diff_to_nosefart_cvs.patch rename : src/libxineadec/nosefart/dis6502.c => contrib/nosefart/dis6502.c rename : src/libxineadec/nosefart/dis6502.h => contrib/nosefart/dis6502.h rename : src/libxineadec/nosefart/fds_snd.c => contrib/nosefart/fds_snd.c rename : src/libxineadec/nosefart/fds_snd.h => contrib/nosefart/fds_snd.h rename : src/libxineadec/nosefart/fmopl.c => contrib/nosefart/fmopl.c rename : src/libxineadec/nosefart/fmopl.h => contrib/nosefart/fmopl.h rename : src/libxineadec/nosefart/log.c => contrib/nosefart/log.c rename : src/libxineadec/nosefart/log.h => contrib/nosefart/log.h rename : src/libxineadec/nosefart/memguard.c => contrib/nosefart/memguard.c rename : src/libxineadec/nosefart/memguard.h => contrib/nosefart/memguard.h rename : src/libxineadec/nosefart/mmc5_snd.c => contrib/nosefart/mmc5_snd.c rename : src/libxineadec/nosefart/mmc5_snd.h => contrib/nosefart/mmc5_snd.h rename : src/libxineadec/nosefart/nes6502.c => contrib/nosefart/nes6502.c rename : src/libxineadec/nosefart/nes6502.h => contrib/nosefart/nes6502.h rename : src/libxineadec/nosefart/nes_apu.c => contrib/nosefart/nes_apu.c rename : src/libxineadec/nosefart/nes_apu.h => contrib/nosefart/nes_apu.h rename : src/libxineadec/nosefart/nsf.c => contrib/nosefart/nsf.c rename : src/libxineadec/nosefart/nsf.h => contrib/nosefart/nsf.h rename : src/libxineadec/nosefart/osd.h => contrib/nosefart/osd.h rename : src/libxineadec/nosefart/types.h => contrib/nosefart/types.h rename : src/libxineadec/nosefart/version.h => contrib/nosefart/version.h rename : src/libxineadec/nosefart/vrc7_snd.c => contrib/nosefart/vrc7_snd.c rename : src/libxineadec/nosefart/vrc7_snd.h => contrib/nosefart/vrc7_snd.h rename : src/libxineadec/nosefart/vrcvisnd.c => contrib/nosefart/vrcvisnd.c rename : src/libxineadec/nosefart/vrcvisnd.h => contrib/nosefart/vrcvisnd.h
2007-05-31Merge -newbuild.Darren Salt
2007-05-31Link libiso9660 into the vcd plugin. Fixes a run-time symbol lookup failure.Darren Salt
2007-05-30Merge from 1.1.Darren Salt
2007-05-30Include the WWW-Authenticate header content in the "authentication needed" msg.Darren Salt
2007-05-28Merge from 1.2 main branch.Darren Salt
2007-05-28Merge from 1.1.Darren Salt
2007-05-26Shuffle the HTTP input plugin's internal data slightly.Darren Salt
2007-05-25Add https to the "to do" list.Darren Salt
2007-05-25Add a message code to distinguish between HTTP response codes 401 and 403.Darren Salt
This should allow for front ends to do things such as prompt for authentication.
2007-05-24Fix reversed version comparison.Matt Messier
2007-05-23Fix reversed version comparison.Darren Salt
2007-05-23Missing "fi".Darren Salt
2007-05-21Merge changes from main 1.2 treeMatt Messier
2007-05-20Update gxine's config file location ready for 0.6.0.Darren Salt
2007-05-20Update the channels.conf location (using the XDG user config default).Darren Salt
2007-05-20Merge doc updates from 1.1.Darren Salt
2007-05-20Fix missing trailing "\"s.Darren Salt
2007-05-19Optimization flag fixes for building with --enable-debugMatt Messier
2007-05-19Input plugins: Enable vcd, but disable vcdo by defaultMatt Messier
except on FreeBSD, Linux, and Solaris. There's no explicit option to enable or disable vcdo, and it's built if the platform supports it and vcd is enabled.
2007-05-18Add back accidentally removed #undef of HOST_ARCH for universal buildsMatt Messier
2007-05-18Add README.macosx for information on Mac OS X supportMatt Messier
2007-05-18Work around missing pthread_mutex_timedlock() as necessaryMatt Messier
2007-05-18Merge changes from main 1.2 repositoryMatt Messier
2007-05-18Remove the --mandir for Debian builds and rely on autoconf getting it right.Darren Salt
(Safe since recent xine-lib isn't usefully buildable on sarge.)
2007-05-18Re-enable syncfb in .debs, but only when building for Linux.Darren Salt
2007-05-18Add summary info for vdr; build plugins if DVB is enabled (no point otherwise).Darren Salt
Valid so long as remote vdr support is not present (a patch exists for this).
2007-05-18Merge from 1.2 main branch, except for summary info related to the vdr plugins.Darren Salt
2007-05-18Cope with library paths for XvMC and XxMC (and Xv, just in case) being null.Darren Salt
I was seeing '-L -lxvmc', which was resulting in linkage failures (unresolved symbols) at configure time.
2007-05-17Fix OSS audio configuration test.Darren Salt
2007-05-17Remove obsolete automake diff.Darren Salt
2007-05-17Stop using external libdts since only libdts-dev is available in etch.Darren Salt
2007-05-17Fix samba configuration testMatt Messier
2007-05-17Add a changelog entry for the now-merged VDR support.Darren Salt
2007-05-17Merge fixes from Darren SaltMatt Messier
2007-05-17Clean up the vdr plugins' makefile; mark the plugin info as EXPORTED.Darren Salt
2007-05-17Mac OS X universal binary build cleanupsMatt Messier
2007-05-17Add missing LIBCDIO_LIBS to the list of linked librariesMatt Messier
2007-05-17Add a diff showing the changes from gettext default Makefile.in.in.Darren Salt
2007-05-17Update gettext files. Fixes an install target failure.Darren Salt
po/Makefile.in.in was depending on mkinstalldirs, which is no longer installed.
2007-05-17Fix some m4 quoting mistakes which were breaking a Perl script.Darren Salt
2007-05-16Merge changes from main 1.2 repositoryMatt Messier
2007-05-17Link the vdr input plugin with pthread.Darren Salt
2007-05-17Merge from 1.2 main branch.Darren Salt
2007-05-17Merge from 1.1.Darren Salt