Age | Commit message (Collapse) | Author |
|
CVS patchset: 1238
CVS date: 2001/12/13 22:47:14
|
|
changing)
CVS patchset: 1235
CVS date: 2001/12/13 18:32:15
|
|
for buf value before returning xine log[buf].
CVS patchset: 1233
CVS date: 2001/12/13 00:52:01
|
|
CVS patchset: 1193
CVS date: 2001/12/09 18:03:26
|
|
CVS patchset: 1191
CVS date: 2001/12/09 17:24:39
|
|
CVS patchset: 1181
CVS date: 2001/12/08 13:37:58
|
|
CVS patchset: 1175
CVS date: 2001/12/08 00:45:26
|
|
CVS patchset: 1149
CVS date: 2001/12/01 15:11:57
|
|
CVS patchset: 1140
CVS date: 2001/11/30 01:02:18
|
|
First draft of compat.h (almost empty for now).
CVS patchset: 1139
CVS date: 2001/11/30 00:53:50
|
|
* reworked spu and overlay manager (multiple overlays supported)
CVS patchset: 1126
CVS date: 2001/11/28 22:19:10
|
|
CVS patchset: 1107
CVS date: 2001/11/24 23:52:40
|
|
CVS patchset: 1096
CVS date: 2001/11/22 02:14:12
|
|
CVS patchset: 1088
CVS date: 2001/11/20 14:03:15
|
|
CVS patchset: 1086
CVS date: 2001/11/20 12:41:57
|
|
CVS patchset: 1064
CVS date: 2001/11/18 03:53:23
|
|
CVS patchset: 1061
CVS date: 2001/11/17 22:40:01
|
|
acceleration?). Merge xine-utils header files to a new one "xineutils.h".
Update xine-lib C/headers to reflect those changes.
dxr3 headers are no more installed ine $includdir, but $includdir/xine.
CVS patchset: 1054
CVS date: 2001/11/17 14:26:36
|
|
he/she wants to
CVS patchset: 1047
CVS date: 2001/11/15 23:18:04
|
|
CVS patchset: 858
CVS date: 2001/10/22 17:10:20
|
|
CVS patchset: 844
CVS date: 2001/10/20 22:18:59
|
|
between gui, plugins and the xine engine; code cleanup
CVS patchset: 837
CVS date: 2001/10/20 02:01:51
|
|
CVS patchset: 834
CVS date: 2001/10/18 23:46:40
|
|
CVS patchset: 830
CVS date: 2001/10/18 14:42:59
|
|
CVS patchset: 772
CVS date: 2001/10/09 03:06:24
|
|
CVS patchset: 758
CVS date: 2001/10/07 17:08:23
|
|
CVS patchset: 757
CVS date: 2001/10/07 16:57:02
|
|
necessarily mean xine cannot play back that stream, so let's at least try it. besides that, vcd seeking bugfixes (linux/sun)
CVS patchset: 756
CVS date: 2001/10/07 15:13:09
|
|
(in fact it still possible, although very very very difficult to
trigger. hint: do a xine_play at the same time the decoders receive
end of stream buffers and buffer pool is empty :-)
CVS patchset: 735
CVS date: 2001/10/05 01:56:57
|
|
CVS patchset: 725
CVS date: 2001/10/03 15:16:02
|
|
in audio_decoder. xine-ui warn at compile time due of a #warning i
added, i will remove it pretty soon.
CVS patchset: 715
CVS date: 2001/10/01 23:04:57
|
|
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: 584
CVS date: 2001/09/06 18:38:11
|
|
CVS patchset: 580
CVS date: 2001/09/06 14:09:37
|
|
CVS patchset: 554
CVS date: 2001/09/02 22:26:54
|
|
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: 518
CVS date: 2001/08/29 11:14:12
|
|
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
|
|
CVS patchset: 492
CVS date: 2001/08/25 14:56:19
|
|
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
|
|
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
|
|
Audio sync and AC3 formatting now done in xine-lib/src/xine-engine/audio_out.c
Audio out now done in xine-lib/src/audio_out/*
Currently, only xine-lib/src/audio_oss_out.c is active.
Re-support of others will follow as other people implement them.
ao_functions split into ao_instance and ao_driver
and function in a similar fashion as video_out.
All decoder plugins now call ao_instance instead of ao_functions.
ao_instance is used in xine-lib/src/xine-engine/audio_out.c
ao_driver is used in xine-lib/src/audio_out/*
See also changes in xine-ui files
CVS patchset: 459
CVS date: 2001/08/21 19:39:50
|
|
CVS patchset: 456
CVS date: 2001/08/20 20:49:51
|
|
CVS patchset: 446
CVS date: 2001/08/17 16:15:36
|
|
SPU decoder is now preloaded for an spu event.
CVS patchset: 437
CVS date: 2001/08/16 19:58:37
|