log

age author description
Wed, 02 Sep 2009 14:02:15 +0000 reimar Reduce code duplication for half/normal/double video size handling.
Wed, 02 Sep 2009 11:38:18 +0000 reimar Remove unused variable.
Wed, 02 Sep 2009 11:33:37 +0000 reimar The suboption parser now takes a const options list, so mark them all const.
Wed, 02 Sep 2009 11:07:02 +0000 reimar free(), delete and delete[] are all different and can't just be used at random,
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
Wed, 02 Sep 2009 09:51:38 +0000 reimar vo_quartz: change deallocation/uninit to more reliably free allocated data.
Tue, 01 Sep 2009 21:16:58 +0000 reimar Make glContext a local variable, it is not needed outside the function
Tue, 01 Sep 2009 21:12:33 +0000 reimar Add a dealloc function to corevideo to reduce the memleaks from
Tue, 01 Sep 2009 20:09:01 +0000 reimar Fix some of the major memleaks of vo_corevideo with -fixed-vo
Tue, 01 Sep 2009 16:39:46 +0000 reimar Do not do a unmap/map cycle on Windows given with -wid, with some window
Tue, 01 Sep 2009 15:52:13 +0000 reimar Make the loop detection for mov reference files less aggressive, fixes
Tue, 01 Sep 2009 15:20:05 +0000 reimar Check setGlWindow return value to fail properly instead of crashing if e.g.
Tue, 01 Sep 2009 15:00:49 +0000 reimar Add a hack to ensure data from e.g. mov format -subfile gets read at all
Tue, 01 Sep 2009 14:51:49 +0000 reimar Hack demux_demuxers so that demux_demuxers_fill_buffer is actually called.
Tue, 01 Sep 2009 12:12:45 +0000 reimar Make shm_fd a local variable and close it when we need it no longer, thus
Tue, 01 Sep 2009 10:48:47 +0000 reimar Reduce vo_corevideo memleaks by initializing static context etc. only once
Tue, 01 Sep 2009 10:17:22 +0000 reimar Fix memleak when using fontconfig without a font name.
Tue, 01 Sep 2009 09:36:04 +0000 reimar Use MPlayer's standard aspect handling functions in corevideo
Tue, 01 Sep 2009 08:30:15 +0000 diego The libamrnb *en*coder, not the *de*coder should be added to the list of
Mon, 31 Aug 2009 10:07:44 +0000 reimar Fix per-file config file loading for DOS paths (i.e. where \ and : can
Mon, 31 Aug 2009 09:48:25 +0000 reimar Factor out code to try and load a config file only if it exists.
Mon, 31 Aug 2009 09:41:27 +0000 reimar Move variable declaration into block where it is used and make it const.
Mon, 31 Aug 2009 09:40:04 +0000 reimar Make m_config_parse_config_file file name argument const