Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Stop ignoring <?...?> elements, and parse them for attributes. | Darren Salt | |
In the XML data structure returned by xml_parser_build_tree(), the primary content is the directly-returned node, and the extra elements follow this (use ->next) though they appear first in the XML text, thus maintaining backward compatibility. | |||
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-05-31 | Move modplug demuxing on its own plugin. | Diego 'Flameeyes' Pettenò | |
This way binary distributions can make it optional, as it requires quite a bit of CPU time during initialisation, even for audio files that nothing have to do with modplug. | |||
2007-05-31 | Create a single NSF plugin that includes both the demuxer (previously in the ↵ | Diego 'Flameeyes' Pettenò | |
audio group) and the decoder. One of the two plugins without the other would be useless. --HG-- rename : src/libxineadec/nsf.c => src/combined/nsf_decoder.c rename : src/demuxers/demux_nsf.c => src/combined/nsf_demuxer.c | |||
2007-05-30 | Merge from 1.1. | Darren Salt | |
2007-05-28 | Merge from 1.1. | Darren Salt | |
2007-05-25 | Add a message code to distinguish between HTTP response codes 401 and 403. | Darren Salt | |
This should allow for front ends to do things such as prompt for authentication. | |||
2007-05-17 | Add a changelog entry for the now-merged VDR support. | Darren Salt | |
2007-05-17 | Merge from 1.1. | Darren Salt | |
2007-05-08 | Merge from 1.1. | Darren Salt | |
2007-05-02 | Merge changes, once again, with passion. | Diego 'Flameeyes' Pettenò | |
2007-04-25 | Merge from 1.1. | Darren Salt | |
2007-04-21 | Merge from 1.1 branch. | Diego 'Flameeyes' Pettenò | |
2007-04-18 | Replace libdts 0.0.2 with libdca 0.0.5 and contextually move it in contrib/. | Diego 'Flameeyes' Pettenò | |
libdca 0.0.5 was released about a week ago, and this commit replaces the old code from libdts 0.0.2 (that was renamed libdca). There's basically no functional change even if the build system is simplified as configure takes care of switching between the two implementations on its own. | |||
2007-04-18 | Merge from 1.1 series. | Diego 'Flameeyes' Pettenò | |
2007-04-14 | Merge changes. | Darren Salt | |
2007-04-14 | Add ChangeLog entries for the XDG Base Directory Specification changes. | Diego 'Flameeyes' Pettenò | |
2007-04-14 | Merge changes from 1.1. | 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-13 | Save plugins' cache in the defined cache home directory as per XDG Base ↵ | Diego 'Flameeyes' Pettenò | |
Directory Specification. With this change, xine-lib starts abiding to the XDG Base Directory Specification, allowing the user to define a different path to save its cache data (by setting XDG_CACHE_HOME environment variable). | |||
2007-04-11 | Merge changes from 1.1 branch (where they still make sense). | Diego 'Flameeyes' Pettenò | |
2007-04-11 | Add ChangeLog entry about Matt's video output. | Diego 'Flameeyes' Pettenò | |
2007-04-11 | Update libmpcdec (formerly libmusepack) to version 1.2.5, this also reduces ↵ | Diego 'Flameeyes' Pettenò | |
the patching needed. Contestually, move libmpcdec code in contrib/libmpcdec, so that it's not mixed together with xine code. The use of MUSEPACK_LIBS/MUSEPACK_CFLAGS intermediate is to make simpler move to pkg-config checks if libmpcdec developers decide to install one. | |||
2007-04-11 | Merge 1.1 branch. | 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-09 | Update ChangeLog for the merge, and start tracking changes for 1.2 series. | Diego 'Flameeyes' Pettenò | |
2007-04-07 | Add some ChangeLog entries for the nopadding branch. | Diego 'Flameeyes' Pettenò | |
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 | |||
2007-03-17 | Add ChangeLog entry for the changes done today. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8694 CVS date: 2007/03/17 00:17:25 |