Mercurial > mplayer.hg
log
age | author | description |
---|---|---|
Sun, 12 Mar 2006 20:44:22 +0000 | ods15 | strings without terminating NUL |
Sun, 12 Mar 2006 19:05:57 +0000 | nicodvb | in fix_parameters() move assignment of audio bitrate to the proper block (the bitrate for video is actually hardcoded to 800000) |
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 |