Age | Commit message (Collapse) | Author |
|
(BUF_CONTROL_DISCONTINUITY,BUF_CONTROL_NOP,BUF_CONTROL_AUDIO_CHANNEL,BUF_CONTROL_SPU_CHANNEL) so input plugins can enhance their communication with the xine engine (regarding pts continuities for example) - not all is implemented yet, but what is implemented is working pretty well - at least for me ;))
CVS patchset: 627
CVS date: 2001/09/12 22:18:47
|
|
CVS patchset: 626
CVS date: 2001/09/12 22:00:51
|
|
CVS patchset: 625
CVS date: 2001/09/12 19:50:41
|
|
CVS patchset: 624
CVS date: 2001/09/12 17:33:34
|
|
CVS patchset: 620
CVS date: 2001/09/11 23:02:47
|
|
CVS patchset: 617
CVS date: 2001/09/11 14:17:20
|
|
Document return values of audio_out.c:open
CVS patchset: 615
CVS date: 2001/09/11 14:10:04
|
|
CVS patchset: 609
CVS date: 2001/09/11 09:03:51
|
|
CVS patchset: 607
CVS date: 2001/09/10 21:52:59
|
|
yuv2rgb conversion
CVS patchset: 601
CVS date: 2001/09/10 13:36:56
|
|
bugfixes regarding buffer type handling
CVS patchset: 600
CVS date: 2001/09/10 03:04:48
|
|
CVS patchset: 591
CVS date: 2001/09/09 15:39:47
|
|
CVS patchset: 590
CVS date: 2001/09/08 18:11:41
|
|
CVS patchset: 586
CVS date: 2001/09/08 00:44:40
|
|
CVS patchset: 584
CVS date: 2001/09/06 18:38:11
|
|
CVS patchset: 581
CVS date: 2001/09/06 15:23:14
|
|
CVS patchset: 580
CVS date: 2001/09/06 14:09:37
|
|
CVS patchset: 579
CVS date: 2001/09/06 13:39:36
|
|
CVS patchset: 578
CVS date: 2001/09/06 13:37:46
|
|
some value > 0) for success.
(for consistancy with ao_driver->open)
CVS patchset: 576
CVS date: 2001/09/06 13:33:20
|
|
CVS patchset: 575
CVS date: 2001/09/06 13:29:18
|
|
CVS patchset: 574
CVS date: 2001/09/06 13:27:47
|
|
CVS patchset: 567
CVS date: 2001/09/05 16:02:29
|
|
<miguel@cetuc.puc-rio.br> - great stuff\! :-)
CVS patchset: 562
CVS date: 2001/09/04 16:19:27
|
|
CVS patchset: 559
CVS date: 2001/09/03 19:00:28
|
|
CVS patchset: 554
CVS date: 2001/09/02 22:26:54
|
|
CVS patchset: 550
CVS date: 2001/09/02 00:30:22
|
|
CVS patchset: 539
CVS date: 2001/09/01 17:10:00
|
|
CVS patchset: 538
CVS date: 2001/09/01 15:52:17
|
|
implemented time based seeking / stream length detection, implemented in
demux_avi.c demux_mpeg_block.c demux_mpeg.c
xine-engine cleanup, xine_seek is gone, use xine_play instead. xine_pause
is gone, use xine_set/get_speed instead.
CVS patchset: 536
CVS date: 2001/09/01 14:32:59
|
|
CVS patchset: 534
CVS date: 2001/08/31 17:57:54
|
|
CVS patchset: 518
CVS date: 2001/08/29 11:14:12
|
|
(disabled by default, enable it in your .xinerc if you want it)
CVS patchset: 515
CVS date: 2001/08/29 00:51:57
|
|
xine_pause. Fixed
many pause/unpause case. Syncing xine.h.tmpl.in with xine_internal.h about
status (Please, don't forget to update the public API header, that made
troubles).
CVS patchset: 513
CVS date: 2001/08/28 22:52:57
|
|
Freitas
CVS patchset: 510
CVS date: 2001/08/28 19:16:19
|
|
CVS patchset: 499
CVS date: 2001/08/26 09:38:23
|
|
CVS patchset: 497
CVS date: 2001/08/26 09:32:38
|
|
unixscr_get_current( ... )
Modified behaviour of
unixscr_adjust( ... )
this->cur_pts now stays fairly constant and acts more as a pts offset.
This could break any plugins which make use of adjust (e.g. dxr3).
CVS patchset: 495
CVS date: 2001/08/25 21:34:25
|
|
CVS patchset: 492
CVS date: 2001/08/25 14:56:19
|
|
CVS patchset: 490
CVS date: 2001/08/25 08:48:12
|
|
CVS patchset: 484
CVS date: 2001/08/25 07:51:24
|
|
introducing trick playback (slow motion and fast forward)
CVS patchset: 482
CVS date: 2001/08/25 07:12:16
|
|
CVS patchset: 477
CVS date: 2001/08/24 10:02:05
|
|
CVS patchset: 475
CVS date: 2001/08/24 01:05:30
|
|
style/indentation. corrected delay() behaviour according to what's specified in the header file comment: return delay(offset) instead of absolute time
CVS patchset: 473
CVS date: 2001/08/23 21:40:05
|
|
Fix for dlsym problem with audio out plugins and the latest alsa cvs.
I think RTLD_GLOBAL is supported on Solaris, Irix, and Linux.
On FreeBSD we might need something like: -
#ifndef RTLD_GLOBAL
#define RTLD_GLOBAL 0
#endif
As of Jan 1999 FreeBSD did not have an RTLD_GLOBAL, but essentually, RTLD_GLOBAL is set on every call. FreeBSD might support it now, I don't know.
CVS patchset: 468
CVS date: 2001/08/23 13:27:24
|
|
indentiation and comments
CVS patchset: 464
CVS date: 2001/08/22 16:20:13
|
|
CVS patchset: 462
CVS date: 2001/08/22 11:03:52
|
|
Some minor cleanup.
Please see xine-lib/src/xine-engine/audio_out.c
for a list of what works and what does not.
CVS patchset: 461
CVS date: 2001/08/22 10:51:05
|
|
CVS patchset: 460
CVS date: 2001/08/21 19:48:48
|