log

age author description
Sat, 21 Nov 2009 18:47:47 +0000 reimar Support 16-bit-per-component RGB formats (rgb48[bln]e) in option parser.
Sat, 21 Nov 2009 18:45:41 +0000 reimar Add a define for IMGFMT_RGB48NE that depends on machine endianness.
Fri, 20 Nov 2009 23:48:16 +0000 reimar Move 128kB buffer from stack to demuxer context.
Fri, 20 Nov 2009 23:41:06 +0000 reimar calloc instead of malloc+memset.
Fri, 20 Nov 2009 23:36:16 +0000 reimar Use calloc to allocate a rather large (currently 32k) array instead of
Fri, 20 Nov 2009 10:32:45 +0000 reimar sub_fribidi should be static, it is not used outside subreader.c
Fri, 20 Nov 2009 10:24:31 +0000 reimar Use early return instead of block over whole function.
Fri, 20 Nov 2009 10:22:57 +0000 reimar Use FFMAX instead of a custom max macro.
Wed, 18 Nov 2009 18:24:05 +0000 cehoyos Silence two gcc warnings: suggest parentheses around && within ||
Wed, 18 Nov 2009 18:07:54 +0000 diego Add #defines for FFMPEG_LICENSE and FFMPEG_CONFIGURATION to config.h.
Wed, 18 Nov 2009 17:16:02 +0000 diego Add functions to return library license and library configuration.
Wed, 18 Nov 2009 09:13:09 +0000 cehoyos 10l to Reimar: Fix typo.
Tue, 17 Nov 2009 19:23:55 +0000 reimar Deobfuscate the special hack to disable cache for live555.
Tue, 17 Nov 2009 19:14:42 +0000 reimar Merge malloc+memset -> calloc
Tue, 17 Nov 2009 18:30:33 +0000 reimar Fall back to read-based seeking for ffmpeg:// URLs when is_streamed is set