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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-09-20configure: update tms470 detection for latest versionMans Rullgard
2012-09-19configure: msvc: default to 'lib' as 'ar' toolMans Rullgard
2012-09-19build: support some non-standard ar variantsMans Rullgard
2012-09-19configure: add --toolchain optionMans Rullgard
2012-09-18configure: Make the smoothstreaming muxer enable the ismv muxerMartin Storsjö
2012-09-18configure: include flags in nm variableMans Rullgard
2012-09-14configure: x86: improve ebp availability checkMans Rullgard
2012-09-13os_support: Choose between direct.h and io.h using a configure checkMartin Storsjö
2012-09-11configure: Only disable aligned stack on MSVC on 32 bitMartin Storsjö
2012-09-11configure: indentation cosmeticsDiego Biurrun
2012-09-10configure: Adjust the xgetbv instrinsic checkMartin Storsjö
2012-09-10configure: Add --disable-inline-asm command line optionDiego Biurrun
2012-09-10configure: Don't try to enable the log2 function on msvcrtMartin Storsjö
2012-09-08configure: msvc: fix/simplify setting of flags for hostccMans Rullgard
2012-09-06configure: Set the right cc_e flags for msvcMartin Storsjö
2012-09-06configure: Disable some warnings in MSVCMartin Storsjö
2012-09-05configure: Add support for MSVC cl.exe/link.exeRonald S. Bultje
2012-09-05lavu: add snprintf(), vsnprint() and strtod() replacements for MS runtime.Ronald S. Bultje
2012-09-05configure: add section for libc-specific hacksMans Rullgard
2012-09-05build: disable ranlib on mingwMans Rullgard
2012-09-05build: eamad: Add missing dependency on mpegvideo codeDiego Biurrun
2012-09-05build: utvideoenc: Add missing dependency on Huffman codeDiego Biurrun
2012-09-04configure: add support for bdver1 and bdver2 CPU types.Diego Elio Pettenò
2012-08-31MSS2 decoderAlberto Delmás
2012-08-31configure: handle --disable-asm before check_depsMans Rullgard
2012-08-31configure: x86: Separate inline from standalone assembler capabilitiesDiego Biurrun
2012-08-30configure: Add more fine-grained SSE CPU capabilities flagsDiego Biurrun
2012-08-29build: allow non-standard variations of linker -l/-L flagsMans Rullgard
2012-08-29build: export filtered -lz flag in config.makMans Rullgard
2012-08-29build: add separate setting for host linkerMans Rullgard
2012-08-29configure: probe_cc: use separate variable for linker output flagMans Rullgard
2012-08-29configure: support Bitrig OSBrad Smith
2012-08-28huffman: add ff_huff_gen_len_tableMichael Niedermayer
2012-08-28configure: use HOSTCC_C/O in check_host_ccMans Rullgard
2012-08-28configure: use AS_O setting in check_asMans Rullgard
2012-08-28configure: use LD_O setting in check_ld()Mans Rullgard
2012-08-27configure: Fix shared library creation for OpenBSDBrad Smith
2012-08-22configure: Drop fastdiv optionDiego Biurrun
2012-08-22build: Make the E-AC-3 encoder select the AC-3 encoderDiego Biurrun
2012-08-17configure: clean up Altivec detectionMans Rullgard
2012-08-16build: Factor out rangecoder dependencies to CONFIG_RANGECODERDiego Biurrun
2012-08-16build: Factor out error resilience dependencies to CONFIG_ERROR_RESILIENCEDiego Biurrun
2012-08-14build: Factor out mpegvideo encoding dependencies to CONFIG_MPEGVIDEOENCDiego Biurrun
2012-08-13configure: Fix typo in mpeg2video/svq1 decoder dependency declarationDiego Biurrun
2012-08-11configure: Rename check_asm() to more fitting check_inline_asm()Diego Biurrun
2012-08-09configure: Check for a sctp struct instead of just the headerMichael Niedermayer
2012-08-09configure: suncc: Add -xc99 to dependency flags, required on SolarisDiego Biurrun
2012-08-09build: factor out mpegvideo.o dependencies to CONFIG_MPEGVIDEOMans Rullgard
2012-08-08configure: add --enable/disable-random optionMans Rullgard
2012-08-08ARM: use Q/R inline asm operand modifiers only if supportedMans Rullgard