Age | Commit message (Collapse) | Author |
|
chars), backup fail (fgets/fputs), and value can't be saved, never. Move to fread/fwrite, single shot, backup function (need to reproduce ?: <http://xine.sf.net/daniel/config_failure>)
CVS patchset: 6051
CVS date: 2004/01/16 23:03:38
|
|
CVS patchset: 6041
CVS date: 2004/01/13 20:44:22
|
|
CVS patchset: 6036
CVS date: 2004/01/12 23:43:39
|
|
CVS patchset: 6030
CVS date: 2004/01/12 17:35:14
|
|
CVS patchset: 6025
CVS date: 2004/01/11 15:54:23
|
|
in frontends; this change is ABI-wise equivalent to adding a new function
CVS patchset: 6022
CVS date: 2004/01/11 15:31:53
|
|
CVS patchset: 6016
CVS date: 2004/01/10 01:34:50
|
|
- increase demux and decoder apis
- fix runtime changing of ogg/ogm audio channels
note: i hope i haven't broken any demux->decoder data exchange. please report any problems.
CVS patchset: 6014
CVS date: 2004/01/09 01:26:32
|
|
CVS patchset: 6010
CVS date: 2004/01/07 22:22:54
|
|
* post plugins are now much safer (fewer races/inconsistencies) and easier to write
* all post plugins are ported to the new architecture (and should work)
* ports can now be opened and closed with a NULL stream
CVS patchset: 6007
CVS date: 2004/01/07 19:52:42
|
|
CVS patchset: 5986
CVS date: 2004/01/04 00:00:58
|
|
CVS patchset: 5968
CVS date: 2004/01/01 14:20:52
|
|
CVS patchset: 5967
CVS date: 2003/12/31 23:29:06
|
|
CVS patchset: 5956
CVS date: 2003/12/29 16:26:57
|
|
CVS patchset: 5955
CVS date: 2003/12/29 16:24:33
|
|
CVS patchset: 5954
CVS date: 2003/12/28 15:01:39
|
|
CVS patchset: 5948
CVS date: 2003/12/25 21:57:28
|
|
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
|
|
- 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: 5915
CVS date: 2003/12/14 23:23:17
|
|
CVS patchset: 5914
CVS date: 2003/12/14 23:21:19
|
|
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: 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
|
|
* 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: 5892
CVS date: 2003/12/12 01:44:39
|
|
CVS patchset: 5889
CVS date: 2003/12/10 20:51:01
|
|
CVS patchset: 5879
CVS date: 2003/12/09 00:02:28
|
|
Replace XINE_ASSERT by _x_assert, which works exaclty as assert, except that it still warns with NDEBUG defined (but don't abort). Fix missuning of assert(0), which isn't safe, abort is abort, assert is for debugging purpose only, so all assert(0) has been converted to abort() alls. In osd_preload_fonts(): alloc needed memory chunk. Define NDEBUG in CFLAGS, for non DEBUG build only.
CVS patchset: 5860
CVS date: 2003/12/07 15:34:29
|
|
CVS patchset: 5858
CVS date: 2003/12/07 15:09:51
|
|
worthless:
* fixing some lprintf's
* fixing one printf -> xprintf
* adding patch to diff_to_ffmpeg_cvs
* small addition to xineutils.h (some gcc magic for future optimizations)
CVS patchset: 5853
CVS date: 2003/12/06 18:11:53
|
|
CVS patchset: 5846
CVS date: 2003/12/05 19:36:11
|
|
CVS patchset: 5845
CVS date: 2003/12/05 18:07:04
|
|
relevant too. Small other little fix (can't remember). Change few internal function prototype because it xine_t pointer need to be used if some xine's internal sections. NOTE: libdvd{nav,read} is still too noisy, i will take a look to made it quit, without invasive changes. To be continued...
CVS patchset: 5844
CVS date: 2003/12/05 15:54:56
|
|
specified or is NULL. I tested it helped.
CVS patchset: 5831
CVS date: 2003/12/03 18:37:17
|
|
CVS patchset: 5828
CVS date: 2003/12/03 10:24:41
|
|
CVS patchset: 5806
CVS date: 2003/11/27 13:20:22
|
|
CVS patchset: 5805
CVS date: 2003/11/27 12:45:23
|
|
CVS patchset: 5804
CVS date: 2003/11/27 12:44:31
|
|
CVS patchset: 5803
CVS date: 2003/11/27 09:10:10
|
|
scratch buffer enhancement (thanks Thibaut for the malloc tips), enlarge log buffer from 25 lines (very useless), to 150 (better).
CVS patchset: 5801
CVS date: 2003/11/26 23:44:08
|
|
CVS patchset: 5796
CVS date: 2003/11/26 19:43:26
|
|
CVS patchset: 5793
CVS date: 2003/11/26 19:33:40
|
|
much more consistent (like switching config to 1 and back to 0 uses default
priority again, user set priority overrides default ones)
CVS patchset: 5792
CVS date: 2003/11/26 19:32:27
|
|
CVS patchset: 5788
CVS date: 2003/11/26 14:10:57
|
|
CVS patchset: 5787
CVS date: 2003/11/26 14:00:05
|
|
CVS patchset: 5786
CVS date: 2003/11/26 13:33:54
|
|
text subtitles may now be rendered at full screen resolution
* load xine fonts on demand - faster startup
note: support added to xv, xshm and vidix
CVS patchset: 5780
CVS date: 2003/11/26 01:03:31
|