summaryrefslogtreecommitdiff
path: root/src/input
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-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
2003-05-15add broadcasterMiguel Freitas
CVS patchset: 4857 CVS date: 2003/05/15 20:23:16
2003-05-15current ivtv api doesn't support changing setting on the flyMiguel Freitas
CVS patchset: 4854 CVS date: 2003/05/15 17:46:22
2003-05-15support changing bitrate.Miguel Freitas
actually its not possible to change vbr<->cbr mode because this setting is not available on current ivtv api. CVS patchset: 4853 CVS date: 2003/05/15 16:41:57
2003-05-14just to play it safeMichael Roitzsch
CVS patchset: 4846 CVS date: 2003/05/14 16:47:20
2003-05-14as announced on xine-devel, this is the big Makefile refactoring:Michael Roitzsch
extracted some common targets and variables into a common Makefile which is then included CVS patchset: 4844 CVS date: 2003/05/14 16:21:44
2003-05-13support multiple callback registrationMiguel Freitas
CVS patchset: 4840 CVS date: 2003/05/13 16:38:04
2003-05-11add missing header1-beta12Guenter Bartsch
CVS patchset: 4827 CVS date: 2003/05/11 18:17:10
2003-05-11Updates so that xine-lib uses dvdnav_internal.h.inJames Courtier-Dutton
CVS patchset: 4822 CVS date: 2003/05/11 14:14:12
2003-05-11Update from the libdvdnav project on http://dvd.sf.netJames Courtier-Dutton
CVS patchset: 4821 CVS date: 2003/05/11 13:44:04
2003-05-10Who DARES use the forbidden comment style, the one that only gives usMike Melanson
gcc 2.95 users trouble? CVS patchset: 4813 CVS date: 2003/05/10 00:49:45
2003-05-09fix audio problems (it didn't turn it on again on fastforward->realtimeMiguel Freitas
transition) CVS patchset: 4808 CVS date: 2003/05/09 20:49:34
2003-05-09use experimental ivtv api for setting stream type.Miguel Freitas
this might change, but at least now users don't have to edit ivtv sources. CVS patchset: 4805 CVS date: 2003/05/09 17:57:14
2003-05-08update pvr driver to be compatible with current ivtv cvsMiguel Freitas
it uses v4l2 that is not included in stable kernels, so i'm adding a copy of videodev2.h to be able to compile it. CVS patchset: 4800 CVS date: 2003/05/08 21:13:55
2003-05-07DVD play sort of works on Win32. Also added a couple more plugings to the ↵Tim Champagne
Win32 build. CVS patchset: 4795 CVS date: 2003/05/07 17:54:18
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-06This is some general Win32 cleanup and getting ready for DVD support.Tim Champagne
CVS patchset: 4779 CVS date: 2003/05/06 14:02:24
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-05add new event for pausing pvrMiguel Freitas
the engine must be paused "from inside", otherwise, fifos might be full and pvr plugin read function would never be called anymore. CVS patchset: 4772 CVS date: 2003/05/05 16:22:08
2003-05-03as announced on xine-devel:Michael Roitzsch
* I change the SPU decoder API to make it look less DVD specific * adapt all related files * increase SPU decoder API version * include DVDNAV_CFLAGS locally where needed CVS patchset: 4755 CVS date: 2003/05/03 14:24:06
2003-05-02realtime reporting fixesMiguel Freitas
CVS patchset: 4754 CVS date: 2003/05/02 23:41:18
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-05-02fix compilation with LOG defined: mrl undeclaredMichael Roitzsch
(patch sent by Lethal Weapon <lethalwp@tiscali.be>) CVS patchset: 4748 CVS date: 2003/05/02 12:33:44
2003-04-30die, directory!Michael Roitzsch
CVS patchset: 4728 CVS date: 2003/04/30 17:06:25
2003-04-30libdvdread is now part of libdvdnavMichael Roitzsch
CVS patchset: 4726 CVS date: 2003/04/30 17:03:18
2003-04-30cleanupMichael Roitzsch
CVS patchset: 4723 CVS date: 2003/04/30 16:46:10
2003-04-30the standalone libdvdnav can do raw device reads now, so this limitationMichael Roitzsch
here is no longer necessary CVS patchset: 4721 CVS date: 2003/04/30 16:41:15
2003-04-30cleanup libdvdnav mergeMichael Roitzsch
CVS patchset: 4720 CVS date: 2003/04/30 16:39:07
2003-04-29Some useful tips.James Courtier-Dutton
CVS patchset: 4715 CVS date: 2003/04/29 23:23:37
2003-04-29Update diff patch file.James Courtier-Dutton
CVS patchset: 4714 CVS date: 2003/04/29 22:22:34
2003-04-29Oops. put xine back.James Courtier-Dutton
CVS patchset: 4713 CVS date: 2003/04/29 22:18:14
2003-04-29Update from libdvdnavJames Courtier-Dutton
CVS patchset: 4712 CVS date: 2003/04/29 21:55:46
2003-04-29DO NOT use c++ comments!Stefan Holst
CVS patchset: 4711 CVS date: 2003/04/29 21:46:04
2003-04-29More syncing from libdvdnav at dvd.sf.netJames Courtier-Dutton
CVS patchset: 4710 CVS date: 2003/04/29 18:57:28
2003-04-29Update from the libdvdnav project.James Courtier-Dutton
CVS patchset: 4708 CVS date: 2003/04/29 15:58:27
2003-04-26bump up input plugin interface version numberGuenter Bartsch
CVS patchset: 4692 CVS date: 2003/04/26 22:34:31
2003-04-26- a ton of sanity checks.Thibaut Mattern
- little cleanup CVS patchset: 4686 CVS date: 2003/04/26 17:53:16
2003-04-26check mms response code.Thibaut Mattern
CVS patchset: 4685 CVS date: 2003/04/26 16:36:42
2003-04-26some doc and todo listThibaut Mattern
CVS patchset: 4681 CVS date: 2003/04/26 13:26:28
2003-04-26- shushBastien Nocera
CVS patchset: 4680 CVS date: 2003/04/26 00:19:21
2003-04-25Invalid packet length detection.Thibaut Mattern
Now detects an error with these streams: mmst://sr-wm.qbrick.com/02038_p1-wm-High mmst://sr-wm.qbrick.com/02038_p2-musik-wm-High (It fixes the deadlock) CVS patchset: 4678 CVS date: 2003/04/25 21:46:49
2003-04-25http response parsing fixesThibaut Mattern
These mrls work now : mmsh://sr-wm.qbrick.com/02038_p1-wm-High mmsh://sr-wm.qbrick.com/02038_p2-musik-wm-High CVS patchset: 4677 CVS date: 2003/04/25 20:37:21
2003-04-23check if something could be frieed.Daniel Caujolle-Bert
CVS patchset: 4667 CVS date: 2003/04/23 19:58:57
2003-04-23preserve win32 patches for later merges of new versionsMichael Roitzsch
CVS patchset: 4665 CVS date: 2003/04/23 16:24:18
2003-04-23do not build libdvdread, when we do not need itMichael Roitzsch
CVS patchset: 4663 CVS date: 2003/04/23 15:51:52
2003-04-23silence, pleaseMichael Roitzsch
CVS patchset: 4662 CVS date: 2003/04/23 15:51:02