Mercurial > mplayer.hg
log
age | author | description |
---|---|---|
Sat, 10 Nov 2012 14:53:11 +0000 | reimar | Remove pointless local variable. |
Sat, 10 Nov 2012 14:45:56 +0000 | reimar | Do not pointlessly call getenv("HOME") twice, reuse the result instead. |
Sat, 10 Nov 2012 14:41:32 +0000 | reimar | Remove another pointless NULL check. |
Sat, 10 Nov 2012 14:38:49 +0000 | reimar | Simplify: remove useless casts, NULL checks etc. |
Sat, 10 Nov 2012 14:31:14 +0000 | reimar | Avoid crash when parsing index for audio-only files. |
Sat, 10 Nov 2012 14:27:09 +0000 | reimar | Simplify code. |
Sat, 10 Nov 2012 14:21:16 +0000 | reimar | Do not call fstat if open failed. |