summaryrefslogtreecommitdiff
path: root/src/input
AgeCommit message (Collapse)Author
2003-09-06Don't add the data track to the autoplay list for Audio CDs (Linux)Bastien Nocera
We still need to get the track information to calculate the CD ID, and cached CDDB information to work though CVS patchset: 5348 CVS date: 2003/09/06 23:10:36
2003-09-02fix unsigned compare and buf leakMiguel Freitas
CVS patchset: 5331 CVS date: 2003/09/02 14:29:29
2003-08-29workaround an ivtv bug where stream gets bad mpeg2 artifactsMiguel Freitas
after changing inputs. reopening the device fixes it. CVS patchset: 5317 CVS date: 2003/08/29 17:53:21
2003-08-27small change to Daniel's great warning-reduction patchMichael Roitzsch
CVS patchset: 5313 CVS date: 2003/08/27 14:56:00
2003-08-25Reduce GCC verbosity (various prototype declaration fixes). ffmpeg, wine and ↵Daniel Caujolle-Bert
fft*post are untouched (fft: for now). CVS patchset: 5310 CVS date: 2003/08/25 21:51:37
2003-08-25AMD64 support patch by Adrian SchroeterMichael Roitzsch
CVS patchset: 5308 CVS date: 2003/08/25 14:32:37
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-08-21RIP Input PluginMiguel Freitas
CVS patchset: 5300 CVS date: 2003/08/21 00:37:26
2003-08-10new patches from Frantisek, cdda fixes/improvementsMiguel Freitas
CVS patchset: 5268 CVS date: 2003/08/10 16:11:05
2003-08-10apply Frantisek patches to handle end of streams betterMiguel Freitas
CVS patchset: 5267 CVS date: 2003/08/10 16:03:21
2003-08-09trying to fix some reported problemsMiguel Freitas
CVS patchset: 5266 CVS date: 2003/08/09 23:15:46
2003-08-07remove useless gnu89 compiler flag, some configure tweakingMichael Roitzsch
CVS patchset: 5257 CVS date: 2003/08/07 09:26:53
2003-08-04reorder initialization so lack of ivtv driver is handled more gratefulyMiguel Freitas
CVS patchset: 5241 CVS date: 2003/08/04 02:52:23
2003-08-03merge libdvdnav cvs (fixes "Red Dragon" RC2 scene selection)Michael Roitzsch
CVS patchset: 5233 CVS date: 2003/08/03 09:44:16
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