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