Age | Commit message (Collapse) | Author |
|
CVS patchset: 7392
CVS date: 2005/02/08 22:10:16
|
|
CVS patchset: 7391
CVS date: 2005/02/08 22:05:04
|
|
Added PLUGIN_NO_UNLOAD to the gnome_vfs plugin because unloading this plugins cause troubles (segfault).
Current plugin loader preloads all input and demuxer plugins, so adding these flags will not change the current behavior of the lib.
CVS patchset: 7390
CVS date: 2005/02/07 23:58:57
|
|
Fixed config locking.
CVS patchset: 7389
CVS date: 2005/02/07 18:53:17
|
|
CVS patchset: 7388
CVS date: 2005/02/07 18:47:12
|
|
Convert non-ASCII latin1 character to ASCII in xine source code.
Synchronize po-files.
Czech translation update.
CVS patchset: 7387
CVS date: 2005/02/06 19:52:54
|
|
Updated win32 M$VC port.
CVS patchset: 7386
CVS date: 2005/02/06 19:16:18
|
|
Incremented demux API version.
This is needed to unload plugins.
CVS patchset: 7385
CVS date: 2005/02/06 15:26:00
|
|
Incremented all input plugins API version.
CVS patchset: 7384
CVS date: 2005/02/06 15:00:34
|
|
function), courtesy of Diego Biurrun
CVS patchset: 7383
CVS date: 2005/02/05 20:31:04
|
|
Long awaited new version of DirectX audio output plugin.
(very stable IMHO, so marked for 1.0 branch too)
CVS patchset: 7382
CVS date: 2005/02/04 22:31:29
|
|
of image dummy demuxer which now sends proper end-of-frame flags
CVS patchset: 7381
CVS date: 2005/02/03 23:18:33
|
|
Documentation about Win32 platform. Do we attract more developers? :-)
(marked as bugfix, because it belongs to stable branch too)
CVS patchset: 7380
CVS date: 2005/02/03 19:40:14
|
|
bug++
CVS patchset: 7379
CVS date: 2005/02/03 07:31:19
|
|
Fixed build on solaris:
- use libresolv in hstrerror check
- replace PRIiMAX and PRIXMAX by PRIdMAX and PRIxMAX
Removed timezone struct for MinGW from public os_types.h, update header comment.
Fixed build musepack library on some platforms using xine types.
Thanks to Niki W. Waibel for reporting and testing.
CVS patchset: 7378
CVS date: 2005/02/03 07:19:03
|
|
CVS patchset: 7377
CVS date: 2005/02/02 23:11:38
|
|
NULL after freeing.
CVS patchset: 7376
CVS date: 2005/01/31 15:15:58
|
|
Bug 1092411
Makes XvMC handle cases where each slice is split into more than two parts.
This got broken on IDCT / MOCOMP with a previous commit to fix a search
segfault. Has never worked before with VLD.
Still IDCT / MOCOMP exhibit bad picture quality in this case but not worse
than before it got broken.
CVS patchset: 7375
CVS date: 2005/01/30 18:01:25
|
|
One missing file in Makefile.
CVS patchset: 7374
CVS date: 2005/01/30 16:57:49
|
|
- duplicate all strings, needed to allow plugin unloading
- move duplicated code to functions
This should not change anything to the behavior of the config system.
CVS patchset: 7373
CVS date: 2005/01/30 16:51:20
|
|
Import WIN32 compile fix from musepack SVN.
CVS patchset: 7372
CVS date: 2005/01/30 14:41:34
|
|
The present behavior of checking for aalib will proceed if this flag
is not given.
CVS patchset: 7371
CVS date: 2005/01/29 23:17:52
|
|
Increase internal buffer size when necessary
CVS patchset: 7370
CVS date: 2005/01/29 18:33:53
|
|
Andreas Roever
CVS patchset: 7369
CVS date: 2005/01/27 22:32:24
|
|
CVS patchset: 7368
CVS date: 2005/01/27 11:17:28
|
|
Fix cropping and zooming
CVS patchset: 7367
CVS date: 2005/01/23 23:01:12
|
|
xine_osd_draw_text now has the same semantics for xine- and freetype-fonts regarding the coordinates. xine_osd_get_text_size now returns the font height for freetype fonts.
CVS patchset: 7366
CVS date: 2005/01/22 23:29:06
|
|
any. Fixes the bug discussed in:
http://thread.gmane.org/gmane.comp.video.xine.devel/12305
CVS patchset: 7365
CVS date: 2005/01/21 18:47:54
|
|
CVS patchset: 7364
CVS date: 2005/01/20 11:29:43
|
|
- set the displayed bitmap's width to a multiple of 8 (round up);
- centre the image within this.
Incorrect colours fix:
- use RGB8 instead of BGR8.
Shout if these break things :-)
CVS patchset: 7363
CVS date: 2005/01/19 00:59:27
|
|
This fixes problems with some mms servers.
Thanks to Alain Daurat (daurat@users.sourceforge.net) for the investigations.
CVS patchset: 7362
CVS date: 2005/01/18 23:25:34
|
|
stream with no mrl assigned, XINE_STATUS_STOP for a stream ready to play.
CVS patchset: 7361
CVS date: 2005/01/18 22:38:31
|
|
fixed some memleaks reported by Jerome
CVS patchset: 7360
CVS date: 2005/01/18 21:58:19
|
|
fixed memleak reported by Jerome
CVS patchset: 7359
CVS date: 2005/01/18 21:45:42
|
|
fix a typo, thanks to Anders Rune Jensen for the report
CVS patchset: 7358
CVS date: 2005/01/18 21:33:33
|
|
CVS patchset: 7357
CVS date: 2005/01/17 19:29:48
|
|
Fixed bug: http://sourceforge.net/tracker/index.php?func=detail&aid=1098490&group_id=9655&atid=109655
CVS patchset: 7356
CVS date: 2005/01/17 19:27:51
|
|
* unfortunately, strtol() wants a char** in its second arg, not a const char**,
which transitively changes the entire declaration
* if namelen is being used as an array index, it should better be unsigned
CVS patchset: 7355
CVS date: 2005/01/16 18:47:19
|
|
CVS patchset: 7354
CVS date: 2005/01/16 17:56:05
|
|
trying to get rid of compiler warnings and make the test suite compile again
CVS patchset: 7353
CVS date: 2005/01/16 17:55:31
|
|
- recognise " ' & < > &#X; (1<=X<256)
- automatic decoding for text and for attribute values
- provide a function for front-ends to use to escape text for XML output
CVS patchset: 7352
CVS date: 2005/01/16 17:51:04
|
|
(is the vidix update stable enough to go into 1.0.1?)
CVS patchset: 7351
CVS date: 2005/01/15 17:52:23
|
|
fix compiler warning
CVS patchset: 7349
CVS date: 2005/01/15 17:04:48
|
|
CVS patchset: 7348
CVS date: 2005/01/15 16:49:36
|
|
CVS patchset: 7347
CVS date: 2005/01/15 15:14:44
|
|
CVS patchset: 7346
CVS date: 2005/01/14 15:36:04
|
|
CVS patchset: 7345
CVS date: 2005/01/14 15:29:47
|
|
CVS patchset: 7344
CVS date: 2005/01/14 15:24:07
|
|
installation (rather than to install the debug)
CVS patchset: 7343
CVS date: 2005/01/14 00:08:41
|
|
CVS patchset: 7342
CVS date: 2005/01/13 21:33:04
|