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
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
2012-08-07configure: Add support for e500mc CPUDerek Buitenhuis
2012-08-07x86: use nop cpu directives only if supportedMans Rullgard
2012-08-07build: fix library installation on cygwinYaakov Selkowitz
2012-08-06build: generalise rules and variable settings for av* programsMans Rullgard
2012-08-04x86: build: replace mmx2 by mmxextDiego Biurrun
2012-07-30configure: Add missing descriptions to help outputDiego Biurrun
2012-07-28configure: Move parts that should not be user-selectable to CONFIG_EXTRADiego Biurrun
2012-07-28build: support non-standard replacements for -c flagMans Rullgard
2012-07-28build: support non-standard replacements for -E flagMans Rullgard
2012-07-28x11grab: cosmetics: consistent naming for x11grab-related thingsDiego Biurrun
2012-07-28build: Rename YASMDEP variable to DEPYASM for consistencyDiego Biurrun
2012-07-27x86: add support for fmaddps fma4 instruction with abstraction to avx/sseJustin Ruggles
2012-07-27build: do full flag handling for all compiler-type toolsMans Rullgard
2012-07-27build: Rename aandct component to more descriptive aandcttablesDiego Biurrun
2012-07-24configure: Add a dependency on https for rtmptsMartin Storsjö
2012-07-23RTMPTE protocol supportSamuel Pitoiset
2012-07-23RTMPE protocol supportSamuel Pitoiset
2012-07-23configure: respect CC_O setting in check_ccMans Rullgard
2012-07-22configure: cosmetics: Group test dependencies togetherDiego Biurrun
2012-07-22configure: add more passthrough flags in tms470 filterMans Rullgard
2012-07-22configure: move flag filtering functions out of if/else blocksMans Rullgard
2012-07-21configure: Remove redundant RTMPT/RTMPTS dependenciesSamuel Pitoiset
2012-07-21configure: add filtering of host cflags/ldflagsMans Rullgard