summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-02-08Removed the doubled line.František Dvořák
CVS patchset: 7392 CVS date: 2005/02/08 22:10:16
2005-02-08Basque translation of xine-ui from Piarres Beobide.František Dvořák
CVS patchset: 7391 CVS date: 2005/02/08 22:05:04
2005-02-07Added PLUGIN_MUST_PRELOAD to all input plugins registering config entries.Thibaut Mattern
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
2005-02-07Stupid me, sorry about that.Thibaut Mattern
Fixed config locking. CVS patchset: 7389 CVS date: 2005/02/07 18:53:17
2005-02-07make Valgrind happy with empty files.Thibaut Mattern
CVS patchset: 7388 CVS date: 2005/02/07 18:47:12
2005-02-06**BUGFIX**František Dvořák
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
2005-02-06**BUGFIX**František Dvořák
Updated win32 M$VC port. CVS patchset: 7386 CVS date: 2005/02/06 19:16:18
2005-02-06Added node_plugin_t pointer to the demux struct.Thibaut Mattern
Incremented demux API version. This is needed to unload plugins. CVS patchset: 7385 CVS date: 2005/02/06 15:26:00
2005-02-06Added a plugin_node_t pointer to the input plugin struct.Thibaut Mattern
Incremented all input plugins API version. CVS patchset: 7384 CVS date: 2005/02/06 15:00:34
2005-02-05legacy compiler patch (keep those variable decls at the front of aMike Melanson
function), courtesy of Diego Biurrun CVS patchset: 7383 CVS date: 2005/02/05 20:31:04
2005-02-04**BUGFIX**František Dvořák
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
2005-02-03make the image decoder use imagemagick to decode images. slight improvements ↵Stefan Holst
of image dummy demuxer which now sends proper end-of-frame flags CVS patchset: 7381 CVS date: 2005/02/03 23:18:33
2005-02-03**BUGFIX**František Dvořák
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
2005-02-03**BUGFIX**František Dvořák
bug++ CVS patchset: 7379 CVS date: 2005/02/03 07:31:19
2005-02-03**BUGFIX**František Dvořák
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
2005-02-02More plugin description accessor functions (may load plugins).Darren Salt
CVS patchset: 7377 CVS date: 2005/02/02 23:11:38
2005-01-31**BUGFIX** fix for bug #1090707. Ensure buffers are assigned toMike Lampard
NULL after freeing. CVS patchset: 7376 CVS date: 2005/01/31 15:15:58
2005-01-30**BUGFIX**Thomas Hellström
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
2005-01-30*BUGFIX*František Dvořák
One missing file in Makefile. CVS patchset: 7374 CVS date: 2005/01/30 16:57:49
2005-01-30First part of the plugin loader changesThibaut Mattern
- 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
2005-01-30**BUGFIX**František Dvořák
Import WIN32 compile fix from musepack SVN. CVS patchset: 7372 CVS date: 2005/01/30 14:41:34
2005-01-29Add ability to disable checks for aalib if they are not required.Stephen Torri
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
2005-01-29**BUGFIX**James Stembridge
Increase internal buffer size when necessary CVS patchset: 7370 CVS date: 2005/01/29 18:33:53
2005-01-27fixed and faster clipping for texts, correct height for ft2 fonts. thanks to ↵Stefan Holst
Andreas Roever CVS patchset: 7369 CVS date: 2005/01/27 22:32:24
2005-01-27support the vorbis COMMENT-tagStefan Holst
CVS patchset: 7368 CVS date: 2005/01/27 11:17:28
2005-01-23**BUGFIX**James Stembridge
Fix cropping and zooming CVS patchset: 7367 CVS date: 2005/01/23 23:01:12
2005-01-22various fixes and improvements of freetype2 support by Andreas Roever. ↵Stefan Holst
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
2005-01-21Don't wait for events to be flush to the events thread if we don't haveBastien Nocera
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
2005-01-20fixing equalizer gains reported by xine_get_paramStefan Holst
CVS patchset: 7364 CVS date: 2005/01/20 11:29:43
2005-01-19Distorted image fix:Darren Salt
- 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
2005-01-18The first '/' seems to not be required.Thibaut Mattern
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
2005-01-18fix the status, xine-streams report. XINE_STATUS_IDLE is reported for a ↵Stefan Holst
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
2005-01-18**BUGFIX**Michael Roitzsch
fixed some memleaks reported by Jerome CVS patchset: 7360 CVS date: 2005/01/18 21:58:19
2005-01-18**BUGFIX**Michael Roitzsch
fixed memleak reported by Jerome CVS patchset: 7359 CVS date: 2005/01/18 21:45:42
2005-01-18**BUGFIX**Michael Roitzsch
fix a typo, thanks to Anders Rune Jensen for the report CVS patchset: 7358 CVS date: 2005/01/18 21:33:33
2005-01-17icecast 2 support fixesThibaut Mattern
CVS patchset: 7357 CVS date: 2005/01/17 19:29:48
2005-01-17Merge shoutcast/icecast header parsing with http header parsing.Thibaut Mattern
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
2005-01-16fixing compiler warningsMichael Roitzsch
* 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
2005-01-16avi bugfixesThibaut Mattern
CVS patchset: 7354 CVS date: 2005/01/16 17:56:05
2005-01-16**BUGFIX**Michael Roitzsch
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
2005-01-16Add basic support for character entities:Darren Salt
- recognise &quot; &apos; &amp; &lt; &gt; &#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
2005-01-15add WMA voice support and vidix update to ChangeLogMichael Roitzsch
(is the vidix update stable enough to go into 1.0.1?) CVS patchset: 7351 CVS date: 2005/01/15 17:52:23
2005-01-15**BUGFIX**Michael Roitzsch
fix compiler warning CVS patchset: 7349 CVS date: 2005/01/15 17:04:48
2005-01-15fix compiler warningsMichael Roitzsch
CVS patchset: 7348 CVS date: 2005/01/15 16:49:36
2005-01-15call me oversensitive, but I need the alphabetic order ;)Michael Roitzsch
CVS patchset: 7347 CVS date: 2005/01/15 15:14:44
2005-01-14HousekeepingJames Stembridge
CVS patchset: 7346 CVS date: 2005/01/14 15:36:04
2005-01-14(Drum roll) Long awaited support for MusepackJames Stembridge
CVS patchset: 7345 CVS date: 2005/01/14 15:29:47
2005-01-14(Drum roll) Long awaited support for MusepackJames Stembridge
CVS patchset: 7344 CVS date: 2005/01/14 15:24:07
2005-01-14- I always typo it, and install-debug sounds like it's to debug theBastien Nocera
installation (rather than to install the debug) CVS patchset: 7343 CVS date: 2005/01/14 00:08:41
2005-01-13Still do not understand where to put the entries...Thibaut Mattern
CVS patchset: 7342 CVS date: 2005/01/13 21:33:04