log

age author description
Fri, 17 Sep 2010 15:13:37 +0000 diego Move libass/ass_mp.[ch] ---> ass_mp.[ch].
Fri, 17 Sep 2010 15:02:46 +0000 diego Rename preprocessor directives: CONFIG_LIBAVCODEC --> CONFIG_FFMPEG
Fri, 17 Sep 2010 14:58:17 +0000 diego Add an #ifdef to avoid unused variable warnings when iconv is disabled.
Fri, 17 Sep 2010 10:35:15 +0000 diego Ignore possible errors from dvdread-config invocation.
Fri, 17 Sep 2010 10:34:13 +0000 diego Check for vbeInit() instead of vbeVersion() in VESA test.
Fri, 17 Sep 2010 10:31:24 +0000 diego Mark functs not used outside of the file as static, remove from header; fixes:
Fri, 17 Sep 2010 10:27:51 +0000 diego cosmetics: Move vlvo_preinit() below the functions that it uses.
Fri, 17 Sep 2010 10:11:24 +0000 diego Mark vlvo_draw_slice_420() as static, it is not used outside the file; fixes:
Fri, 17 Sep 2010 10:10:20 +0000 diego Revert marking vo_functions_t video_out_vesa as const; fix vo_vesa compilation.
Fri, 17 Sep 2010 09:59:10 +0000 diego Mark fillMultiBuffer() as static, it is not used outside of the file; fixes:
Fri, 17 Sep 2010 09:43:41 +0000 diego Remove outdated warning about obsolete gcc 2.96.
Fri, 17 Sep 2010 08:59:36 +0000 diego Replace local min/max macros by FFMIN/FFMAX.
Fri, 17 Sep 2010 08:18:47 +0000 diego Remove old obsolete warning about dfbopts.
Thu, 16 Sep 2010 23:25:04 +0000 ramiro mga: use libswscale interface for g200 (untested)
Thu, 16 Sep 2010 19:19:13 +0000 diego Unconditionally #include subreader.h.
Thu, 16 Sep 2010 18:58:21 +0000 diego misc whitespace cosmetics
Thu, 16 Sep 2010 18:56:56 +0000 diego Remove pointless fontconfig #ifdefs and conditional font_fontconfig declaration.
Thu, 16 Sep 2010 18:44:19 +0000 diego Remove pointless fontconfig version #ifdef.
Thu, 16 Sep 2010 15:48:04 +0000 diego Add necessary #include for text_font_scale_factor and subtitle_autoscale.
Thu, 16 Sep 2010 15:17:18 +0000 diego 100l: Set _XOPEN_SOURCE to a proper integer value.
Thu, 16 Sep 2010 15:14:09 +0000 diego Simplify check for external dvdread.
Thu, 16 Sep 2010 14:57:04 +0000 diego Slightly restructure OSS audio check; fixes the warning:
Thu, 16 Sep 2010 14:52:27 +0000 diego Remove pointless sys/ioctl.h #includes from OSS audio checks.
Thu, 16 Sep 2010 14:42:15 +0000 diego Add missing stdio.h #include to the test program in the PNG check.
Thu, 16 Sep 2010 14:40:44 +0000 diego Simplify glob() check.
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: