Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-02-25 | When auto-detecting Xv ports, prefer port nos. >= configured. | Darren Salt | |
2008-02-25 | Add more VO_CAP_* to indicate support for colour controls & zoom properties. | Darren Salt | |
--HG-- extra : transplant_source : %C2%84%E8%0E%FD%DE%D3%3E%FB%B8%AF%F3%80a%5E%B3v%C5%8B%08 | |||
2008-02-15 | Fixed endianess problem. | Thibaut Mattern | |
This should allow big ID3v2 tag to be parsed (i mean tags with embedded pictures). | |||
2008-02-14 | Fixed mp3 sniff code. | Thibaut Mattern | |
Fixed bug 4 sample playback (nilbymouthclapton.112.mp3). | |||
2008-02-11 | Merge from 1.1. | Darren Salt | |
2008-02-11 | Actually check for tzset. | Darren Salt | |
2008-02-11 | Fix to timegm.c | Carlo Bramini | |
timegm.c uses tzset(), but if host does not provide it, compilation or linking will fail. I fixed it by checking the status of HAVE_TZSET. If the function is not detected at configure time, it won't be used, like it has been done in other parts of xine-lib. | |||
2008-02-10 | Remove --with-external-libfoo for options that have --enable-foo, and ↵ | Diego 'Flameeyes' Pettenò | |
replace those with --enable-foo=external. | |||
2008-02-10 | Fix summary output for external libdts. | Diego 'Flameeyes' Pettenò | |
2008-02-09 | That last changelog entry is lying. Delete it. | Darren Salt | |
2008-02-09 | Fix a configure test which was left out of the arch_x86 changes. (Affects MMX.) | Darren Salt | |
2008-02-09 | Changelog entry for the version-parsing fix. | Darren Salt | |
2008-02-09 | Make xine-config --version parsing more robust | Ville Skyttä | |
I think there's quite a bit more room for improvement in the sed expression: 1) The expression is not bound to start/end of line, and will thus pass possible leading/trailing garbage through. 2) It uses plain "." (== any character as far as sed is concerned) where it appears to search for the literal ".". 3) The whole "xine-config --version" output is assigned to all xine_config_*_version vars if there's no match. I think more intuitive would be them to be empty if parsing fails. 4) It uses * (0 or more) for matching digit sequences, where I think + (1 or more) would be desirable. This patch should fix issues 1 to 3. I suppose for 4) it would additionally take only replacing the first three "*" with "\+" but IIRC there are some portability issues related to "+" between different sed versions. | |||
2008-02-09 | Remove some unnecessary tests (which the compiler would discard). | Darren Salt | |
2008-02-08 | Avoid a build failure (affects gcc 4.0 on x86_32). | Darren Salt | |
2008-02-08 | Add automake conditionals ARCH_X86_32 and ARCH_X86_64. | Darren Salt | |
2008-02-08 | Merge from 1.1. | Darren Salt | |
2008-02-07 | Merge; mark 1.1.11. | Darren Salt | |
2008-02-07 | 1.1.10.1 | Darren Salt | |
2008-02-07 | Add release date.xine-lib-1_1_10_1-release1.1.10.1 | Darren Salt | |
2008-02-07 | Improve detection of MP3 streams with ID3v2 tags. Don't trust the tag size. | Thibaut Mattern | |
2008-02-07 | 1.1.10.1, not 1.1.11. | Darren Salt | |
2008-02-07 | Adjust some comments. | Darren Salt | |
2008-02-07 | Add length checking in the FLAC metadata-parsing code. | Darren Salt | |
Make the tracknumber/tracktotal buffer larger (possible overflow). | |||
2008-02-07 | Keep the plugin dir name to x.y.z - x.y.z.a is inappropriate here. | Darren Salt | |
2008-02-07 | Reverse the order in which the plugin dirs are scanned; remove a stray printf. | 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-02-04 | Report the identifiers of unrecognised video & audio codecs. | Darren Salt | |
2008-02-04 | Tidy up Xv YUY2/YV12 checking & reporting. | Darren Salt | |
2008-02-04 | Silence vdr_video (unless LOG and LOG_VERBOSE are defined). | Darren Salt | |
--HG-- extra : transplant_source : %B3%7E6%F5%18%80i%20rb%10m%8AA8G%87%F5%A8r | |||
2008-02-04 | Merge from 1.1. | Darren Salt | |
2008-02-04 | Merge. | Darren Salt | |
2008-02-04 | Backed out changeset a8b157e7359c (reported to cause a regression). | Darren Salt | |
A proper fix is in changeset a62d6f482a69. | |||
2008-02-04 | Check block sizes & frame sizes. Use unsigned variables where appropriate. | Mathieu Olivier | |
2008-02-04 | Fix a few remaining and apparently harmless linkage order issues. | Darren Salt | |
2008-02-03 | The AVI demuxer already has the video type when checking for XVid. Optimise. | Darren Salt | |
2008-02-02 | Move more shared Xv config desc. & help strings; add new location to POTFILES. | Darren Salt | |
2008-02-02 | Handle invalid port nos. properly (avoids a possible xcbxv segfault). | Darren Salt | |
--HG-- extra : transplant_source : %8AQ%03%86%FE%20%26%92%D2%A6%13g%1E%85%60%14%A0%A9%F3%22 | |||
2008-02-02 | Convert the XxMC plugin to use the new header file. | Darren Salt | |
Also, a few trivial constness cleanups. | |||
2008-02-02 | XvMC plugin uses the new header; use config_help; small var/struct cleanup. | Darren Salt | |
- Removed display in open_plugin(); - Converted adaptor_{info,num} in xvmc_class_t into locals in open_plugin(). Also, a few trivial constness cleanups. (Not fully tested; XvMC doesn't work for me. | |||
2008-02-02 | Convert the plain Xv plugins to use the new header file. | Darren Salt | |
Also, a few trivial constness cleanups. | |||
2008-02-02 | Add a header file for some strings shared between the Xv-using plugins. | Darren Salt | |
2008-02-02 | Convert xshm_set_property() from if() chain to switch block. | Darren Salt | |
2008-02-01 | Changelog entry for the Xv port selection patches. | Darren Salt | |
2008-02-01 | Port Xv port selection to xxmc. | Darren Salt | |
2008-02-01 | Add Xv port selection to the XCB xv plugin. | Darren Salt | |
2008-02-01 | Fallback to auto-detect when the specified Xv port is unavailable or unusable. | Darren Salt | |
2008-02-01 | patch adding video.device.xv_port option | Jean-Yves Lefort | |
The attached patch allows to specify the Xv port to use (needed with some nvidia twinview configurations). | |||
2008-01-31 | Export PKG_CONFIG_PATH. | Darren Salt | |
2008-01-31 | Enable Esperanto translation (was missing from LINGUAS). | Darren Salt | |