summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-06-07Resync.Darren Salt
CVS patchset: 8015 CVS date: 2006/06/07 20:13:44
2006-06-06Fixed input buffer size check (using correct size). (CVE-2006-2802)Matthias Hopf
CVS patchset: 8014 CVS date: 2006/06/06 16:39:25
2006-06-03Drop "-Wa,-m7400" (since that forces building for 74xx processors) whenDarren Salt
altivec is enabled, thus breaking compile on G5 (970) processors. (Patch from Gentoo; ref. Gentoo bug 130217.) CVS patchset: 8013 CVS date: 2006/06/03 12:58:16
2006-06-03Use the actually-implemented interface instead of the out-of-date faad.h.Darren Salt
This fixes various problems on 64-bit systems to do with the different size of long ints and pointer types. If this is not already upstream, it should be pushed upstream. (Patch from Gentoo.) CVS patchset: 8012 CVS date: 2006/06/03 12:36:52
2006-06-02Improve quotation mark handling for StreamTitle in Shoutcast streams.Darren Salt
(Based on a patch from Diego Pettenò.) CVS patchset: 8011 CVS date: 2006/06/02 22:44:58
2006-06-02Reshuffle the FLAC demuxer loading a little, copying part of the code overDarren Salt
from the wave demuxer and fixing the "Has audio: no" on FLAC streams. Reference: KDE bug 128217 by Benjamin K. Stuhl. Patch from Gentoo. CVS patchset: 8010 CVS date: 2006/06/02 22:33:37
2006-06-02Various static/const fixes from Gentoo.Darren Salt
CVS patchset: 8009 CVS date: 2006/06/02 22:18:56
2006-06-02More static/const fixes from Gentoo. These should probably go upstream.Darren Salt
CVS patchset: 8008 CVS date: 2006/06/02 22:13:45
2006-06-02Include crc.c directly from xine_decoder.c since that's the only user of theDarren Salt
CRC code. Also take the opportunity to make the CRC code static. (Based on a Gentoo patch.) CVS patchset: 8007 CVS date: 2006/06/02 19:54:05
2006-06-02Whoops. Apply a working version of the libX11/libXv locator fix.Darren Salt
CVS patchset: 8006 CVS date: 2006/06/02 19:46:24
2006-06-02Add comments to shut autoheader up.Darren Salt
CVS patchset: 8005 CVS date: 2006/06/02 19:36:20
2006-06-02Allow building of xine-lib with -Werror-implicit-function-declaration byDarren Salt
ensuring that all used functions have a proper declaration. (Gentoo) CVS patchset: 8004 CVS date: 2006/06/02 19:19:36
2006-06-02Trivial #warning fixup from Gentoo. Also fix the spelling of those warnings.Darren Salt
CVS patchset: 8003 CVS date: 2006/06/02 19:02:41
2006-05-31Fix the spelling of the new buffer-full error message.Darren Salt
CVS patchset: 8002 CVS date: 2006/05/31 21:14:40
2006-05-31HTTP input: buffer overflow fix. (Diego Pettenò) (CVE-2006-2802)Darren Salt
CVS patchset: 8001 CVS date: 2006/05/31 20:58:22
2006-05-31Fix install problems in case configure was generated by autoconf >= 2.59c.Darren Salt
CVS patchset: 8000 CVS date: 2006/05/31 00:01:44
2006-05-30Fix up health check to find libX11 and libXv shared objects even if develDarren Salt
packages aren't installed (where appropriate). (Ubuntu 47357) CVS patchset: 7999 CVS date: 2006/05/30 23:30:26
2006-05-27- Use file access instead of drive access when the volume is alreadyBastien Nocera
mounted. Allows playback of mounted unencrypted ISO9660 DVDs, when libdvdnav only supports UDF DVDs CVS patchset: 7998 CVS date: 2006/05/27 16:13:17
2006-05-25Update SourceForge links.František Dvořák
CVS patchset: 7997 CVS date: 2006/05/25 19:30:08
2006-05-23Add recent fixes.Matthias Hopf
CVS patchset: 7996 CVS date: 2006/05/23 13:58:30
2006-05-22Fixed undefined symbol [SUSE #173413] (Andreas Schwab).Matthias Hopf
CVS patchset: 7995 CVS date: 2006/05/22 17:04:35
2006-05-22Fixed unaligned access on IA64 (Andreas Schwab).Matthias Hopf
CVS patchset: 7994 CVS date: 2006/05/22 17:00:40
2006-05-22Fixed gcc warnings (Adrian Schroeter).Matthias Hopf
CVS patchset: 7993 CVS date: 2006/05/22 16:57:36
2006-05-22Security fix for http://www.xfocus.org/advisories/200603/11.html,Matthias Hopf
as far as xine is affected. CVS patchset: 7992 CVS date: 2006/05/22 16:43:56
2006-05-22Don't hardcode cache line size for PPC. (Andreas Schwab)Matthias Hopf
CVS patchset: 7991 CVS date: 2006/05/22 16:35:15
2006-05-15Reflect a change in the CVS server's name.Darren Salt
CVS patchset: 7990 CVS date: 2006/05/15 19:31:50
2006-05-07[coverity]František Dvořák
Try to fix CID: 38 (Variable "buf" tracked as NULL was dereferenced). I think it's because of not checking for todo < 0. CVS patchset: 7989 CVS date: 2006/05/07 09:37:31
2006-05-07Setup FS segment to make win32 gods happy with the smiley red deamon.František Dvořák
(fixed multithread audio and video playback on FreeBSD with different LDTs) One coverity fix. CVS patchset: 7988 CVS date: 2006/05/07 09:31:57
2006-05-04Make the_font (gfontrle.c) static again, and this time fix up the otherDarren Salt
files so that compilation still works. gfontrle.h is no longer needed. CVS patchset: 7987 CVS date: 2006/05/04 20:50:55
2006-05-04Compilation fix.František Dvořák
CVS patchset: 7986 CVS date: 2006/05/04 18:10:40
2006-05-03Make various arrays and structures (mainly xine_plugin_info) const.Darren Salt
(Diego Pettenò) CVS patchset: 7985 CVS date: 2006/05/03 19:46:06
2006-05-02Fix a null dereference which occurs if enabling deinterlacing whenDarren Salt
onefield_xv is selected and no frames have yet been processed. CVS patchset: 7984 CVS date: 2006/05/02 21:19:32
2006-05-01checked distcheck: install inttypes,František Dvořák
(video_out/alphablend* need to be removed yet) gcc-2.95 support: SMB, external compiled with different gcc VCD fixed GDK_PIXBUF build CVS patchset: 7983 CVS date: 2006/05/01 21:35:30
2006-05-01Better fix for coverity bug 267: testsuite has found cur_time is really ↵František Dvořák
undefined when using nbc (stdin, http, ...), so the latest debug build asserted. CVS patchset: 7982 CVS date: 2006/05/01 12:05:09
2006-04-24Fix a crash in goom. Commented out the -fomit-frame-pointer workaround.František Dvořák
CVS patchset: 7981 CVS date: 2006/04/24 20:58:44
2006-04-22Use --cppflags from Wand-config of ImageMagick (fixes rare cases with ↵František Dvořák
ImageMagick on non-standard prefix). CVS patchset: 7980 CVS date: 2006/04/22 09:41:10
2006-04-21HTTP authentication fix: remove proxy requirement (patch from Diego Pettenò)Darren Salt
This patch removes a dummy check on proxy usage before applying authentication. This was caused by a copy-paste error in older revision of this file, and then drifted to the current problem while the code evolved. With this simple change, authenticated streams works just fine. A big thanks to Mark Kretschmann from the amaroK team who noticed the problem and helped tracking it down. CVS patchset: 7979 CVS date: 2006/04/21 23:27:49
2006-04-21Fix MP3 playing when mad is disabled (patch from Diego Pettenò)Darren Salt
This patch validates codec and context before trying to call ffmpeg to avoid crashes when mad is not enabled and an mp3 is tried to be played. This way, if mad support is not enabled it can fail "gracefully" without having a segfault that takes down the frontend entirely. Thanks to Ian Monroe <ian@monroe.nu> for the backtrace from which I started testing. CVS patchset: 7978 CVS date: 2006/04/21 23:22:04
2006-04-21Add printf format attributes.Darren Salt
CVS patchset: 7977 CVS date: 2006/04/21 23:15:44
2006-04-21Lots of printf format string fixups and a few printf attributes for functions.Darren Salt
No __GNUC__ guarding done: an unguarded __attribute__ is already present. CVS patchset: 7976 CVS date: 2006/04/21 22:57:26
2006-04-21Sentinel attributes for certain variadic functions.Darren Salt
CVS patchset: 7975 CVS date: 2006/04/21 22:46:33
2006-04-21Wrong struct member (printf fixup).Darren Salt
CVS patchset: 7974 CVS date: 2006/04/21 22:34:19
2006-04-19Add "file is empty" message and mark the messages as being translatable.Darren Salt
CVS patchset: 7973 CVS date: 2006/04/19 17:35:47
2006-04-19Relocate static specifiers to quieten compiler.Darren Salt
CVS patchset: 7972 CVS date: 2006/04/19 17:30:12
2006-04-18- unregister the vcd config entry when disposing the plugin class. Fixes:Bastien Nocera
http://bugzilla.gnome.org/show_bug.cgi?id=338883 CVS patchset: 7971 CVS date: 2006/04/18 13:51:33
2006-04-17fix date in debian/changelogReinhard Tartler
CVS patchset: 7970 CVS date: 2006/04/17 14:48:34
2006-04-17incorporate NMUReinhard Tartler
CVS patchset: 7969 CVS date: 2006/04/17 14:47:48
2006-04-12Added support for the peercast:// uri used by Peercast (htpp://peercast.org).Claudio Ciccani
CVS patchset: 7968 CVS date: 2006/04/12 15:37:07
2006-04-10Fixed incorrect rectangle clipping.Claudio Ciccani
CVS patchset: 7967 CVS date: 2006/04/10 17:42:14
2006-04-09Bump shlibs info. (Debian bug 358429)Darren Salt
CVS patchset: 7966 CVS date: 2006/04/09 02:02:12