log

age author description
Tue, 26 Jun 2007 15:51:49 +0000 reimar Remove overly complex and unused per-subtexture "dirty" handling
Tue, 26 Jun 2007 15:51:47 +0000 reimar Remove now unused variable
Tue, 26 Jun 2007 15:51:43 +0000 reimar remove useless calloc cast
Tue, 26 Jun 2007 15:14:28 +0000 ptt synced with r23609
Tue, 26 Jun 2007 15:01:09 +0000 reimar Remove some unused code and useless error checking that only clutters the code
Mon, 25 Jun 2007 16:37:12 +0000 reimar Hint at the Makefile for information how to build dha with svgalib_helper
Mon, 25 Jun 2007 13:59:46 +0000 reimar Hint at --disable-* options as a workaround for outdated binutils.
Mon, 25 Jun 2007 11:16:42 +0000 ptt synced with r23608 + other fixes
Sun, 24 Jun 2007 18:46:41 +0000 rtogni start= and end= parameters on realrtspurls may be optionally quoted with
Sun, 24 Jun 2007 17:39:54 +0000 reimar config.h must be included before other headers
Sun, 24 Jun 2007 17:24:13 +0000 reimar Hide our swab prototype when the system has swab since at least the
Sun, 24 Jun 2007 15:25:32 +0000 reimar Make sure we always have a swab() prototype when we use it,
Sun, 24 Jun 2007 14:54:56 +0000 reimar Use proper PRI?64 format strings
Sun, 24 Jun 2007 14:39:11 +0000 reimar define HAVE_FAST_UNALIGNED on x86 (32 and 64 bit).
Sun, 24 Jun 2007 14:12:59 +0000 reimar Remove unused and trivial string variable
Sun, 24 Jun 2007 14:11:38 +0000 reimar Remove unused function.
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.