log

age author description
Thu, 16 Sep 2010 14:39:40 +0000 diego Simplify termcap check.
Thu, 16 Sep 2010 14:38:50 +0000 diego Simplify mkstemp() check.
Thu, 16 Sep 2010 14:38:03 +0000 diego Add _XOPEN_SOURCE >= 500 #define to mkstemp check; mkstemp() requires it.
Thu, 16 Sep 2010 13:30:02 +0000 ramiro swscale-test: cosmetic alignment
Thu, 16 Sep 2010 11:29:23 +0000 diego Simplify libggiwmh check using function_check().
Thu, 16 Sep 2010 11:26:16 +0000 diego Simplify OS/2 header checks using header_check_broken().
Thu, 16 Sep 2010 11:23:42 +0000 diego Simplify libmpeg2 check using header_check_broken().
Thu, 16 Sep 2010 11:22:30 +0000 diego Simplify esd checks using function_check().
Thu, 16 Sep 2010 11:05:42 +0000 diego Update URL to patch for new API support.
Thu, 16 Sep 2010 09:36:45 +0000 diego Update mp3lame_lavc check to match recent FFmpeg changes.
Thu, 16 Sep 2010 01:09:59 +0000 ramiro swscale: remove useless temporary variable
Thu, 16 Sep 2010 01:07:55 +0000 ramiro swscale: factorize plane copying code out of 2 functions
Thu, 16 Sep 2010 00:41:08 +0000 ramiro swscale-test: always use bilinear scaler to get output for SSD
Wed, 15 Sep 2010 19:52:37 +0000 diego Replace libmpdemux/stheader.h #include by 'struct sh_video' declaration.
Wed, 15 Sep 2010 18:41:30 +0000 diego Add libmpdemux/stheader #include for struct sh_video.
Wed, 15 Sep 2010 18:34:15 +0000 diego Require DirectFB version 0.9.22.
Wed, 15 Sep 2010 17:22:04 +0000 diego Simplify DirectFB check.
Wed, 15 Sep 2010 15:58:48 +0000 diego Require DirectFB version 0.9.15 instead of 0.9.13.
Wed, 15 Sep 2010 09:25:20 +0000 diego Cast return value to long instead of int in byte order check.
Tue, 14 Sep 2010 17:20:49 +0000 diego Simplify libggiwmh check.
Tue, 14 Sep 2010 17:14:34 +0000 diego Simplify kstat check.
Tue, 14 Sep 2010 17:08:54 +0000 diego cosmetics: Replace some double quotes by single quotes for consistency.
Tue, 14 Sep 2010 17:04:06 +0000 diego Simplify a bunch of configure checks through the use of function_check().
Tue, 14 Sep 2010 14:09:33 +0000 diego Remove pointless casts from configure checks.
Tue, 14 Sep 2010 13:43:53 +0000 diego Use inline_asm_check to simplify a bunch of configure checks.
Tue, 14 Sep 2010 13:37:47 +0000 diego Add inline_asm_check function to simplify configure checks.
Tue, 14 Sep 2010 13:21:05 +0000 diego Initialize variable in giflib check; fixes the warning:
Tue, 14 Sep 2010 13:12:11 +0000 ramiro rgb2rgb: don't misuse HAVE_* defines
Tue, 14 Sep 2010 13:07:57 +0000 diego Simplify libdv test.
Tue, 14 Sep 2010 12:59:21 +0000 diego Simplify mman.h/mmap check.
Tue, 14 Sep 2010 11:03:54 +0000 diego Simplify math function checks.
Tue, 14 Sep 2010 10:41:25 +0000 diego Initialize variable in libspeex configure check; fixes the warning:
Tue, 14 Sep 2010 10:32:27 +0000 diego Simplify FreeType check.
Tue, 14 Sep 2010 10:25:12 +0000 diego Simplify DirectFB check using function_check().
Tue, 14 Sep 2010 10:16:31 +0000 diego Initialize variable in vsscanf configure check; fixes the warning:
Tue, 14 Sep 2010 10:11:46 +0000 diego Remove bogus cast from configure check; fixes the warning:
Tue, 14 Sep 2010 10:05:46 +0000 diego Simplify dynamic loader check.
Tue, 14 Sep 2010 09:48:18 +0000 diego Remove unnecessary extern declarations from aalib check; fixes the warnings:
Tue, 14 Sep 2010 09:47:08 +0000 diego Fix parameter types in swab() check; fixes the warnings:
Tue, 14 Sep 2010 09:45:40 +0000 diego Add some missing headers to configure checks; fixes the warnings:
Tue, 14 Sep 2010 09:41:32 +0000 diego Mark local functions in configure tests as static; fixes the warnings:
Tue, 14 Sep 2010 09:08:31 +0000 diego Use complete set of warning flags during compilation checks.
Mon, 13 Sep 2010 18:19:25 +0000 diego build system: Merge all FFmpeg library checks into a single FFmpeg check.
Mon, 13 Sep 2010 18:09:29 +0000 diego Move TV input new_handle static function to tv.c and make it non-static.
Mon, 13 Sep 2010 18:06:20 +0000 diego Replace sizeof(type) by sizeof(variable) in malloc invocation.
Mon, 13 Sep 2010 15:43:13 +0000 diego Remove vim/emacs coding style hints.
Mon, 13 Sep 2010 14:33:08 +0000 ramiro swscale: indentation and emtpy line cosmetics
Mon, 13 Sep 2010 14:25:18 +0000 ramiro swscale: avoid reading prior to the source buffer in planar2x() MMX2
Mon, 13 Sep 2010 12:14:43 +0000 diego Mark srcArray as const pointer to const data, fixes the warnings:
Mon, 13 Sep 2010 03:56:24 +0000 diego const-correctness for the menu_info_t OSD menu info declarations
Mon, 13 Sep 2010 03:54:37 +0000 diego const-correctness for af_info_t audio filter declarations
Mon, 13 Sep 2010 03:50:55 +0000 diego Mark some vo_functions_t declarations that were not yet const as const.
Mon, 13 Sep 2010 03:12:07 +0000 diego cosmetics: Place mga_vid tests along with the other video output tests.
Sun, 12 Sep 2010 18:17:29 +0000 ramiro swscale-test: allow specifying src/dst pixel formats
Sun, 12 Sep 2010 18:16:53 +0000 ramiro indent
Sun, 12 Sep 2010 18:16:33 +0000 ramiro swscale-test: take input from reference file
Sun, 12 Sep 2010 18:15:34 +0000 ramiro swscale-test: always use SWS_BILINEAR to convert from ref to src
Sun, 12 Sep 2010 18:14:42 +0000 ramiro swscale-test: move conversion from ref to source back to doTest()
Sun, 12 Sep 2010 17:05:44 +0000 diego Add standard multiple inclusion guards.
Sun, 12 Sep 2010 16:11:05 +0000 reimar Reindent.