Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-01-27 | Begin 1.1.11. | Darren Salt | |
2008-01-26 | 1.1.10 release.xine-lib-1_1_10-release1.1.10 | Darren Salt | |
2008-01-26 | Quick hack to allow configuration of the V4L ALSA audio input device. | Darren Salt | |
2008-01-25 | Changelog update. | Darren Salt | |
2008-01-24 | Fix a possible crash on channel change in the DVB plugin. | Darren Salt | |
Some 0-sized sections were observed in the TS PMT parser. Test setup details: Test channel is Film 4 on Freeview. Test hardware is a Nova-T Stick (older dib7000m variant). Drivers from v4l-dvb hg, id a1c94c4a05f5, with dib7000m_set_frontend() patched to select OUTMODE_HIGH_Z while tuning. | |||
2008-01-24 | Don't discard audio samples forever. Fixed streaming playback | Thibaut Mattern | |
2008-01-23 | Sanity-check ASF header sizes. | Darren Salt | |
This fixes a crash in the ASF demuxer, caused by the example exploit file given for CVE-2006-1664. | |||
2008-01-23 | Add missing CVE nos. | Darren Salt | |
2008-01-23 | Finish the backport of libxine.pc.in; do xine-config (now requires pkg-config). | Darren Salt | |
Remove the "deprecated" warnings since xine-config is not deprecated in 1.1.x. --skindir no longer works. --HG-- rename : misc/xine-config.in => misc/xine-config | |||
2008-01-22 | Add release dates to the changelog; tidy up earliest entries. | Darren Salt | |
Wherever possible, dates are from the release tarballs on Sourceforge. --HG-- extra : transplant_source : %7C%9F%C7H%90%0C%87%D9bA%94%F8%F2%0A%7F%40%CE%5E%A0%04 | |||
2008-01-20 | Unescape the "#save:" filename, allowing ";" etc. in file names. | Darren Salt | |
This has a side effect: versions older than 1.1.10 do not unescape, so "#save:foo%23.ts" will result in a file named "foo%23.ts". Front end maintainers, beware :-) | |||
2008-01-20 | Don't unescape #subtitle:scheme://data. | Darren Salt | |
This was broken in 1.1.8 when #subtitle:/file was fixed. | |||
2008-01-17 | Correct the changelog entry for the security fix in 1.1.9.1. | Darren Salt | |
--HG-- extra : transplant_source : AR%05H%29fH%3B%A37F%22h%85%7D%09%11/%FE%DF | |||
2008-01-14 | Change the default v4l device paths to /dev/{video,radio}0. | Darren Salt | |
2008-01-14 | ChangeLog entries for the last two revisions. | Diego 'Flameeyes' Pettenò | |
2008-01-13 | Bump version no. ready for what I expect to be the next release. | Darren Salt | |
--HG-- extra : transplant_source : q%B3q%EEC%D4p%E7%7F%8Eb%BE%F8%81%D3c%F6%C8%1AF | |||
2008-01-11 | Mark 1.1.9.1 as released.xine-lib-1_1_9_1-release1.1.9.1 | Darren Salt | |
2008-01-11 | Changelog entry for the PPC/Darwin display fix. | Darren Salt | |
2008-01-11 | Fix a buffer overflow in the RTSP header-handling code. | Darren Salt | |
CVE-2008-0225; ported from mplayer changeset 22821. | |||
2008-01-09 | Mark bugs from the Sourceforge tracker as such. | Darren Salt | |
2008-01-09 | Add the bug no. for the strtok_r fix. | 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 | |||
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 | |||
2007-03-16 | Add changelog entry for the libstk checks change. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8673 CVS date: 2007/03/16 02:16:55 | |||
2007-03-15 | Add changelog entry for spanish translation update. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8665 CVS date: 2007/03/15 23:27:16 | |||
2007-03-10 | Add a ChangeLog entry for the recent changes for NetBSD and Solaris. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8661 CVS date: 2007/03/10 00:58:21 | |||
2007-03-10 | * Security fixes: | Diego 'Flameeyes' Pettenò | |
- Fix heap overflow in DMO loader. (CVE-2007-1246) [bug #1676925] Thanks to Kees Cook for reporting. CVS patchset: 8656 CVS date: 2007/03/10 00:41:34 | |||
2007-03-04 | - commit documentation, and header changes for the relicensing of the | Bastien Nocera | |
xine-lib XML parser to GNU LGPL CVS patchset: 8643 CVS date: 2007/03/04 16:19:12 | |||
2007-03-03 | Update changelog. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8639 CVS date: 2007/03/03 02:13:32 | |||
2007-03-02 | Fixed content type detection for AAC (seekable) streams with ID3v2 tags ↵ | Diego 'Flameeyes' Pettenò | |
prefixed clobbering the preview buffer, by skipping over the tag. CVS patchset: 8632 CVS date: 2007/03/02 20:07:33 | |||
2007-02-26 | Fix a possible crash in the eq2 plugin. | Darren Salt | |
The wrong width value was used for the U and V parts of the image. CVS patchset: 8631 CVS date: 2007/02/26 19:15:15 | |||
2007-02-25 | Fix race condition in alsa audio out driver. | Miguel Freitas | |
thanks Kirill Belokurov and Matthias Kretz CVS patchset: 8629 CVS date: 2007/02/25 21:54:03 | |||
2007-02-15 | Commit the XCB output plugins by Christoph Pfister after testing on Gentoo ↵ | Diego 'Flameeyes' Pettenò | |
packages for about ten days. CVS patchset: 8595 CVS date: 2007/02/15 15:19:32 |