Mercurial > mplayer.hg
graph
-
synced with r301972010-01-18, by ptt
-
Define out currently unused static functions.2010-01-18, by zuxy
-
add uldx and vspx fourcc to ffodivx in codecs.conf2010-01-18, by compn
-
Support for detection of AMD Phenom.2010-01-18, by zuxy
-
Remove stray '\' at the end of macro definitions.2010-01-17, by stefano
-
Remove duplicated or pointless newlines.2010-01-17, by stefano
-
Factorize error message logging, log it if the converter cannot be2010-01-17, by stefano
-
Reindent after the last commit.2010-01-17, by stefano
-
Make the pal2rgbWrapper set and use the converter in pal2rgbWrapper2010-01-17, by stefano
-
Remove double const2010-01-17, by mru
-
Factorize error message logging in rgb2rgbWrapper().2010-01-17, by stefano
-
Add a proper header for our strsep implementation so strsep will2010-01-17, by reimar
-
Reuse the fmt-conversion code instead of duplicating the functionality.2010-01-17, by reimar
-
Add big- and little-endian variants of the 15 and 16 bit RGB/BGR formats.2010-01-17, by reimar
-
Do not depend on PIX_FMT_RGB32 which is (currently?) not part of the public API.2010-01-17, by reimar
-
More format support in fmt-conversion.c: split RGB32 and BGR322010-01-17, by reimar
-
Reindent2010-01-17, by mru
-
Remove inline from initFilter()2010-01-17, by mru
-
Hack to avoid a GUID_NULL clash on 64 bit MinGW.2010-01-17, by reimar
-
Add hack to fix tvi_dshow compilation with 64-bit MinGW2010-01-17, by reimar
-
Mention systems that have received major build fixes recently in the Changelog.2010-01-17, by reimar
-
Set ASFLAGS and HAVE_VFP_ARGS needed to compile for ARM with VFP/NEON support.2010-01-17, by reimar
-
Also try linking against dxguid for SDL test.2010-01-17, by reimar
-
Change GUID declarations in vo_directx to be static.2010-01-17, by reimar
-
Change GUID declarations in tvi_dshow so they are not exported and thus2010-01-17, by reimar
-
Add a const qualifier in a cast, fix the gcc warning:2010-01-17, by stefano
-
Add a const qualifier in a cast, fix the gcc warning:2010-01-17, by stefano
-
Allow anything starting with "arm" to be used as --target for ARM CPUs2010-01-16, by reimar
-
Fix typo, "get rid off" -> "get rid of".2010-01-16, by stefano
-
Mention levelconv -vo gl suboption in Changelog.2010-01-16, by reimar
-
Document levelconv -vo gl suboption.2010-01-16, by reimar
-
Add support for adjustable TV <-> PC level conversion.2010-01-16, by reimar
-
Revert r30331, which broke compilation.2010-01-16, by stefano
-
Prefer enum PixelFormat to int as the parameter type of2010-01-16, by stefano
-
Declare with av_unused the variable alpMmxFilter, fix the gcc warning:2010-01-16, by stefano
-
Factorize the code which calls the non optimized C functions in2010-01-16, by stefano
-
Prefer "to %s%s" over "to%s %s", slightly more readable.2010-01-16, by stefano
-
Simplify code in sws_getContext() which logs if the destination format2010-01-16, by stefano
-
Document some of SwsContext.2010-01-16, by ramiro
-
Reuse h{lum,chr}Filter{,Pos} variables for MMX2 fast_bilinear horizontal scaler.2010-01-16, by ramiro
-
Factorize code which logs the source and destination formats in2010-01-16, by stefano
-
Manually add --nxcompat --no-seh --dynamicbase to linker flags if available,2010-01-16, by reimar
-
Fix struct addrinfo check, its definition might not allow actually allocating it.2010-01-16, by reimar
-
Fix sockaddr_storage check to work with winsock/MinGW2010-01-16, by reimar
-
Add HAVE_FAST_CLZ define and set it to 0 to keep the status quo for now.2010-01-16, by reimar
-
HAVE_INLINE_ASM for FFmpeg should be one since we only support2010-01-16, by reimar
-
Document some of the ext_stub magic.2010-01-16, by reimar
-
100l, forgot to change the "magic" value in the stub also in the place replacing it.2010-01-16, by reimar
-
add AV1x, AVup and VDTZ fourcc to ffrawuyvy and VDTZ to rawuyvy2010-01-16, by compn
-
Simplify reset_ptr(): employ usePal() macro rather than enumerating2010-01-16, by stefano
-
synced with r303112010-01-16, by Gabrov
-
Add symbol versioning for shared libraries2010-01-16, by mru
-
We only need to disable seeking back in ad_ffmpeg when we actually _use_2010-01-15, by reimar
-
Don't initialize normal horizontal filter if MMX2 filter is used.2010-01-15, by ramiro
-
-demuxer rawaudio data will often need parsing (e.g. when it is used for raw2010-01-15, by reimar
-
added a missing full stop2010-01-15, by ptt
-
Set _optimizing for x86-64.2010-01-15, by zuxy
-
The undocumented x86-64 is a better fallback for core2 than nocona.2010-01-15, by zuxy
-
Add -fno-common to avoid misalignment for global var under win32 like what2010-01-15, by zuxy
-
Set HAVE_FAST_CMOV to 0 for NetBurst based x86-64 processors, e.g. Prescott.2010-01-15, by zuxy