Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-02-18 | merge backout | Thibaut Mattern | |
2008-02-18 | Backed out changeset 698d30889b29 | Thibaut Mattern | |
id3v2_istag has not the same signature in 1.1 and 1.2. | |||
2008-02-17 | nvidia driver uses XV_SYNC_TO_VBLANK attribute, not XV_DOUBLE_BUFFER as xine ↵ | Miguel Freitas | |
expected. add code to set this attribute from xine and mention nvidia-settings, since the user may need to select a sync device as well. | |||
2008-02-15 | Fixed endianess problem. | Thibaut Mattern | |
This should allow big ID3v2 tag to be parsed (i mean tags with embedded pictures). (transplanted from ebb0d5507d3208f8e73af78f912230719d37830a) --HG-- extra : transplant_source : %EB%B0%D5P%7D2%08%F8%E7%3A%F7%8F%91%220q%9D7%83%0A | |||
2008-02-15 | Don't unlock unconditionally the mainloop on failure. | Diego 'Flameeyes' Pettenò | |
2008-01-25 | Advertise audio/x-wavpack mime type for WavPack demuxer. | Diego 'Flameeyes' Pettenò | |
--HG-- extra : transplant_source : iT%08m0%F6%E0%8B-%24%1F%BC%EB%24%25.%C0p%E2%14 | |||
2008-02-14 | Fixed mp3 sniff code. | Thibaut Mattern | |
Fixed bug 4 sample playback (nilbymouthclapton.112.mp3). (transplanted from 4843103240d4fc85d31bd210194a98c1e1bdbd7a) --HG-- extra : transplant_source : HC%102%40%D4%FC%85%D3%1B%D2%10%19J%98%C1%E1%BD%BDz | |||
2008-02-12 | Avoid possible excess linkage in the tvtime plugin. | Darren Salt | |
Its convenience lib needs $(XINE_LIB) but it gets that when it's linked into the shared lib. | |||
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-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-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 | 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-01-31 | Export PKG_CONFIG_PATH. | Darren Salt | |
2008-01-31 | Enable Esperanto translation (was missing from LINGUAS). | Darren Salt | |
2008-01-31 | [translations] xine-lib translation to Spanish | Carlos E. R. | |
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-28 | Fix a RealPlayer codec detection bug. | Darren Salt | |
2008-01-27 | Begin 1.1.11. | Darren Salt | |
2008-01-26 | Added signature for changeset ae1e23df14223cdacf83df75b28b223895d658c2 | Darren Salt | |
2008-01-26 | Added tag xine-lib-1_1_10-release for changeset 7f1232425c6d | Darren Salt | |
2008-01-26 | 1.1.10 release.xine-lib-1_1_10-release1.1.10 | Darren Salt | |
2008-01-26 | Fix font installation (broken by the xine-config backport). | Darren Salt | |
2008-01-26 | Resync translation source file (again). | Darren Salt | |
2008-01-26 | Quick hack to allow configuration of the V4L ALSA audio input device. | Darren Salt | |
2008-01-26 | Resync translation source file. | Darren Salt | |
2008-01-26 | Unbreak xine-config distribution. | Darren Salt | |
2008-01-26 | Fix a few recently-caused compiler warnings. | Darren Salt | |
2008-01-25 | Changelog update. | Darren Salt | |
2008-01-25 | Fixed parsing of keyframes indices (do not assume a specific order betwen ↵ | Claudio Ciccani | |
"times" and "filepositions"). Parse flv script data only once upon send_headers(). Use relative seeking instead of absolute seeking when seek_time-current_time is below 5 seconds. (transplanted from 689daba9823670864eaef213733987196be21acc) --HG-- extra : transplant_source : %3CA%D9%CBuM%14%DAR%F8%89K%EF%13%83%17%9A%F7%AB%8F | |||
2008-01-25 | Report unofficial mimetypes (x- variants) for the Ogg demuxer too. | Diego 'Flameeyes' Pettenò | |
2008-01-25 | Advertise proper support for FLAC files. | Diego 'Flameeyes' Pettenò | |
application/x-flac is not reported anywhere. Both file(1) and shared-mime-info report audio/x-flac. Xiph wiki[1] reports audio/flac as being queued for registration. Report both audio/x-flac and audio/flac for compatibility. [1] http://wiki.xiph.org/index.php/MIME_Types_and_File_Extensions | |||
2008-01-24 | Fix a possible crash on channel change in the DVB plugin. | Darren Salt | |
Some 0-sized sections were observed in the TS PMT parser. Test setup details: Test channel is Film 4 on Freeview. Test hardware is a Nova-T Stick (older dib7000m variant). Drivers from v4l-dvb hg, id a1c94c4a05f5, with dib7000m_set_frontend() patched to select OUTMODE_HIGH_Z while tuning. | |||
2008-01-24 | Only restore the audio buffer discard setting if it was altered. | Darren Salt | |
(Cset 1a0447486a13 broke things differently.) |