summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-11-19improvements from LennartMiguel Freitas
CVS patchset: 7139 CVS date: 2004/11/19 21:52:33
2004-11-19further checks for pat filteringMike Lampard
CVS patchset: 7138 CVS date: 2004/11/19 10:41:05
2004-11-19Fixed segfault occuring in the xxmc plugin when it had swithed to acceleratedThomas Hellström
decoding while software surfaces were still in the frame queue and sometimes needed to be duplicated. Cleaned up xxmc shape / colorkey X11OSD handling. Fixed more locking inconsistensies. CVS patchset: 7137 CVS date: 2004/11/19 08:56:30
2004-11-19added support for 24-bit LPCM from DVDsMike Melanson
CVS patchset: 7136 CVS date: 2004/11/19 05:35:48
2004-11-19Skip video data until one keyframe is detected.Thibaut Mattern
This is done for VP3 and VP6 bitstreams, the detection logic is based on mplayer's nsv demuxer. Streams beginning with "Z092" are not yet supported. CVS patchset: 7135 CVS date: 2004/11/19 00:30:17
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-18forgot to mention the build system fixMichael Roitzsch
CVS patchset: 7133 CVS date: 2004/11/18 15:17:57
2004-11-18increase no-data timeout in plugin_read.Mike Lampard
CVS patchset: 7132 CVS date: 2004/11/18 12:45:47
2004-11-17fix stupid mistake (thanks Thibaut)Miguel Freitas
CVS patchset: 7131 CVS date: 2004/11/17 11:39:24
2004-11-17fix #1067672Miguel Freitas
CVS patchset: 7130 CVS date: 2004/11/17 01:38:41
2004-11-17mind the volume :)Miguel Freitas
CVS patchset: 7129 CVS date: 2004/11/17 01:03:28
2004-11-16*** empty log message ***Miguel Freitas
CVS patchset: 7128 CVS date: 2004/11/16 21:19:12
2004-11-16do never cache input position.Miguel Freitas
assuming the position is well behaved breaks several plugins since it may change either due navigation (dvd) or streaming (mms). fixes #1066926 CVS patchset: 7127 CVS date: 2004/11/16 21:16:43
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-15polypaudio supportMiguel Freitas
CVS patchset: 7125 CVS date: 2004/11/15 03:58:46
2004-11-14Added xxmc plugin user documentation.Thomas Hellström
CVS patchset: 7124 CVS date: 2004/11/14 21:59:28
2004-11-14Fixed some rarely exposed locking bugs in the xxmc driver.Thomas Hellström
CVS patchset: 7123 CVS date: 2004/11/14 20:38:28
2004-11-13Fixed segfault when seeking with the "xvmc" and "xxmc" plugins playingThomas Hellström
files with IDCT / mocomp XvMC acceleration. Cleaned up some ugly xvmc / xxmc naming. CVS patchset: 7122 CVS date: 2004/11/13 19:32:51
2004-11-13xinimin updates to properly quit on stream endMiguel Freitas
CVS patchset: 7121 CVS date: 2004/11/13 17:18:15
2004-11-13XCreatePixmap fails with zero size. we better assert here.Miguel Freitas
CVS patchset: 7120 CVS date: 2004/11/13 17:13:41
2004-11-13sanity checkingMiguel Freitas
CVS patchset: 7119 CVS date: 2004/11/13 17:01:36
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-13.m4a is, more generically, MPEG-4 audioAndre Pang
CVS patchset: 7117 CVS date: 2004/11/13 02:38:15
2004-11-12QuickTime demuxer can demux iTunes's .m4a files tooAndre Pang
CVS patchset: 7116 CVS date: 2004/11/12 11:25:02
2004-11-12If a video driver supports overlays, it should probably say so in its ↵Andre Pang
capabilities ... CVS patchset: 7115 CVS date: 2004/11/12 06:38:36
2004-11-12Fix playback of Speex filesAndre Pang
CVS patchset: 7114 CVS date: 2004/11/12 06:32:54
2004-11-11fix X-less build, thanks to Lucian Muresan for reporting and testingMichael Roitzsch
CVS patchset: 7113 CVS date: 2004/11/11 13:52:29
2004-11-10official Debian releaseSiggi Langauf
CVS patchset: 7112 CVS date: 2004/11/10 14:14:24
2004-11-10inc/dec the stream_t reference counterThibaut Mattern
see this thread http://thread.gmane.org/gmane.comp.video.xine.devel/11154 CVS patchset: 7111 CVS date: 2004/11/10 07:45:29
2004-11-08*** empty log message ***Miguel Freitas
CVS patchset: 7110 CVS date: 2004/11/08 13:13:16
2004-11-08Fix compilation on Mac OS X with --disable-altivec (warning: compilation has ↵Andre Pang
been tested, whether it works hasn't been tested ...) CVS patchset: 7109 CVS date: 2004/11/08 05:39:54
2004-11-06Mac OS X XineOpenGLView: Disable initial colour support temporarily while ↵Andre Pang
some bugs are worked out ... CVS patchset: 7108 CVS date: 2004/11/06 16:26:06
2004-11-06Mac OS X XineOpenGLView: Fix inclusion of xineutils.hAndre Pang
CVS patchset: 7107 CVS date: 2004/11/06 13:06:52
2004-11-06Mac OS X video out driver:Andre Pang
Can specify an initial NSColor for XineOpenGLView, rather than just YUV green Formatting cleanups (including converting tabs to spaces) CVS patchset: 7106 CVS date: 2004/11/06 12:45:58
2004-11-06libmpeg2 compilation fixes for Mac OS XAndre Pang
CVS patchset: 7105 CVS date: 2004/11/06 09:23:15
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-03make sure frontend links to -lrt when posix timers are usedMiguel Freitas
(i don't know if this is really needed though...) CVS patchset: 7101 CVS date: 2004/11/03 18:58:29
2004-11-03Check for strchr(1) function in configure script: fixes intl/ subdirectory ↵Andre Pang
compilation on Mac OS X CVS patchset: 7100 CVS date: 2004/11/03 14:03:25
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-31preparations for 1-rc7Siggi Langauf
There are still show-stoppers, though... CVS patchset: 7097 CVS date: 2004/10/31 16:52:36
2004-10-31an old Debian package...Siggi Langauf
CVS patchset: 7096 CVS date: 2004/10/31 15:15:21
2004-10-30no dvb teletext yet...Mike Lampard
CVS patchset: 7095 CVS date: 2004/10/30 21:11:48
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