summaryrefslogtreecommitdiff
path: root/src/input
AgeCommit message (Collapse)Author
2003-07-26- patch by Frantisek Dvorak <valtri@atlas.cz> to fix possible crash on EOSBastien Nocera
CVS patchset: 5214 CVS date: 2003/07/26 15:44:47
2003-07-24make input_v4l compile even without alsaStefan Holst
CVS patchset: 5210 CVS date: 2003/07/24 15:51:09
2003-07-23- don't crash when compiled with alsa support and no alsa device is presentBastien Nocera
for the sound capture (Closes GNOME bugzilla #118026) CVS patchset: 5209 CVS date: 2003/07/23 18:37:53
2003-07-19- use paths for the devices from the config file, don't segfault if there's ↵Bastien Nocera
no audio out CVS patchset: 5193 CVS date: 2003/07/19 16:57:18
2003-07-19Fix gcc specific marco format.Robin KAY
CVS patchset: 5192 CVS date: 2003/07/19 16:45:38
2003-07-19sync libdvdnavMichael Roitzsch
CVS patchset: 5187 CVS date: 2003/07/19 13:04:03
2003-07-12- adding support for the Intel compiler iccMichael Roitzsch
- general multipass compilation make targets CVS patchset: 5149 CVS date: 2003/07/12 12:31:13
2003-07-10- use io_helper functionsThibaut Mattern
- little cleanup CVS patchset: 5140 CVS date: 2003/07/10 22:43:41
2003-07-04sync to ivtv cvsMiguel Freitas
CVS patchset: 5129 CVS date: 2003/07/04 04:09:23
2003-07-03cleaning up; removing unused stuffMarco Zuehlke
CVS patchset: 5124 CVS date: 2003/07/03 00:58:51
2003-07-02fix unreleased mutex, also some reordering to guarantee consistency ofMiguel Freitas
play_blk/play_page CVS patchset: 5122 CVS date: 2003/07/02 18:20:55
2003-06-29use the correct mutexMiguel Freitas
CVS patchset: 5114 CVS date: 2003/06/29 21:56:17
2003-06-29on some DVDs, the first highlight information (which button to highlight) willMichael Roitzsch
arrive before the first SPU packet, therefore the SPU decoder has not yet been initialized; we cannot just drop the highlight information when this happens, but we should trigger decoder initialization by sending a dummy SPU packet (this fixes wrong initial button highlight on "Star Trek DS9 Season 1") CVS patchset: 5112 CVS date: 2003/06/29 10:57:08
2003-06-25bugfix, stability improvementMiguel Freitas
CVS patchset: 5095 CVS date: 2003/06/25 00:28:41
2003-06-24- the gnome-vfs input was a bit too keen on trying to open some filesBastien Nocera
CVS patchset: 5094 CVS date: 2003/06/24 21:38:31
2003-06-20- fake a newer version of RealPlayer to avoid "too old version" from someBastien Nocera
pnm servers. Fixes: pnm://rm.content.loudeye.com/~a-600111/0651022_0101_00_0002.ra CVS patchset: 5076 CVS date: 2003/06/20 16:17:28
2003-06-20v4l needs alsa, not pvr (thanks go to Daniel for realizing my stupidity)Michael Roitzsch
CVS patchset: 5075 CVS date: 2003/06/20 11:11:26
2003-06-19fixed:Stefan Holst
- comments in input_v4l - a spare " in theora decoder CVS patchset: 5073 CVS date: 2003/06/19 19:46:19
2003-06-19replace old LOG_MSG macros, add missing host parameter to read error messageGuenter Bartsch
CVS patchset: 5071 CVS date: 2003/06/19 14:48:23
2003-06-19add missing host parameterm, check for demux_action_pending to avoid read ↵Guenter Bartsch
error message on a simple xine_stop() CVS patchset: 5070 CVS date: 2003/06/19 14:46:03
2003-06-18small Makefile cleanupMichael Roitzsch
CVS patchset: 5063 CVS date: 2003/06/18 12:52:19
2003-06-16Patch from Jeroen Asselman:Stefan Holst
- fixes mimetype in realaudio demuxer - big improvement of v4l input and associated demuxer. Including sound capture using alsa and a/v sync. Now radio is supported as well. CVS patchset: 5054 CVS date: 2003/06/16 16:42:51
2003-06-09This should fix it. Return the correct value from cdda_open for non-Win32.Tim Champagne
CVS patchset: 5017 CVS date: 2003/06/09 09:55:20
2003-06-09This time for sure. The file desc was not being setup for auto-play. That ↵Tim Champagne
should be fixed now. CVS patchset: 5016 CVS date: 2003/06/09 01:54:11
2003-06-09I think that this should fix the cdda plugin. Can someone verify this? ↵Tim Champagne
Thanks to Miguel for helping me understand the problem. CVS patchset: 5015 CVS date: 2003/06/09 01:26:25
2003-06-09This should fix the SIGSEGV in the cdda input module but it will probably ↵Tim Champagne
not fix the auto play feature. CVS patchset: 5014 CVS date: 2003/06/09 00:37:27
2003-06-08- only ignore real local files (ie. file:///) ("local" in gnome-vfs terms ↵Bastien Nocera
means it's on a fast connection, and not a network) CVS patchset: 5013 CVS date: 2003/06/08 21:58:09
2003-06-05use io_helper functionsThibaut Mattern
CVS patchset: 5007 CVS date: 2003/06/05 19:16:28
2003-06-02Accept Helix as a valid Real server (fix from MPlayer)James Stembridge
CVS patchset: 5002 CVS date: 2003/06/02 21:22:00
2003-06-02new event which inform UI when the mouse pointer enter and leave a spu ↵Daniel Caujolle-Bert
button (DVD navigation) CVS patchset: 4997 CVS date: 2003/06/02 06:36:30
2003-05-26cygwin patchMiguel Freitas
CVS patchset: 4954 CVS date: 2003/05/26 23:11:44
2003-05-26Get asf plugin to build in Win32. Also starting to clean up some Win32 code ↵Tim Champagne
(more to come). CVS patchset: 4947 CVS date: 2003/05/26 17:00:11
2003-05-25fix proxyhost/user handling, fix potential proxy related segfault (klass ↵Guenter Bartsch
pointer was incorrectly aquired in open function), fix log output (should never be translated, broken anyway) CVS patchset: 4940 CVS date: 2003/05/25 22:20:26
2003-05-23- move http proxy configuration to xine itselfBastien Nocera
CVS patchset: 4909 CVS date: 2003/05/23 17:36:42
2003-05-23fix dvb crashing.Daniel Caujolle-Bert
CVS patchset: 4906 CVS date: 2003/05/23 14:16:49
2003-05-23make alternative devices (dvd:<path> and dvd:<device> style MRLs) work withMichael Roitzsch
raw devices configured problem is: The raw device setting is passed to libdvdcss through an environment variable. Libdvdcss then replaces ANY read from anywhere with a read from the raw device. This fails, when you want to play a disc image with dvd:<path>, but there is actually a DVD in the drive associated with the raw device which has nothing to do with what you want to play. CVS patchset: 4902 CVS date: 2003/05/23 10:34:13
2003-05-22- we're not allowed to free pointers to an on-stack string, fixes segfault ↵Bastien Nocera
when trying to play a file that was 404 CVS patchset: 4901 CVS date: 2003/05/22 09:48:53
2003-05-21- removed work-around for NSV streams from NullsoftBastien Nocera
CVS patchset: 4900 CVS date: 2003/05/21 23:52:32
2003-05-21- use a winamp user agent when downloading a nsv fileThibaut Mattern
- fix http redirection xine can play this url now: http://www.nullsoft.com/nsv/scripts/verify.php?fn=crawling-hq.nsv CVS patchset: 4895 CVS date: 2003/05/21 17:42:50
2003-05-20Made some similar changes to the network input as were just made to httpTim Champagne
CVS patchset: 4893 CVS date: 2003/05/20 20:49:12
2003-05-20This fixes http support for Win32Tim Champagne
CVS patchset: 4891 CVS date: 2003/05/20 20:40:29
2003-05-20This adds http and network input for Win32. I have no idea how to test this ↵Tim Champagne
under win32 though? CVS patchset: 4889 CVS date: 2003/05/20 16:23:44
2003-05-20fix possible buffer overflow reported by Steve FreelandMichael Roitzsch
CVS patchset: 4885 CVS date: 2003/05/20 14:05:36
2003-05-20public header cleanup:Michael Roitzsch
* regulate mutual inclusion based on XINE_COMPILE * src/xine-engine/spu_decoder.h was unused -> make it the spu decoder API header and remove src/libspudec/spu_decoder_api.h * mark some xine_stream_t members as unused for next cleanup CVS patchset: 4883 CVS date: 2003/05/20 13:50:55
2003-05-20make it compile again for non-Win32Mike Melanson
CVS patchset: 4881 CVS date: 2003/05/20 02:06:13
2003-05-20This adds cdda support for Win32. Also fixed the demuxer mpeg block build ↵Tim Champagne
for Win32. Lastly fixed and issue with launching xineui from a Cygwin shell. There is one small problem known with cdda under Windows and it appears that some songs can start approx 1 second early or late. CVS patchset: 4880 CVS date: 2003/05/20 01:23:56
2003-05-16The cdda input plugin now builds in the Win32 env. I still need to test this ↵Tim Champagne
but I'm not quite sure how it is suppose to work CVS patchset: 4868 CVS date: 2003/05/16 19:08:59
2003-05-16Fix win32 build and start adding additional plugin supportTim Champagne
CVS patchset: 4867 CVS date: 2003/05/16 15:07:35
2003-05-16add forgotten file and do some cleanupMichael Roitzsch
CVS patchset: 4863 CVS date: 2003/05/16 10:22:51
2003-05-16libdvdnav merge:Michael Roitzsch
* remove some unused files * dvdnav_internal.h uses the WORDS_BIGENDIAN define from xine-lib's global config.h * menu command filtering to avoid double commands in the same menu * message beautification by Jeff Smith CVS patchset: 4861 CVS date: 2003/05/16 09:56:49