summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2007-06-09signal.h and setjmp.h are needed on PPC and SPARC too.Diego 'Flameeyes' Pettenò
2007-06-09Use __i386__ and __x86_64__ instead of ARCH_X86 and ARCH_X86_64; the ARCH_* d...Diego 'Flameeyes' Pettenò
2007-06-09If SSE, SSE2 and MMX are enabled at build-time, enable them and skip over the...Diego 'Flameeyes' Pettenò
2007-06-09If 3dNOW is enabled at build-time, mark it as present on x86-64; it's not alw...Diego 'Flameeyes' Pettenò
2007-06-09Include dlfcn.h only when dlopen() is needed.Diego 'Flameeyes' Pettenò
2007-06-09Define sigill_return and sigill_handler only on x86, as there is where they o...Diego 'Flameeyes' Pettenò
2007-06-09Add an nsf_combined.h header file with declarations of decoder_nsf_init_plugi...Diego 'Flameeyes' Pettenò
2007-06-09Fix %d -> %zd for size_t parameter.Diego 'Flameeyes' Pettenò
2007-06-09Remove unused variables.Diego 'Flameeyes' Pettenò
2007-06-09Remove unused variable.Diego 'Flameeyes' Pettenò
2007-06-09Remove unused variable.Diego 'Flameeyes' Pettenò
2007-06-09Remove unused and orphan label and code.Diego 'Flameeyes' Pettenò
2007-06-09Remove unused variable.Diego 'Flameeyes' Pettenò
2007-06-09Convert all input plugins to use void * as type for the buf parameter of read...Diego 'Flameeyes' Pettenò
2007-06-09Make the read() function of input plugins be declared with void pointer as bu...Diego 'Flameeyes' Pettenò
2007-06-08Properly read metadata for the file, the structure is more complex than it wa...Diego 'Flameeyes' Pettenò
2007-06-08Fix metadata parser.Diego 'Flameeyes' Pettenò
2007-06-08Mark some stuff constant, reduce scope of a few other variables.Diego 'Flameeyes' Pettenò
2007-06-08More conversion to switches.Diego 'Flameeyes' Pettenò
2007-06-08More switches in parse_reference_atom.Diego 'Flameeyes' Pettenò
2007-06-08Use a switch statement even for the parsing of trak atom.Diego 'Flameeyes' Pettenò
2007-06-08Merge 1.2.Diego 'Flameeyes' Pettenò
2007-06-08Update parse_meta_atom to use a switch case rather than a series of if. By th...Diego 'Flameeyes' Pettenò
2007-06-08Merge from 1.1.Darren Salt
2007-06-08Fix build issues on systems which need our internal asprintf.Darren Salt
2007-06-06Fix RealPlayer codec detection and a nearby logging build failure. Both typos.Darren Salt
2007-06-06Don't return integer, the function is expected to return a pointer.Diego 'Flameeyes' Pettenò
2007-06-06Remove aRTs output plugin.Diego 'Flameeyes' Pettenò
2007-06-06[PATCH] video_out_fb crashSteve Freeland
2007-06-05Use XINE_PACKED rather than __attribute__((__packed__)).Diego 'Flameeyes' Pettenò
2007-06-04fallback to none output when the device is unpluggedMatthias Kretz
2007-06-04handle unplugged devices in audio_alsa_out (return -1) and in audio_out close...Matthias Kretz
2007-06-04Merge Matthias Kretz's changes.Darren Salt
2007-06-04Merge from 1.1.Darren Salt
2007-06-04fallback to none output when the device is unpluggedMatthias Kretz
2007-06-04handle unplugged devices in audio_alsa_out (return -1) and in audio_out close...Matthias Kretz
2007-06-04Mark audiocs_rates static and const.Diego 'Flameeyes' Pettenò
2007-06-04Remove redundant nested #ifdef __svr4__.Diego 'Flameeyes' Pettenò
2007-06-03[patch] Fix video pid misdetectionAndrew de Quincey
2007-06-03Add a comment & changelog entry for the mmap bug fix.Darren Salt
2007-06-03[patch] Nasty mmap problem with huge filesAndrew de Quincey
2007-06-02Merge from 1.1; handle Debian packaging fallout from the merge.Darren Salt
2007-06-01Remove cachedir_entry variable that is now unused.Diego 'Flameeyes' Pettenò
2007-06-01Collapse the Ogg demuxer, and the Theora, Vorbis and Speex decoders in the sa...Diego 'Flameeyes' Pettenò
2007-06-01Port Simon Farnsworth's xv deinterlacing fix to xcbxv.Darren Salt
2007-06-01Prioritise the musepack demuxer over mpgaudio, as sometimes the latter can mi...Bram Verweij
2007-05-31Merge.Diego 'Flameeyes' Pettenò
2007-05-31Don't include the local copy of frame.h and synth.h when building with extern...Diego 'Flameeyes' Pettenò
2007-05-31Move gsm610 sources inside contrib/.Diego 'Flameeyes' Pettenò
2007-05-31Move modplug demuxing on its own plugin.Diego 'Flameeyes' Pettenò