Age | Commit message (Collapse) | Author |
|
CVS patchset: 858
CVS date: 2001/10/22 17:10:20
|
|
CVS patchset: 857
CVS date: 2001/10/22 16:45:01
|
|
CVS patchset: 855
CVS date: 2001/10/22 01:23:08
|
|
CVS patchset: 853
CVS date: 2001/10/22 01:00:16
|
|
CVS patchset: 852
CVS date: 2001/10/22 00:52:09
|
|
Thanks to Rich Wareham
CVS patchset: 848
CVS date: 2001/10/21 13:14:08
|
|
CVS patchset: 847
CVS date: 2001/10/21 12:09:06
|
|
CVS patchset: 846
CVS date: 2001/10/21 00:18:22
|
|
CVS patchset: 845
CVS date: 2001/10/20 22:21:18
|
|
CVS patchset: 844
CVS date: 2001/10/20 22:18:59
|
|
Add support for hiding menus.
CVS patchset: 843
CVS date: 2001/10/20 20:13:08
|
|
CVS patchset: 840
CVS date: 2001/10/20 13:40:20
|
|
CVS patchset: 838
CVS date: 2001/10/20 11:51:11
|
|
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
|
|
images so it can increment it's internal pts counters
CVS patchset: 833
CVS date: 2001/10/18 18:50:53
|
|
CVS patchset: 830
CVS date: 2001/10/18 14:42:59
|
|
CVS patchset: 826
CVS date: 2001/10/18 13:57:26
|
|
full xine_t *xine. This should enable stream plugins to register SCR plugins. WARNING: delete old input plugins, otherwise xine will crash
CVS patchset: 823
CVS date: 2001/10/17 20:33:09
|
|
CVS patchset: 821
CVS date: 2001/10/16 17:57:31
|
|
vo drivers.
CVS patchset: 812
CVS date: 2001/10/14 23:19:59
|
|
CVS patchset: 806
CVS date: 2001/10/14 19:20:01
|
|
CVS patchset: 803
CVS date: 2001/10/14 17:37:59
|
|
<billfink@mindspring.com>
CVS patchset: 798
CVS date: 2001/10/14 14:39:36
|
|
fifo buffer (for a dvdnav optimization)
CVS patchset: 786
CVS date: 2001/10/10 10:54:48
|
|
CVS patchset: 783
CVS date: 2001/10/09 22:20:11
|
|
CVS patchset: 772
CVS date: 2001/10/09 03:06:24
|
|
CVS patchset: 763
CVS date: 2001/10/07 22:44:57
|
|
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
|
|
CVS patchset: 755
CVS date: 2001/10/07 03:53:10
|
|
CVS patchset: 753
CVS date: 2001/10/06 17:40:38
|
|
CVS patchset: 752
CVS date: 2001/10/06 14:56:37
|
|
CVS patchset: 745
CVS date: 2001/10/06 01:02:01
|
|
(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
|
|
xine, whenever a pthread_create fails
CVS patchset: 729
CVS date: 2001/10/03 17:15:43
|
|
CVS patchset: 727
CVS date: 2001/10/03 15:21:29
|
|
CVS patchset: 726
CVS date: 2001/10/03 15:16:50
|
|
CVS patchset: 725
CVS date: 2001/10/03 15:16:02
|
|
CVS patchset: 719
CVS date: 2001/10/03 14:11:54
|
|
- abort xine if pthread_create fails
CVS patchset: 717
CVS date: 2001/10/03 13:45:04
|
|
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
|
|
docs files.
CVS patchset: 699
CVS date: 2001/09/27 01:42:42
|
|
aspect_ratio_information==1 ("square source pels")
- Add aspect_ratio_information==4 (2.21:1)
- Aspect ratio switching ('a' key) now cycles through "square source pels", too.
CVS patchset: 698
CVS date: 2001/09/26 17:19:48
|
|
BUF_CONTROL_SPU_CHANNEL, trying to wipe out last windows style variable names (bFrameBad for example)
CVS patchset: 697
CVS date: 2001/09/26 01:18:19
|
|
CVS patchset: 695
CVS date: 2001/09/25 23:30:38
|
|
set the xine engine to a specific audio channel (specified in decoder_info[0] - remember to give a full buffer type here, such as BUF_AUDIO_A52 | 3 to select the 4th ac3 channel)
CVS patchset: 694
CVS date: 2001/09/25 23:27:02
|
|
Bug fix: initializing frame_width/height for mpeg2 streams correctly now.
Added prebuffer pts offset to allow the decoder to actually decode
prebuffered frames before being kicked by metronom.
CVS patchset: 681
CVS date: 2001/09/22 13:28:40
|
|
changes to Xv driver to keep a list of the recent frames.
(this is needed to support a lot of DScaler algorithms)
the driver may not be the ideal place to have the recent frames
list as we could give "not so recent" frames to deinterlace code
if some are dropped at video_out.c. Though this is better than
waste our time deinterlacing frames that will be dropped anyway...
CVS patchset: 663
CVS date: 2001/09/19 02:40:58
|