Mercurial > mplayer.hg
log stream/stream_dvdnav.c @ 37195:ac6c37d85d65 default tip
age | author | description |
---|---|---|
Fri, 14 Feb 2014 21:34:06 +0000 | reimar | Merge DVDNAV event handling into a single switch. |
Sun, 19 Jan 2014 22:24:46 +0000 | reimar | dvdnav: fix memory leaks in error paths. |
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. |
Sun, 19 Feb 2012 13:15:41 +0000 | reimar | Code cleanup: Use a stream_control instead of global functions to |
Sun, 12 Jun 2011 11:12:17 +0000 | reimar | Remove pointless (). |
Sat, 26 Mar 2011 20:22:43 +0000 | reimar | Use fewer () to make code more readable. |