| Commit message (Expand) | Author | Age | Files | Lines |
* | configure: do not link libraries against program-specific dependencies | Janne Grunau | 2014-02-13 | 1 | -2/+10 |
* | configure: avserver does not need $ldl | Janne Grunau | 2014-02-13 | 1 | -1/+0 |
* | Add libx265 encoder | Derek Buitenhuis | 2014-02-12 | 1 | -0/+7 |
* | Mirillis FIC video decoder | Kostya Shishkov | 2014-02-08 | 1 | -0/+1 |
* | configure: clang: add -Qunused-arguments to as|ld_flags as well | Janne Grunau | 2014-02-08 | 1 | -0/+12 |
* | configure: clang: explicitly state dep file and rule name in DEPFLAGS | Janne Grunau | 2014-01-25 | 1 | -1/+1 |
* | configure: add missing x86 dependency for i686 | Janne Grunau | 2014-01-25 | 1 | -0/+1 |
* | configure: Set default HOSTCFLAGS/HOSTCPPFLAGS after compiler detection | Diego Biurrun | 2014-01-22 | 1 | -2/+2 |
* | build: Add separate hidden config option for the intrax8 code | Diego Biurrun | 2014-01-15 | 1 | -2/+3 |
* | aarch64: add cpuflags support for NEON and VFP | Janne Grunau | 2014-01-15 | 1 | -3/+14 |
* | aarch64: configure: set arch dependent features | Janne Grunau | 2014-01-14 | 1 | -4/+4 |
* | vf_yadif: Relicense from GPL to LGPL | Robert Krüger | 2014-01-14 | 1 | -1/+0 |
* | x86/arm: Add clobber tests to libavresample | Martin Storsjö | 2014-01-13 | 1 | -1/+3 |
* | arm: Add an option for making sure NEON registers aren't clobbered | Martin Storsjö | 2014-01-11 | 1 | -0/+13 |
* | ATRAC3+ decoder | Maxim Polijakowski | 2014-01-09 | 1 | -0/+1 |
* | configure: Disable networking if winsock2.h is available but winsock function... | Martin Storsjö | 2014-01-06 | 1 | -1/+1 |
* | configure: Update freetype check to follow upstream | Luca Barbato | 2014-01-06 | 1 | -1/+1 |
* | configure: Support preprocessor macros as header names | Diego Biurrun | 2014-01-05 | 1 | -2/+9 |
* | configure: Explicitly disable w32threads if the test for it fails | Diego Biurrun | 2013-12-25 | 1 | -1/+2 |
* | Add a libwebp encoder | Justin Ruggles | 2013-12-21 | 1 | -0/+4 |
* | configure: Express atomics/thread deps through the dependency system | Diego Biurrun | 2013-12-19 | 1 | -7/+7 |
* | build: Define __printf__ to __gnu_printf__ on MinGW*/gcc | Diego Biurrun | 2013-12-16 | 1 | -0/+5 |
* | configure: Detect Solaris libc in an OpenIndiana/illumos compatible way | Diego Biurrun | 2013-12-14 | 1 | -1/+1 |
* | configure: Reorder pthreads checks | Luca Barbato | 2013-12-13 | 1 | -4/+4 |
* | configure: Move the bz2 and zlib checks below phtreads | Luca Barbato | 2013-12-13 | 1 | -3/+3 |
* | configure: Add -D__USE_MINGW_ANSI_STDIO=1 to CPPFLAGS on MinGW32 | Diego Biurrun | 2013-12-13 | 1 | -1/+1 |
* | configure: Detect newer (>=4.1) versions of MinGW32 | Diego Biurrun | 2013-12-13 | 1 | -1/+2 |
* | build: Do not add -g to HOSTCFLAGS | Diego Biurrun | 2013-12-13 | 1 | -1/+1 |
* | configure: Add -D__USE_MINGW_ANSI_STDIO=1 to CPPFLAGS on MinGW64 | Diego Biurrun | 2013-12-11 | 1 | -1/+1 |
* | configure: Move log2 dependency declaration to a place it takes effect | Diego Biurrun | 2013-12-10 | 1 | -1/+3 |
* | configure: Split host and target libc detection | Diego Biurrun | 2013-12-09 | 1 | -40/+73 |
* | configure: Move toolchain dependency declarations to a more appropriate place | Diego Biurrun | 2013-12-09 | 1 | -3/+2 |
* | configure: Prefix libc-related variables with "libc_" | Diego Biurrun | 2013-12-09 | 1 | -5/+5 |
* | configure: detect Solaris libc | Sean McGovern | 2013-12-09 | 1 | -1/+3 |
* | avformat: AviSynth demuxer rewrite | d s | 2013-12-08 | 1 | -1/+3 |
* | configure: Move adding of compat objects out of libc detection | Diego Biurrun | 2013-12-08 | 1 | -5/+12 |
* | configure: Separate MinGW32 and MinGW64 libc handling | Diego Biurrun | 2013-12-08 | 1 | -6/+9 |
* | configure: Detect msvcrt libc with a CPP check instead of a link check | Diego Biurrun | 2013-12-04 | 1 | -1/+1 |
* | configure: Add detected C library and host compiler to informative output | Diego Biurrun | 2013-12-04 | 1 | -0/+4 |
* | configure: Do not use pthread_create to check for pthread | Luca Barbato | 2013-11-30 | 1 | -5/+5 |
* | configure: add strip flags checks | Vittorio Giovara | 2013-11-28 | 1 | -0/+23 |
* | Add an audio transcoding example. | Andreas Unterweger | 2013-11-27 | 1 | -0/+2 |
* | build: Check for pod2man instead of perl for manual page generation | Diego Biurrun | 2013-11-26 | 1 | -3/+3 |
* | configure: Restore doc option to disable building the documentation | Diego Biurrun | 2013-11-26 | 1 | -0/+5 |
* | build: Integrate multilibrary examples into the build system | Diego Biurrun | 2013-11-25 | 1 | -1/+9 |
* | build: Import makedef script from c99-to-c89 | Derek Buitenhuis | 2013-11-24 | 1 | -1/+1 |
* | build: more fine-grained dependencies for documentation build tools | Diego Biurrun | 2013-11-23 | 1 | -3/+3 |
* | avconv: add support for VDPAU decoding | Anton Khirnov | 2013-11-23 | 1 | -2/+10 |
* | configure: Avoid requiring c99wrap for working around msys path issues | Martin Storsjö | 2013-11-21 | 1 | -16/+16 |
* | win{32,64}: Hard disable symbol versioning | Derek Buitenhuis | 2013-11-19 | 1 | -0/+1 |