log

age author description
Sun, 24 Jun 2007 14:09:53 +0000 reimar Remove unused (static) function prototype.
Sun, 24 Jun 2007 14:08:22 +0000 reimar Fix format string to match actual type.
Sun, 24 Jun 2007 14:04:48 +0000 reimar Move variable into the block where it actually used
Sun, 24 Jun 2007 13:34:16 +0000 reimar index_mode is already defined in demuxer.h
Sun, 24 Jun 2007 13:27:03 +0000 reimar get rid of useless *alloc casts
Sun, 24 Jun 2007 13:21:50 +0000 reimar Get rid of: useless variable, useless cast and void * arithmetic
Sun, 24 Jun 2007 13:20:17 +0000 reimar Use AV_RL32
Sun, 24 Jun 2007 13:09:08 +0000 reimar Fix format strings to match argument type
Sun, 24 Jun 2007 13:01:22 +0000 reimar Remove unused query_format function in vf_harddup.
Sun, 24 Jun 2007 12:43:45 +0000 reimar Return value of gtk_entry_get_text is const, so declare variables as const as well.
Sun, 24 Jun 2007 12:40:51 +0000 reimar ff_gcd is already in libavutil/common.h, no need for an extra prototype here
Sun, 24 Jun 2007 12:32:33 +0000 reimar Avoid more void * arithmetic
Sun, 24 Jun 2007 11:18:12 +0000 reimar revert broken r23628, mp_core.h is not included by cfg.h, so double extern
Sun, 24 Jun 2007 11:09:32 +0000 reimar get_path prototype is already in interface.h and probably many more places.
Sun, 24 Jun 2007 11:07:47 +0000 reimar Avoid vo_sdl void * arithmetic
Sun, 24 Jun 2007 11:04:02 +0000 reimar Remove completely pointless "!= 1".
Sun, 24 Jun 2007 10:59:53 +0000 reimar Another unneeded xinerama_screen extern
Sun, 24 Jun 2007 10:51:06 +0000 reimar xinerama_screen is already declared in video_out.h
Sun, 24 Jun 2007 10:46:40 +0000 reimar Add missing return value for x11 error handler
Sun, 24 Jun 2007 10:39:04 +0000 reimar Cast sizeof() to int in mp_msg arguments so it fits the format string on 64bit
Sun, 24 Jun 2007 10:26:01 +0000 reimar Avoid void * arithmetic
Sun, 24 Jun 2007 10:24:11 +0000 reimar Some comment typo fixes
Sun, 24 Jun 2007 10:20:42 +0000 reimar make opt argument of demux_info_get const.
Sun, 24 Jun 2007 10:16:18 +0000 reimar Remove two unused functions in asxparser
Sun, 24 Jun 2007 10:14:42 +0000 reimar Get rid of a completely useless cast
Sun, 24 Jun 2007 10:09:05 +0000 reimar ass_enabled is already in mp_core.h
Sun, 24 Jun 2007 10:08:09 +0000 reimar Do not prototype spudec_draw_scaled twice
Sun, 24 Jun 2007 10:06:57 +0000 reimar suboverlap_enabled is already declared in included subreader.h
Sun, 24 Jun 2007 10:06:10 +0000 reimar vo_init is x11 specific and has no place in video_out.h.
Sun, 24 Jun 2007 10:03:26 +0000 reimar Remove redundant vo_format_name, included img_format.h already provides it