log

age author description
Fri, 01 Aug 2008 12:03:55 +0000 compn add ADJV fourcc to mjpeg
Fri, 01 Aug 2008 05:35:30 +0000 diego Initialize socklen_t variable to "no".
Fri, 01 Aug 2008 02:52:31 +0000 compn add XIXL fourcc to videoxl codec
Thu, 31 Jul 2008 22:40:22 +0000 diego Rename binary-codecs.sh to binary_codecs.sh as it is called in Debian.
Thu, 31 Jul 2008 22:38:34 +0000 diego Revert previous broken rename of binary-codecs.sh that had random changes.
Thu, 31 Jul 2008 09:49:16 +0000 diego Rename binary-codecs.sh once more to binary_codecs.sh as it is called in Debian.
Thu, 31 Jul 2008 09:36:18 +0000 diego Rename install-w32codecs.sh --> binary-codecs.sh.
Wed, 30 Jul 2008 20:00:05 +0000 gpoirier bump sync tag
Wed, 30 Jul 2008 18:22:32 +0000 diego For the case that we add a typedef for socklen_t, we should #define
Wed, 30 Jul 2008 18:16:57 +0000 diego Check for socklen_t in ws2tcpip.h as well.
Wed, 30 Jul 2008 18:07:19 +0000 diego Rename preprocessor directive HAVE_MENU --> CONFIG_MENU.
Wed, 30 Jul 2008 13:46:27 +0000 diego Remove unused HAVE_MENCODER definition.
Wed, 30 Jul 2008 13:44:59 +0000 diego Rename two GUI-related preprocessor directives:
Wed, 30 Jul 2008 12:03:30 +0000 diego Remove unused definition from config.h.
Wed, 30 Jul 2008 12:01:30 +0000 diego Start unifying names of internal preprocessor directives.
Wed, 30 Jul 2008 11:48:01 +0000 diego Drop USE_ prefix from USE_MPLAYER_CPUDETECT #define.
Wed, 30 Jul 2008 10:26:23 +0000 diego Use conditional compilation instead of an #ifdef around the whole file.
Wed, 30 Jul 2008 09:49:59 +0000 diego Remove unused definition from config.h.
Wed, 30 Jul 2008 09:42:37 +0000 diego Add proper check for socklen_t.
Wed, 30 Jul 2008 08:59:02 +0000 diego cosmetics: Group FFmpeg definitions together in config.h.
Wed, 30 Jul 2008 03:30:48 +0000 compn add XDCAM and more HDV MPEG2 fourccs
Wed, 30 Jul 2008 03:27:17 +0000 compn change arbitrary CODECS_MAX_FOURCC limit to larger arbitrary limit
Tue, 29 Jul 2008 11:17:52 +0000 ptt changed 'Audio file' to 'Audio only' (to not get 'Audio file file' when played)
Mon, 28 Jul 2008 17:33:54 +0000 diego Do not add __CYGWIN__ to CFLAGS on Cygwin, the system defines it anyway.
Mon, 28 Jul 2008 17:33:08 +0000 diego Rework OS/2 configuration with respect to linker output formats.
Mon, 28 Jul 2008 17:21:36 +0000 diego cosmetics: Add a separator comment.
Mon, 28 Jul 2008 17:18:07 +0000 diego Move libdvdnav check before the CFLAGS section. It is still the last check
Mon, 28 Jul 2008 17:04:48 +0000 ptt synced with r27348
Mon, 28 Jul 2008 16:57:22 +0000 diego Move CFLAGS specific to internal libdvdread and libfaad2 to the Makefile and
Mon, 28 Jul 2008 16:47:19 +0000 diego Remove unused HPUX #define from command line.
Mon, 28 Jul 2008 16:36:11 +0000 diego Move libdvdcss-specific CFLAG settings to libdvdcss test.
Mon, 28 Jul 2008 01:01:54 +0000 compn add ffvp6a codec
Mon, 28 Jul 2008 00:50:39 +0000 compn add ffmotionpixels codec
Sat, 26 Jul 2008 22:27:50 +0000 reimar Get rid of horrible code that relies on codec-set context variable,
Sat, 26 Jul 2008 21:58:00 +0000 reimar Use GetTimerMS() instead of time() with srand.
Sat, 26 Jul 2008 20:58:50 +0000 reimar Do not include sys/socket.h when using winsock2, it is pointless
Sat, 26 Jul 2008 18:36:48 +0000 diego Revert to previous dependency checking behavior.
Sat, 26 Jul 2008 12:26:04 +0000 diego Remove AltiVec vector declaration compiler compatibility macros.
Fri, 25 Jul 2008 09:15:08 +0000 gpoirier compilation fix with GCC 4.0.1 on MacOSX tiger, broken by the removal of AVV() macro
Fri, 25 Jul 2008 03:47:17 +0000 compn add list of supported vo's to -xineramascreen
Thu, 24 Jul 2008 21:24:51 +0000 diego Add some more information about FTP mirror setup.
Thu, 24 Jul 2008 21:23:52 +0000 diego Fix mailinglist vs. mailing list typo.
Thu, 24 Jul 2008 16:52:35 +0000 diego cosmetics: Fix indentation after last commit.
Thu, 24 Jul 2008 16:49:14 +0000 diego Remove AltiVec vector declaration compiler compatibility macros.
Thu, 24 Jul 2008 15:38:20 +0000 reimar Fix configure hanging forever in iconv check using --charset=noconv
Thu, 24 Jul 2008 15:00:37 +0000 reimar Remove outdated "X11 only" from xineramascreen option and try to make clearer
Wed, 23 Jul 2008 19:36:24 +0000 gpoirier sync w/r27337
Wed, 23 Jul 2008 10:34:20 +0000 ptt sync'd with r27337
Tue, 22 Jul 2008 22:58:51 +0000 diego Add Dirac video support via libdirac and libschroedinger in libavcodec.
Tue, 22 Jul 2008 18:46:07 +0000 reimar Enable runtime border/window decorations-toggling for Linux gl and gl2 vos.
Tue, 22 Jul 2008 18:40:01 +0000 reimar No idea which vos support -noborder how well, though those based on
Tue, 22 Jul 2008 18:38:04 +0000 reimar Support -noborder with X11-based vos
Tue, 22 Jul 2008 18:33:53 +0000 reimar Make vo_x11_fullscreen not break vo_border (proper support still needs vo changes)
Tue, 22 Jul 2008 18:25:53 +0000 reimar -border/-noborder are supported by gl/gl2, too, but only on Windows.
Tue, 22 Jul 2008 16:27:20 +0000 diego Add instructions how to test the DNS round-robin virtual host, add a
Mon, 21 Jul 2008 11:41:13 +0000 michael fix memleak
Mon, 21 Jul 2008 11:18:24 +0000 michael Cleanup, use av_freep() instead of av_free(x); x=NULL
Sat, 19 Jul 2008 11:32:33 +0000 diego Remove "en" from list of all man page languages when generating man page
Sat, 19 Jul 2008 07:11:18 +0000 henry docs build fix
Sat, 19 Jul 2008 02:00:56 +0000 diego Only build the documentation in the languages requested from configure.