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-22Suppress TMS470 warnings about alignment directivesMåns Rullgård
2010-01-22configure: fix --cpu=hostMåns Rullgård
2010-01-21Remove IPv4-only codepath. Patch by Martin Storsjö <$first $first st>.Martin Storsjö
2010-01-20Translate -mfpu=vfpv3 for TMS470Måns Rullgård
2010-01-20Ignore annoying armcc warningsMåns Rullgård
2010-01-20H264 DXVA2 implementationLaurent Aimar
2010-01-20Add a check for struct sockaddr->sa_len, which is an indication of whetherRonald S. Bultje
2010-01-20configure: display --list-* output in three columnsMåns Rullgård
2010-01-20configure: use nm -P on SolarisMåns Rullgård
2010-01-20Floating point discrete cosine transformVitor Sessak
2010-01-20configure: do not use character classes with awkMåns Rullgård
2010-01-19configure: inlcude sys/types.h when checking sys/socket.hMåns Rullgård
2010-01-19configure: drop -A flag to odMåns Rullgård
2010-01-19configure: be more liberal with nm outputMåns Rullgård
2010-01-19Create and install libavutil/avconfig.hMåns Rullgård
2010-01-19configure: create dirs before generating config.*Måns Rullgård
2010-01-19configure: add cp_if_changed function and use for config.hMåns Rullgård
2010-01-19Update libx264.c to use new libx264 featuresJason Garrett-Glaser
2010-01-19configure: add --disable-asm optionMåns Rullgård
2010-01-19configure: rename a variable in check_asmMåns Rullgård
2010-01-19configure: fix cpu=generic caseMåns Rullgård
2010-01-19configure: simplify $cpu handling for some architecturesMåns Rullgård
2010-01-19configure: indentMåns Rullgård
2010-01-19configure: split $cpu handling by archMåns Rullgård
2010-01-19configure: simplify $arch handlingMåns Rullgård
2010-01-19configure: group arch extention deps by archMåns Rullgård
2010-01-18Only set HAVE_MMX when a supported CPU is specifiedMåns Rullgård
2010-01-17configure: simplify libsdl checkMåns Rullgård
2010-01-17configure: add check_struct functionMåns Rullgård
2010-01-17configure: simplify check_lib2Måns Rullgård
2010-01-17configure: pass extra flags to check_cpp from check_cpp_conditionMåns Rullgård
2010-01-17configure: pass extra flags to check_cc from check_ldMåns Rullgård
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