summaryrefslogtreecommitdiff
path: root/src/input/input_cdda.c
AgeCommit message (Collapse)Author
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