summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-03-03* use AC_HELP_STRING for the configure options (should do the same in all ↵Michael Roitzsch
the m4's) * use $enableval and $withval properly, because users can pass --disable-something as well as --enable-something and they should behave differently * remove the superfluous x86_64 case branch, because there is already one further above, so the second one would never be reached CVS patchset: 6208 CVS date: 2004/03/03 19:52:53
2004-03-03An id3 parsing error is not a reason to not play the mp3 stream.Thibaut Mattern
Should fix some bugs reported on irc and sf bugreport system. CVS patchset: 6207 CVS date: 2004/03/03 00:39:15
2004-03-02- disable the AO event thread as pthread_cancel is known to be very unreliableBastien Nocera
and is causing deadlocks on exit in Totem, see: http://bugzilla.gnome.org/show_bug.cgi?id=122120 CVS patchset: 6206 CVS date: 2004/03/02 23:51:39
2004-03-02- added David Woodhouse's file (wave) audio out plugin, added David to the ↵Bastien Nocera
AUTHORS file, and mentioned the new plugin in the ChangeLog CVS patchset: 6205 CVS date: 2004/03/02 19:48:41
2004-03-022 more QT meta atoms, one for composer and one for yearMike Melanson
CVS patchset: 6204 CVS date: 2004/03/02 02:53:59
2004-03-01Support for 14.4 codec in RealMedia filesJames Stembridge
CVS patchset: 6203 CVS date: 2004/03/01 22:33:52
2004-03-01Add Yann VernierThibaut Mattern
CVS patchset: 6202 CVS date: 2004/03/01 22:27:01
2004-03-01Multiple multicast client on the same host support.Thibaut Mattern
Patch from Steve <sgbirch at imsmail dot org> Warning: The code looks ok but I can't test it. CVS patchset: 6201 CVS date: 2004/03/01 22:22:54
2004-03-01Via Ezra detection.Thibaut Mattern
Patch from Yann Vernier (yann at algonet dot se) CVS patchset: 6200 CVS date: 2004/03/01 21:14:33
2004-03-01check if there is enough bytes in the buffer before reading.Thibaut Mattern
CVS patchset: 6199 CVS date: 2004/03/01 21:03:19
2004-03-01- oops, we're leaking!Bastien Nocera
CVS patchset: 6198 CVS date: 2004/03/01 00:22:31
2004-03-01- fix a crash when using the gnome-vfs plugin with newer gnome-vfs versionsBastien Nocera
CVS patchset: 6197 CVS date: 2004/03/01 00:17:27
2004-02-29speed improvements (reduced CPU-usage up to 90% when playing IFF-ANIM files)Manfred Tremmel
CVS patchset: 6196 CVS date: 2004/02/29 19:22:42
2004-02-29compute and set the bitrate for CBR audio streamsMike Melanson
CVS patchset: 6195 CVS date: 2004/02/29 18:42:39
2004-02-29support the 'meta' atom type that iTunes is fond of using for its musicMike Melanson
files CVS patchset: 6194 CVS date: 2004/02/29 17:55:28
2004-02-29Disable back debug output.František Dvořák
CVS patchset: 6193 CVS date: 2004/02/29 17:33:04
2004-02-29Various compilation fixes and updates:František Dvořák
- xine compilable without iconv (scream if I something broke) - update MSVC port, fixes in avi demux - add iff.h into makefiles - ffmpeg depends on zlib (build was OK only when freetype was installed) - commit a patch for goom CVS patchset: 6192 CVS date: 2004/02/29 17:26:45
2004-02-28New caca video output plugin - color ASCII art.František Dvořák
CVS patchset: 6191 CVS date: 2004/02/28 19:56:41
2004-02-28Show auto-scan calls when call debugging is in effect.Rocky Bernstein
CVS patchset: 6190 CVS date: 2004/02/28 19:29:38
2004-02-28- Do not repaint the whole video output area in black when an expose event s ↵Thibaut Mattern
raised. This reduce flickering when resizing/moving the output window (and it's a bit faster). - Recompute output coordinates before repainting the output window, it fixes some errors when resizing the xine logo. CVS patchset: 6189 CVS date: 2004/02/28 15:09:01
2004-02-25IFF: added ANIM OPT7 and OPT8 supportManfred Tremmel
CVS patchset: 6188 CVS date: 2004/02/25 18:57:34
2004-02-23trying not to fall behind: adding xine_osd_get_capabilities andMichael Roitzsch
xine_osd_show_unscaled CVS patchset: 6187 CVS date: 2004/02/23 18:26:52
2004-02-23typo fix from libdvdread, found by Yi-Shin Li, patch seen on Ogle-devel by ↵Michael Roitzsch
Daniel CVS patchset: 6186 CVS date: 2004/02/23 18:15:11
2004-02-22small code cleanupAndreas Heinchen
CVS patchset: 6185 CVS date: 2004/02/22 23:46:32
2004-02-22HAM decoding bug fixedManfred Tremmel
CVS patchset: 6184 CVS date: 2004/02/22 18:31:48
2004-02-22fixed a bug when displaying IFF-ILBM 24 Bit picturesManfred Tremmel
CVS patchset: 6183 CVS date: 2004/02/22 16:47:30
2004-02-22added IFF-ANIM support, opt5 and (untested, can't finde samples) opt 4 codingsManfred Tremmel
CVS patchset: 6182 CVS date: 2004/02/22 12:36:35
2004-02-21Fix mixer failure for envy24 sound cards.James Courtier-Dutton
Error message reported: - xine: simple.c:1465: snd_mixer_selem_get_playback_volume: Zusicherung »elem« nicht erfüllt. CVS patchset: 6181 CVS date: 2004/02/21 14:16:48
2004-02-20Fixed detection of linux framebuffer support. Included xineutils.h in ↵Robin KAY
dsputil_mlib.c and added to diff_to_ffmpeg_cvs.txt. Fixed function prototype in dsputil_mlib.c (should be sent back to ffmpeg-dev at some point). Fixed includes in nosefart. Fixed nested comments and includes in goom. CVS patchset: 6180 CVS date: 2004/02/20 19:53:38
2004-02-20it's O_SYNC (thanks to Nicolas Boullis for the patch)Michael Roitzsch
CVS patchset: 6179 CVS date: 2004/02/20 18:16:52
2004-02-20build dxr3 even on non-x86 architectures, the next release of the driverMichael Roitzsch
will work on Alpha and Sparc (thanks to Nicolas Boullis for the patch) CVS patchset: 6178 CVS date: 2004/02/20 18:15:28
2004-02-19Last third of the documentation changes.František Dvořák
CVS patchset: 6177 CVS date: 2004/02/19 20:11:00
2004-02-19Michael's corrections and changes in the FAQ. English looks better now. :-)František Dvořák
CVS patchset: 6176 CVS date: 2004/02/19 19:10:58
2004-02-19apply modified Mandrake patch (provided by Goetz Waschk and Gwenole Beauchesne)Michael Roitzsch
for demux_ogg.c CVS patchset: 6175 CVS date: 2004/02/19 18:04:27
2004-02-19Mandrake patches fromRocky Bernstein
http://cvs.mandrakesoft.com/cgi-bin/cvsweb.cgi/SPECS/xine-lib/ via Goetz Waschk who reports: The amd64 patch (xine-lib-1-rc0a-amd64.patch) sets some conservative CFLAGS for amd64, the lib64 patch (xine-lib-1-rc0a-lib64.patch) replaces hardcoded /lib to support the lib64 library dir on amd64, the directfb patch (xine-lib-1-rc2-no-directfb.patch) adds a configure option to disable directfb, the linuxfb patch (xine-lib-1-rc3a-no-linuxfb.patch) does the same for linux framebuffer and the 64bit fixes patch (xine-lib-1-rc3-64bit-fixes.patch) doesn't apply at the moment against the CVS -- demux_ogg.c was not applied. it includes some 64 bit pointer and other fixes for 64bit architectures. from Gwenole Beauchesne I haven't tested other than apply and compile. CVS patchset: 6174 CVS date: 2004/02/19 02:50:24
2004-02-19Structure not big enough and was writing past buffer boundary.Rocky Bernstein
Thanks to Marco Zühlke for finding/fixing this problem. CVS patchset: 6173 CVS date: 2004/02/19 02:31:22
2004-02-18attach numbers to the names of the video inputs to make them addressable viaMichael Roitzsch
xine_post_input() CVS patchset: 6172 CVS date: 2004/02/18 16:03:55
2004-02-17PGX32 video output plugin added. More cosmetic changes to video_out_pgx64.Robin KAY
CVS patchset: 6171 CVS date: 2004/02/17 19:44:02
2004-02-17I bet it was meant that wayMichael Roitzsch
CVS patchset: 6170 CVS date: 2004/02/17 18:19:19
2004-02-17update text to autoconf 2.57Michael Roitzsch
CVS patchset: 6169 CVS date: 2004/02/17 16:00:23
2004-02-17Make default type of connection in MMS configurable (autoprobe, TCP or HTTP).František Dvořák
mms:// ... method (or probing) according to config option mmst:// ... always only TCP mmsh:// ... always only HTTP This will speed up connection behind firewalls which block TCP. Default behaviour is the same as current. CVS patchset: 6168 CVS date: 2004/02/17 13:40:57
2004-02-17Tiny adjustment of xine-fontconv behaviour.František Dvořák
CVS patchset: 6167 CVS date: 2004/02/17 13:37:19
2004-02-16Disable syncfb plugin on platforms which don't have the kernel endpoint. ↵Robin KAY
Tweak pgx64 plugin, mainly cosmetic. CVS patchset: 6166 CVS date: 2004/02/16 23:17:05
2004-02-16fix freezes with input plugins that play with the speed:uid86226
* use _x_set_speed() for speed manipulations, since it is ticket-safe * _x_set_speed() is an internal helper function now, move frontend locking outside of it * restrict access to metronom clock internal stuff CVS patchset: 6165 CVS date: 2004/02/16 20:19:09
2004-02-16Add docs about xine fonts waiting on xine-docs.František Dvořák
CVS patchset: 6164 CVS date: 2004/02/16 17:05:56
2004-02-16this file is not needed any more, the OGM subtitle decoder has been mergedMichael Roitzsch
into xine_decoder.c CVS patchset: 6163 CVS date: 2004/02/16 16:02:14
2004-02-15thank you, valgrindMichael Roitzsch
CVS patchset: 6162 CVS date: 2004/02/15 20:31:23
2004-02-15exiting xine with arts audio freezes on BSD; this should be an arts bug, butMichael Roitzsch
mplayer works around this, so we could do the same ;) thanks to Fridtjof Busse for reporting and testing this CVS patchset: 6161 CVS date: 2004/02/15 19:29:47
2004-02-15ignoring empty spus created by some ogm-muxingtoolsAndreas Heinchen
CVS patchset: 6160 CVS date: 2004/02/15 18:52:42
2004-02-15small fix for language of ogg-spu-streamsAndreas Heinchen
CVS patchset: 6159 CVS date: 2004/02/15 18:26:51