Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-05 | Merge from 1.1 | Petri Hintukainen | |
2012-06-05 | Fixed -no-undefined handling with mingw and cygwin | Carlo Bramini | |
"-no-undefined" is not a linker flag, it's a libtool flag, so it must be removed from LDFLAGS for CYGWIN and MINGW. There is already another variable for that purpose. | |||
2012-06-05 | CYGWIN needs PTHREAD_CFLAGS to be empty and PTHREAD_LIBS to be "-lpthread" | Carlo Bramini | |
2012-05-29 | Check if compiler supports __attribute__((weak)) | Carlo Bramini | |
2012-04-26 | Fixed configure summary for demuxers (removed AAC LATM and E-AC-3) | Petri Hintukainen | |
2012-04-26 | Fixed configure summary for ffmpeg audio decoder | Petri Hintukainen | |
2012-02-05 | Fix xinerama & libcdio/libvcdinfo tests: didn't soft-fail properly. | Darren Salt | |
--HG-- branch : 1.2.1-branch | |||
2012-01-03 | Missing comment. | Darren Salt | |
2012-01-03 | Disable Sun / OSS audio backends on OpenBSD | Brad Smith | |
2012-01-02 | FTBFS on hurd-i386: not compiled plugins | Pino Toscano | |
The problem is that there are some audio and video plugins that are not enabled (while they could be). | |||
2011-12-15 | Merge from 1.1 | Petri Hintukainen | |
2011-12-10 | Merge from 1.1. | Darren Salt | |
--HG-- rename : src/liba52/xine_a52_decoder.c => src/audio_dec/xine_a52_decoder.c rename : src/libspudvb/xine_spudvb_decoder.c => src/spu_dec/spudvb_decoder.c rename : src/libxinevdec/image.c => src/video_dec/image.c | |||
2011-10-10 | More detailed error messages if requirements are not met | Christian Ruppert | |
2011-10-09 | Fix typos to respect --enable-mng/--disable-mng again | Christian Ruppert | |
2011-10-01 | Merge from 1.1. | Darren Salt | |
--HG-- rename : src/libdts/xine_dts_decoder.c => src/audio_dec/xine_dts_decoder.c rename : src/libmusepack/xine_musepack_decoder.c => src/audio_dec/xine_musepack_decoder.c | |||
2011-09-26 | Merge from 1.1. (Needs some testing.) | Darren Salt | |
--HG-- rename : src/xine-engine/buffer.h => include/xine/buffer.h | |||
2011-09-12 | Use AC_LANG_SOURCE | Petri Hintukainen | |
2011-05-17 | Fix build with relatively recent copies of FFmpeg | Brad Smith | |
Relatively recent copies of FFmpeg before the major API clean up have both the old SHA1 API and the new SHA (1/2) API so the recently added autoconf check will reject perfectly valid copies of FFmpeg. Also tweak the input_cdda code to make sure to use the new API and not include the compat macros if both the old and new API are around. | |||
2011-05-17 | Use "quietened" build if automake 1.11 was used. | Darren Salt | |
2011-05-16 | Fix up "pp" post-proc plugin and A/V decoding for ffmpeg 0.7. | Darren Salt | |
2011-03-20 | Merge from 1.1. | Darren Salt | |
--HG-- rename : src/libxineadec/gsm610/Makefile.am => contrib/gsm610/Makefile.am rename : src/libxineadec/nosefart/diff_to_nosefart_cvs.patch => contrib/nosefart/diff_to_nosefart_cvs.patch 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/types.h => contrib/nosefart/types.h rename : src/libxineadec/nosefart/version.h => contrib/nosefart/version.h rename : doc/faq/faq.sgml => doc/faq/faq.docbook rename : src/libsputext/demux_sputext.c => src/spu_dec/sputext_demuxer.c rename : src/libxinevdec/image.c => src/video_dec/image.c | |||
2010-11-30 | Typo in multipass compilation CFLAGS. | František Dvořák | |
2010-10-23 | mingw32-w64 port: '-no-undefined' part | František Dvořák | |
- use -no-undefined flag only for building shared libraries (libxine, plugins) - plugins LDFLAGS unification - move -no-undefined into LDFLAGS_NOUNDEFINED - attributes.m4 fix | |||
2010-07-25 | Fix DVDNAV autoconf tests | Brad Smith | |
The DVDNAV autoconf test is broken due to a missing header. DVDNAV's dvdnav.h header due to the inclusion of dvdread/ifo_types.h requires stdint.h be included before dvdnav.h. | |||
2010-07-29 | Merge from 1.1. | Darren Salt | |
2010-07-19 | Merge from 1.1. | Darren Salt | |
2010-03-29 | Missed s/-/_/ in XINE_ARG_ENABLE & XINE_ARG_WITH. | Darren Salt | |
2010-03-24 | Merge from 1.1. | Darren Salt | |
--HG-- rename : doc/hackersguide/internals.sgml => doc/hackersguide/internals.docbook rename : doc/hackersguide/library.sgml => doc/hackersguide/library.docbook rename : include/xine.h.in => include/xine.h rename : src/xine-engine/buffer.h => include/xine/buffer.h rename : src/demuxers/demux_ogg.c => src/combined/xine_ogg_demuxer.c | |||
2010-03-24 | Enable JACK on FreeBSD & kFreeBSD. (Needs testing.) | Darren Salt | |
2010-03-20 | Enable pulseaudio on kFreeBSD. | Darren Salt | |
2010-03-20 | Enable vidix, vdpau and vcdo on kFreeBSD. | Darren Salt | |
2010-03-14 | Merge from 1.1. | Darren Salt | |
--HG-- rename : src/libspudec/xine_spu_decoder.c => src/spu_dec/spu_decoder.c rename : src/libspudec/spu.c => src/spu_dec/spudec.c rename : src/libspudec/spu.h => src/spu_dec/spudec.h | |||
2010-03-14 | Enable vdpau on FreeBSD. (Experimental.) | Darren Salt | |
2010-03-14 | Silence use of xine-config when invoked from AM_PATH_XINE. | Darren Salt | |
2010-03-10 | Make buildable with current (external) libdvdnav & libdvdread. | Darren Salt | |
2010-03-09 | Fix vcdo enable conditional. | Darren Salt | |
2010-03-07 | Merge from 1.1. | Darren Salt | |
2010-02-23 | Merge from 1.1. | Darren Salt | |
--HG-- rename : src/xine-engine/buffer.h => include/xine/buffer.h rename : src/libxineadec/xine_lpcm_decoder.c => src/audio_dec/xine_lpcm_decoder.c | |||
2009-11-30 | Trim trailing space & reduce space+tab. | Darren Salt | |
2010-01-29 | Merge from 1.1. | Darren Salt | |
2010-01-26 | Merge from 1.1. | Darren Salt | |
2010-01-20 | Use pkg-config for vdpau where possible; fix excessive libvdpau linkage. | Darren Salt | |
2010-01-19 | Tidy up some configure option checking; fix --disable-fb. | Darren Salt | |
2010-01-18 | Enable the FLAC decoder by default. | Darren Salt | |
2010-01-04 | Minor cleanup. | Darren Salt | |
2009-12-17 | Merge from 1.2 main. | Darren Salt | |
2009-11-30 | Trim trailing space & reduce space+tab. | Darren Salt | |
2009-11-29 | Merge. | Darren Salt | |
2009-11-22 | Fix a shell lack-of-quoting error (--enable-sndio). | Darren Salt | |
2009-11-22 | Tweak VDPAU output plugin description; fix related shell quoting errors. | Darren Salt | |