Age | Commit message (Collapse) | Author |
|
move M$VC specific header files into sparate directory
regenerate config.h for M$VC
compilation fixes
add some getchar()s into xineui.exe (popup dialogs would be better)
CVS patchset: 6338
CVS date: 2004/04/06 19:20:15
|
|
firewall!!!).
New functions into io_helper:
_x_io_tcp_connect_finish ... wait for successful connect with timeout
_x_io_tcp_read_line ... read the string from the socket (improvements neded)
Use io_helper functions in input_cdda.
Don't try connect again to freedb server, if previous connecting was failed.
CVS patchset: 6337
CVS date: 2004/04/06 18:40:32
|
|
busy.
CVS patchset: 6333
CVS date: 2004/04/05 20:01:24
|
|
CVS patchset: 6331
CVS date: 2004/04/05 18:02:18
|
|
Add help strings into HTTP proxy options.
CVS patchset: 6322
CVS date: 2004/03/31 07:42:49
|
|
CVS patchset: 6319
CVS date: 2004/03/30 20:44:14
|
|
CVS patchset: 6309
CVS date: 2004/03/27 12:59:45
|
|
CVS patchset: 6306
CVS date: 2004/03/23 23:02:34
|
|
CVS patchset: 6292
CVS date: 2004/03/21 03:29:43
|
|
XFree86 and the proprietary driver are broken
CVS patchset: 6273
CVS date: 2004/03/16 18:50:33
|
|
* fixes a menu problem (German RC2 of "Anatomie", chapter menu)
* addresses some compilation problems on Windows
(Could someone try cygwin, mingw builds, please? It should work with the
standalone libdvdnav, but who knows if the integration breaks anything...)
* turns some abort()s into assert(0)s, where we really can try to continue
CVS patchset: 6269
CVS date: 2004/03/16 11:43:38
|
|
does demux basic videos
CVS patchset: 6238
CVS date: 2004/03/09 04:14:11
|
|
- xshm jittering
- asf input_time, duration
CVS patchset: 6231
CVS date: 2004/03/07 20:34:42
|
|
CVS patchset: 6216
CVS date: 2004/03/04 16:06:02
|
|
AUTHORS file, and mentioned the new plugin in the ChangeLog
CVS patchset: 6205
CVS date: 2004/03/02 19:48:41
|
|
CVS patchset: 6197
CVS date: 2004/03/01 00:17:27
|
|
CVS patchset: 6191
CVS date: 2004/02/28 19:56:41
|
|
CVS patchset: 6188
CVS date: 2004/02/25 18:57:34
|
|
CVS patchset: 6182
CVS date: 2004/02/22 12:36:35
|
|
CVS patchset: 6171
CVS date: 2004/02/17 19:44:02
|
|
mms:// ... method (or probing) according to config option
mmst:// ... always only TCP
mmsh:// ... always only HTTP
This will speed up connection behind firewalls which block TCP.
Default behaviour is the same as current.
CVS patchset: 6168
CVS date: 2004/02/17 13:40:57
|
|
CVS patchset: 6164
CVS date: 2004/02/16 17:05:56
|
|
mplayer works around this, so we could do the same ;)
thanks to Fridtjof Busse for reporting and testing this
CVS patchset: 6161
CVS date: 2004/02/15 19:29:47
|
|
Add codepages iso-8859-9 and iso-8859-15 (all in all 7 new characters :-)).
CVS patchset: 6158
CVS date: 2004/02/14 22:01:48
|
|
CVS patchset: 6143
CVS date: 2004/02/12 19:41:30
|
|
CVS patchset: 6121
CVS date: 2004/02/05 02:51:14
|
|
CVS patchset: 6108
CVS date: 2004/02/02 22:22:51
|
|
CVS patchset: 6102
CVS date: 2004/02/01 22:46:10
|
|
CVS patchset: 6096
CVS date: 2004/02/01 06:08:08
|
|
CVS patchset: 6079
CVS date: 2004/01/29 01:30:17
|
|
CVS patchset: 6077
CVS date: 2004/01/28 13:00:09
|
|
Force using UCS-2LE or UCS-2BE according to endianness.
CVS patchset: 6065
CVS date: 2004/01/26 09:49:33
|
|
always send comment header while in preview mode
reset ogg_stream_state after seeking
CVS patchset: 6061
CVS date: 2004/01/23 09:24:45
|
|
CVS patchset: 6047
CVS date: 2004/01/15 20:21:46
|
|
CVS patchset: 6032
CVS date: 2004/01/12 19:34:33
|
|
- 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
|
|
* 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
|
|
* add a small delay before enabling zoom mode, since the card gets confused
when we activate zoom mode before the first frame
(that's also what the ChangeLog entry accounts for)
Then some less important changes:
* give a hint about sync mode to the SCR plugin to properly recover the mode
when resuming from pause mode
* refactor the enhanced mode handling out of the MPEG encoders into video out
* inline some decoder functions, because they are only used once anyway
* some additional cleanup
CVS patchset: 5996
CVS date: 2004/01/04 22:26:28
|
|
CVS patchset: 5992
CVS date: 2004/01/04 18:36:17
|
|
CVS patchset: 5987
CVS date: 2004/01/04 00:41:33
|
|
CVS patchset: 5984
CVS date: 2004/01/03 20:35:48
|
|
* use DirectX under CygWin and basic auto-stuff
* move some my macros in configure.ac
* I don't know why, but shared directx plugins can't be linked with
libdxguid.a. Used cute-hack, idea is from mplayer. Also thanks to
hexedit, because I haven't sources of w32api.
* Fix some warnings in vo directx and ao directx.
* Decrease version of directx. It seems it still works.
For compilation with DirectX under Cygwin you need header files from
directx-sdk. Autoconf macros are only basic, but it works. for example:
DIRECTX_CFLAGS=-I/cygrive/c/Program\ Files/Directx/include ./autogen.sh
CVS patchset: 5971
CVS date: 2004/01/01 18:14:51
|
|
CVS patchset: 5960
CVS date: 2003/12/30 02:02:33
|
|
CVS patchset: 5958
CVS date: 2003/12/29 18:13:56
|
|
CVS patchset: 5954
CVS date: 2003/12/28 15:01:39
|
|
CVS patchset: 5953
CVS date: 2003/12/28 11:02:35
|
|
- external ffmpeg (with some patches) built by MINGW works, wow!
- cleanups (only one definition file for all plugins)
- working release build target
Notes to hybrid MINGW/MSVC build:
- CVS version of ffmpeg is compiled by MINGW (small patch for compilation
ffmpeg under MINGW, second for disabling flush because it crashes under
windows)
- libxine + xineui compiled by MSVC, additional patch into header files
of ffmpeg is needed - export all data with '__declspec(dllimport)'
CVS patchset: 5951
CVS date: 2003/12/26 18:37:58
|
|
CVS patchset: 5949
CVS date: 2003/12/26 14:44:43
|
|
CVS patchset: 5948
CVS date: 2003/12/25 21:57:28
|
|
CVS patchset: 5939
CVS date: 2003/12/24 13:07:23
|