Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-01-16Add symbol versioning for shared librariesMåns Rullgård
2010-01-16configure: add test_ldflags functionMåns Rullgård
2010-01-15mingw32: Build for Windows XP by default. Add note about Win9x/2000 support.Ramiro Polla
2010-01-15Do not print VDPAU upgrade notice when configure is invokedJai Menon
2010-01-14Set HAVE_FAST_CLZ if CPU has a fast count leading zeros instructionMåns Rullgård
2010-01-14configure: allow reverse auto-selection of optionsMåns Rullgård
2010-01-14Surprisingly enough, the RTP muxer does not depend on the RTP protocolLuca Abeni
2010-01-13Define !CONFIG_FOO in config.make if feature disabledMåns Rullgård
2010-01-12Add replacements for log2f(), exp2() and exp2f() for platforms that lacks it.Vitor Sessak
2010-01-11Check for struct sockaddr_storage. Patch by Martin StorsjöMartin Storsjö
2010-01-11Check for struct addrinfo availability. Patch by Martin StorsjöMartin Storsjö
2010-01-11Check for getaddrinfo(), patch by Martin Storsjö <$firstname()$firstname,st>.Martin Storsjö
2010-01-11configure: Make check_type handle type names containing spacesMartin Storsjö
2010-01-11configure: allow names with spaces in enable/disable_safeMåns Rullgård
2010-01-11Add support for dirac in oggDavid Conrad
2010-01-04Fix VDPAU check to avoid printing spurious messages to the console.Diego Biurrun
2010-01-04Do not print libvdpau upgrade advice on platforms without vdpauJai Menon
2009-12-29The MLP decoder depends on the MLP parser.Diego Biurrun
2009-12-29Enable the TrueHD decoder when the MLP decoder is enabled.Diego Biurrun
2009-12-29Declare AC-3 parser dependency of AC-3 decoder and EAC-3 demuxer in configure.Diego Biurrun
2009-12-29Declare AAC parser dependencies in configure.Diego Biurrun
2009-12-29Declare WMV1/WMV2/VC-1 decoder dependency on the H.263 decoder in configure.Diego Biurrun
2009-12-28Declare dependencies of RV10/RV20 decoders on the H.263 decoder in configure.Diego Biurrun
2009-12-28Declare dependencies for H.263 family decoders in configure.Diego Biurrun
2009-12-28Declare the dependency of the H.263 decoder on the H.263 parser in configure.Diego Biurrun
2009-12-1410l: Don't spawn a subshell when disabling vdpau.Alex Converse
2009-12-14Disable vdpau support if the detected libvdpau does not support MPEG-4.Alex Converse
2009-12-01Check Xfixes.h header presence before enabling x11grab.Baptiste Coudurier
2009-11-27Real cursor support in x11grab.Roxis
2009-11-24Add weightp support in API for libx264.Jason Garrett-Glaser
2009-11-23libtheora: using the 1.0 API requires linking to bothDavid Conrad
2009-11-23Update libtheora wrapper to use the 1.0 APIDavid Conrad
2009-11-18Add functions to return library license and library configuration.Diego Biurrun
2009-11-13Add cflags filter for sunccMichael Kostylev
2009-11-10Add VDPAU hardware accelerated decoding for MPEG-4 ASP which can be usedNVIDIA Corporation
2009-11-10Remove code checking for __PIC__ or __pic__ and setting PIC from libavutil/in...Reimar Döffinger
2009-11-10Check if PIC is somehow already enabled (e.g. a compiler that enables it by d...Reimar Döffinger
2009-11-10configure: whitespace cosmeticsMåns Rullgård
2009-11-10Attempt to document the "enable pic" hackery for OpenBSD.Reimar Döffinger
2009-11-09Remove some BeOS/haiku hacks: -fomit-frame-pointer is used anyway,Reimar Döffinger
2009-11-09Set -DPREFIX for yasm simply whenever extern_prefix is set insteadReimar Döffinger
2009-11-08Always add -DPIC to YASM flags when pic is enabled.Reimar Döffinger
2009-11-06PPC: make inline asm xform address test work with Apple toolsMåns Rullgård
2009-11-06IA64: do not automatically enable hardcoded tables if explicitly disabledMåns Rullgård
2009-11-01configure: fix 64-bit test with clangMåns Rullgård
2009-10-31configure: remove extra backslashes from suncc DEPEND_CMDMichael Kostylev
2009-10-31configure: use here-doc for --help outputMåns Rullgård
2009-10-31configure: use here-docs instead of echo for writing config.{h,mak}Måns Rullgård
2009-10-31configure: simplify setting of SDL flags in config.makMåns Rullgård
2009-10-31Allow disabling doc generation with --disable-docMåns Rullgård