summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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-11-03prevent compiler warnings from the new monotonic clock in xineutils.h meetingMichael Roitzsch
the _XOPEN_SOURCE define in some files CVS patchset: 7103 CVS date: 2004/11/03 19:30:04
2004-11-03fix compiler warningMichael Roitzsch
CVS patchset: 7102 CVS date: 2004/11/03 19:17:54
2004-11-01Fixed packet seq handling.Thibaut Mattern
Fixed bug reported by Daniel (http://naboo.homelinux.org/~daniel/samples/TimsTraySlide.asf). CVS patchset: 7099 CVS date: 2004/11/01 15:53:52
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-30Allowed multiple simultaneous thread access in parts of the xxmc driver,Thomas Hellström
assuming that XvMC libraries are thread-safe. CVS patchset: 7093 CVS date: 2004/10/30 15:12:48
2004-10-30better check for posix timersMiguel Freitas
CVS patchset: 7092 CVS date: 2004/10/30 15:04:46
2004-10-30misplaced }Miguel Freitas
CVS patchset: 7091 CVS date: 2004/10/30 14:29:23
2004-10-30fix time/position displaying for dvdsMiguel Freitas
CVS patchset: 7090 CVS date: 2004/10/30 13:34:33
2004-10-30fixed seeking unresponsiveness when using external subtitlesMiguel Freitas
do not flush slave subtitle streams. since the output ports are the same for both streams, they will get flushed twice causing frames to be discarded. (possible improvement: check if slave output port is the same as master's) CVS patchset: 7089 CVS date: 2004/10/30 12:45:26
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-29hmm did i miss this one?Miguel Freitas
CVS patchset: 7086 CVS date: 2004/10/29 13:11:47
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-27minor osd fix: hide empty (cleared) osd. thanks Stefan for noticing it.Miguel Freitas
CVS patchset: 7083 CVS date: 2004/10/27 23:03:22
2004-10-27barry scott v4l patchMiguel Freitas
CVS patchset: 7082 CVS date: 2004/10/27 22:39:48
2004-10-27Sylvain Colinet patchMiguel Freitas
CVS patchset: 7081 CVS date: 2004/10/27 22:22:25
2004-10-27flush on end of streamMiguel Freitas
CVS patchset: 7080 CVS date: 2004/10/27 16:41:34
2004-10-27patch by Baris Metin to fix case-conversion problems with awkMichael Roitzsch
CVS patchset: 7079 CVS date: 2004/10/27 15:50:40
2004-10-27old commentMiguel Freitas
CVS patchset: 7078 CVS date: 2004/10/27 14:14:20
2004-10-27Thibaut's request optimizer input layerMiguel Freitas
CVS patchset: 7077 CVS date: 2004/10/27 13:09:07
2004-10-26add frontend cropping supportMiguel Freitas
CVS patchset: 7076 CVS date: 2004/10/26 20:10:20
2004-10-25improve reliability of channel changing for dvb streamsMike Lampard
CVS patchset: 7075 CVS date: 2004/10/25 22:42:59
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-24libxine_macosx_video -> libxineMacOSXVideo: don't use underscores in library ↵Andre Pang
name, since underscores break ld's -sub_library flag on Mac OS X (yeah, really ...) CVS patchset: 7072 CVS date: 2004/10/24 14:37:51
2004-10-24Load plugins with ".xineplugin" in its file name on Mac OS X, and also fix ↵Andre Pang
up a few minor compiler warnings CVS patchset: 7071 CVS date: 2004/10/24 00:59:37
2004-10-24Mac OS X video output plugin: don't link against libxine_macosx_video, ↵Andre Pang
because (1) the resulting application will need to link against it anyway, and (2) it due to (1), this may result in multiply defined symbols CVS patchset: 7070 CVS date: 2004/10/24 00:58:13
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-22Split Mac OS X video_window.[mh] files into XineOpenGLView.h and ↵Andre Pang
XineOpenGLView.m: we still keep a video_window.h file for backward compatibility CVS patchset: 7064 CVS date: 2004/10/22 06:29:45
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-21fix for some ac3 streamsMike Lampard
CVS patchset: 7060 CVS date: 2004/10/21 14:50:29
2004-10-21Mac OS X XineOpenGLView: Added controller delegate in addition to its ↵Andre Pang
'normal' delegate CVS patchset: 7059 CVS date: 2004/10/21 02:00:40
2004-10-21Added cursor-changing support to Mac OS X XineOpenGLViewAndre Pang
CVS patchset: 7058 CVS date: 2004/10/21 01:32:22
2004-10-20improved dvb plugin by Mike LampardMiguel Freitas
CVS patchset: 7057 CVS date: 2004/10/20 20:34:41
2004-10-20Mac OS X video output:Andre Pang
Remove superfluous point flip in mouseMoved: Added mouseDown:, rightMouseDown:, and otherMouseDown: event handlers CVS patchset: 7056 CVS date: 2004/10/20 07:17:46
2004-10-20Fix vidix compilation if we're not building from the source tree directoryAndre Pang
CVS patchset: 7055 CVS date: 2004/10/20 05:39:12
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-20Initial overlay support for Mac OS X video output driver. Probably needs to ↵Andre Pang
be optimised. CVS patchset: 7052 CVS date: 2004/10/20 04:58:13
2004-10-19XineOpenGLView for Mac OS X:Andre Pang
* Made XineOpenGLViewDelegate formal protocol to avoid compiler warnings * Properly support NSCoders which don't support keyed-coding (yeah, they apparently exist) * Added some logging * Accepts first responder status * Initial mouse tracking support via delegate CVS patchset: 7051 CVS date: 2004/10/19 06:39:44
2004-10-18Fix resync code performance problem.Thibaut Mattern
Should fix deadlocks detected by the testsuite with this stream "mpg/small1080.mpg". CVS patchset: 7050 CVS date: 2004/10/18 21:55:00
2004-10-18rewiring to ANON_STREAM is valid, and that avoid some segfault too ;-)Daniel Caujolle-Bert
CVS patchset: 7049 CVS date: 2004/10/18 21:07:38
2004-10-18patch by Gert Vervoort to handle AC3 audio when the sync word (0x0b 0x77)Miguel Freitas
is not aligned with the PES packet. CVS patchset: 7048 CVS date: 2004/10/18 19:08:05