Age | Commit message (Collapse) | Author |
|
CVS patchset: 7184
CVS date: 2004/12/01 23:09:04
|
|
CVS patchset: 7175
CVS date: 2004/12/01 07:56:13
|
|
CVS patchset: 7164
CVS date: 2004/11/25 18:39:26
|
|
move registration of adapternum config item to class init
CVS patchset: 7163
CVS date: 2004/11/25 06:56:51
|
|
warning and revert to pre-rc7 behaviour (no ac3/subtitles etc).
CVS patchset: 7161
CVS date: 2004/11/25 00:19:43
|
|
CVS patchset: 7153
CVS date: 2004/11/24 14:31:47
|
|
CVS patchset: 7152
CVS date: 2004/11/24 02:58:20
|
|
CVS patchset: 7146
CVS date: 2004/11/22 11:40:34
|
|
section filtering for pat table.
CVS patchset: 7144
CVS date: 2004/11/21 18:37:00
|
|
channels.conf file is really in *zap format, not vdr format.
CVS patchset: 7141
CVS date: 2004/11/20 18:30:52
|
|
CVS patchset: 7138
CVS date: 2004/11/19 10:41:05
|
|
ease debugging.
CVS patchset: 7134
CVS date: 2004/11/18 15:35:03
|
|
CVS patchset: 7132
CVS date: 2004/11/18 12:45:47
|
|
don't bother opening unused filters, add option to select adapter rather
than hardcode adapter0
CVS patchset: 7126
CVS date: 2004/11/16 11:49:09
|
|
CVS patchset: 7118
CVS date: 2004/11/13 08:36:59
|
|
CVS patchset: 7104
CVS date: 2004/11/04 11:22:58
|
|
CVS patchset: 7088
CVS date: 2004/10/30 04:06:48
|
|
fix double-free in tuner_dispose. misc. other fixes.
CVS patchset: 7085
CVS date: 2004/10/29 07:56:10
|
|
5secs. report fe status.
CVS patchset: 7084
CVS date: 2004/10/28 20:26:43
|
|
CVS patchset: 7074
CVS date: 2004/10/25 22:39:38
|
|
CVS patchset: 7073
CVS date: 2004/10/24 21:30:14
|
|
showing.
CVS patchset: 7069
CVS date: 2004/10/23 19:54:52
|
|
CVS patchset: 7068
CVS date: 2004/10/23 01:26:38
|
|
filter.
CVS patchset: 7067
CVS date: 2004/10/23 00:10:08
|
|
CVS patchset: 7066
CVS date: 2004/10/22 13:54:03
|
|
CVS patchset: 7063
CVS date: 2004/10/21 18:25:08
|
|
CVS patchset: 7062
CVS date: 2004/10/21 15:17:25
|
|
CVS patchset: 7057
CVS date: 2004/10/20 20:34:41
|
|
is. Should protect against a plugin returning a malloc'd variable for
example.
CVS patchset: 6821
CVS date: 2004/07/20 00:50:10
|
|
http://article.gmane.org/gmane.comp.video.xine.devel/9532
it is now up to demuxers to decide what the 0..65535 position means.
demuxers tested: ogg, voc, flac, rm, asf, vqa, vob, avi, y4m, au, mov, ts, mp3, mpg, wav, ra, mve
CVS patchset: 6686
CVS date: 2004/06/13 21:28:52
|
|
CVS patchset: 6537
CVS date: 2004/05/14 13:34:27
|
|
CVS patchset: 6515
CVS date: 2004/05/10 13:38:39
|
|
CVS patchset: 6509
CVS date: 2004/05/09 22:34:19
|
|
(old scheme kept for compatibility)
CVS patchset: 6134
CVS date: 2004/02/12 18:05:06
|
|
CVS patchset: 5912
CVS date: 2003/12/14 22:13:22
|
|
relevant too. Small other little fix (can't remember). Change few internal function prototype because it xine_t pointer need to be used if some xine's internal sections. NOTE: libdvd{nav,read} is still too noisy, i will take a look to made it quit, without invasive changes. To be continued...
CVS patchset: 5844
CVS date: 2003/12/05 15:54:56
|
|
CVS patchset: 5796
CVS date: 2003/11/26 19:43:26
|
|
BIG NOTE: use helpers to access to these informations (get/set/reset):
_x_{stream,meta}_info_{get,set,reset}()
are for internal use, don't use *_public() ones from inside the beast ;-)
Some wrongly names "xine_" fonction renaming.
CVS patchset: 5757
CVS date: 2003/11/16 23:33:42
|
|
CVS patchset: 5709
CVS date: 2003/11/08 22:20:35
|
|
Right computing text size of multibyte texts in OSD.
Different alias character for missing character in the conversion
and in the font: #, _
CVS patchset: 5402
CVS date: 2003/09/18 18:14:50
|
|
vcr-like functionality to record stream to local disc (simply press MENU2 - F2 key to start recording), update ui title display to show channel number and name
CVS patchset: 5304
CVS date: 2003/08/24 16:28:53
|
|
CVS patchset: 4906
CVS date: 2003/05/23 14:16:49
|
|
CVS patchset: 4692
CVS date: 2003/04/26 22:34:31
|
|
old open() function replaced by :
*_class_get_instance() : return an instance if the plugin handles the mrl
*_plugin_open() : open the stream
CVS patchset: 4598
CVS date: 2003/04/13 16:02:53
|
|
- xinefonts use unicode now
- fix endianess in xine-fontconv.c
- public render text api uses locale
CVS patchset: 4486
CVS date: 2003/03/26 11:06:39
|
|
CVS patchset: 4043
CVS date: 2003/01/29 18:18:02
|
|
ioctl command codes
- Must include <inttypes.h> on solaris, there is no <stdint.h>
CVS patchset: 3927
CVS date: 2003/01/15 16:08:44
|
|
their great work
CVS patchset: 3884
CVS date: 2003/01/12 23:20:37
|
|
new channel
CVS patchset: 3706
CVS date: 2002/12/28 15:39:37
|
|
CVS patchset: 3704
CVS date: 2002/12/28 02:12:30
|