Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-16 | configure.ac: hstrerror check needs NET_LIBS | Fabian Groffen | |
to check if hstrerror is in netdb.h, we need NETLIBS (as determined before) on platforms where NETLIBS != "", such as Solaris | |||
2012-07-16 | Added configure check for AVX assembler support | Petri Hintukainen | |
2012-06-09 | Use rsvg-convert, where available, for documentation images. | Darren Salt | |
2012-06-05 | Merge from 1.1 | Petri Hintukainen | |
2012-06-05 | Fixed LIBS with cygwin | Carlo Bramini | |
@INTLLIBS@ is wrong because it should be $(INTLLIBS) instead (and infact it causes an error at compile time because it is not expanded), that piece of code is a nonsense: under cygwin, libintl is added like in all posix environments. | |||
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-05-29 | Check if compiler supports __attribute__((weak)) | Carlo Bramini | |
2012-01-01 | Update version no. | Darren Salt | |
2012-01-01 | Merge. | Darren Salt | |
2012-01-01 | 1.1.20.1.1.1.20.1 | Darren Salt | |
--HG-- branch : point-release | |||
2011-12-15 | Added BluRay input plugin | Petri Hintukainen | |
2011-11-24 | Don't check for and include a52_internal.h: it's not actually used. | Kevin Kofler | |
--HG-- branch : point-release extra : rebase_source : 3cc7f85e6e39b1af46b7da40edcdebda000ef8ff | |||
2011-11-22 | Fix up ImageMagick API selection in the presence of GraphicsMagick; changelog. | Darren Salt | |
--HG-- branch : point-release | |||
2011-11-20 | fix system libdvdnav support to also link libdvdread | Kevin Kofler | |
--HG-- branch : point-release | |||
2011-11-18 | Enhance and move the "internal ffmpeg" warning. | Darren Salt | |
--HG-- branch : point-release | |||
2011-11-13 | xine-lib 1.1.20. | Darren Salt | |
2011-10-10 | Throw an error if libxdg-basedir has not been found but ↵ | Christian Ruppert | |
--with-external-libxdg-basedir has been used | |||
2011-05-17 | Use "quietened" build if automake 1.11 was used. | 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-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-10-10 | Build goom with newer MinGW. | František Dvořák | |
2010-10-09 | Fix compilation of xine-list on MinGW. | František Dvořák | |
2010-09-23 | Merge from 1.1. | Darren Salt | |
2010-08-03 | Use -Wformat-security by default. | Darren Salt | |
2010-07-28 | Allow GraphicsMagick (compat layer) to be used instead of ImageMagick. | Darren Salt | |
Debian build deps are adjusted accordingly. | |||
2010-07-25 | 1.1.19.1.1.19 | Darren Salt | |
2010-07-19 | Refuse to build with known-broken libmodplug (0.8.8). | Darren Salt | |
2010-05-25 | Fix "test x == y" bashisms in configure.ac. | Darren Salt | |
2010-04-23 | fix win32 recognition when cross compiling by using $host_os instead of ↵ | Volker Grabsch | |
$build_os | |||
2010-03-23 | Added new audio buffer type (EAC3) | Petri Hintukainen | |
2010-03-13 | Fix V4L2 check. | Darren Salt | |
2010-03-06 | Missing test of enable_libv4l. | Darren Salt | |
2010-03-06 | Mention v4l2. | Brad Smith | |
2010-03-06 | 1.1.18.1.1.1.18.1 | Darren Salt | |
2010-03-06 | Add an autoconf flag to allow disabling of the Sun audio sound backend. | Brad Smith | |
2010-02-25 | Fix build with the old, outdated and deprecated internal ffmpeg. | Darren Salt | |
2010-02-24 | Fix up V4L/V4L2 for non-Linux. | Darren Salt | |
2010-02-21 | WMAPro support | Christopher Martin | |
Rename "wmav3" to "wmapro" in xine-lib's internals to line up xine-lib's nomenclature with what everyone else calls it and knows it as. [Tweaked by ds to avoid API change.] Tell xine-lib that when it finds wmapro, look to ffmpeg. ffmpeg's wmapro decoder is unique in that it puts out samples that are floats, not 16-bit ints. These need to be converted. This requires external ffmpeg. | |||
2010-02-06 | libv4l check shouldn't fail & abort unless --enable-libv4l is given. | Darren Salt | |
2010-02-05 | Fix testing for DVB support. | Darren Salt | |
2010-01-29 | Link the v4l2 plugin with libv4l2 (if required); use pkgconfig to locate it. | Darren Salt | |
2010-01-26 | Merge v4l2 support. | Darren Salt | |
2010-01-25 | Bump version no. etc. | Darren Salt | |
2010-01-06 | Add v4l2 to the makefile | Trever Fischer | |
--HG-- branch : v4l | |||
2009-12-06 | Fix XShm detection in the absence of pkgconfig or x11.pc. | Darren Salt | |
2009-12-04 | Bump the FLAC decoder's priority above ffmpegaudio, and build it by default. | Darren Salt | |
2009-12-01 | 1.1.17.1.1.17 | Darren Salt | |
2010-01-08 | Merge from 1.2 main. | Darren Salt | |
2010-01-07 | Correctly fall back on internal libxdg-basedir. | Darren Salt | |
2010-01-06 | Update to libxdg-basedir 1.0.2; adapt accordingly, and default to external. | Darren Salt | |