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-05-14Change inter-protocol dependencies from _deps to _selectMartin Storsjö
2010-05-11Add -ldl to libfaadbin_extralibs instead of libfaadbin_decoder_extralibs.Janne Grunau
2010-05-08Remove hardcoded-tables hack for IA-64: with latest binutils that now actuallyReimar Döffinger
2010-05-07Enable libavfilter by default and fix pading for mxf-d10Michael Niedermayer
2010-05-07configure: update suncc SPARC CPU name mappingMichael Kostylev
2010-05-07SPARC: disable VIS for Niagara CPUMichael Kostylev
2010-05-07Add intra refresh and crf-max support to the libavcodec libx264 wrapper.Jason Garrett-Glaser
2010-05-03configure: allow compiler-specific flags for --disable-optimizationsMåns Rullgård
2010-05-02Allow to set archiver tool ar.Carl Eugen Hoyos
2010-04-27Set ARCH=c with --disable-asm, fix buildMåns Rullgård
2010-04-23Make WMAVoice decoder depend on DCT/RDFTRonald S. Bultje
2010-04-23Workaround for missing llrintf()Måns Rullgård
2010-04-19Revert "Fix libx264 configure check to use pkg-config if available."Måns Rullgård
2010-04-19Fix libx264 configure check to use pkg-config if available.Jason Garrett-Glaser
2010-04-19configure: simplify $COMPONENT_LIST handlingMåns Rullgård
2010-04-19configure: simplify vaapi dependenciesMåns Rullgård
2010-04-19configure: simplify vdpau dependenciesMåns Rullgård
2010-03-30configure: restore -mdynamic-no-pic on darwin (missing since r20497)Alexander Strange
2010-03-28Implement support to RTMP, RTMPT, RTMPE, RTMPTE, RTMPS protocols viaHoward Chu
2010-03-26Implement av_strerror().Stefano Sabatini
2010-03-17Move arch-specific makefile parts into $arch/MakefileMåns Rullgård
2010-03-17configure: do not use $_Måns Rullgård
2010-03-16Move H264 dsputil functions into their own structMåns Rullgård
2010-03-15Add FATE testsMåns Rullgård
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ö