summaryrefslogtreecommitdiff
path: root/src/input/input_dvb.c
AgeCommit message (Collapse)Author
2004-02-12some code cleanup, make MRL more consistent by allowing dvb:/<channel>Michael Roitzsch
(old scheme kept for compatibility) CVS patchset: 6134 CVS date: 2004/02/12 18:05:06
2003-12-14API version bounceSiggi Langauf
CVS patchset: 5912 CVS date: 2003/12/14 22:13:22
2003-12-05cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ↵Daniel Caujolle-Bert
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
2003-11-26lprintf cleanup, pass I.Daniel Caujolle-Bert
CVS patchset: 5796 CVS date: 2003/11/26 19:43:26
2003-11-16New stream/meta info (safe) stuff.Daniel Caujolle-Bert
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
2003-11-08Use info helper functions.Thibaut Mattern
CVS patchset: 5709 CVS date: 2003/11/08 22:20:35
2003-09-18Generating codepages with more than 256 characters (max. 16-bit).František Dvořák
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
2003-08-24filter out audio-only streams because xine doesn't handle them, add simple ↵Guenter Bartsch
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
2003-05-23fix dvb crashing.Daniel Caujolle-Bert
CVS patchset: 4906 CVS date: 2003/05/23 14:16:49
2003-04-26bump up input plugin interface version numberGuenter Bartsch
CVS patchset: 4692 CVS date: 2003/04/26 22:34:31
2003-04-13Input plugin api change:Thibaut Mattern
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
2003-03-26- font encoding cleanup patch by Frantisek DvorakMiguel Freitas
- 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
2003-01-29logDaniel Caujolle-Bert
CVS patchset: 4043 CVS date: 2003/01/29 18:18:02
2003-01-15- Must include <sys/ioccom.h> on solaris to get the _IOC..() macros forJuergen Keil
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
2003-01-12DVB plugin updated to new api. thanks to Micael Beronius, Chris Purnell for ↵Guenter Bartsch
their great work CVS patchset: 3884 CVS date: 2003/01/12 23:20:37
2002-12-28set high water mark a little higher to avoid stuttering when switching to a ↵Guenter Bartsch
new channel CVS patchset: 3706 CVS date: 2002/12/28 15:39:37
2002-12-28dvb_class_dispose segfault fixGuenter Bartsch
CVS patchset: 3704 CVS date: 2002/12/28 02:12:30
2002-12-28simple osd menu for dvb channel selection; updated dvb_channels and README.dvbGuenter Bartsch
CVS patchset: 3703 CVS date: 2002/12/28 01:46:11
2002-12-27man errno: "must not be explicitly declared; errno may be a macro"Miguel Freitas
(thanks Chris Rankin for noticing) CVS patchset: 3693 CVS date: 2002/12/27 16:47:10
2002-12-27fix dvb eventsGuenter Bartsch
CVS patchset: 3692 CVS date: 2002/12/27 13:44:58
2002-12-27finally - dvb support in xine :)Guenter Bartsch
CVS patchset: 3687 CVS date: 2002/12/27 00:53:49