summaryrefslogtreecommitdiff
path: root/src/input
AgeCommit message (Collapse)Author
2004-11-24add support for slightly non-standard? ?zap channels.conf filesMike Lampard
CVS patchset: 7152 CVS date: 2004/11/24 02:58:20
2004-11-22use section filter for pmt alsoMike Lampard
CVS patchset: 7146 CVS date: 2004/11/22 11:40:34
2004-11-21use INVERSION_AUTO rather than INVERSION_OFF if the fe can support it. useMike Lampard
section filtering for pat table. CVS patchset: 7144 CVS date: 2004/11/21 18:37:00
2004-11-20more info for bug reporting, do a simple sanity check to ensure that theMike Lampard
channels.conf file is really in *zap format, not vdr format. CVS patchset: 7141 CVS date: 2004/11/20 18:30:52
2004-11-19further checks for pat filteringMike Lampard
CVS patchset: 7138 CVS date: 2004/11/19 10:41:05
2004-11-18change all printfs to xprintf, increase verbosity in parse_si + tuner toMike Lampard
ease debugging. CVS patchset: 7134 CVS date: 2004/11/18 15:35:03
2004-11-18increase no-data timeout in plugin_read.Mike Lampard
CVS patchset: 7132 CVS date: 2004/11/18 12:45:47
2004-11-16increase all timeouts, should fix most (all?) problems reported so far.Mike Lampard
don't bother opening unused filters, add option to select adapter rather than hardcode adapter0 CVS patchset: 7126 CVS date: 2004/11/16 11:49:09
2004-11-13increase tuner timeout. some cards are a little slowMike Lampard
CVS patchset: 7118 CVS date: 2004/11/13 08:36:59
2004-11-04dvb driver needs video & audio pids to be handled differentlyxine_1-rc7-release1-rc7Mike Lampard
CVS patchset: 7104 CVS date: 2004/11/04 11:22:58
2004-10-31last fixes...Miguel Freitas
CVS patchset: 7098 CVS date: 2004/10/31 22:29:04
2004-10-30- make use of the net buffer control in gnome-vfs, to speed it up a bitBastien Nocera
CVS patchset: 7094 CVS date: 2004/10/30 16:14:33
2004-10-30check to ensure we have the mutex before unlocking it.Mike Lampard
CVS patchset: 7088 CVS date: 2004/10/30 04:06:48
2004-10-29use monotonic clock when availableMiguel Freitas
CVS patchset: 7087 CVS date: 2004/10/29 23:11:37
2004-10-29fix for bug #838766. enable timeout if no data from dvr device.Mike Lampard
fix double-free in tuner_dispose. misc. other fixes. CVS patchset: 7085 CVS date: 2004/10/29 07:56:10
2004-10-28work around to ensure fe is locked before continuing, or timeout afterMike Lampard
5secs. report fe status. CVS patchset: 7084 CVS date: 2004/10/28 20:26:43
2004-10-27barry scott v4l patchMiguel Freitas
CVS patchset: 7082 CVS date: 2004/10/27 22:39:48
2004-10-25improve reliability switch_channelsMike Lampard
CVS patchset: 7074 CVS date: 2004/10/25 22:39:38
2004-10-24bugfix from Maik Qualmann for playlist generationMike Lampard
CVS patchset: 7073 CVS date: 2004/10/24 21:30:14
2004-10-23fix byte alignment bug in pat parsing. hide eit if osd channel selector isMike Lampard
showing. CVS patchset: 7069 CVS date: 2004/10/23 19:54:52
2004-10-23revert to old behaviour on pat/pmt timeout + bugfixMike Lampard
CVS patchset: 7068 CVS date: 2004/10/23 01:26:38
2004-10-23rewrite pat table to only contain the current pmt. use nonblock on internalMike Lampard
filter. CVS patchset: 7067 CVS date: 2004/10/23 00:10:08
2004-10-22use poll on internal filterMike Lampard
CVS patchset: 7066 CVS date: 2004/10/22 13:54:03
2004-10-21fix build problemMike Lampard
CVS patchset: 7063 CVS date: 2004/10/21 18:25:08
2004-10-21fix build problem due to misaligned patchMike Lampard
CVS patchset: 7062 CVS date: 2004/10/21 15:17:25
2004-10-20improved dvb plugin by Mike LampardMiguel Freitas
CVS patchset: 7057 CVS date: 2004/10/20 20:34:41
2004-10-20Start of VCD support on Mac OS X (still not finished, but doesn't breakAndre Pang
anything) CVS patchset: 7054 CVS date: 2004/10/20 05:04:00
2004-10-20Enable dvdnav support even if CDROM ioctls are not found. This makes xine ↵Andre Pang
work with DVDs on Mac OS X: please test on other platforms to ensure there are no regressions. CVS patchset: 7053 CVS date: 2004/10/20 05:02:55
2004-10-18somebody did copy-paste here...Miguel Freitas
CVS patchset: 7047 CVS date: 2004/10/18 18:44:56
2004-10-18disable libsmbclient debugingMiguel Freitas
CVS patchset: 7046 CVS date: 2004/10/18 18:26:12
2004-10-18Simple libsmbclient (samba) input pluginMiguel Freitas
CVS patchset: 7044 CVS date: 2004/10/18 18:01:44
2004-10-08sync to current CVS of libdvdnavMichael Roitzsch
* fixes wrong subtitle appearing in the trailer of "Girl, Interrupted" RC2 * fixes "NAV packet expected, but none found" error when toggling between menu and feature with the Escape key CVS patchset: 7022 CVS date: 2004/10/08 20:44:34
2004-10-05- Some fixes for crashes when trying to play encrypted DVDs without libdvdcssBastien Nocera
As discussed in: http://article.gmane.org/gmane.comp.video.xine.devel/8010 CVS patchset: 7014 CVS date: 2004/10/05 19:07:08
2004-09-28Get SCNx64 and SCNxMAX format macros working properly on Mac OS XAndre Pang
CVS patchset: 7006 CVS date: 2004/09/28 15:38:11
2004-09-26 - almost finalize headers refactoring needed for MSVC frontends (and for otherFrantišek Dvořák
poor platforms, of course) - fix a bug in generated xine-config for WIN32 and make it relocateable under Windows - MSVC port: update, fix some warnings, remove old unneeded files - improve function for getting runtime directory, it will need next fix yet (bug probably due to active volume drives) CVS patchset: 7001 CVS date: 2004/09/26 22:54:51
2004-09-23- Factor is 1.0, num_buffers is 230...Bastien Nocera
Fix video as well CVS patchset: 6997 CVS date: 2004/09/23 16:41:39
2004-09-23- Fix crashes with some input plugins when no audio output was availableBastien Nocera
That's either that, or always registering audio.num_buffers in src/xine-engine/audio_decoder.c CVS patchset: 6994 CVS date: 2004/09/23 15:19:47
2004-09-20Build system improvements:František Dvořák
- use replacement functions (macro AC_REPLACE_FUNCS and variable LTLIBOBJS), each function is in a file placed into lib/ directory, it was not necessary, but it looks nice, IMHO - headers cleanups (this was needed): - prototypes of replacement funtions and macros are placed into separate os_internal.h (and included by config.h) - drop include inttypes.h from public xine.h, replaced by custom os_type.h, idea origins from Ogg/Vorbis public headers - disable generating inttypes.h: generated replacement isn't enough for xine-lib but nobody complained (and for M$VC we have special version) - better including headers for win32, let dvdnav use its mutex wrapper - updated M$VC port Result: - xine is compiled nicely by MinGW, CygWin and paritaly M$VC - frontends in M$VC port don't require additional helping headers - moved some platform specific things from xine-utils and win32/contrib to lib/ Finally I can start with real coding. :-) CVS patchset: 6982 CVS date: 2004/09/20 19:30:02
2004-09-18Fixed compilation on MacOSX/Darwin.Daniel Mack
CVS patchset: 6980 CVS date: 2004/09/18 20:50:09
2004-09-17Warning patch for Win32 - casted off_t to intmax_t for printing.František Dvořák
CVS patchset: 6979 CVS date: 2004/09/17 19:21:33
2004-09-16new DVD MRL parser (refactored into two new functions to be more readable andMichael Roitzsch
easier extensible) behaviour: dvd:/ opens default device (this is a temporary special case) dvd:/1.2 opens given title/part on default device (dito) dvd:/path/ opens given device, directory or single-file image dvd:/path same as above, so fully compatible with old behaviour dvd:/path/1.2 tries to open /path/1.2, falling back to /path with title/part CVS patchset: 6974 CVS date: 2004/09/16 13:10:09
2004-09-08chunk size fix from Ross FinlaysonMiguel Freitas
better late than never ;-) CVS patchset: 6949 CVS date: 2004/09/08 15:09:30
2004-09-07Commit to xine the MinGW patch already used in external VCD.František Dvořák
CVS patchset: 6947 CVS date: 2004/09/07 19:29:49
2004-09-07Remove Win32 headers required for removed alarm from cdda input plugin.František Dvořák
CVS patchset: 6946 CVS date: 2004/09/07 19:27:55
2004-09-02Warnings on WIN32.František Dvořák
Compilation fix for CygWin. CVS patchset: 6932 CVS date: 2004/09/02 19:56:40
2004-09-01Fixes to DVD MRL parsing.James Courtier-Dutton
CVS patchset: 6926 CVS date: 2004/09/01 16:17:39
2004-08-28Fix a crash when dispose it called before the DVD starts playing.James Courtier-Dutton
This needs to be fixed in libdvdnav as well. CVS patchset: 6916 CVS date: 2004/08/28 22:51:50
2004-08-28Improved MRL parsing in the dvd plugin.James Courtier-Dutton
Works now for all types of MRL, and works in DVD Title mode as well. Removes the requirement to have a "/" at the end of the MRL. Eg. xine dvd:/ <- plays a DVD from the default dvd device. xine dvd://dev/sr0 <- plays a DVD from /dev/sr0 xine dvd:/dvd.img <- plays a DVD image from the current directory. xine dvd://dvd/dvd.img <- plays a DVD from full path /dvd/dvd.img xine dvd://dvd/dvd.img/ <- plays a DVD from full path /dvd/dvd.img. Having the last / makes no difference. xine dvd://dvd/dvd.img:1.2 <- plays Title 1, Part 2 of DVD image. CVS patchset: 6912 CVS date: 2004/08/28 15:06:26
2004-08-27MINGW32 port. Engine library and most of plugins compiles now.František Dvořák
List of some changes: - replaced some _MSC_VER by more common WIN32 - define INTLDIR, remove -static flag for included intl - shared more common CFLAGS with DEBUG_CFLAGS - use WIN32_CFLAGS for all building - separate some flags into THREAD_CFLAGS_CONFIG, THREAD_CFLAGS_CONFIG and ZLIB_LIB_CONFIG for public xine-config, automatically use internal libs if necessary - don't warn about missing X for mingw and cygwin - libw32dll disabled for WIN32 (making native loader would be interesting, or porting wine code to Windows? :->) - DVB and RTP disabled for WIN32, not ported yet - fix build and fix a warning in cdda - fix build for nosefart and libfaad - implement configure option --disable-freetype - sync libxine.pc and xine-config.in - add -liberty to goom under WIN32 - move original build files from included phread and zlib into archives and replace them by autotools CVS patchset: 6910 CVS date: 2004/08/27 19:33:17
2004-08-27empty assignment patch by Reimar DoffingerMiguel Freitas
CVS patchset: 6908 CVS date: 2004/08/27 18:34:16