summaryrefslogtreecommitdiff
path: root/src/input/input_cdda.c
AgeCommit message (Collapse)Author
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-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-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-06add error handlingMiguel Freitas
CVS patchset: 4785 CVS date: 2003/05/06 20:31:42
2003-05-06- support device on mrl (eg. cdda://dev/cdrom/1 or cdda://localhost:3000/1)Miguel Freitas
- support network playback CVS patchset: 4782 CVS date: 2003/05/06 16:43:53
2003-05-06add a very simple frame cache.Miguel Freitas
support for reading multiple frames with a single call, this is very useful to reduce overhead of kernel calls or handling high latency devices (like playing a cd over the network) CVS patchset: 4777 CVS date: 2003/05/06 00:22:39
2003-05-02require slash on mrl syntax.Miguel Freitas
exception: file plugin can accept relative paths (see message on xine-devel) CVS patchset: 4751 CVS date: 2003/05/02 15:02:11
2003-05-02close fd so disk don't get stuck on driveMiguel Freitas
CVS patchset: 4750 CVS date: 2003/05/02 13:57:22
2003-04-26bump up input plugin interface version numberGuenter Bartsch
CVS patchset: 4692 CVS date: 2003/04/26 22:34:31
2003-04-23check if something could be frieed.Daniel Caujolle-Bert
CVS patchset: 4667 CVS date: 2003/04/23 19:58:57
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-04-06- shared eject implementation taken from the DVD input, eject doesn't work ↵Bastien Nocera
if the CD/DVD isn't mounted, which definitely breaks the CDDA plugin... better than nothing CVS patchset: 4542 CVS date: 2003/04/06 00:51:29
2003-03-29FreeBSD implementation. thanks to Vladimir Kushnir.Heiko Schaefer
CVS patchset: 4508 CVS date: 2003/03/29 09:37:24
2003-02-26as long as this is doing nothing, we should disable this feature, so that theMichael Roitzsch
button does not appear in MRL browser CVS patchset: 4294 CVS date: 2003/02/26 21:02:39
2003-01-30input device is configurable nowDaniel Caujolle-Bert
CVS patchset: 4052 CVS date: 2003/01/30 23:28:11
2003-01-23CDDA renamingSiggi Langauf
(doesn't hurt on ia32, but improves usability) CVS patchset: 3999 CVS date: 2003/01/23 22:58:09
2003-01-20Add CDDB support to CDDA plugin.Daniel Caujolle-Bert
CVS patchset: 3975 CVS date: 2003/01/20 01:57:21
2003-01-09provides autoplaylist. doesn't work 100% for me because toc alwaysMiguel Freitas
return a single track here. CVS patchset: 3842 CVS date: 2003/01/09 03:26:10
2003-01-08Add the missing "solaris" bits for the 'cdda' input pluginJuergen Keil
CVS patchset: 3827 CVS date: 2003/01/08 10:05:46
2003-01-08wow, time to sleep i guess. revert and fixDaniel Caujolle-Bert
CVS patchset: 3817 CVS date: 2003/01/08 00:03:58
2003-01-07support more the 9 tracksDaniel Caujolle-Bert
CVS patchset: 3816 CVS date: 2003/01/07 23:54:35
2003-01-07avoid segfault when grabbing mrlsDaniel Caujolle-Bert
CVS patchset: 3815 CVS date: 2003/01/07 22:53:25
2003-01-05added CD digital audio input sourceMike Melanson
CVS patchset: 3777 CVS date: 2003/01/05 06:46:11