Mercurial > mplayer.hg
log
age | author | description |
---|---|---|
Sun, 12 Mar 2006 13:08:10 +0000 | ods15 | change max_distance back to 64kb and set max frame size to 2*max_distance. |
Sun, 12 Mar 2006 12:28:09 +0000 | nicodvb | fail immediately if any of the parameters necessary to switch audio stream isn't set/correct; closes cid 55 |
Sun, 12 Mar 2006 12:13:37 +0000 | nicodvb | check sh_video before seeking; closes cid 56 |
Sun, 12 Mar 2006 11:45:27 +0000 | nicodvb | close channels file before exiting dvb_get_channels() if malloc(dvb_channels_list) fails; closes cid 161 |
Sun, 12 Mar 2006 11:12:48 +0000 | nicodvb | init sh_a (new audio stream) to sh_audio (current audio stream); closes cid 241 |
Sat, 11 Mar 2006 23:38:54 +0000 | nicodvb | dereference muxer->priv only after having checked muxer!=NULL in write_chunk(); closes cid 206 |
Sat, 11 Mar 2006 23:29:02 +0000 | nicodvb | init msec in mp_get_titleset_length() before using it; closes cid 251 |
Sat, 11 Mar 2006 23:26:02 +0000 | nicodvb | init variable in parse_mp4_object_descriptor before using it; fixes cid 237 |