Mercurial > mplayer.hg
log stream/network.c @ 36966:ef9dea4785bc
age | author | description |
---|---|---|
Sun, 17 Mar 2013 22:47:17 +0000 | diego | Add missing strings.h #includes for strcasecmp(). |
Sat, 16 Mar 2013 13:38:34 +0000 | reimar | Fix previous commit, off_t must be replaced by int64_t |
Sat, 16 Mar 2013 10:09:12 +0000 | reimar | Replace some uses of off_t by uint64_t. |
Wed, 05 Dec 2012 08:35:23 +0000 | upsuper | Add video/ogg as an Ogg mimetype. |
Wed, 05 Dec 2012 08:17:37 +0000 | cehoyos | Recognize audio/ogg as an OGG mimetype. |
Sat, 10 Nov 2012 13:19:29 +0000 | reimar | Add url_new_with_proxy function to reduce code duplication and memleaks. |
Sat, 10 Nov 2012 12:46:01 +0000 | reimar | check4proxies does not modify input URL, so mark it const. |