Mercurial > mplayer.hg
log stream/stream_cue.c @ 36740:d29468059da8
age | author | description |
---|---|---|
Mon, 20 Jan 2014 22:08:39 +0000 | reimar | stream_cue: Fix memleaks in error cases. |
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 14:21:16 +0000 | reimar | Do not call fstat if open failed. |
Sun, 29 May 2011 22:41:52 +0000 | iive | Avoid probing with empty filename in cue_find_bin(). |
Sun, 29 May 2011 12:23:38 +0000 | reimar | Simplify by using av_strlcpy. |
Sun, 29 May 2011 12:16:13 +0000 | reimar | Avoid possible crash if cue filename is very short. |