Mercurial > mplayer.hg
log
age | author | description |
---|---|---|
Sun, 12 Dec 2010 10:37:15 +0000 | reimar | Fix memleaks on error. |
Sun, 12 Dec 2010 10:23:41 +0000 | reimar | Treat non-ref frames like B-frames even if has_b_frames is not set and |
Sun, 12 Dec 2010 01:32:21 +0000 | compn | correct -tv audiorate description, change bitrate to samplerate |
Sat, 11 Dec 2010 23:53:27 +0000 | reimar | Prefer yuv4mpeg via libavformat, since that one supports multiple |
Sat, 11 Dec 2010 23:19:13 +0000 | reimar | Replace memcpy with memove since at least src==dst is possible. |
Sat, 11 Dec 2010 23:15:48 +0000 | reimar | Fix several memleaks in TS demuxer. |
Sat, 11 Dec 2010 22:26:57 +0000 | reimar | Replace hard-coded number for loop limits for array index by |
Sat, 11 Dec 2010 22:22:54 +0000 | reimar | Replace malloc+memset with calloc and use sizeof(*variable). |