Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-06-18 | crc.c has not to be compiled, as it's just included inside xine_decoder.c, ↵ | Diego 'Flameeyes' Pettenò | |
treat it as an header file. CVS patchset: 8054 CVS date: 2006/06/18 20:07:15 | |||
2006-06-18 | Remove infinite loop condition that could have created an invalid access if ↵ | Diego 'Flameeyes' Pettenò | |
no keyframe was found. CVS patchset: 8053 CVS date: 2006/06/18 19:41:39 | |||
2006-06-18 | Fix comparison of unsigned lesser than zero, STARTTIME and DURATION won't be ↵ | Diego 'Flameeyes' Pettenò | |
ignored anymore. CVS patchset: 8052 CVS date: 2006/06/18 19:36:47 | |||
2006-06-18 | Fix formatting for int64_t types. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8051 CVS date: 2006/06/18 18:50:55 | |||
2006-06-17 | Add patch for faad 5.1 support, sent by Darren Salt on mailing list. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8050 CVS date: 2006/06/17 20:43:57 | |||
2006-06-17 | - really fail to open the FLAC file when there's an error demuxing it | Bastien Nocera | |
CVS patchset: 8049 CVS date: 2006/06/17 16:22:39 | |||
2006-06-17 | Fix strict aliasing rules breakages where possible, enable ↵ | Diego 'Flameeyes' Pettenò | |
-fno-strict-aliasing where the breakage is unresolvable, and not enable it globally (decreases performances). CVS patchset: 8048 CVS date: 2006/06/17 15:20:56 | |||
2006-06-17 | *** empty log message *** | Bastien Nocera | |
CVS patchset: 8047 CVS date: 2006/06/17 12:50:18 | |||
2006-06-17 | Fix mpeg2 decoding with ffmpeg, thanks to Christer Palm (palm@nogui.se). | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8046 CVS date: 2006/06/17 12:47:53 | |||
2006-06-17 | Fix Altivec libmpeg2 decoding, thanks to Luca Barbato (lu_zero@gentoo.org) ↵ | Diego 'Flameeyes' Pettenò | |
and Christer Palm (palm@nogui.se). CVS patchset: 8045 CVS date: 2006/06/17 12:45:51 | |||
2006-06-17 | Add support for RealPlayer 10 codecs from SUSE, as reported by Manfred Tremmel. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8044 CVS date: 2006/06/17 12:28:31 | |||
2006-06-15 | Add missing include path to AM_CPPFLAGS. Needed for "common.h" by way of ↵ | Robin KAY | |
"../dsputil.h". CVS patchset: 8042 CVS date: 2006/06/15 21:46:46 | |||
2006-06-15 | Fix non-static assignment of static variable. | Robin KAY | |
CVS patchset: 8041 CVS date: 2006/06/15 21:40:05 | |||
2006-06-15 | Don't try to access auth_drive if it's not present at all, avoid crashes. ↵ | Diego 'Flameeyes' Pettenò | |
Thanks to Lars for reporting. CVS patchset: 8039 CVS date: 2006/06/15 14:26:40 | |||
2006-06-15 | Mark special_info a pointer to const value, as now all the data is const. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8038 CVS date: 2006/06/15 14:14:09 | |||
2006-06-15 | Make HAVE_WAND and HAVE_GDK_PIXBUF a single conditional. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8037 CVS date: 2006/06/15 13:05:50 | |||
2006-06-14 | Retain the mixer volume so that we can return a sensible value when the ↵ | Robin KAY | |
audio device is closed. CVS patchset: 8036 CVS date: 2006/06/14 15:44:54 | |||
2006-06-11 | Collect the latest changes against goom to local diff. | František Dvořák | |
CVS patchset: 8035 CVS date: 2006/06/11 16:01:47 | |||
2006-06-11 | Re-commit lost change: Fix the freeze on QuickTime files when configured ↵ | František Dvořák | |
with non-existing win32 codecs path. win32.c have known nothing about all paths tested in module.c. CVS patchset: 8033 CVS date: 2006/06/11 15:09:47 | |||
2006-06-10 | Revert to use libxine1 as domain name, but ensure that newer gettext ↵ | Diego 'Flameeyes' Pettenò | |
versions behave as intended. CVS patchset: 8032 CVS date: 2006/06/10 17:38:46 | |||
2006-06-10 | Update gettext to 0.14.5, remove intl/ subdirectory so that external gettext ↵ | Diego 'Flameeyes' Pettenò | |
is used, as discussed in xine-devel. CVS patchset: 8027 CVS date: 2006/06/10 01:47:01 | |||
2006-06-10 | Remove the moved alphablend files, makes the update-po target fail. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8025 CVS date: 2006/06/10 00:55:33 | |||
2006-06-10 | Use xine-lib as domain, not libxine1. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8024 CVS date: 2006/06/10 00:29:39 | |||
2006-06-10 | Don't trust internal gettext macros, they are unreliable and change between ↵ | Diego 'Flameeyes' Pettenò | |
versions. Check for nl_langinfo() explicitely and use that instead. CVS patchset: 8023 CVS date: 2006/06/10 00:21:51 | |||
2006-06-07 | 64-bit casting int<->pointer fixes. | Darren Salt | |
CVS patchset: 8018 CVS date: 2006/06/07 22:52:29 | |||
2006-06-06 | Fixed 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-03 | Use 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-02 | Improve 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-02 | Reshuffle the FLAC demuxer loading a little, copying part of the code over | Darren 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-02 | Various static/const fixes from Gentoo. | Darren Salt | |
CVS patchset: 8009 CVS date: 2006/06/02 22:18:56 | |||
2006-06-02 | More 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-02 | Include crc.c directly from xine_decoder.c since that's the only user of the | Darren 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-02 | Allow building of xine-lib with -Werror-implicit-function-declaration by | Darren Salt | |
ensuring that all used functions have a proper declaration. (Gentoo) CVS patchset: 8004 CVS date: 2006/06/02 19:19:36 | |||
2006-06-02 | Trivial #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-31 | Fix the spelling of the new buffer-full error message. | Darren Salt | |
CVS patchset: 8002 CVS date: 2006/05/31 21:14:40 | |||
2006-05-31 | HTTP input: buffer overflow fix. (Diego Pettenò) (CVE-2006-2802) | Darren Salt | |
CVS patchset: 8001 CVS date: 2006/05/31 20:58:22 | |||
2006-05-30 | Fix up health check to find libX11 and libXv shared objects even if devel | Darren 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 already | Bastien 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-23 | Add recent fixes. | Matthias Hopf | |
CVS patchset: 7996 CVS date: 2006/05/23 13:58:30 | |||
2006-05-22 | Fixed undefined symbol [SUSE #173413] (Andreas Schwab). | Matthias Hopf | |
CVS patchset: 7995 CVS date: 2006/05/22 17:04:35 | |||
2006-05-22 | Fixed unaligned access on IA64 (Andreas Schwab). | Matthias Hopf | |
CVS patchset: 7994 CVS date: 2006/05/22 17:00:40 | |||
2006-05-22 | Fixed gcc warnings (Adrian Schroeter). | Matthias Hopf | |
CVS patchset: 7993 CVS date: 2006/05/22 16:57:36 | |||
2006-05-22 | Security 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-22 | Don't hardcode cache line size for PPC. (Andreas Schwab) | Matthias Hopf | |
CVS patchset: 7991 CVS date: 2006/05/22 16:35:15 | |||
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-07 | Setup 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-04 | Make the_font (gfontrle.c) static again, and this time fix up the other | Darren 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-04 | Compilation fix. | František Dvořák | |
CVS patchset: 7986 CVS date: 2006/05/04 18:10:40 | |||
2006-05-03 | Make 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-02 | Fix a null dereference which occurs if enabling deinterlacing when | Darren Salt | |
onefield_xv is selected and no frames have yet been processed. CVS patchset: 7984 CVS date: 2006/05/02 21:19:32 |