log

age author description
Sun, 17 Jan 2010 19:26:35 +0000 mru Remove double const
Sun, 17 Jan 2010 15:11:25 +0000 stefano Factorize error message logging in rgb2rgbWrapper().
Sun, 17 Jan 2010 15:08:31 +0000 reimar Add a proper header for our strsep implementation so strsep will
Sun, 17 Jan 2010 14:58:44 +0000 reimar Reuse the fmt-conversion code instead of duplicating the functionality.
Sun, 17 Jan 2010 14:54:38 +0000 reimar Add big- and little-endian variants of the 15 and 16 bit RGB/BGR formats.
Sun, 17 Jan 2010 14:53:12 +0000 reimar Do not depend on PIX_FMT_RGB32 which is (currently?) not part of the public API.
Sun, 17 Jan 2010 14:40:44 +0000 reimar More format support in fmt-conversion.c: split RGB32 and BGR32
Sun, 17 Jan 2010 14:25:19 +0000 mru Reindent
Sun, 17 Jan 2010 14:25:17 +0000 mru Remove inline from initFilter()
Sun, 17 Jan 2010 13:28:29 +0000 reimar Hack to avoid a GUID_NULL clash on 64 bit MinGW.
Sun, 17 Jan 2010 13:18:59 +0000 reimar Add hack to fix tvi_dshow compilation with 64-bit MinGW
Sun, 17 Jan 2010 12:32:25 +0000 reimar Mention systems that have received major build fixes recently in the Changelog.
Sun, 17 Jan 2010 12:27:54 +0000 reimar Set ASFLAGS and HAVE_VFP_ARGS needed to compile for ARM with VFP/NEON support.
Sun, 17 Jan 2010 11:49:33 +0000 reimar Also try linking against dxguid for SDL test.
Sun, 17 Jan 2010 11:43:55 +0000 reimar Change GUID declarations in vo_directx to be static.
Sun, 17 Jan 2010 11:41:54 +0000 reimar Change GUID declarations in tvi_dshow so they are not exported and thus
Sun, 17 Jan 2010 00:26:29 +0000 stefano Add a const qualifier in a cast, fix the gcc warning:
Sun, 17 Jan 2010 00:21:50 +0000 stefano Add a const qualifier in a cast, fix the gcc warning:
Sat, 16 Jan 2010 23:22:43 +0000 reimar Allow anything starting with "arm" to be used as --target for ARM CPUs
Sat, 16 Jan 2010 22:49:00 +0000 stefano Fix typo, "get rid off" -> "get rid of".
Sat, 16 Jan 2010 20:04:34 +0000 reimar Mention levelconv -vo gl suboption in Changelog.
Sat, 16 Jan 2010 20:03:35 +0000 reimar Document levelconv -vo gl suboption.
Sat, 16 Jan 2010 19:59:31 +0000 reimar Add support for adjustable TV <-> PC level conversion.
Sat, 16 Jan 2010 19:51:26 +0000 stefano Revert r30331, which broke compilation.
Sat, 16 Jan 2010 19:32:58 +0000 stefano Prefer enum PixelFormat to int as the parameter type of
Sat, 16 Jan 2010 19:22:30 +0000 stefano Declare with av_unused the variable alpMmxFilter, fix the gcc warning:
Sat, 16 Jan 2010 19:19:54 +0000 stefano Factorize the code which calls the non optimized C functions in
Sat, 16 Jan 2010 19:14:29 +0000 stefano Prefer "to %s%s" over "to%s %s", slightly more readable.
Sat, 16 Jan 2010 19:11:03 +0000 stefano Simplify code in sws_getContext() which logs if the destination format
Sat, 16 Jan 2010 19:04:55 +0000 ramiro Document some of SwsContext.
Sat, 16 Jan 2010 18:39:06 +0000 ramiro Reuse h{lum,chr}Filter{,Pos} variables for MMX2 fast_bilinear horizontal scaler.
Sat, 16 Jan 2010 18:36:21 +0000 stefano Factorize code which logs the source and destination formats in
Sat, 16 Jan 2010 16:39:46 +0000 reimar Manually add --nxcompat --no-seh --dynamicbase to linker flags if available,
Sat, 16 Jan 2010 16:22:57 +0000 reimar Fix struct addrinfo check, its definition might not allow actually allocating it.
Sat, 16 Jan 2010 16:16:50 +0000 reimar Fix sockaddr_storage check to work with winsock/MinGW
Sat, 16 Jan 2010 15:21:36 +0000 reimar Add HAVE_FAST_CLZ define and set it to 0 to keep the status quo for now.
Sat, 16 Jan 2010 15:20:26 +0000 reimar HAVE_INLINE_ASM for FFmpeg should be one since we only support
Sat, 16 Jan 2010 15:04:17 +0000 reimar Document some of the ext_stub magic.
Sat, 16 Jan 2010 15:02:49 +0000 reimar 100l, forgot to change the "magic" value in the stub also in the place replacing it.
Sat, 16 Jan 2010 13:59:59 +0000 compn add AV1x, AVup and VDTZ fourcc to ffrawuyvy and VDTZ to rawuyvy
Sat, 16 Jan 2010 11:08:16 +0000 stefano Simplify reset_ptr(): employ usePal() macro rather than enumerating
Sat, 16 Jan 2010 10:48:23 +0000 Gabrov synced with r30311
Sat, 16 Jan 2010 04:48:55 +0000 mru Add symbol versioning for shared libraries
Fri, 15 Jan 2010 21:01:31 +0000 reimar We only need to disable seeking back in ad_ffmpeg when we actually _use_
Fri, 15 Jan 2010 19:50:59 +0000 ramiro Don't initialize normal horizontal filter if MMX2 filter is used.
Fri, 15 Jan 2010 19:01:03 +0000 reimar -demuxer rawaudio data will often need parsing (e.g. when it is used for raw
Fri, 15 Jan 2010 15:04:30 +0000 ptt added a missing full stop
Fri, 15 Jan 2010 09:47:45 +0000 zuxy Set _optimizing for x86-64.
Fri, 15 Jan 2010 09:33:38 +0000 zuxy The undocumented x86-64 is a better fallback for core2 than nocona.
Fri, 15 Jan 2010 09:31:15 +0000 zuxy Add -fno-common to avoid misalignment for global var under win32 like what
Fri, 15 Jan 2010 09:10:23 +0000 zuxy Set HAVE_FAST_CMOV to 0 for NetBurst based x86-64 processors, e.g. Prescott.
Fri, 15 Jan 2010 08:51:51 +0000 zuxy Const correctness for src pointer. Remove all constness related warnings in
Fri, 15 Jan 2010 07:55:07 +0000 zuxy Fix typo in r30302
Fri, 15 Jan 2010 00:39:25 +0000 stefano Fix typo.
Thu, 14 Jan 2010 19:12:42 +0000 ramiro Remove unused clip_table code.
Thu, 14 Jan 2010 12:06:38 +0000 cehoyos Fix compilation after recent changes in FFmpeg.
Thu, 14 Jan 2010 06:19:45 +0000 ramiro Add const qualifier to rgb48 to YV12 functions' src.
Thu, 14 Jan 2010 06:19:10 +0000 ramiro Add missing parameter to rgb48 to YV12 functions.
Wed, 13 Jan 2010 17:49:48 +0000 reimar Use double-precision constants instead of single precision that gets cast to double.
Tue, 12 Jan 2010 23:03:03 +0000 cehoyos Use double instead of float for pts.