Age | Commit message (Collapse) | Author |
|
--HG--
extra : transplant_source : %E0%D0%C5%8B%BEU%DD%24%5D7%1F%ADV%AD%EB%23%CBU%80%EB
|
|
For contributed code, leave whatever the version we last synced for is using
to make simpler future syncs.
|
|
some stuff, included %. This unbreaks URLs that contains "%20" already instead of spaces.
CVS patchset: 8382
CVS date: 2006/11/19 15:38:47
|
|
string, so that it can play mp3 files with spaces in the name through HTTP, for instance.
Thanks to Timothy Redaelli for reporting.
CVS patchset: 8369
CVS date: 2006/11/10 23:47:48
|
|
CVS patchset: 8065
CVS date: 2006/06/20 01:46:41
|
|
Checker: REVERSE_INULL (help)
File: xine-lib/src/input/http_helper.c
Function: _x_parse_url
Description: Pointer "start" dereferenced before NULL check
CVS patchset: 7936
CVS date: 2006/03/18 09:15:00
|
|
These URLs are now canonicalised.
CVS patchset: 7297
CVS date: 2004/12/24 01:59:11
|
|
- handle stupid Nullsoft URL scheme like :
http://208.53.131.46:9502;stream.nsv
CVS patchset: 7183
CVS date: 2004/12/01 22:55:31
|
|
- 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
|
|
before aborting
CVS patchset: 6211
CVS date: 2004/03/03 20:09:11
|
|
add a http url parser
input_http:
use http_helper
try to fix potential security holes
CVS patchset: 5783
CVS date: 2003/11/26 08:09:58
|