Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2007-02-03 | Add ChangeLog entry for last changes to PulseAudio. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8585 CVS date: 2007/02/03 10:54:18 | |||
2007-01-28 | next release 1.1.5 | Miguel Freitas | |
CVS patchset: 8577 CVS date: 2007/01/28 23:48:29 | |||
2007-01-28 | Fix audio/video sync problem with NTSC DVDs (introduced in 1.1.2).xine-1_1_4-release1.1.4 | Miguel Freitas | |
[bugs #1544349 and #1589644] CVS patchset: 8575 CVS date: 2007/01/28 22:53:15 | |||
2007-01-28 | another ffmpeg sync to include h264 security fixes | Miguel Freitas | |
CVS patchset: 8573 CVS date: 2007/01/28 18:38:32 | |||
2007-01-28 | disabled "-Wl,-z,defs": it breaks compilation for vidix drivers. | Miguel Freitas | |
no, linking twice to libdha.a is not an acceptable solution. CVS patchset: 8571 CVS date: 2007/01/28 17:17:56 | |||
2007-01-26 | Add ChangeLog entry for the previous commit. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8565 CVS date: 2007/01/26 17:22:19 | |||
2007-01-24 | Create a new wavpack plugin with both the old demuxer and a new decoder. To ↵ | Diego 'Flameeyes' Pettenò | |
simplify categorising, I've created a new combined directory to put plugins like wavpack (or libflac) that carries both a demuxer and a decoder in a single bundle -- I expect it being used more in the future. CVS patchset: 8551 CVS date: 2007/01/24 04:57:26 | |||
2007-01-19 | Add --disable-musepack and --with-external-libmpcdec parameters to ↵ | Diego 'Flameeyes' Pettenò | |
configure, now users can decide if they want musepack support and whether to use an external copy of libmpcdec. CVS patchset: 8532 CVS date: 2007/01/19 02:35:36 | |||
2007-01-16 | division by zero fix | Miguel Freitas | |
CVS patchset: 8514 CVS date: 2007/01/16 16:04:05 | |||
2007-01-13 | another bug # | Miguel Freitas | |
CVS patchset: 8503 CVS date: 2007/01/13 22:26:07 | |||
2007-01-13 | add bug #s | Miguel Freitas | |
CVS patchset: 8501 CVS date: 2007/01/13 22:21:00 | |||
2007-01-13 | * ffmpeg update to 51.28.0 | Miguel Freitas | |
* Workaround ffmpeg buggy codecs that don't release their DR1 frames. * Fix several segfaults and freezing problem with H264 streams that use a lot of reference frames (eg. 15) * Initial support to enable/disable ffmpeg codecs. Codecs may be disabled in groups by --disable-ffmpeg-uncommon-codecs/--disable-ffmpeg-popular-codecs Think of "uncommon" codecs what people would never want to play with their PDAs (they will save memory by removing them). Note: currently both uncommon/popular codecs are _build_ but disabled. that is, build system still need some improvements to really save memory. warning: non-autoconf guru playing with the build system, likely breakage. CVS patchset: 8499 CVS date: 2007/01/13 21:19:52 | |||
2007-01-07 | Fix demuxing of uncompressed VobSub subtitles in Matroska files | Mathieu Olivier | |
CVS patchset: 8490 CVS date: 2007/01/07 12:33:50 | |||
2006-12-26 | * Allow decoding of MusePack SV 7.x files (7.1 files at least play fine). | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8464 CVS date: 2006/12/26 17:40:37 | |||
2006-12-26 | * Implement a True Audio files demuxer. [bug #1586381] | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8463 CVS date: 2006/12/26 16:59:55 | |||
2006-12-26 | * Implement a WavPack files demuxer, using WavPack library (only for demuxing | Diego 'Flameeyes' Pettenò | |
as the decoding is left entirely to FFmpeg); it's still in its infancy, but it should be possible to remove WavPack dependency entirely in the future. CVS patchset: 8461 CVS date: 2006/12/26 03:22:28 | |||
2006-12-25 | * Replace --enable-flac configure option with --with-libflac, as the FLAC | Diego 'Flameeyes' Pettenò | |
support is always built-in through the audio demuxer plugin and the FFmpeg decoder plugin, the option only controls the extra FLAC plugin that uses libFLAC both for demuxing and decoding. CVS patchset: 8457 CVS date: 2006/12/25 20:04:17 |