Mercurial > mplayer.hg
log stream/stream_live555.c @ 37195:ac6c37d85d65 default tip
age | author | description |
---|---|---|
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. |
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:42:43 +0000 | reimar | Fix incorrectly commented-out url_frees. |
Wed, 26 Oct 2011 15:12:35 +0000 | diego | Add missing mp_msg.h #includes, remove some unnecessary ones. |
Sun, 20 Jun 2010 16:01:17 +0000 | diego | Remove duplicate network_bandwidth extern declarations. |
Sat, 06 Mar 2010 07:24:41 +0000 | komh | Define O_BINARY in stream/stream.h unless it is defined yet, and use it |