log

age author description
Fri, 04 Sep 2009 18:43:28 +0000 reimar Factor out duplicated code to set play video scaled by a certain factor.
Fri, 04 Sep 2009 18:21:28 +0000 reimar Subopt parser subopts should now be const.
Fri, 04 Sep 2009 12:24:45 +0000 reimar 10l, -framework QuickTime must be added to extra_ldflags, not libs_mplayer since
Fri, 04 Sep 2009 10:31:24 +0000 reimar Disable liba52 SSE imdct for x86_64+PIC (e.g. OSX 64 bit) since it will
Fri, 04 Sep 2009 09:50:17 +0000 reimar Support x86_64 + PIC in mangle.h, needed for OS X 64 bit compiles.
Fri, 04 Sep 2009 09:35:58 +0000 reimar Split QuickTime check off from quartz check and use the result to enable/disable
Fri, 04 Sep 2009 09:21:06 +0000 reimar 100l, SIZE_MAX must be UINT_MAX to prevent an integer overflow later on,
Fri, 04 Sep 2009 07:57:06 +0000 reimar Move OpenGL test below CoreVideo. This ensures -lGL will come after -framework OpenGL which
Thu, 03 Sep 2009 06:59:14 +0000 reimar Improve wording for file/directory specific config file explanation.
Wed, 02 Sep 2009 19:55:24 +0000 reimar 10l, fix misplaced check in r29613, for loop detection we must compare
Wed, 02 Sep 2009 19:49:10 +0000 reimar Limit amount of data allocated on stack, strlen(filename) is not a good idea for
Wed, 02 Sep 2009 19:44:15 +0000 reimar Document directory-specific configuration file.
Wed, 02 Sep 2009 19:43:05 +0000 reimar Add support for directory-specific mplayer.conf configuration file.
Wed, 02 Sep 2009 17:49:24 +0000 faust3 enable ffwmapro
Wed, 02 Sep 2009 14:18:01 +0000 reimar Consistently use sizeof(variable) instead of sizeof(type) where easily possible.
Wed, 02 Sep 2009 14:11:30 +0000 reimar Cosmetics: get rid of many pointless ()
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