Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-05-03 | Run check for unused attribute. | Diego 'Flameeyes' Pettenò | |
2008-05-03 | Add support for "deprecated" attribute. | Darren Salt | |
2008-04-30 | Warn when using built-in ffmpeg rather than external ffmpeg. | Darren Salt | |
2008-04-11 | Test for pulseaudio 0.9.7 to determine which muting method to use. | Darren Salt | |
2008-04-08 | Bump version to 1.1.12; bump interface age due to the new video-out plugin. | Darren Salt | |
--HG-- extra : transplant_source : %ED%E5%16J%82%ECe%85%7F%FA%95%1Dv%8D%88%EE%AC%FE%40%9E | |||
2008-04-06 | Add a tool to list MIME types & filetype extns known to xine-lib plugins. | Darren Salt | |
This is expected to see most use in updating MIME type lists in front ends' desktop files. | |||
2008-04-04 | List OpenGL if detected | Matthias Ringwald | |
A typo in the tests prevents listing of " - OpenGL" as enabled output plugins if OpenGL & GLU but not GLUT is detected. | |||
2008-03-30 | Release.xine-lib-1_1_11_1-release1.1.11.1 | Darren Salt | |
2008-03-18 | Move ffmpeg plugin code into src/combined/ffmpeg & adapt for current ffmpeg. | Darren Salt | |
The source remains compilable with older ffmpeg, whether internal or external. --HG-- rename : src/libffmpeg/Makefile.am => src/combined/ffmpeg/Makefile.am rename : src/libffmpeg/ff_audio_decoder.c => src/combined/ffmpeg/ff_audio_decoder.c rename : src/libffmpeg/ff_dvaudio_decoder.c => src/combined/ffmpeg/ff_dvaudio_decoder.c rename : src/libffmpeg/ff_mpeg_parser.c => src/combined/ffmpeg/ff_mpeg_parser.c rename : src/libffmpeg/ff_mpeg_parser.h => src/combined/ffmpeg/ff_mpeg_parser.h rename : src/libffmpeg/ff_video_decoder.c => src/combined/ffmpeg/ff_video_decoder.c rename : src/libffmpeg/ffmpeg_decoder.c => src/combined/ffmpeg/ffmpeg_decoder.c rename : src/libffmpeg/ffmpeg_decoder.h => src/combined/ffmpeg/ffmpeg_decoder.h rename : src/libffmpeg/ffmpeg_encoder.c => src/combined/ffmpeg/ffmpeg_encoder.c | |||
2008-03-04 | Cset 492257577b4d is an ABI extension: bump the soname. Add changelog entry. | Darren Salt | |
2008-03-02 | Fix compilation with older external ffmpeg. | Darren Salt | |
HAVE_FFMPEG_AVUTIL_H wasn't being defined, and there were some incorrect checks. | |||
2008-03-01 | Support the new FFmpeg include layout. Now the same include directive should ↵ | Diego 'Flameeyes' Pettenò | |
work for both internal and external FFmpeg (with new layout). | |||
2008-02-11 | Actually check for tzset. | Darren Salt | |
2008-02-09 | Fix a configure test which was left out of the arch_x86 changes. (Affects MMX.) | Darren Salt | |
2008-02-08 | Add automake conditionals ARCH_X86_32 and ARCH_X86_64. | Darren Salt | |
2008-02-07 | Merge; mark 1.1.11. | Darren Salt | |
2008-02-07 | 1.1.10.1, not 1.1.11. | Darren Salt | |
2008-02-07 | Adjust some comments. | Darren Salt | |
2008-02-07 | Keep the plugin dir name to x.y.z - x.y.z.a is inappropriate here. | Darren Salt | |
2008-02-06 | Change from release numbering to ABI numbering for the plugin directory. | Darren Salt | |
This is to avoid having to rebuild external plugins for each new release. --HG-- extra : transplant_source : %C2%3EF%0B%EF%16%40K%FD.%EB9%E07%CB%97GhU%98 | |||
2008-01-30 | Make sure that PKG_CONFIG_PATH is set properly by xine-config. | Darren Salt | |
--HG-- rename : misc/xine-config => misc/xine-config.in | |||
2008-01-26 | Fix font installation (broken by the xine-config backport). | Darren Salt | |
2008-01-23 | Finish the backport of libxine.pc.in; do xine-config (now requires pkg-config). | Darren Salt | |
Remove the "deprecated" warnings since xine-config is not deprecated in 1.1.x. --skindir no longer works. --HG-- rename : misc/xine-config.in => misc/xine-config | |||
2008-01-22 | Patch version missing from xine-config, libxine.pc | Ville Skyttä | |
The possible patch digit is missing from "xine-lib --version" and "pkg-config --modversion libxine", as witnessed in 1.1.9.1. --HG-- extra : transplant_source : %3C%0E%E4%28%F3%AD%C5%7F%8F%13%D7%1Ck%10tAQ%85Oh | |||
2008-01-13 | Bump version no. ready for what I expect to be the next release. | Darren Salt | |
--HG-- extra : transplant_source : q%B3q%EEC%D4p%E7%7F%8Eb%BE%F8%81%D3c%F6%C8%1AF | |||
2008-01-09 | Allow for patch-level numbering; initialise to ".1". | Darren Salt | |
2008-01-04 | Protect against multiple inclusion of include/configure.h. | Darren Salt | |
2007-12-31 | Convert XML parser ABI breakage into ABI extension. Bump the soname accordingly. | Darren Salt | |
2007-11-24 | Add option to disable Nosefart/NSF plugin building. | Diego 'Flameeyes' Pettenò | |
This way you can get a safer build for binary redistribution. | |||
2007-11-19 | add support for GNU/kFreeBSD | Petr Salinger ext:(%20) | |
It changes some "defined (__FreeBSD__)" into "defined (__FreeBSD_kernel__)" and "__FreeBSD_version" into "__FreeBSD_kernel_version". The changes are performed on places, where feature of kernel is tested. On some other places, feature of userland/libc is tested, on them "defined (__FreeBSD__)" remains. As proposed, include/configure.h cause __FreeBSD_kernel__ be defined if __FreeBSD__ is defined. --HG-- extra : transplant_source : %25%96K%05%E4Y%B15%94%60%15%FE1%8Ah%26Xy%8C/ | |||
2007-09-03 | Bump version info, ready for an eventual 1.1.9 release. | Darren Salt | |
2007-08-12 | Extend config key translation to allow front ends to provide an additional list. | Darren Salt | |
Intent is to allow front ends to rename their old, badly-named, config items. | |||
2007-06-14 | Disable mediaLib support by default. | Diego 'Flameeyes' Pettenò | |
The licenses probably disallow the distribution of xine binaries built against mediaLib. And on non-VIS capable boxes is probably worse than our own code. | |||
2007-06-13 | Backport the memmem() replacement from 1.2 series. | Diego 'Flameeyes' Pettenò | |
2007-06-10 | Update version information. | Diego 'Flameeyes' Pettenò | |
2007-06-08 | Fix build issues on systems which need our internal asprintf. | Darren Salt | |
config.h is now include/configure.h and no longer #includes os_internals.h. A new file, include/config.h, #includes both; this breaks a #include loop. Other files are updated accordingly. | |||
2007-06-05 | Disable aRTs output plugin by default, it's deprecated and will be removed ↵ | Diego 'Flameeyes' Pettenò | |
in 1.2 series. | |||
2007-06-02 | Bump libtool revision number. | Darren Salt | |
2007-05-05 | Merge Bastien Nocera's changes. | Darren Salt | |
2007-05-05 | Up the version number in HG so we can check for the _x_io_select fix | hadess@cookie.hadess.net | |
2007-05-04 | Fix building of CDDA input on FreeBSD, the NetBSD patch broke it as ↵ | Diego 'Flameeyes' Pettenò | |
sys/scsiio.h is not present on FreeBSD. | |||
2007-04-15 | autoconf 2.59 mishandles AC_DEFINE([ASMALIGN(ZEROBITS)], ...). Work around it. | Darren Salt | |
2007-04-13 | Bump version no. | Darren Salt | |
2007-04-13 | Change the dev version suffix from cvs to hg; fix .cvsversion detection. | Darren Salt | |
2007-04-12 | Set xv_path before rewriting X_LIBS if we're not using pkg-config to ↵ | Diego 'Flameeyes' Pettenò | |
discover X libraries. | |||
2007-04-10 | Have configure option --enable-debug turn on debug code. | Reinhard Nißl | |
2007-04-07 | Add a missing test call. | Diego 'Flameeyes' Pettenò | |
2007-04-07 | Use CC_ATTRIBUTE_FORMAT; replace __attribute((format(printf, ...))) accordingly. | Darren Salt | |
2007-04-04 | Move the Speex decoder from libspeex to libxineadec, as it's a single file. | Diego 'Flameeyes' Pettenò | |
--HG-- rename : src/libspeex/xine_decoder.c => src/libxineadec/xine_speex_decoder.c | |||
2007-04-04 | Move the Theora decoder from libtheora to libxinevdec, as it's a single file. | Diego 'Flameeyes' Pettenò | |
--HG-- rename : src/libtheora/xine_decoder.c => src/libxinevdec/xine_theora_decoder.c |