Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-06-20 | Fix generic warnings. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8065 CVS date: 2006/06/20 01:46:41 | |||
2006-06-20 | Fix generic warnings. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8064 CVS date: 2006/06/20 01:07:58 | |||
2006-06-20 | Fix generic warnings. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8063 CVS date: 2006/06/20 00:35:07 | |||
2006-06-20 | Remove need to use -fno-strict-aliasing, by using an union on accept() ↵ | Diego 'Flameeyes' Pettenò | |
usage, and by not using a double pointer in alphablend code (the first pointer was always dereferenced anyway). CVS patchset: 8062 CVS date: 2006/06/20 00:18:44 | |||
2006-06-19 | - we don't check the retvals, so zero the buffers just in case | Bastien Nocera | |
CVS patchset: 8061 CVS date: 2006/06/19 13:51:04 | |||
2006-06-19 | Mark text as impure where necessary to fix build under Solaris/IA32. | Robin KAY | |
CVS patchset: 8060 CVS date: 2006/06/19 12:08:45 | |||
2006-06-18 | Avoid crashing if xine_set_param is called with a NULL stream. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8059 CVS date: 2006/06/18 22:51:29 | |||
2006-06-18 | - don't stop the installation if the chcon doesn't work for | Bastien Nocera | |
whatever reason CVS patchset: 8058 CVS date: 2006/06/18 21:13:29 | |||
2006-06-18 | Don't require mkinstalldirs, as requested by Frantisek Dvorak. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8057 CVS date: 2006/06/18 21:09:28 | |||
2006-06-18 | Regenerate, and update italian translation. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8056 CVS date: 2006/06/18 21:08:02 | |||
2006-06-18 | Misc warnings fixes. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8055 CVS date: 2006/06/18 20:29:03 | |||
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-16 | Put quotes around `pwd` in case the working directory contains a space. | Robin KAY | |
CVS patchset: 8043 CVS date: 2006/06/16 14:38:59 | |||
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 | Fix build failure when $(srcdir) is an absolute path. | Robin KAY | |
CVS patchset: 8040 CVS date: 2006/06/15 21:31:33 | |||
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 | Add xine-specific changes to the new intl files, other little correction. | František Dvořák | |
CVS patchset: 8034 CVS date: 2006/06/11 15:13:06 | |||
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 ChangeLog with i18n updates. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8031 CVS date: 2006/06/10 02:11:02 | |||
2006-06-10 | Update Italian translation. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8030 CVS date: 2006/06/10 02:08:07 | |||
2006-06-10 | Regenerate. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8029 CVS date: 2006/06/10 02:00:06 | |||
2006-06-10 | Change a bit the command so that it's better styled. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8028 CVS date: 2006/06/10 01:53:30 | |||
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 | Update POTFILES.in so that it's actually useful; update also the comamnd ↵ | Diego 'Flameeyes' Pettenò | |
used with one that is faster. CVS patchset: 8026 CVS date: 2006/06/10 01:21:02 | |||
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-10 | Don't use the library name as domain name for gettext, as the one actually ↵ | Diego 'Flameeyes' Pettenò | |
used and installed is "xine-lib". CVS patchset: 8022 CVS date: 2006/06/10 00:16:43 | |||
2006-06-08 | Mention more security fixes. | Darren Salt | |
CVS patchset: 8021 CVS date: 2006/06/08 21:00:01 | |||
2006-06-08 | Whoops, wrong CVE number... | Darren Salt | |
CVS patchset: 8020 CVS date: 2006/06/08 20:15:48 | |||
2006-06-08 | Note CVE-2006-1664, fixed in src/input/input.http revision 1.118. | Darren Salt | |
CVS patchset: 8019 CVS date: 2006/06/08 20:02:48 | |||
2006-06-07 | 64-bit casting int<->pointer fixes. | Darren Salt | |
CVS patchset: 8018 CVS date: 2006/06/07 22:52:29 | |||
2006-06-07 | Resync. | Darren Salt | |
CVS patchset: 8017 CVS date: 2006/06/07 20:23:58 | |||
2006-06-07 | Italian translation update (Diego Pettenò). | Darren Salt | |
CVS patchset: 8016 CVS date: 2006/06/07 20:18:07 |