Age | Commit message (Collapse) | Author |
|
CVS patchset: 6508
CVS date: 2004/05/09 22:05:34
|
|
CVS patchset: 6504
CVS date: 2004/05/09 19:21:22
|
|
no replacement, so it's used, but with configure check.
CVS patchset: 6503
CVS date: 2004/05/09 17:42:23
|
|
CVS patchset: 6497
CVS date: 2004/05/07 22:49:24
|
|
strings
-> read and update them as strings
* remove the obsolete CONFIG_TYPE_* constants and replace them with
XINE_CONFIG_TYPE_* from xine.h
CVS patchset: 6496
CVS date: 2004/05/07 14:38:14
|
|
CVS patchset: 6483
CVS date: 2004/05/04 21:49:00
|
|
CVS patchset: 6464
CVS date: 2004/04/30 09:38:52
|
|
CVS patchset: 6452
CVS date: 2004/04/27 20:46:26
|
|
please everybody watch out for spelling (and other) errors
CVS patchset: 6442
CVS date: 2004/04/26 17:50:06
|
|
CVS patchset: 6433
CVS date: 2004/04/25 14:50:32
|
|
Thanks Michael ;)
CVS patchset: 6429
CVS date: 2004/04/24 11:28:00
|
|
This is usefull when the format does'nt contain a frame rate / duration info like the ASF format.
See this thread for more details:
http://thread.gmane.org/gmane.comp.video.xine.devel/8387
CVS patchset: 6426
CVS date: 2004/04/22 23:19:03
|
|
"down" is the usual datapath from decoder to output, "up" is the opposite way
-> this means swapping two function names
-> this means increasing the post plugin iface version
external plugin developers: just swap usage of
_x_post_frame_copy_up() and _x_post_frame_copy_down() functions
CVS patchset: 6412
CVS date: 2004/04/17 19:54:31
|
|
can receive error events before the end of xine_open()
CVS patchset: 6410
CVS date: 2004/04/16 16:34:22
|
|
CVS patchset: 6407
CVS date: 2004/04/15 19:36:57
|
|
CVS patchset: 6399
CVS date: 2004/04/13 07:59:22
|
|
they might call port->close(), which might finish a pending disposal of a
post plugin, which will try to decrement the reference count for that plugin,
which will try to grab the plugin catalog lock...
CVS patchset: 6393
CVS date: 2004/04/11 14:51:20
|
|
CVS patchset: 6385
CVS date: 2004/04/10 17:41:44
|
|
CVS patchset: 6372
CVS date: 2004/04/10 03:45:52
|
|
about buffer overruns.
CVS patchset: 6368
CVS date: 2004/04/09 22:12:09
|
|
CVS patchset: 6367
CVS date: 2004/04/09 21:46:54
|
|
explains
CVS patchset: 6363
CVS date: 2004/04/09 15:06:02
|
|
xine_init().
CVS patchset: 6357
CVS date: 2004/04/09 11:26:10
|
|
(use toxine luke... ;-) )
CVS patchset: 6351
CVS date: 2004/04/08 16:20:14
|
|
CVS patchset: 6350
CVS date: 2004/04/08 13:37:54
|
|
CVS patchset: 6348
CVS date: 2004/04/08 11:10:10
|
|
CVS patchset: 6342
CVS date: 2004/04/07 18:10:20
|
|
x = a / b + c
to
y = b + c
x = a / y
which is wrong and breaks the resampling sync method; changing to
y = a / b
x = y + c
should fix; thanks to Carsten Weinhold for the patch
CVS patchset: 6341
CVS date: 2004/04/07 18:07:25
|
|
firewall!!!).
New functions into io_helper:
_x_io_tcp_connect_finish ... wait for successful connect with timeout
_x_io_tcp_read_line ... read the string from the socket (improvements neded)
Use io_helper functions in input_cdda.
Don't try connect again to freedb server, if previous connecting was failed.
CVS patchset: 6337
CVS date: 2004/04/06 18:40:32
|
|
busy.
CVS patchset: 6333
CVS date: 2004/04/05 20:01:24
|
|
CVS patchset: 6329
CVS date: 2004/04/05 17:58:54
|
|
CVS patchset: 6318
CVS date: 2004/03/29 19:50:58
|
|
CVS patchset: 6313
CVS date: 2004/03/28 19:56:08
|
|
(buf->free_buffer() for example must not be called with a ticket held, since
it can block, when the demuxer triggered nbc, which will occupy the fifo lock)
CVS patchset: 6312
CVS date: 2004/03/28 19:51:56
|
|
CVS patchset: 6309
CVS date: 2004/03/27 12:59:45
|
|
CVS patchset: 6305
CVS date: 2004/03/23 22:54:31
|
|
tested X(
CVS patchset: 6304
CVS date: 2004/03/23 15:38:04
|
|
CVS patchset: 6297
CVS date: 2004/03/21 23:45:10
|
|
CVS patchset: 6294
CVS date: 2004/03/21 23:13:36
|
|
CVS patchset: 6293
CVS date: 2004/03/21 23:04:13
|
|
CVS patchset: 6276
CVS date: 2004/03/16 21:32:23
|
|
to be enabled by the user
CVS patchset: 6274
CVS date: 2004/03/16 20:50:08
|
|
renewal regularly to fulfill the ticket contract, which says:
"assure to release or renew revocable tickets after a finite time"
this patch also includes a small change to video out's flushing logic:
we set last_delivery_pts into the future to avoid flushing again when the
decoder does not react (stopped streams are otherwise being flushed all the time)
CVS patchset: 6270
CVS date: 2004/03/16 12:25:05
|
|
CVS patchset: 6261
CVS date: 2004/03/14 23:07:25
|
|
CVS patchset: 6250
CVS date: 2004/03/14 13:45:54
|
|
- add stdint.h with INT16_MIN/MAX
- apply forgotten change _MSC_VER -> HAVE_ICONV
- get rid of some _MSC_VER - changed to WIN32 since it'll be used by MINGW too
CVS patchset: 6249
CVS date: 2004/03/14 09:38:03
|
|
this should fix hang on exit reported by Bastien. untested.
CVS patchset: 6243
CVS date: 2004/03/12 14:53:16
|
|
CVS patchset: 6237
CVS date: 2004/03/09 04:09:41
|
|
CVS patchset: 6234
CVS date: 2004/03/08 18:33:54
|
|
CVS patchset: 6212
CVS date: 2004/03/03 20:17:40
|