Age | Commit message (Collapse) | Author |
|
CVS patchset: 6773
CVS date: 2004/07/05 07:43:52
|
|
resizeViewOnVideoSizeChange, with corresponding semantic changes
CVS patchset: 6772
CVS date: 2004/07/05 05:26:12
|
|
internally)
CVS patchset: 6771
CVS date: 2004/07/05 01:24:16
|
|
Added keepsVideoAspectRatio and resizeViewToVideoSizeOnLoad attributes to
XineOpenGLView class
More accurate OpenGL mutex locking (we need to serialise any accesses to the
OpenGL context): this fixed a few more kernel panics for me
Changed any human-readable strings of "MacOSX" to "Mac OS X" (so maybe Apple
can award xine a Design Award next year with less qualms ;)
CVS patchset: 6770
CVS date: 2004/07/05 01:20:01
|
|
(it works on gcc with sizeof(void) == 1, but it's not portable)
CVS patchset: 6769
CVS date: 2004/07/04 21:27:23
|
|
to open the device does not mean it's not accessible, there might just
be no disk inside (closes bug #984594)
CVS patchset: 6768
CVS date: 2004/07/04 21:01:26
|
|
CVS patchset: 6767
CVS date: 2004/07/03 19:22:16
|
|
CVS patchset: 6766
CVS date: 2004/07/03 16:47:55
|
|
CVS patchset: 6765
CVS date: 2004/07/02 19:32:25
|
|
CVS patchset: 6764
CVS date: 2004/07/02 19:22:19
|
|
CVS patchset: 6763
CVS date: 2004/07/02 17:44:28
|
|
CVS patchset: 6762
CVS date: 2004/07/01 20:56:15
|
|
CVS patchset: 6761
CVS date: 2004/07/01 20:16:24
|
|
methods to NSWindow class, since they're generic to all windows
CVS patchset: 6760
CVS date: 2004/06/29 05:25:28
|
|
Let's see tomorrow how many segfaults are gone ;-)
CVS patchset: 6759
CVS date: 2004/06/28 22:44:57
|
|
CVS patchset: 6758
CVS date: 2004/06/27 17:22:13
|
|
(in_buf && in_buf->num_frames), otherwise, the dummy packet send by ao_exit()
to wake up the audio out loop can trigger this message
(because it has an undefined buf->format.rate, which, when 0 causes
driver->open() to fail and the message gets emitted)
we also send the message to the streams attached to this audio out only,
not to all streams known to the engine
CVS patchset: 6757
CVS date: 2004/06/27 13:33:57
|
|
everybody: test, test, test
CVS patchset: 6756
CVS date: 2004/06/27 11:58:47
|
|
to call Xlib functions before xine to properly fill x11_visual_t
CVS patchset: 6755
CVS date: 2004/06/27 11:16:20
|
|
CVS patchset: 6754
CVS date: 2004/06/26 16:04:07
|
|
CVS patchset: 6753
CVS date: 2004/06/26 15:10:10
|
|
compile :)
CVS patchset: 6752
CVS date: 2004/06/26 15:09:35
|
|
CVS patchset: 6751
CVS date: 2004/06/26 14:57:34
|
|
from class to plugin context
CVS patchset: 6750
CVS date: 2004/06/26 14:47:34
|
|
CVS patchset: 6749
CVS date: 2004/06/26 13:52:20
|
|
CVS patchset: 6748
CVS date: 2004/06/26 13:51:13
|
|
CVS patchset: 6747
CVS date: 2004/06/26 13:49:54
|
|
often which then again causes the printf() again...
- destroy the mutex in ..._close();
CVS patchset: 6746
CVS date: 2004/06/25 16:19:08
|
|
maybe that helps.
- some indentation fixes
CVS patchset: 6745
CVS date: 2004/06/25 16:14:20
|
|
(fixed latest deadlock report by Stefan Holst)
CVS patchset: 6744
CVS date: 2004/06/25 16:09:31
|
|
CVS patchset: 6743
CVS date: 2004/06/25 16:04:59
|
|
CVS patchset: 6742
CVS date: 2004/06/25 15:52:21
|
|
CVS patchset: 6741
CVS date: 2004/06/25 11:14:27
|
|
arch_accel(). On Solaris/SPARC, use sysinfo(2) to detect supported extensions rather than by trapping SIGILL.
CVS patchset: 6740
CVS date: 2004/06/25 07:32:22
|
|
failure. Must not set procs to NULL directly as this could occur in the window between the video out loop testing and calling them. Cleanup the code for handling insufficient video memory.
CVS patchset: 6739
CVS date: 2004/06/24 13:06:57
|
|
* since plugin catalog assumes a limit on plugin count, we should actually
enforce this limit on plugin loading
* reduce DECODER_MAX from 256 to 128, because PLUGIN_MAX is already 256
and having only decoder plugins is unlikely
CVS patchset: 6738
CVS date: 2004/06/23 19:45:52
|
|
as a global symbol, since end-applications which use xine-lib need to access
this data. (e.g. grep for 'Notification' in
/System/Library/Frameworks/WebKit.framework/Headers/ to see how this works).
CVS patchset: 6737
CVS date: 2004/06/23 02:25:42
|
|
CVS patchset: 6736
CVS date: 2004/06/23 00:05:38
|
|
CVS patchset: 6735
CVS date: 2004/06/22 22:03:11
|
|
CVS patchset: 6734
CVS date: 2004/06/22 22:01:25
|
|
CVS patchset: 6733
CVS date: 2004/06/22 16:08:07
|
|
Fix dealloc behaviour
Set fields to nil after releasing, to avoid stray messages
CVS patchset: 6732
CVS date: 2004/06/22 16:06:38
|
|
CVS patchset: 6731
CVS date: 2004/06/22 14:31:40
|
|
Mac OS X build
CVS patchset: 6730
CVS date: 2004/06/22 12:36:34
|
|
Added dealloc method
Removed unused opengl_context field
Added NSCoding functions, in preparation for Interface Builder palettization
Mac OS X XineVideoWindow:
Added dealloc method
CVS patchset: 6729
CVS date: 2004/06/22 08:25:24
|
|
DVD drive, the correct one is ejected; should close bug #976347;
also done some cleanup, removed currently unused structure members
CVS patchset: 6728
CVS date: 2004/06/21 18:48:17
|
|
* remove two unneeded files
CVS patchset: 6727
CVS date: 2004/06/21 16:37:00
|
|
in SPU decoders which is obsoleted by that removal
CVS patchset: 6726
CVS date: 2004/06/21 16:19:40
|
|
the component itself
CVS patchset: 6725
CVS date: 2004/06/21 16:13:10
|
|
CVS patchset: 6724
CVS date: 2004/06/21 15:09:53
|