Age | Commit message (Collapse) | Author |
|
CVS patchset: 5945
CVS date: 2003/12/24 16:40:01
|
|
are testing for nothing; additionally, access() checks against real UID,
but we actually want to check against effective UID
=> using open() is more straightforward.
CVS patchset: 5944
CVS date: 2003/12/24 15:48:24
|
|
CVS patchset: 5943
CVS date: 2003/12/24 13:36:13
|
|
CVS patchset: 5942
CVS date: 2003/12/24 13:34:17
|
|
CVS patchset: 5941
CVS date: 2003/12/24 13:27:47
|
|
CVS patchset: 5940
CVS date: 2003/12/24 13:27:09
|
|
CVS patchset: 5939
CVS date: 2003/12/24 13:07:23
|
|
pthread locks are _not_ fair (shocking news for me), so audio out has a
problem: the audio out loop holds the driver_lock almost always (since the
write() to the driver takes most of the time); other threads who want that
lock (like the frontend trying to change the volume) can starve;
the problem shows on kernel 2.6 with NPTL, but the potential is there in
all pthread implementations
CVS patchset: 5938
CVS date: 2003/12/24 13:06:10
|
|
CVS patchset: 5937
CVS date: 2003/12/24 12:58:58
|
|
- new helper function for demuxers (send data to fifo easily,
provided it was already loaded to memory)
CVS patchset: 5936
CVS date: 2003/12/23 21:22:38
|
|
CVS patchset: 5935
CVS date: 2003/12/23 16:58:25
|
|
CVS patchset: 5934
CVS date: 2003/12/21 22:43:43
|
|
aliasing assumptions can be made (malloc()-returned pointers never alias
anything), which can leed to further optimizations
CVS patchset: 5933
CVS date: 2003/12/21 14:14:39
|
|
some additional sanity checks are made
CVS patchset: 5932
CVS date: 2003/12/21 14:11:09
|
|
CVS patchset: 5931
CVS date: 2003/12/21 14:09:46
|
|
CVS patchset: 5930
CVS date: 2003/12/21 00:22:10
|
|
CVS patchset: 5929
CVS date: 2003/12/20 23:42:46
|
|
CVS patchset: 5928
CVS date: 2003/12/20 19:51:48
|
|
serve until a better solution is found
CVS patchset: 5927
CVS date: 2003/12/20 14:21:50
|
|
a bug somewhere else - perhaps even in the stream created by
WinSubMux.
CVS patchset: 5926
CVS date: 2003/12/20 14:13:34
|
|
handling. Remember to free colour map.
CVS patchset: 5925
CVS date: 2003/12/20 01:45:11
|
|
CVS patchset: 5924
CVS date: 2003/12/19 05:45:06
|
|
CVS patchset: 5923
CVS date: 2003/12/19 05:09:16
|
|
of the FAAD structures
CVS patchset: 5922
CVS date: 2003/12/19 05:03:28
|
|
CVS patchset: 5921
CVS date: 2003/12/18 16:19:32
|
|
rather than use a standard colour map.
CVS patchset: 5920
CVS date: 2003/12/18 00:30:19
|
|
CVS patchset: 5919
CVS date: 2003/12/17 20:28:51
|
|
Some formats define the end of a subtitle as the beginning of the
following. But using configurable timeout seems better.
* Three new formats of subtitles:
- jacobsub from mplayer (not tested by me)
- subviewer v2.0 from mplayer (not tested by me)
- subrip v0.9
* Change deprecated bzero() to memset()
CVS patchset: 5918
CVS date: 2003/12/17 13:41:05
|
|
CVS patchset: 5917
CVS date: 2003/12/16 16:34:01
|
|
return 0 bytes
CVS patchset: 5916
CVS date: 2003/12/16 01:57:31
|
|
CVS patchset: 5915
CVS date: 2003/12/14 23:23:17
|
|
CVS patchset: 5914
CVS date: 2003/12/14 23:21:19
|
|
CVS patchset: 5913
CVS date: 2003/12/14 22:33:22
|
|
CVS patchset: 5912
CVS date: 2003/12/14 22:13:22
|
|
CVS patchset: 5911
CVS date: 2003/12/14 12:31:27
|
|
CVS patchset: 5910
CVS date: 2003/12/14 12:20:17
|
|
CVS patchset: 5909
CVS date: 2003/12/14 12:19:25
|
|
CVS patchset: 5908
CVS date: 2003/12/14 00:33:36
|
|
va_arg two times in _x_message function.
CVS patchset: 5907
CVS date: 2003/12/14 00:28:02
|
|
CVS patchset: 5906
CVS date: 2003/12/13 23:01:45
|
|
CVS patchset: 5905
CVS date: 2003/12/13 21:55:52
|
|
ioctl works (fixes playback of 8 bits sounds on i810 soundcards)
CVS patchset: 5904
CVS date: 2003/12/13 19:22:33
|
|
CVS patchset: 5903
CVS date: 2003/12/13 11:52:56
|
|
* internal names cleanup
* http input plugin uses http_helper.c
* fix change in audio_directx
* MSVC stoped compile xineui because of 'this', mysterious
* change non-constand array lengths to malloc/free,
it good for such old compilers as my MSVC 6.0
* change lprintf macro for MSVC to compile again
(I don't know, how use variable number of macro arguments in MSVC...)
* merge compiling of xine-utils and xine-engine
CVS patchset: 5902
CVS date: 2003/12/13 11:35:07
|
|
CVS patchset: 5901
CVS date: 2003/12/13 01:53:48
|
|
CVS patchset: 5900
CVS date: 2003/12/13 01:47:35
|
|
mmst bugfix
CVS patchset: 5899
CVS date: 2003/12/13 01:01:53
|
|
CVS patchset: 5898
CVS date: 2003/12/13 00:55:11
|
|
CVS patchset: 5897
CVS date: 2003/12/12 23:20:21
|
|
CVS patchset: 5896
CVS date: 2003/12/12 22:53:15
|