Age | Commit message (Collapse) | Author |
|
using hacksaround. Also replace the whole pthread check with an improved macro originally written for XCB, this way it's not going to try linking the fake -lpthread on Darwin, and it also does not force a -I/usr/local/include on FreeBSD. The new macro respects the same variables set by ports, so that it's even more transparent to FreeBSD users.
CVS patchset: 8739
CVS date: 2007/03/22 20:44:58
|
|
change their class to xineinclude, and set xineincludedir in Makefile.common.
CVS patchset: 8737
CVS date: 2007/03/22 17:37:17
|
|
CVS as needs to be submitted.
CVS patchset: 8727
CVS date: 2007/03/20 00:35:29
|
|
CVS patchset: 8707
CVS date: 2007/03/17 19:15:58
|
|
those, check only the status code. This fixes WikipediaWeekly podcasts for instance.
CVS patchset: 8706
CVS date: 2007/03/17 16:47:16
|
|
FreeBSD ports, and makes no functional change of sort on Linux.
CVS patchset: 8675
CVS date: 2007/03/16 16:32:58
|
|
Albert Lee.
CVS patchset: 8660
CVS date: 2007/03/10 00:57:30
|
|
CVS patchset: 8657
CVS date: 2007/03/10 00:48:59
|
|
CVS patchset: 8627
CVS date: 2007/02/25 18:04:08
|
|
but note that it's not exported by libvcd so it is unsafe to use.
CVS patchset: 8619
CVS date: 2007/02/21 23:17:14
|
|
CVS patchset: 8616
CVS date: 2007/02/20 01:04:07
|
|
CVS patchset: 8612
CVS date: 2007/02/20 00:51:39
|
|
CVS patchset: 8608
CVS date: 2007/02/20 00:34:55
|
|
language & subtitle strings (given a buffer of >= XINE_LANG_MAX bytes).
Also fixes an off-by-one buffer termination in the TS code.
(Note: compile-tested only.)
CVS patchset: 8592
CVS date: 2007/02/08 02:40:22
|
|
work. Thanks Timothy Redaelli for helping me diagnose it.
CVS patchset: 8564
CVS date: 2007/01/26 17:06:05
|
|
CVS patchset: 8529
CVS date: 2007/01/19 01:25:24
|
|
CVS patchset: 8526
CVS date: 2007/01/19 01:16:46
|
|
CVS patchset: 8524
CVS date: 2007/01/19 01:05:24
|
|
*, so that 'return "something"' is valid. Note that _()/gettext() returns a char * but statically allocated, that the documentation considers constant.
CVS patchset: 8519
CVS date: 2007/01/18 23:02:18
|
|
CVS patchset: 8497
CVS date: 2007/01/11 16:20:55
|
|
CVS patchset: 8494
CVS date: 2007/01/09 20:50:59
|
|
Actually this is only implemented for the MMST protocol.
CVS patchset: 8484
CVS date: 2007/01/03 15:09:42
|
|
CVS patchset: 8480
CVS date: 2006/12/31 12:34:21
|
|
CVS patchset: 8479
CVS date: 2006/12/31 12:17:00
|
|
CVS patchset: 8474
CVS date: 2006/12/28 21:38:32
|
|
CVS patchset: 8447
CVS date: 2006/12/25 18:34:07
|
|
by Roland Kay. [bug #1602631]
CVS patchset: 8442
CVS date: 2006/12/25 16:21:56
|
|
Kay. [bug #1602663]
CVS patchset: 8441
CVS date: 2006/12/25 16:12:16
|
|
Kay. [bug #1603503]
CVS patchset: 8440
CVS date: 2006/12/25 15:39:31
|
|
CVS patchset: 8435
CVS date: 2006/12/22 18:08:10
|
|
Modified rtsp_session_read() to break reading after the end of the header.
Support user-specified bandwidth via the "media.network.bandwidth" config option.
CVS patchset: 8433
CVS date: 2006/12/22 16:42:20
|
|
CVS patchset: 8432
CVS date: 2006/12/22 16:38:15
|
|
strings or names of files, device nodes or directories. This information is
available to front ends (via .num_value) so that they can present
file/dir-open dialogue boxes if they so choose.
Subtitle font selection is split up due to this.
CVS patchset: 8425
CVS date: 2006/12/19 19:10:50
|
|
support starting the playback at an optional time by delaying the PLAY
request upon the first call to rtsp_session_read() and setting the playback
start time via input_plugin->seek_time().
CVS patchset: 8422
CVS date: 2006/12/18 21:31:47
|
|
CVS patchset: 8421
CVS date: 2006/12/18 21:22:45
|
|
Does not affect access via DVD device or image.
CVS patchset: 8414
CVS date: 2006/12/13 20:52:27
|
|
Holding it open prevents eject from working.
CVS patchset: 8413
CVS date: 2006/12/13 19:21:10
|
|
Holding it open prevents eject from working.
CVS patchset: 8412
CVS date: 2006/12/13 19:14:19
|
|
CVS patchset: 8408
CVS date: 2006/12/08 22:26:22
|
|
Consolidated multiple strncat() calls to snprintf().
CVS patchset: 8407
CVS date: 2006/12/08 16:26:10
|
|
what caused the failure.
CVS patchset: 8395
CVS date: 2006/11/30 10:54:18
|
|
CVS patchset: 8392
CVS date: 2006/11/29 19:43:01
|
|
some stuff, included %. This unbreaks URLs that contains "%20" already instead of spaces.
CVS patchset: 8382
CVS date: 2006/11/19 15:38:47
|
|
enough was still NULL so that we didn't end up overwriting the wrong memory location (thus causing more issues). This should fix bug #1582987.
CVS patchset: 8370
CVS date: 2006/11/11 00:05:22
|
|
string, so that it can play mp3 files with spaces in the name through HTTP, for instance.
Thanks to Timothy Redaelli for reporting.
CVS patchset: 8369
CVS date: 2006/11/10 23:47:48
|
|
GNOME Bugzilla:
http://bugzilla.gnome.org/show_bug.cgi?id=344592
CVS patchset: 8354
CVS date: 2006/10/29 19:39:39
|
|
CVS patchset: 8349
CVS date: 2006/10/23 21:18:18
|
|
CVS patchset: 8343
CVS date: 2006/10/16 22:09:32
|
|
update for attic platforms (mainly older MinGW)
unsupported attributes not used (fixes warnings)
added check for sentinel attribute
enabled TrueSpeech codec
CVS patchset: 8327
CVS date: 2006/10/02 15:56:03
|
|
CVS patchset: 8326
CVS date: 2006/10/01 20:14:43
|