Age | Commit message (Collapse) | Author |
|
- use replacement functions (macro AC_REPLACE_FUNCS and variable LTLIBOBJS),
each function is in a file placed into lib/ directory,
it was not necessary, but it looks nice, IMHO
- headers cleanups (this was needed):
- prototypes of replacement funtions and macros are placed
into separate os_internal.h (and included by config.h)
- drop include inttypes.h from public xine.h, replaced by custom
os_type.h, idea origins from Ogg/Vorbis public headers
- disable generating inttypes.h: generated replacement isn't enough for
xine-lib but nobody complained (and for M$VC we have special version)
- better including headers for win32, let dvdnav use its mutex wrapper
- updated M$VC port
Result:
- xine is compiled nicely by MinGW, CygWin and paritaly M$VC
- frontends in M$VC port don't require additional helping headers
- moved some platform specific things from xine-utils and win32/contrib
to lib/
Finally I can start with real coding. :-)
CVS patchset: 6982
CVS date: 2004/09/20 19:30:02
|
|
Added a warning.
CVS patchset: 6981
CVS date: 2004/09/20 19:02:47
|
|
CVS patchset: 6980
CVS date: 2004/09/18 20:50:09
|
|
CVS patchset: 6979
CVS date: 2004/09/17 19:21:33
|
|
CVS patchset: 6978
CVS date: 2004/09/17 19:12:56
|
|
CVS patchset: 6977
CVS date: 2004/09/16 16:48:17
|
|
CVS patchset: 6976
CVS date: 2004/09/16 15:11:46
|
|
Updated HOWTO to reflect incorrect cvs tag command. A -r is means to have a particular version in mind when tagging while -R means to recursively tag all files with a given tag name.
CVS patchset: 6975
CVS date: 2004/09/16 14:54:25
|
|
easier extensible)
behaviour:
dvd:/ opens default device (this is a temporary special case)
dvd:/1.2 opens given title/part on default device (dito)
dvd:/path/ opens given device, directory or single-file image
dvd:/path same as above, so fully compatible with old behaviour
dvd:/path/1.2 tries to open /path/1.2, falling back to /path with title/part
CVS patchset: 6974
CVS date: 2004/09/16 13:10:09
|
|
Adding update po files
CVS patchset: 6973
CVS date: 2004/09/16 01:00:30
|
|
feature experimental
CVS patchset: 6972
CVS date: 2004/09/14 22:21:26
|
|
CVS patchset: 6971
CVS date: 2004/09/14 22:13:44
|
|
CVS patchset: 6970
CVS date: 2004/09/14 20:54:21
|
|
CVS patchset: 6969
CVS date: 2004/09/14 02:22:23
|
|
CVS patchset: 6968
CVS date: 2004/09/12 19:23:36
|
|
CVS patchset: 6967
CVS date: 2004/09/12 16:07:57
|
|
(when they are not needed on your architecture, but only on someone else's)
CVS patchset: 6966
CVS date: 2004/09/12 16:03:52
|
|
But Stephen is right, distclean-generic just doesn't do that;
distclean-local is better here, since it extends the regular behaviour
CVS patchset: 6965
CVS date: 2004/09/12 16:01:15
|
|
CVS patchset: 6964
CVS date: 2004/09/12 15:54:49
|
|
CVS patchset: 6963
CVS date: 2004/09/12 15:43:23
|
|
CVS patchset: 6962
CVS date: 2004/09/12 09:29:28
|
|
CVS patchset: 6961
CVS date: 2004/09/12 06:24:31
|
|
CVS patchset: 6960
CVS date: 2004/09/11 20:52:17
|
|
CVS patchset: 6959
CVS date: 2004/09/11 20:01:38
|
|
CVS patchset: 6958
CVS date: 2004/09/11 16:03:05
|
|
Changed my status in AUTHORS to developer (I hope I can do it :-)).
CVS patchset: 6957
CVS date: 2004/09/11 12:21:47
|
|
doc/hackersguide/Makefile.am:
- Add missing rules to remove Makefile when running make distclean.
src/Makefile.am:
- Add missing subdirectory libspucmml
doc/internal/HOWTO.release:
- Add suggestion to use make distcheck (See info automake -
searching for distcheck for a more thorough review of the
commands ability).
CVS patchset: 6956
CVS date: 2004/09/11 02:07:26
|
|
CVS patchset: 6955
CVS date: 2004/09/09 10:53:39
|
|
CVS patchset: 6954
CVS date: 2004/09/09 07:33:20
|
|
CVS patchset: 6953
CVS date: 2004/09/09 06:38:45
|
|
http://www.annodex.net/TR/draft-pfeiffer-cmml-01.html
for more information on CMML. In a nutshell, it's a markup language for
multimedia and other time-continuous streams, enabling things such as metadata
and hyperlinks to be attached to multimedia. This implementation currently
displays anchor text as subtitles: full support for CMML will be an on-going
xine project.
CVS patchset: 6952
CVS date: 2004/09/09 06:35:44
|
|
media files
CVS patchset: 6951
CVS date: 2004/09/09 06:29:20
|
|
CVS patchset: 6950
CVS date: 2004/09/08 16:30:42
|
|
better late than never ;-)
CVS patchset: 6949
CVS date: 2004/09/08 15:09:30
|
|
CVS patchset: 6948
CVS date: 2004/09/08 12:59:48
|
|
CVS patchset: 6947
CVS date: 2004/09/07 19:29:49
|
|
CVS patchset: 6946
CVS date: 2004/09/07 19:27:55
|
|
CVS patchset: 6945
CVS date: 2004/09/07 07:46:59
|
|
- usability MSVC for frontends
- remove unistd.h from public headers
- add configure option "--with-dxheaders"
- install .def file under WIN32
- MSVC port update (some people might want it)
CVS patchset: 6944
CVS date: 2004/09/06 18:34:37
|
|
* use the better "touch" method by Frantisek
* introduce a distcheck_lax variable for those who want to do a distcheck,
but are too lazy to install all the tools
(of course this should never be used for an actual release)
CVS patchset: 6943
CVS date: 2004/09/06 14:04:56
|
|
CVS patchset: 6942
CVS date: 2004/09/06 14:01:18
|
|
CVS patchset: 6941
CVS date: 2004/09/05 20:38:01
|
|
CVS patchset: 6940
CVS date: 2004/09/05 20:30:55
|
|
Fix what I perceive to be a bug only on platforms that have a automake
installed that contains multiple version. Gentoo releases a package of
automake that contains all the latest stable version (1.4 to 1.8). In
order to use a specific one besides the default you need to declare
WANT_AUTOMAKE=1.6 in your environment varibles.
------------------------------------
doc/faq/Makefile.am
doc/hackersguide/Makefile.am
Applied Frantisek Dvorak changes for the documentation.
CVS patchset: 6939
CVS date: 2004/09/05 02:14:38
|
|
Fix srcdir != buiddir problem with vidix.
Change some "_lib" variables to more clear name "_dep".
CVS patchset: 6938
CVS date: 2004/09/04 18:34:17
|
|
CVS patchset: 6937
CVS date: 2004/09/04 02:07:48
|
|
in metronom. MinGW port is working same good as CygWin port (but it means
it still isn't for normal usage).
And maybe we should add public function xine_gettimeofday() for frontends.
There is problem with systems, which haven't gettimeofday(). Replacement
function in frontends must then returns exactly the same results as libxine's
version.
CVS patchset: 6936
CVS date: 2004/09/03 19:34:01
|
|
(uniform UTF-8 is better than encoding babel :-))
CVS patchset: 6935
CVS date: 2004/09/03 19:32:44
|
|
CVS patchset: 6934
CVS date: 2004/09/03 13:56:04
|
|
* changed the default from "clip the whole frame" to "clip nothing",
this fixes some overlays with color!=clip_color showing wrong
(confirmed with the DXR3 that this is correct); closes bug #1018193
CVS patchset: 6933
CVS date: 2004/09/03 12:28:24
|