| Commit message (Expand) | Author | Age | Files | Lines |
* | configure: msvc: fix/simplify setting of flags for hostcc | Mans Rullgard | 2012-09-08 | 1 | -1/+1 |
* | configure: Set the right cc_e flags for msvc | Martin Storsjö | 2012-09-06 | 1 | -0/+1 |
* | configure: Disable some warnings in MSVC | Martin Storsjö | 2012-09-05 | 1 | -1/+2 |
* | configure: Add support for MSVC cl.exe/link.exe | Ronald S. Bultje | 2012-09-05 | 1 | -0/+42 |
* | lavu: add snprintf(), vsnprint() and strtod() replacements for MS runtime. | Ronald S. Bultje | 2012-09-05 | 1 | -0/+7 |
* | configure: add section for libc-specific hacks | Mans Rullgard | 2012-09-05 | 1 | -3/+20 |
* | build: disable ranlib on mingw | Mans Rullgard | 2012-09-05 | 1 | -0/+1 |
* | build: eamad: Add missing dependency on mpegvideo code | Diego Biurrun | 2012-09-05 | 1 | -1/+1 |
* | build: utvideoenc: Add missing dependency on Huffman code | Diego Biurrun | 2012-09-05 | 1 | -0/+1 |
* | configure: add support for bdver1 and bdver2 CPU types. | Diego Elio Pettenò | 2012-09-04 | 1 | -2/+2 |
* | MSS2 decoder | Alberto Delmás | 2012-08-31 | 1 | -0/+1 |
* | configure: handle --disable-asm before check_deps | Mans Rullgard | 2012-08-31 | 1 | -2/+2 |
* | configure: x86: Separate inline from standalone assembler capabilities | Diego Biurrun | 2012-08-31 | 1 | -4/+23 |
* | configure: Add more fine-grained SSE CPU capabilities flags | Diego Biurrun | 2012-08-30 | 1 | -12/+29 |
* | build: allow non-standard variations of linker -l/-L flags | Mans Rullgard | 2012-08-29 | 1 | -1/+8 |
* | build: export filtered -lz flag in config.mak | Mans Rullgard | 2012-08-28 | 1 | -0/+1 |
* | build: add separate setting for host linker | Mans Rullgard | 2012-08-28 | 1 | -3/+12 |
* | configure: probe_cc: use separate variable for linker output flag | Mans Rullgard | 2012-08-28 | 1 | -2/+2 |
* | configure: support Bitrig OS | Brad Smith | 2012-08-29 | 1 | -1/+1 |
* | huffman: add ff_huff_gen_len_table | Michael Niedermayer | 2012-08-28 | 1 | -0/+2 |
* | configure: use HOSTCC_C/O in check_host_cc | Mans Rullgard | 2012-08-27 | 1 | -1/+5 |
* | configure: use AS_O setting in check_as | Mans Rullgard | 2012-08-27 | 1 | -1/+5 |
* | configure: use LD_O setting in check_ld() | Mans Rullgard | 2012-08-27 | 1 | -1/+5 |
* | configure: Fix shared library creation for OpenBSD | Brad Smith | 2012-08-27 | 1 | -0/+2 |
* | configure: Drop fastdiv option | Diego Biurrun | 2012-08-22 | 1 | -3/+0 |
* | build: Make the E-AC-3 encoder select the AC-3 encoder | Diego Biurrun | 2012-08-22 | 1 | -1/+1 |
* | configure: clean up Altivec detection | Mans Rullgard | 2012-08-16 | 1 | -7/+4 |
* | build: Factor out rangecoder dependencies to CONFIG_RANGECODER | Diego Biurrun | 2012-08-16 | 1 | -3/+5 |
* | build: Factor out error resilience dependencies to CONFIG_ERROR_RESILIENCE | Diego Biurrun | 2012-08-16 | 1 | -21/+22 |
* | build: Factor out mpegvideo encoding dependencies to CONFIG_MPEGVIDEOENC | Diego Biurrun | 2012-08-14 | 1 | -9/+11 |
* | configure: Fix typo in mpeg2video/svq1 decoder dependency declaration | Diego Biurrun | 2012-08-13 | 1 | -2/+2 |
* | configure: Rename check_asm() to more fitting check_inline_asm() | Diego Biurrun | 2012-08-11 | 1 | -23/+24 |
* | configure: Check for a sctp struct instead of just the header | Michael Niedermayer | 2012-08-09 | 1 | -3/+2 |
* | configure: suncc: Add -xc99 to dependency flags, required on Solaris | Diego Biurrun | 2012-08-09 | 1 | -1/+1 |
* | build: factor out mpegvideo.o dependencies to CONFIG_MPEGVIDEO | Mans Rullgard | 2012-08-09 | 1 | -18/+28 |
* | configure: add --enable/disable-random option | Mans Rullgard | 2012-08-07 | 1 | -0/+40 |
* | ARM: use Q/R inline asm operand modifiers only if supported | Mans Rullgard | 2012-08-07 | 1 | -0/+2 |
* | configure: Add support for e500mc CPU | Derek Buitenhuis | 2012-08-07 | 1 | -0/+4 |
* | x86: use nop cpu directives only if supported | Mans Rullgard | 2012-08-07 | 1 | -0/+2 |
* | build: fix library installation on cygwin | Yaakov Selkowitz | 2012-08-07 | 1 | -1/+4 |
* | build: generalise rules and variable settings for av* programs | Mans Rullgard | 2012-08-06 | 1 | -3/+3 |
* | x86: build: replace mmx2 by mmxext | Diego Biurrun | 2012-08-03 | 1 | -6/+6 |
* | configure: Add missing descriptions to help output | Diego Biurrun | 2012-07-30 | 1 | -1/+6 |
* | configure: Move parts that should not be user-selectable to CONFIG_EXTRA | Diego Biurrun | 2012-07-28 | 1 | -6/+6 |
* | build: support non-standard replacements for -c flag | Mans Rullgard | 2012-07-28 | 1 | -3/+10 |
* | build: support non-standard replacements for -E flag | Mans Rullgard | 2012-07-28 | 1 | -2/+10 |
* | x11grab: cosmetics: consistent naming for x11grab-related things | Diego Biurrun | 2012-07-28 | 1 | -1/+1 |
* | build: Rename YASMDEP variable to DEPYASM for consistency | Diego Biurrun | 2012-07-28 | 1 | -1/+1 |
* | x86: add support for fmaddps fma4 instruction with abstraction to avx/sse | Justin Ruggles | 2012-07-27 | 1 | -0/+5 |
* | build: do full flag handling for all compiler-type tools | Mans Rullgard | 2012-07-26 | 1 | -119/+177 |