Mercurial > mplayer.hg
log path.c @ 32631:05e215862677
age | author | description |
---|---|---|
Sun, 21 Nov 2010 19:46:37 +0000 | cboesch | Handle ':' on systems with DOS paths: it allows paths like C:foo.avi. |
Sun, 21 Nov 2010 17:07:34 +0000 | cboesch | Add a mp_dirname function (unused at the moment) |
Wed, 17 Nov 2010 21:14:55 +0000 | cboesch | Handle correctly paths with mixed '/' and '\' in it. |
Wed, 17 Nov 2010 16:33:48 +0000 | cboesch | Fix crash on path without directories. |
Tue, 16 Nov 2010 21:06:52 +0000 | cboesch | Export mp_basename in a function instead of duplicate macros in various places |
Tue, 23 Mar 2010 18:01:00 +0000 | diego | Get rid of pointless def_path variable; use codec_path directly instead. |
Sun, 21 Mar 2010 08:34:09 +0000 | diego | Rename SetCodecPath() --> set_codec_path(). |
Sat, 20 Mar 2010 23:38:27 +0000 | diego | Rename get_path.[ch] --> path.[ch]. base get_path.c@2aa261544291 |