Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-05-31 | Create 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-31 | Move 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-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 | Merge from 1.1. | Darren Salt | |
2007-05-30 | Include the WWW-Authenticate header content in the "authentication needed" msg. | Darren Salt | |
2007-05-29 | Actually id3v2_tagsize was used by demux_mpgaudio and demux_aac; but as it ↵ | Diego 'Flameeyes' Pettenò | |
makes little sense, move BE_*_synchsafe functions from id3.c to id3.h and declare them inline, then BE_32_synchsafe can be replaced to id3v2_tagsize as drop in. | |||
2007-05-29 | Use the integer versions of Speex decoding functions, this avoids an ↵ | Diego 'Flameeyes' Pettenò | |
iteration over the decoded frames to transform them to integer, and also avoids an improper saturation. | |||
2007-05-29 | Add a ChangeLog entry. | Diego 'Flameeyes' Pettenò | |
2007-05-29 | Fix typo reporting ID3v2.4 tags as ID3v2.3. | Diego 'Flameeyes' Pettenò | |
2007-05-29 | Print the invalid header flags when found. | Diego 'Flameeyes' Pettenò | |
2007-05-29 | Add a comment about id3v2_istag function and remove id3v2_tagsize function ↵ | Diego 'Flameeyes' Pettenò | |
(was used by demux_flac only). | |||
2007-05-29 | Correctly parse ID3 tags, and avoid skipping over them manually. This ↵ | Diego 'Flameeyes' Pettenò | |
reduces again the amount of troublesome FLAC files. | |||
2007-05-29 | Esperanto by Antonio C. Codazzi "La Filozofo" <f_sophia libero it> | Philipp Matthias Hahn | |
2007-05-28 | Replaced the hardcoded opcodes with "rdtsc" notation, make the rdtsc() ↵ | Stas Sergeev | |
function static. | |||
2007-05-28 | Add an x86_64-specific version of rdtsc(). | Stas Sergeev | |
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 | |
development branche Am Samstag, 26. Mai 2007 17:48 schrieb Darren Salt: > Could you also try not reverting that and instead applying one or > both of the attached patches? Both playback and eject need to be > tested. You should use the drive's eject button, though there's no > harm in also checking xine-lib's eject code. Ok, here's a modified patch, a combination of your two patches, with a little fix. It works fine here, pressing the vcd button on xine-ui starts playing vcd's directly and when pressing the stop button, I can eject the CD by pressing the eject button on the cd drive. I hope it's ok for you. -- Machs gut | http://www.iivs.de/schwinde/buerger/tremmel/ | http://packman.links2linux.de/ Manfred | http://www.knightsoft-net.de | |||
2007-05-26 | Shuffle the HTTP input plugin's internal data slightly. | Darren Salt | |
2007-05-25 | Add https to the "to do" list. | Darren Salt | |
2007-05-25 | Add 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-24 | Fix reversed version comparison. | Matt Messier | |
2007-05-23 | Fix reversed version comparison. | Darren Salt | |
2007-05-23 | Missing "fi". | Darren Salt | |
2007-05-21 | Merge changes from main 1.2 tree | Matt Messier | |
2007-05-20 | Update gxine's config file location ready for 0.6.0. | Darren Salt | |
2007-05-20 | Update the channels.conf location (using the XDG user config default). | Darren Salt | |
2007-05-20 | Merge doc updates from 1.1. | Darren Salt | |
2007-05-20 | Add stdout redirection to the example scan command. | Darren Salt | |
2007-05-20 | Mention other methods of getting the current dir; use shell quoting. | Darren Salt | |
2007-05-20 | Make it clearer that the notes immediately below the MRL summary are important. | Darren Salt | |
2007-05-20 | Fix missing trailing "\"s. | Darren Salt | |
2007-05-19 | Optimization flag fixes for building with --enable-debug | Matt Messier | |
2007-05-19 | Input plugins: Enable vcd, but disable vcdo by default | Matt 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-18 | Add back accidentally removed #undef of HOST_ARCH for universal builds | Matt Messier | |
2007-05-18 | Add README.macosx for information on Mac OS X support | Matt Messier | |
2007-05-18 | Work around missing pthread_mutex_timedlock() as necessary | Matt Messier | |
2007-05-18 | Merge changes from main 1.2 repository | Matt Messier | |
2007-05-18 | Remove 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-18 | Re-enable syncfb in .debs, but only when building for Linux. | Darren Salt | |
2007-05-18 | Add 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-18 | Merge from 1.2 main branch, except for summary info related to the vdr plugins. | Darren Salt | |
2007-05-18 | Cope 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-17 | Fix OSS audio configuration test. | Darren Salt | |
2007-05-17 | Remove obsolete automake diff. | Darren Salt | |
2007-05-17 | Stop using external libdts since only libdts-dev is available in etch. | Darren Salt | |
2007-05-17 | Fix samba configuration test | Matt Messier | |
2007-05-17 | Add a changelog entry for the now-merged VDR support. | Darren Salt | |
2007-05-17 | Merge fixes from Darren Salt | Matt Messier | |