Mercurial > mplayer.hg
log
age | author | description |
---|---|---|
Wed, 02 Sep 2009 10:55:36 +0000 | reimar | Fix possible crashes with invalid SDPs that result in stream descriptions |
Wed, 02 Sep 2009 10:44:26 +0000 | reimar | Fix several more rtsp-related memleaks. |
Wed, 02 Sep 2009 10:37:32 +0000 | reimar | Fix asmrp_dispose to also free the buffer. |
Wed, 02 Sep 2009 10:35:06 +0000 | reimar | Use calloc to ensure rmff_new_mdpr returns fully initialized data. |
Wed, 02 Sep 2009 10:28:08 +0000 | reimar | Move variable declaration to where it is used. |
Wed, 02 Sep 2009 10:22:08 +0000 | reimar | Make sure we do not strdup(NULL), avoids a crash with non-real streams. |
Wed, 02 Sep 2009 10:20:45 +0000 | reimar | Fix several memleaks in real_setup_and_get_header |
Wed, 02 Sep 2009 10:10:42 +0000 | reimar | Change real_setup_and_get_header to use goto a single exit path to simplify |