Mercurial > mplayer.hg
log
age | author | description |
---|---|---|
Sun, 12 Mar 2006 18:58:08 +0000 | nicodvb | check stream->wf and stream->bih before using them in fix_parameters(). Fixes cid 43 |
Sun, 12 Mar 2006 18:31:50 +0000 | rfelker | 10l found by Oded: case 2 on a boolean value... |
Sun, 12 Mar 2006 18:13:11 +0000 | nicodvb | exit if calloc() fails; free(muxer) before returning NULL if muxer_init() fails (to avoid memleak). Fixes cid 173 |
Sun, 12 Mar 2006 18:11:32 +0000 | rfelker | fix cosmetics noticed during nico's 10l |