log

age author description
Mon, 01 Sep 2008 22:34:27 +0000 diego Remove Windows-specific #ifdefs, the file does not compile on MinGW anyway.
Mon, 01 Sep 2008 22:27:24 +0000 diego Ignore .exe files on Windows.
Mon, 01 Sep 2008 17:56:02 +0000 diego Rename --enable-tremor-external option to --enable-tremor along with the
Mon, 01 Sep 2008 17:48:45 +0000 diego Do not refer to libcdio and liblzo as external in the help output.
Mon, 01 Sep 2008 17:46:39 +0000 diego Rename --enable-faad-external option to --enable-faad along with the
Mon, 01 Sep 2008 17:37:15 +0000 diego Initialize _def_faad* variables to disabled before setting them.
Mon, 01 Sep 2008 17:32:53 +0000 diego Fall back on external libfaad check if internal libfaad check failed.
Mon, 01 Sep 2008 07:35:05 +0000 diego Put '#define closesocket close' under proper '#ifndef HAVE_CLOSESOCKET'
Mon, 01 Sep 2008 07:31:57 +0000 diego Move '#define closesocket close' preprocessor directive to a common place
Sun, 31 Aug 2008 13:59:54 +0000 diego Revert moving closesocket definition and network headers to network.h.
Sun, 31 Aug 2008 13:56:18 +0000 diego Only use winsock2.h to check for closesocket().
Sun, 31 Aug 2008 13:54:08 +0000 diego Fix closesocket test, patch by Serge Levin, serge.levin.spb gmail com.
Sun, 31 Aug 2008 13:05:33 +0000 diego Add necessary #include <stdlib.h> for realloc/calloc/free.
Sun, 31 Aug 2008 11:21:29 +0000 reimar Remove unused GUID_t definition that also incorrectly defined GUID_DEFINED
Sun, 31 Aug 2008 07:42:11 +0000 stefano Change header inclusion guard names in line with FFmpeg r15120.
Sat, 30 Aug 2008 12:22:21 +0000 rathann Rename internal libdvdread fork from dvdread to libdvdread
Sat, 30 Aug 2008 11:21:11 +0000 reimar Print DVD volume ID with -identify.
Fri, 29 Aug 2008 22:55:39 +0000 diego Move duplicated '#define closesocket close' into network.h along with
Fri, 29 Aug 2008 22:29:27 +0000 diego consistency cosmetics: Avoid using .. in #include paths.
Fri, 29 Aug 2008 20:22:36 +0000 diego Sync libdvdcss with upstream version 1.2.10.
Fri, 29 Aug 2008 20:05:08 +0000 diego Rename HAVE_WINSOCK preprocessor condition to HAVE_WINSOCK_H.
Fri, 29 Aug 2008 18:23:54 +0000 stefano Implement swscale_version().
Fri, 29 Aug 2008 17:44:51 +0000 diego Remove pointless '#if 1 [...] #endif' around has_cpuid() function.
Fri, 29 Aug 2008 16:20:35 +0000 diego Implement check for closesocket(), needed by libavformat, fixes Bugzilla #1257.
Wed, 27 Aug 2008 11:31:53 +0000 aurel handle the lavfpref demuxer in the same way as the lavf one
Wed, 27 Aug 2008 11:07:15 +0000 ptt synced with r27454
Wed, 27 Aug 2008 10:58:15 +0000 ptt sync'ed to r27071
Tue, 26 Aug 2008 22:38:12 +0000 diego Drop av_always_inline definition. It is duplicated from libavutil and
Tue, 26 Aug 2008 21:29:54 +0000 diego Rename always_inline macro to av_always_inline so as not to clash with
Tue, 26 Aug 2008 21:12:48 +0000 aurel prefer libavformat to demux matroska files