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-03-15Add dependencies used by the RDT and ASF/RTP codeMartin Storsjö
2010-03-14Separate DWT from snow and dsputilMåns Rullgård
2010-03-12Add _XOPEN_SOURCE=600 to CPPFLAGS on NetBSD.Diego Biurrun
2010-03-12Document --disable-everything in configure --help.Ramiro Polla
2010-03-11configure: remove stray semicolonMåns Rullgård
2010-03-11configure: use map() function in a couple of placesMåns Rullgård
2010-03-11configure: add --disable-everything optionMåns Rullgård
2010-03-11configure: allow mips64el and powerpc64 as values for --archMåns Rullgård
2010-03-10undef av_always_inline before redefiningMåns Rullgård
2010-03-09configure: always write shared lib variables to config.makMåns Rullgård
2010-03-09Enable tcp_protocol when enabling httpPeter Ross
2010-03-09Add missing build dependencies for the AAC decoder caused by adding of SBR.Georgi Chorbadzhiyski
2010-03-08Error on missing function prototypes with gccMåns Rullgård
2010-03-07Use -Werror=implicit only with gccMåns Rullgård
2010-03-07Fix clang sysroot flagDavid Conrad
2010-03-07Error on implicit function declarationsMåns Rullgård
2010-03-06Fix make installMåns Rullgård
2010-03-06Add INSTALL makefile variableMåns Rullgård
2010-03-06Add CP make variableMåns Rullgård
2010-03-06Add YASMDEP variable; use for deps on yasm filesMåns Rullgård
2010-03-02Make lsp a separate configurable and select it from codecs needing itMåns Rullgård
2010-02-24Add -Wmissing-prototypes to CFLAGS if available.Diego Biurrun
2010-02-23Fix snow encoder dependenciesDaniel Verkamp
2010-02-23Fix svq1 encoder dependenciesDaniel Verkamp
2010-02-23Make -benchmark also print the maximum memory usage if possible.Reimar Döffinger
2010-02-23Add an RTSP muxerMartin Storsjö
2010-02-22Revert "Suppress icc warnings about unknown attributes"Måns Rullgård
2010-02-22Suppress armcc warnings about unknown attributesMåns Rullgård
2010-02-21Add FFprobe tool.Stefano Sabatini
2010-02-18Suppress icc warnings about unknown attributesMåns Rullgård
2010-02-18configure: allow setting strip tool with --stripMåns Rullgård
2010-02-17PPC and x86 support aligning variables on stackMåns Rullgård
2010-02-17Add LOCAL_ALIGNED() macro for declaring aligned local arraysMåns Rullgård
2010-02-12Add "tomi" architectureMåns Rullgård
2010-02-12configure: require --arch and --target-os when cross-compilingMåns Rullgård
2010-02-12ffplay depends on rdftMåns Rullgård
2010-02-12configure: add missing mdct depsMåns Rullgård
2010-02-12configure: make mdct and rdft select fft and update other depsMåns Rullgård
2010-02-11Stricter check for math.h functionsMåns Rullgård
2010-02-11configure: fix cosmetic typo in check_mathfuncMåns Rullgård
2010-02-10Special check for math.h functionsMåns Rullgård
2010-02-10Check for setrlimit()Måns Rullgård
2010-02-10configure: allow 'none' as target OSMåns Rullgård
2010-02-06libgsm installs headers in a subdirectory, use gsm.h from that subdirectory.Reinhard Tartler
2010-01-31Bink Audio decoderPeter Ross
2010-01-31Add CONFIG_SRAM to allow use of on-chip SRAM on some systemsMåns Rullgård
2010-01-30Disable Altivec for processors older than G4.Carl Eugen Hoyos
2010-01-30PPC: allow --cpu=E500[v2]Ancoron Luciferis
2010-01-30configure: match PPC CPU types case insensitivelyMåns Rullgård
2010-01-30Set target_path to $(CURDIR)Måns Rullgård