Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-05-06 | Merge Reinhard Nissl's ffmpeg fixes. | Darren Salt | |
2007-05-06 | Merge Reinhard Nissl's demuxer fixes. | 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-05 | - Fix _x_io_select exiting when the select has been interrupted (EINTR errno) | hadess@cookie.hadess.net | |
when we want to run until the timeout has occurred, partially fixes Totem's browser plugin playing back browser streams with the xine-lib backend See http://bugzilla.gnome.org/show_bug.cgi?id=375866 for details | |||
2007-05-04 | Update some copyright information. | Darren Salt | |
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-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-25 | Fix real codec search paths | Ville Skyttä | |
xine-lib 1.1.6 ends up looking for real codecs eg. in /usr/locallib/win32, /usr/locallib/codecs etc, there's a missing slash. The attached patch should fix it. More info: https://bugzilla.redhat.com/237743 | |||
2007-04-23 | Merge alpha-blending changes. | Darren Salt | |
2007-04-23 | Add comments about used blending equation | Petri Hintukainen | |
Remove unused x_odd parameter from blend_???_exact functions | |||
2007-04-21 | Handle single-quoted attributes in XML. | Darren Salt | |
2007-04-21 | Fix comments - '>' and '?>' were reversed. | Darren Salt | |
2007-04-21 | Add support for MDHD version 1 atom in demux_qt. [bug #1679398] | Diego 'Flameeyes' Pettenò | |
2007-04-18 | Use the proper dts.h file. | Diego 'Flameeyes' Pettenò | |
2007-04-18 | Limit common-case buffer copying optimisation to i386 & amd64. | Darren Salt | |
This fixes reported alignment issues on ARM. (We could require correct alignment on some architectures, but this is easier.) | |||
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-18 | Updates for 1.1.6 | Philipp Matthias Hahn | |
2007-04-18 | Alphablending optimizations: | Petri Hintukainen | |
- validate palette alpha values in overlay manager (one check / overlay / palette index) instead of checking every alpha value twice for every blended pixel in every frame - remove unneeded calculations - approximiate expensive integer divisions with multiplication and shift | |||
2007-04-17 | xine-lib 1.1.6. | Darren Salt | |
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-17 | Fix DVD playback (was hanging when either the AC3 or DTS demuxers were probed). | Darren Salt | |
This may have side-effects wrt other streams; CDDA is fine, though. | |||
2007-04-16 | Update build-deps; lose some versioning, but require etch (or equivalent). | Darren Salt | |
2007-04-15 | Avoid sending BUF_FLAG_FRAME_END before the first frame. | Reinhard Nißl | |
When BUF_FLAG_FRAME_END is sent before the first frame, decoding fails as there is no data and a "bad" frame of size 0x0 will be allocated, which is really bad as such as frame is simply invalid. | |||
2007-04-15 | Cope with auto* minor & patch numbers >= 10. | Darren Salt | |
Will break if one reaches 100 :-) | |||
2007-04-15 | Initialize image size in bmiheader with data from AVCodecContext, if still ↵ | Reinhard Nißl | |
uninitalized. | |||
2007-04-15 | autoconf 2.59 mishandles AC_DEFINE([ASMALIGN(ZEROBITS)], ...). Work around it. | Darren Salt | |
2007-04-15 | Document the preferred ways of submitting patches. | Darren Salt | |
2007-04-14 | Oops. Silly mistake with fstat. | Darren Salt | |
2007-04-14 | Don't read channels.conf if it isn't a normal file or a link to a normal file. | 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 | Merge changes. | Diego 'Flameeyes' Pettenò | |
2007-04-13 | Use the stream's audio_fifo as it hasn't been reported on the demuxer's ↵ | Diego 'Flameeyes' Pettenò | |
instance yet. | |||
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-11 | Re-enable the libcaca test for .deb building. | Darren Salt | |
2007-04-11 | Build-dep on libdirectfb-dev, libgtk2.0-dev (for gdkpixbuf) & libmpcdec-dev. | Darren Salt | |
2007-04-11 | Return NULL to avoid 'control reaches end of non-void function' warning from ↵ | Ville Skyttä | |
throwing off the test. | |||
2007-04-11 | Split the DVD MRL brief description. Stops a "can't adjust line" warning. | Darren Salt | |
2007-04-11 | Merge from -build-fixes branch. | Darren Salt | |
2007-04-11 | Add ChangeLog entry about Matt's video output. | Diego 'Flameeyes' Pettenò | |
2007-04-11 | Merge Matt Messier video output for Mac OS X. | Diego 'Flameeyes' Pettenò | |
2007-04-11 | Try linking the program for Pthread support, and feed proper parameters to ↵ | Diego 'Flameeyes' Pettenò | |
pthread_create. The link is needed to make sure that the LIBS variable is set correctly, otherwise it might just be finding the definition but using the wrong link-time parameter. Also, feed proper parameters to pthread_create to avoid -Wnonnull to cause a test failure (GCC/GLIBC). | |||
2007-04-10 | Merge Reinhard Nissl's changes. | Darren Salt | |
2007-04-10 | Have configure option --enable-debug turn on debug code. | Reinhard Nißl | |
2007-04-10 | Allow xine-lib to be built with CFLAGS='-O0 -g3' by changing optimization | Reinhard Nißl | |
as needed for some files where gcc runs out of registers otherwise. |