summaryrefslogtreecommitdiff
path: root/src/input
AgeCommit message (Collapse)Author
2005-05-28Allow read as well as read_blockJames Stembridge
CVS patchset: 7574 CVS date: 2005/05/28 09:26:59
2005-05-21**BUGFIX**James Stembridge
Don't skip first character of title if the second character is a space Remove any trailing <BR> from the comment CVS patchset: 7557 CVS date: 2005/05/21 16:16:35
2005-05-20Newer libcdio's have a free() that older ones don't.Rocky Bernstein
CVS patchset: 7551 CVS date: 2005/05/20 02:01:35
2005-05-14patch to allow playing just a single title/chapter and then stopMiguel Freitas
(i had this sitting on my tree for a while - i wrote it for extracting the audio from specific tracks of a music dvd) CVS patchset: 7537 CVS date: 2005/05/14 16:11:44
2005-05-13**BUGFIX**Bastien Nocera
Plenty of changes for the gnome-vfs plugin * Make it top priority, but only load the plugin if gnome_vfs_init() was called (meaning that the gnome-vfs plugin will automatically be used for smb://, http://, etc. if the application is a GNOME one and calls gnome-vfs' init) * Handle the http URI scheme (allows for seeking in HTTP stream in recent gnome-vfs versions) * Send events via _x_message for common errors CVS patchset: 7534 CVS date: 2005/05/13 14:33:09
2005-05-07Odd comparison found by Darren Salt.Rocky Bernstein
CVS patchset: 7531 CVS date: 2005/05/07 22:07:27
2005-04-27version.h: copy contents in case it's needed in the future. ProbablyRocky Bernstein
libvcd/version.h can be deleted *.{c,h}: CdIo -> CdIo_t vcdplayer.c: change a debug switch xineplug_inp_vcd.c: playlist -> playback-control item to avoid confusion with front-end playlists. Mostly cosmetic changes. CVS patchset: 7509 CVS date: 2005/04/27 23:28:41
2005-04-21**BUGFIX**Michael Roitzsch
MMS buffer overflow fix ported over from MPlayer CVS patchset: 7479 CVS date: 2005/04/21 19:02:43
2005-04-17Help tips: Now that this is glommed in with other media plugins the titlesRocky Bernstein
should more clearly indicate VCD. CVS patchset: 7460 CVS date: 2005/04/17 14:55:35
2005-04-16address buffer overflow conditionMike Melanson
CVS patchset: 7458 CVS date: 2005/04/16 07:10:51
2005-02-20**BUGFIX**Michael Roitzsch
fixing compiler warning CVS patchset: 7423 CVS date: 2005/02/20 17:04:58
2005-02-14**BUGFIX** don't use background thread for epg data, as it still affectsMike Lampard
the TS stream. Change tuning slightly to workaround changes in the 2.6.10+ kernel driver. CVS patchset: 7416 CVS date: 2005/02/14 08:30:27
2005-02-12fix broken speed_factor calculation in pvrscr_speed_tuning, spelling fix ↵Stefan Holst
tunning -> tuning. CVS patchset: 7401 CVS date: 2005/02/12 13:47:48
2005-02-10**BUGFIX**Michael Roitzsch
this file has been renamed CVS patchset: 7398 CVS date: 2005/02/10 21:45:46
2005-02-09this has been forgottenMichael Roitzsch
CVS patchset: 7396 CVS date: 2005/02/09 20:18:17
2005-02-07Added PLUGIN_MUST_PRELOAD to all input plugins registering config entries.Thibaut Mattern
Added PLUGIN_NO_UNLOAD to the gnome_vfs plugin because unloading this plugins cause troubles (segfault). Current plugin loader preloads all input and demuxer plugins, so adding these flags will not change the current behavior of the lib. CVS patchset: 7390 CVS date: 2005/02/07 23:58:57
2005-02-06Added a plugin_node_t pointer to the input plugin struct.Thibaut Mattern
Incremented all input plugins API version. CVS patchset: 7384 CVS date: 2005/02/06 15:00:34
2005-02-03**BUGFIX**František Dvořák
Fixed build on solaris: - use libresolv in hstrerror check - replace PRIiMAX and PRIXMAX by PRIdMAX and PRIxMAX Removed timezone struct for MinGW from public os_types.h, update header comment. Fixed build musepack library on some platforms using xine types. Thanks to Niki W. Waibel for reporting and testing. CVS patchset: 7378 CVS date: 2005/02/03 07:19:03
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