log

age author description
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
Tue, 26 Aug 2008 18:41:04 +0000 reimar Fix forumla -> formula in comment
Sun, 24 Aug 2008 13:52:54 +0000 ranma Fix 'cast from pointer to integer of different size' on 64bit architectures. Casting to long should work for 32bit and 64bit and not make a difference to the boolean operation (since 'format' is always 32bit (int) the upper 32bit of 'arg' won't matter, but the compiler should be happy now. Casting both to unsigned makes sure the compiler isn't messing things up by sign-extending 'format' to 64bit before masking)
Sun, 24 Aug 2008 13:36:04 +0000 ranma Handle AOPLAY_FINAL_CHUNK
Sun, 24 Aug 2008 00:08:55 +0000 aurel cosmetics: indentation
Sun, 24 Aug 2008 00:07:09 +0000 aurel use new lavf API to grab sample_aspect_ratio from the demuxers
Sat, 23 Aug 2008 08:14:37 +0000 ranma fix compiler warnings
Fri, 22 Aug 2008 21:35:38 +0000 diego Remove unused and untested function. It is only part of our local patchset.
Fri, 22 Aug 2008 20:53:44 +0000 diego Remove duplicate vsscanf fallback implementation, we have another in osdep/.
Fri, 22 Aug 2008 17:26:16 +0000 reimar -geometry support for -vo fbdev.
Thu, 21 Aug 2008 13:40:16 +0000 diego Sync libdvdcss with upstream version r212.
Thu, 21 Aug 2008 11:00:47 +0000 diego Add support for AAC decoding through FFmpeg; libfaad is preferred for now.
Thu, 21 Aug 2008 09:52:47 +0000 diego cosmetics: Remove trailing whitespace and tabs.
Mon, 18 Aug 2008 06:30:10 +0000 diego Remove SKIP_DEPS trick. The same effect can be achieved without it.
Sun, 17 Aug 2008 22:32:30 +0000 diego fix for alignment problem on older ARM cores
Sun, 17 Aug 2008 22:02:05 +0000 diego Add check for ARM VFP instructions.
Fri, 15 Aug 2008 19:48:09 +0000 gpoirier sync w/r27466
Fri, 15 Aug 2008 17:14:53 +0000 diego Work correctly with very small files where less than outburst is to be played.