Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-08-27 | Remove "unreleased" tag.xine-lib-1_1_8-release1.1.8 | Darren Salt | |
2007-08-26 | Add changelog entries for Reinhard Nißl's changes. | Darren Salt | |
2007-08-20 | Handle % escaping and variable numbers of /s in VCD MRLs. | Darren Salt | |
2007-08-20 | Changelog update for Christophe Thommeret's recent changes. (Again.) | Darren Salt | |
2007-08-19 | Changelog update for Chistophe Thommeret's recent changes. | Darren Salt | |
2007-08-15 | Workaround for recent glibc & -D_FORTIFY_SOURCE=2 (defines open() as a macro). | Darren Salt | |
According to bug 1773769, this breaks foo->open(). The fix (as used in Ville Skyttä's patch, which doesn't cover all cases) is to replace this with (foo->open)(). This patch was generated using sed -i -re 's/(([[:alnum:]_]+(->|\.))+open) ?\(/(\1) (/' `grep '[>.]open \?(' include -rIl` One change (in a comment) is not committed. | |||
2007-08-15 | Fix an audio resampling problem which was causing regular clicking. | Darren Salt | |
The cause was that the resampling code was using only the samples in the buffer but not really handling the transition between two buffers (which it would handle completely independently). The new code remembers the last sample from the previous buffer and uses it in the resampling. We therefore end up one sample behind and without the clicks. | |||
2007-08-12 | Changelog updates. | 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-17 | Add a ChangeLog entry for the Solaris branch. | Diego 'Flameeyes' Pettenò | |
2007-06-17 | A few minor changelog cleanups. | Darren Salt | |
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-10 | Backport last.fm support to 1.1 branch. | Diego 'Flameeyes' Pettenò | |
2007-06-07 | 1.1.7.xine-lib-1_1_7-release1.1.7 | Darren Salt | |
2007-06-06 | Changelog entry for the fb colour conversion crash fix. | Darren Salt | |
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-04 | Changelog entry for the unplug code | Matthias Kretz | |
2007-06-03 | Changelog entry for the MPEG PES change. | Darren Salt | |
2007-06-03 | Add a comment & changelog entry for the mmap bug fix. | Darren Salt | |
2007-06-01 | Prioritise the musepack demuxer over mpgaudio, as sometimes the latter can ↵ | Bram Verweij | |
misfire and report a good file as unplayable. | |||
2007-05-29 | Use the integer versions of Speex decoding functions, this avoids an ↵ | Diego 'Flameeyes' Pettenò | |
iteration over the decoded frames to transform them to integer, and also avoids an improper saturation. | |||
2007-05-29 | Add a ChangeLog entry. | Diego 'Flameeyes' Pettenò | |
2007-05-26 | Re: [xine-devel] vcd plugin - sigsegv in 1.1.6 and 1.1(.7) | Manfred Tremmel | |
development branche Am Samstag, 26. Mai 2007 17:48 schrieb Darren Salt: > Could you also try not reverting that and instead applying one or > both of the attached patches? Both playback and eject need to be > tested. You should use the drive's eject button, though there's no > harm in also checking xine-lib's eject code. Ok, here's a modified patch, a combination of your two patches, with a little fix. It works fine here, pressing the vcd button on xine-ui starts playing vcd's directly and when pressing the stop button, I can eject the CD by pressing the eject button on the cd drive. I hope it's ok for you. -- Machs gut | http://www.iivs.de/schwinde/buerger/tremmel/ | http://packman.links2linux.de/ Manfred | http://www.knightsoft-net.de | |||
2007-05-13 | DVB MRL documentation corrections, additions and tweaks. | Darren Salt | |
Add documentation for dvba: MRLs. Mention that the service ID is required for dvbs:, dvbc: and dvbt:. Replace _ with - in the DVB tuning info descriptions (for formatting reasons). | |||
2007-05-06 | Changelog entries. | Darren Salt | |
2007-05-02 | Merge changes. | Diego 'Flameeyes' Pettenò | |
2007-05-02 | Fix proxy usage when the hostnames cannot be resolved. | Diego 'Flameeyes' Pettenò | |
Thanks to Jeff Mitchell for reporting and testing the fix. This change reverses the meaning of _x_use_proxy() function to be the one expected by human logic (1 -> use proxy, 0 -> don't use proxy), this way a failure in hostname resolution would result in the proxy being used rather than discarded. Basically now you can use xine behind a proxy when you can't get out to the DNS servers (or where the DNS servers don't resolve Internet hosts that you are not allowed to connect to). | |||
2007-04-25 | Changelog entry for the Real codec search paths. | Darren Salt | |
2007-04-21 | Handle single-quoted attributes in XML. | Darren Salt | |
2007-04-21 | Add support for MDHD version 1 atom in demux_qt. [bug #1679398] | Diego 'Flameeyes' Pettenò | |
2007-04-18 | Permit to build against libdca 0.0.5. | Diego 'Flameeyes' Pettenò | |
To build against this, we need to make sure that the system dts.h header is used instead of the internal copy of it, as the internal copy will declare the functions with the old names, while libdca's system header will create macro aliases between the old names and the new ones. Better fix will be implemented in 1.2 series. --HG-- rename : src/libdts/dts.h => src/libdts/internal-dts.h | |||
2007-04-17 | Add a changelog entry for the fixes for the CDDA crash & DVD hang; mark release.xine-lib-1_1_6-release1.1.6 | Darren Salt | |
2007-04-14 | Reworked the channels.conf file handling in the DVB plugin. | Darren Salt | |
Previously, with junk content, the plugin could potentially consume lots of memory (possibly causing a local DoS). Also, a few small memory leaks have been eliminated. | |||
2007-04-14 | Remove #ifdef wrappers from the Xv & XcbXv plugins. Allows XcbXv to be built. | Darren Salt | |
2007-04-11 | Add ChangeLog entry about Matt's video output. | Diego 'Flameeyes' Pettenò | |
2007-04-10 | Split the DirectFB plugin into X11 and non-X versions. | Darren Salt | |
This fixes linkage problems for people who want this but don't want X. | |||
2007-04-10 | Start 1.1.6 release cycle. | Darren Salt | |
2007-04-10 | Oops. Remove the "(unreleased)" marker.xine-lib-1_1_5-release1.1.5 | Darren Salt | |
2007-04-04 | Add ChangeLog entry for today's changes for OpenBSD. | Diego 'Flameeyes' Pettenò | |
2007-04-01 | Fix MANGLE macro for libpostproc on Darwin (applied on FFmpeg already). ↵ | Diego 'Flameeyes' Pettenò | |
Thanks to Matt Messier for his work on OS X portability. CVS patchset: 8785 CVS date: 2007/04/01 22:52:34 | |||
2007-04-01 | Support multiple audio PID in MPEG TS. Patch by Julian Scheel (slightly ↵ | Diego 'Flameeyes' Pettenò | |
modified). CVS patchset: 8784 CVS date: 2007/04/01 22:49:07 | |||
2007-03-26 | Add support for H.264 video stream in PES packets. Patch by Reinhard Nissl. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8752 CVS date: 2007/03/26 21:06:32 | |||
2007-03-26 | Send an event when the amp value or amp mute change. Patch by reinhard ↵ | Diego 'Flameeyes' Pettenò | |
Nissl. Also bump the libtool version info. CVS patchset: 8749 CVS date: 2007/03/26 11:48:00 | |||
2007-03-25 | Create at least a 1×1 shared image when the first frame is skipped (and ↵ | Diego 'Flameeyes' Pettenò | |
thus reported as 0×0), to avoid disabling shared memory for all others. Patch by Reinhard Nissl. CVS patchset: 8748 CVS date: 2007/03/25 23:13:53 | |||
2007-03-25 | Fix amp muting when level is still at 100. Patch by Reinhard Nissl. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8747 CVS date: 2007/03/25 23:09:42 | |||
2007-03-20 | Another couple of fixes for OSX support by Martin Aumueller, although Win32 ↵ | Diego 'Flameeyes' Pettenò | |
support seems to still not work there. CVS patchset: 8734 CVS date: 2007/03/20 01:40:34 | |||
2007-03-19 | Cleanup block-based support in AC3 and DTS demuxers. Original patch by ↵ | Diego 'Flameeyes' Pettenò | |
Matthias Kretz. CVS patchset: 8713 CVS date: 2007/03/19 16:42:32 | |||
2007-03-18 | Added centre-cutout (4:3 in 16:9) to the expand plugin. Patch by Reinhard Nissl. | Darren Salt | |
CVS patchset: 8712 CVS date: 2007/03/18 14:47:19 | |||
2007-03-17 | More ChangeLog entries. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8711 CVS date: 2007/03/17 21:03:40 | |||
2007-03-17 | Avoid a possible floating-point exception when starting stream playback. | Darren Salt | |
CVS patchset: 8707 CVS date: 2007/03/17 19:15:58 |