Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-04-13 | When writing catalog.cache, use a new file & atomically replace the old one. | Darren Salt | |
2009-04-10 | Add advisory nos. for the QT demuxer bug. | Darren Salt | |
2009-04-05 | Fix handling of the length of UTF-16 content sourced from, e.g., ID3 tags. | Darren Salt | |
This avoids use of strlen(), which doesn't cope well with UTF-16, and also has the ID3 parser double-NUL-terminate the buffered string. | |||
2009-04-05 | Properly NUL-terminate when reading ID3v2.2 tag content. | Darren Salt | |
2009-04-05 | Fix a resource leak in libdvdnav. | Darren Salt | |
2009-04-04 | Correct invalid MIME info in the MOD demuxer. | Darren Salt | |
2009-04-03 | Correct a CVE no. | Darren Salt | |
2009-02-18 | Add support for new OpenBSD sound API | Brad Smith | |
2009-04-03 | Add support for Matroska SIMPLEBLOCK. | Ross Alexander | |
Date: Tue, 17 Feb 2009 15:31:44 +0000 | |||
2009-04-03 | New release cycle. | Darren Salt | |
2009-04-03 | 1.1.16.3.xine-lib-1_1_16_3-release1.1.16.3 | Darren Salt | |
2009-04-01 | Fix an integer overflow in the Quicktime demuxer. | Darren Salt | |
--HG-- extra : transplant_source : %AE%D3%DCw%0F%073h%5D%C0%B5%A7%BA%2B%95%81%95bT%D6 | |||
2009-03-08 | Fix another possible 4xm demuxer integer overflow. | Darren Salt | |
--HG-- extra : transplant_source : U%AF%FD%B5%60%27Y%7F%B5Q%F796%F7a%98%F0k%B8%EF | |||
2009-04-02 | ID3v2 tags with zero-length content are allowed. | Darren Salt | |
2009-03-28 | Fix calculation of frame duration for ffmpeg-decoded formats. | Reinhard Nißl | |
2009-03-09 | MPEG block demuxer fixup (prevents, e.g., segfaults when playing VCDs). | Darren Salt | |
2009-03-08 | Fix build with libavutil >= 50.0.0 | Alexis Ballier | |
PIX_FMT_RGBA32 was #defined to PIX_FMT_RGB32 since 2006. | |||
2009-03-08 | Enable libmpeg2new only if configured with --enable-libmpeg2new. | Darren Salt | |
2009-02-17 | Changelog update. | Darren Salt | |
2009-02-16 | Protect audio loop so it cannot write to a paused device (fix | Miguel Freitas | |
pause/resume freeze with pulseaudio). | |||
2009-02-13 | Fix a build failure on *BSD due to some rather useful GNUisms. | Darren Salt | |
Their sed doesn't have \s and their tail doesn't handle -ve line counts. | |||
2009-02-10 | Restart 1.1.17 (again); revert changes made specifically for the release. | Darren Salt | |
2009-02-10 | 1.1.16.2; back out release changes intended for 1.1.17.xine-lib-1_1_16_2-release1.1.16.2 | Darren Salt | |
2009-02-10 | Disable libmpeg2new for release. | Darren Salt | |
2009-02-10 | Fix a possible integer overflow in the 4XM demuxer. (TKADV2009-004.txt) | Darren Salt | |
2009-02-10 | Fix broken size checks in various input plugins (ref. CVE-2008-5239). | Darren Salt | |
2009-02-09 | Fix race conditions in gapless_switch (ref. kde bug #180339) | Miguel Freitas | |
2009-02-08 | Remove a break which causes some front ends to hang. (cset ce60f8b5995a) | Darren Salt | |
(If this causes xine-lib to hang on certain broken streams, we have a problem.) | |||
2009-01-18 | Changelog entry for the MDPR patch. | Darren Salt | |
2008-01-14 | Signedness bug in Matroska PTS calculation | Dirk Leber | |
With some mkv files I had many discontinuity events. I found out that if changing the timecode_diff in demux_matroska.c from int to int16_t fixes this problem. Using int will never produce negative values if int is not 16-bit... | |||
2009-01-16 | Fix a broken size check in the pvr input plugin (ref. CVE-2008-5239). | Darren Salt | |
2009-01-14 | Update changelog (ImageMagick bits). | Darren Salt | |
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. |