Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-01-12 | Enable libmpeg2new & clean it up. libmpeg2 remains preferred. | Darren Salt | |
2009-01-12 | Start 1.1.17 (again). | Darren Salt | |
2009-01-11 | xine-lib 1.1.16.1.xine-lib-1_1_16_1-release1.1.16.1 | Darren Salt | |
2009-01-11 | Changelog update. | Darren Salt | |
2009-01-09 | libcaca version 0.99beta15 required (new dithering feature). | František Dvořák | |
Fixes bug #194. | |||
2009-01-08 | Fix build with libavcodec < 51.68.0. | Darren Salt | |
This covers the internal snapshot and the version in Debian lenny. | |||
2009-01-07 | Add a few CVE IDs which got left out. | Darren Salt | |
2009-01-07 | Start 1.1.17. | Darren Salt | |
2009-01-07 | xine-lib 1.1.16.xine-lib-1_1_16-release1.1.16 | Darren Salt | |
2009-01-05 | Merge security fixes. | Darren Salt | |
2009-01-05 | Changelog updates. | Darren Salt | |
2009-01-04 | Fix WAV demuxer to send the last frames when they don't fit perfectly into ↵ | Matthias Kretz | |
the buffer | |||
2009-01-02 | Update changelog wrt the two preceding csets. | Darren Salt | |
2009-01-01 | libmms does not handle percent-encoded uri | Niels Vorgaard Christensen | |
libmms will always fail to request media with URIs containing percent-encoded characters. This is because the path component in the MMS URI should be decoded before it is sent to the server. http://download.microsoft.com/download/9/5/E/95EF66AF-9026-4BB0-A41D-A4F81802D92C/%5BMS-MMSP%5D.pdf (page 48) | |||
2008-12-28 | Add support for Xv "blitter" adaptors. | Darren Salt | |
These are known to be present in some nvidia graphics hardware. | |||
2008-12-27 | Recognise XV_BICUBIC for xf86-video-ati 6.9.1. | Darren Salt | |
2008-12-27 | Clean up Xv attribute-setting functions; fix a related off-by-one (xcbxv). | Darren Salt | |
--HG-- extra : transplant_source : %A0%EE%CC%FA%D3%AF2%8B%96%1F%B1%8E%00%01%96%8E%9E%AC%93Y | |||
2008-11-22 | Add position-based seeking independent from seekpoints. | Lorenzo Desole | |
When it comes to FLAC audio files, seeking relies on seekpoints which are not always present, and even when they are, sometimes it fails. Also, as far as I can see, xine is unable to play a FLAC stream starting at an arbitrary position. Other players (namely mplayer) do not rely on seekpoints when they handle FLAC files and they don't suffer from these problems. With this patch, time-based seeking doesn't change, while position-based seeking is completely independent from seekpoints. | |||
2008-11-07 | Clarify AAC channel ordering fix scope. | Darren Salt | |
2008-11-07 | aac channel ordering for multi-channel audio | Matthias Dahl | |
Date: Sun, 28 Sep 2008 20:17:54 +0200 The channel order of aac 5.1 audio is wrong during playback. IIRC, the internal channels order for this kind of streams is the same as dts: dts output is reordered according to alsa specs (and ac3 5.1 also works), but aac is not and - for instance - front center is send to front left. The audio channels configuration table should be something like this ## --------------------- ## | Config: 5.1 Ch | ## ---- ---------------- -------------- -------------- ## | Ch | AAC/DTS | ALSA | AC3 | ## ---- ---------------- --------------- -------------- ## | 00 | Center front | Left front | Left front | ## | 01 | Left front | Right front | Center | ## | 02 | Right front | Left back | Right front | ## | 03 | Left back | Right back | Left back | ## | 04 | Right back | Center | Right back | ## | 05 | LFE | LFE | LFE | ## ---- ---------------- --------------- -------------- | |||
2008-11-07 | Composer meta-tag | Maximilian Schwerin | |
Date: Sat, 28 Jun 2008 17:29:59 +0200 This patch adds this to the FLAC demuxer. | |||
2008-09-03 | Adding ID3 tag TDRC to replace/complement the deprecated tag TYER. | Maximilian Schwerin | |
2008-09-28 | Fix xine_usec_sleep for mingw+msys | Matthias Ringwald | |
Bug was found and fixed by Carlo Bramini. select() does not work on mingw+msys causing xine_usec_sleep to sleep much longer than requested which completely broke audio playback | |||
2008-09-05 | Added ChangeLog entries for FLV demuxer (changeset: 998ac238c68f). | Claudio Ciccani | |
2008-08-25 | Fix CDDB access on 64-bit. | Darren Salt | |
2008-08-25 | Fix a possible heap buffer overflow in the ffmpeg video decoder. | Darren Salt | |
This could happen where the actual image height is not a multiple of 16. --HG-- extra : transplant_source : %10%BD%8C%FE%BA%CA0%D5k%8A%9CH%DD%B1-%A7E4%CD%E6 | |||
2009-01-05 | Changelog update. | Darren Salt | |
2008-12-09 | Marker for security fixes. | Darren Salt | |
2008-11-26 | Add info concerning CVE-2008-52xx. | Darren Salt | |
2008-08-18 | Fix another compilation failure when using C++. | Darren Salt | |
2008-08-17 | Bump version ready for the next release. | Darren Salt | |
2008-08-14 | xine-lib 1.1.15.xine-lib-1_1_15-release1.1.15 | Darren Salt | |
2008-08-13 | Allow (and prefer) use of external libfaad. | Darren Salt | |
2008-08-13 | Update to libfaad 2.6.1, fixing a crash with a corrupted AAC file. | Darren Salt | |
Source is the version in the 1.2 branch. | |||
2008-08-08 | Fix crash with corrupted AVI files (chunk size). | Darren Salt | |
--HG-- extra : transplant_source : Z%F0%90e%A3%94%D3%7F%D9ROC8%3C%FD%F5FO%BFU | |||
2008-08-07 | Rearrange changelog entries for 1.1.15 wrt security issues. | Darren Salt | |
--HG-- extra : transplant_source : %1A%0Fu%1062y%F6I%0A%AF%97%85%3Fr%F6%17%20%01W | |||
2008-08-07 | Fix crashes with fuzzed Ogg files. (CVE-2008-3231) | Darren Salt | |
--HG-- extra : transplant_source : %9F%E8R%D8%94R%9CJ%7F%5E%A7%DB%29%0DK%CD%CA%AD%7F%08 | |||
2008-08-06 | Fix crashes with MP3 files with metadata consisting only of separators. | Darren Salt | |
--HG-- extra : transplant_source : %24%60%04%A8n%E9%86%FD%B6e8%F9%9C%88%A6%8FR%C2%BBP | |||
2008-08-06 | Fix crashes with fuzzed Windows Media files. | Darren Salt | |
--HG-- extra : transplant_source : %92%2C%CB%01S%25N%22%E1%00%FB%19%B0%CE5%1BU%F9%F6%0A | |||
2008-07-28 | Only set the tuner if we're going to use it (fixes baseband video inputs) | Simon Farnsworth | |
2008-07-28 | Preallocate after we know how large the frames will be (fixes a buffer overrun) | Simon Farnsworth | |
2008-07-23 | Xv deinterlacing was looking at the input image size, not the output image size. | Simon Farnsworth | |
This works fine on some chipsets, but on others, it causes image corruption. | |||
2008-07-16 | Add support for the Snow video codec. | Darren Salt | |
2008-07-15 | Recognise AMR audio (normally found in 3GP files). | Darren Salt | |
2008-07-13 | Switch to using external ffmpeg by default. | Darren Salt | |
2008-07-02 | Don't segfault when the user requests an input the card doesn't posess. | Simon Farnsworth | |
2008-07-02 | Bump version ready for the next release. | Darren Salt | |
Hopefully, that's a while away yet :-) | |||
2008-06-29 | 1.1.14. | Darren Salt | |
2008-06-27 | Add basic aspect ratio detection for WMV streams. | Darren Salt | |
2008-06-25 | Merge, and add a changelog entry. | Darren Salt | |