summaryrefslogtreecommitdiff
path: root/src/input
AgeCommit message (Collapse)Author
2005-01-30*BUGFIX*František Dvořák
One missing file in Makefile. CVS patchset: 7374 CVS date: 2005/01/30 16:57:49
2005-01-18The first '/' seems to not be required.Thibaut Mattern
This fixes problems with some mms servers. Thanks to Alain Daurat (daurat@users.sourceforge.net) for the investigations. CVS patchset: 7362 CVS date: 2005/01/18 23:25:34
2005-01-18**BUGFIX**Michael Roitzsch
fixed some memleaks reported by Jerome CVS patchset: 7360 CVS date: 2005/01/18 21:58:19
2005-01-17Merge shoutcast/icecast header parsing with http header parsing.Thibaut Mattern
Fixed bug: http://sourceforge.net/tracker/index.php?func=detail&aid=1098490&group_id=9655&atid=109655 CVS patchset: 7356 CVS date: 2005/01/17 19:27:51
2005-01-13Command length must be a multiple of 8.Thibaut Mattern
Fix playback of: mms://video.pbs.org/general/windows/scientific/pbssaf1403_220k.asf CVS patchset: 7341 CVS date: 2005/01/13 20:59:05
2005-01-13Fix a long standing bug with shoutcast.Thibaut Mattern
CVS patchset: 7340 CVS date: 2005/01/13 19:37:15
2005-01-12Fix various mmsh/mmst bugs.Thibaut Mattern
Improve chained stream detection (do not trust stream packet count). This fix the bug https://sourceforge.net/tracker/?func=detail&atid=109655&aid=1098044&group_id=9655 mmsh://secure4.jumptv.com/Preview1_hi mmst://secure4.jumptv.com/Preview1_hi CVS patchset: 7339 CVS date: 2005/01/12 00:05:36
2005-01-08Some small cleanups.Rocky Bernstein
CVS patchset: 7335 CVS date: 2005/01/08 15:12:42
2005-01-08Handle wait time accurately. Well, at least the way that dvdnav doesRocky Bernstein
it. Make vcdplayer.c more easily portable by eliminating some player-dependent calls (like to handle keyboard events or to sleep). CVS patchset: 7334 CVS date: 2005/01/08 11:59:27
2005-01-05Warning fixes (Maarten Vanraes).Darren Salt
CVS patchset: 7326 CVS date: 2005/01/05 21:48:05
2005-01-05workaround for some versions of dvbscan which incorrectly output theMike Lampard
frequency in MHz rather than kHz. CVS patchset: 7325 CVS date: 2005/01/05 12:54:04
2005-01-05input.http_no_proxy -> media.network.http_no_proxyDarren Salt
Change separator from ", " to ",". Make domain matching stricter - require that the character at the start of the match or the immediately preceding character is a dot. Add '=DOMAIN' (full match: domain "foo.bar" matches host "foo.bar" only). Modify config option's description and help text accordingly. CVS patchset: 7323 CVS date: 2005/01/05 00:37:29
2005-01-02Move wait time handling out of player-independent code (vcdplayer.c)Rocky Bernstein
to player-dependent code xineplug_inp_vcd.c. Should be in place to handle wait time more accurately. First copyright update of 2005! CVS patchset: 7318 CVS date: 2005/01/02 13:51:01
2005-01-02Make sure deinterlace is off in a still frame.Rocky Bernstein
Some more cleanups. CVS patchset: 7317 CVS date: 2005/01/02 02:51:38
2005-01-02Forgot to check these in. Thanks to Michael Roitzsch for catching.Rocky Bernstein
CVS patchset: 7316 CVS date: 2005/01/02 00:51:38
2005-01-01Update internal (and messy) copies to libcdio 0.71 andRocky Bernstein
vcdimager 0.7.21. CVS patchset: 7313 CVS date: 2005/01/01 02:43:56
2004-12-30More small changes of a cleanup nature.Rocky Bernstein
CVS patchset: 7311 CVS date: 2004/12/30 09:05:57
2004-12-29Fix wrong previous commit.James Courtier-Dutton
CVS patchset: 7310 CVS date: 2004/12/29 16:16:52
2004-12-29Make xine-lib compile with 0.7.20 vcdimager.James Courtier-Dutton
CVS patchset: 7309 CVS date: 2004/12/29 16:09:50
2004-12-29title was truncated, increase max.Rocky Bernstein
Variable name changes that I think make things clearer and more consistent. Working towards a better vcdplayer-independent code and handling still wait times more correctly/accurately. CVS patchset: 7308 CVS date: 2004/12/29 09:23:56
2004-12-24Fix crash related to relative HTTP redirect URLs.Darren Salt
These URLs are now canonicalised. CVS patchset: 7297 CVS date: 2004/12/24 01:59:11
2004-12-20remove all local names beginning with double underscore, because C99Michael Roitzsch
reserves these names for use by the C implementation CVS patchset: 7288 CVS date: 2004/12/20 21:22:18
2004-12-20updated libdvdnav from CVS to improve handling of error conditionsMichael Roitzsch
CVS patchset: 7285 CVS date: 2004/12/20 19:27:19
2004-12-20fix compile warningsMike Lampard
CVS patchset: 7284 CVS date: 2004/12/20 15:59:05
2004-12-19multiple epg fixes: fix for incorrectly parsed running status, clear old epgMike Lampard
data, fix cropped epg texts, fix epg holding up demuxer thread. CVS patchset: 7279 CVS date: 2004/12/19 19:10:39
2004-12-15warning fixesMichael Roitzsch
CVS patchset: 7260 CVS date: 2004/12/15 20:57:28
2004-12-15Multiple security vulnerabilities fixed on PNM and Real RTSP clientsMiguel Freitas
(thanks iDEFENSE for reporting these) CVS patchset: 7258 CVS date: 2004/12/15 12:53:35
2004-12-14the stream_id is only 15 bitsThibaut Mattern
CVS patchset: 7257 CVS date: 2004/12/14 23:13:09
2004-12-14Do not reset the first bytes of the stream.Thibaut Mattern
Fix this issue: https://sourceforge.net/tracker/index.php?func=detail&aid=1077868&group_id=9655&atid=109655 CVS patchset: 7252 CVS date: 2004/12/14 08:18:36
2004-12-14fix for potential memleakMike Lampard
CVS patchset: 7251 CVS date: 2004/12/14 06:41:05
2004-12-13- handle "RESET" chunkThibaut Mattern
- fix problems with the cache plugin Now this radio is supported: mmsh://emap1.planetwideradio.com/kiss100 CVS patchset: 7248 CVS date: 2004/12/13 21:06:54
2004-12-13fix mms://emap1.planetwideradio.com/kiss100 as Thibaut suggestedMiguel Freitas
CVS patchset: 7247 CVS date: 2004/12/13 19:12:56
2004-12-13change to new config naming schemeMike Lampard
CVS patchset: 7239 CVS date: 2004/12/13 10:55:24
2004-12-13numerous bugfixes, code cleanup, new epg code, based on patch by PekkaMike Lampard
Jääskeläinen. CVS patchset: 7237 CVS date: 2004/12/13 10:34:49
2004-12-12huge patch ahead: reorganizing config entries with automatic conversionMichael Roitzsch
and backwards compatible translation Sorry, I got a litte tired proof-reading the patch, so their might be bugs lurking around. I will give it some further examination and (as necessary) fixing tomorrow. CVS patchset: 7233 CVS date: 2004/12/12 22:00:47
2004-12-12Check absolute path in $ac_aux_dir (just reflected from gxine).František Dvořák
Compilation fixes for cross-compiling with MinGW32. CVS patchset: 7231 CVS date: 2004/12/12 13:51:28
2004-12-12skip charset conversion. we know freedb proto 6 is already utf-8Miguel Freitas
CVS patchset: 7224 CVS date: 2004/12/12 00:41:22
2004-12-09patch by Assaf Gillat <gillata@gmail.com>Miguel Freitas
CDDB protocol 6 support (UTF-8 and multiple cd entries) CVS patchset: 7213 CVS date: 2004/12/09 01:34:31
2004-12-08use the variable show here (it would be unused otherwise)Michael Roitzsch
CVS patchset: 7206 CVS date: 2004/12/08 18:24:21
2004-12-07variable declarations above statements please...Mike Lampard
CVS patchset: 7202 CVS date: 2004/12/07 14:54:28
2004-12-07remove legacy dvbdisplaychan config option. disable left click->EPG, as itMike Lampard
is a little to obtrusive, the EPG is still not stable for some people. CVS patchset: 7199 CVS date: 2004/12/07 11:13:35
2004-12-06patch from Pekka Jääskeläinen for additional mouse control and epgMike Lampard
enhancements. CVS patchset: 7194 CVS date: 2004/12/06 06:13:51
2004-12-05Restrict left button (1) only for XINE_EVENT_INPUT_MOUSE_BUTTON eventDaniel Caujolle-Bert
CVS patchset: 7193 CVS date: 2004/12/05 22:41:12
2004-12-01make buffer a multiple of ts packet sizeMike Lampard
CVS patchset: 7184 CVS date: 2004/12/01 23:09:04
2004-12-01- handle "uvox://" URLsThibaut Mattern
- handle stupid Nullsoft URL scheme like : http://208.53.131.46:9502;stream.nsv CVS patchset: 7183 CVS date: 2004/12/01 22:55:31
2004-12-01allow up to 4 subtitle pidsMike Lampard
CVS patchset: 7175 CVS date: 2004/12/01 07:56:13
2004-11-25fix compiler warnings.......Mike Lampard
CVS patchset: 7164 CVS date: 2004/11/25 18:39:26
2004-11-25fix bug whereby channelname MRLs preceded by a number aren't recognised.Mike Lampard
move registration of adapternum config item to class init CVS patchset: 7163 CVS date: 2004/11/25 06:56:51
2004-11-25previous commit - dont quit if vdr format channels.conf is used. log aMike Lampard
warning and revert to pre-rc7 behaviour (no ac3/subtitles etc). CVS patchset: 7161 CVS date: 2004/11/25 00:19:43
2004-11-24*** empty log message ***Mike Lampard
CVS patchset: 7153 CVS date: 2004/11/24 14:31:47