| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "Suppress icc warnings about unknown attributes" | Måns Rullgård | 2010-02-22 | 1 | -1/+1 |
* | Suppress armcc warnings about unknown attributes | Måns Rullgård | 2010-02-21 | 1 | -0/+1 |
* | Add FFprobe tool. | Stefano Sabatini | 2010-02-21 | 1 | -0/+4 |
* | Suppress icc warnings about unknown attributes | Måns Rullgård | 2010-02-18 | 1 | -1/+1 |
* | configure: allow setting strip tool with --strip | Måns Rullgård | 2010-02-17 | 1 | -3/+4 |
* | PPC and x86 support aligning variables on stack | Måns Rullgård | 2010-02-17 | 1 | -0/+4 |
* | Add LOCAL_ALIGNED() macro for declaring aligned local arrays | Måns Rullgård | 2010-02-17 | 1 | -0/+2 |
* | Add "tomi" architecture | Måns Rullgård | 2010-02-11 | 1 | -0/+1 |
* | configure: require --arch and --target-os when cross-compiling | Måns Rullgård | 2010-02-11 | 1 | -3/+10 |
* | ffplay depends on rdft | Måns Rullgård | 2010-02-11 | 1 | -0/+1 |
* | configure: add missing mdct deps | Måns Rullgård | 2010-02-11 | 1 | -0/+3 |
* | configure: make mdct and rdft select fft and update other deps | Måns Rullgård | 2010-02-11 | 1 | -17/+21 |
* | Stricter check for math.h functions | Måns Rullgård | 2010-02-10 | 1 | -1/+2 |
* | configure: fix cosmetic typo in check_mathfunc | Måns Rullgård | 2010-02-10 | 1 | -1/+1 |
* | Special check for math.h functions | Måns Rullgård | 2010-02-09 | 1 | -10/+21 |
* | Check for setrlimit() | Måns Rullgård | 2010-02-09 | 1 | -0/+2 |
* | configure: allow 'none' as target OS | Måns Rullgård | 2010-02-09 | 1 | -1/+2 |
* | libgsm installs headers in a subdirectory, use gsm.h from that subdirectory. | Reinhard Tartler | 2010-02-06 | 1 | -1/+1 |
* | Bink Audio decoder | Peter Ross | 2010-01-31 | 1 | -0/+2 |
* | Add CONFIG_SRAM to allow use of on-chip SRAM on some systems | Måns Rullgård | 2010-01-31 | 1 | -0/+2 |
* | Disable Altivec for processors older than G4. | Carl Eugen Hoyos | 2010-01-30 | 1 | -0/+4 |
* | PPC: allow --cpu=E500[v2] | Ancoron Luciferis | 2010-01-30 | 1 | -0/+8 |
* | configure: match PPC CPU types case insensitively | Måns Rullgård | 2010-01-30 | 1 | -9/+9 |
* | Set target_path to $(CURDIR) | Måns Rullgård | 2010-01-30 | 1 | -1/+1 |
* | Revert commits 21227, 21441, and 21442. None of this is necessary now that we | Ramiro Polla | 2010-01-29 | 1 | -7/+0 |
* | Set target_path to $(PWD) by default | Måns Rullgård | 2010-01-29 | 1 | -1/+1 |
* | Check for may_alias gcc attribute support | Måns Rullgård | 2010-01-29 | 1 | -0/+5 |
* | Add --malloc-prefix to apply a prefix to malloc, free etc | Måns Rullgård | 2010-01-28 | 1 | -2/+7 |
* | configure: consolidate compiler-specific optimisation settings | Måns Rullgård | 2010-01-28 | 1 | -14/+19 |
* | Emit CONFIG_AVUTIL for completeness | Måns Rullgård | 2010-01-27 | 1 | -0/+2 |
* | Allow disabling of lavc, lavf, lavd, and lsws | Måns Rullgård | 2010-01-26 | 1 | -2/+20 |
* | configure: fix --cpu=nocona | Måns Rullgård | 2010-01-25 | 1 | -1/+1 |
* | Check if dxva2api.h is recent enough to compile vc1_dxva2_hwaccel. | Ramiro Polla | 2010-01-25 | 1 | -1/+3 |
* | Check for getaddrinfo in the winsock headers. | Martin Storsjö | 2010-01-25 | 1 | -0/+2 |
* | Only define _WIN32_WINNT=0x0501 if $target_os = "mingw32". | Martin Storsjö | 2010-01-25 | 1 | -2/+5 |
* | VC-1/WMV3 DXVA2 implementation | Laurent Aimar | 2010-01-24 | 1 | -0/+3 |
* | Replace every usage of -lvfw32 with what is particularly necessary for | kemuri | 2010-01-23 | 1 | -2/+2 |
* | Use $vfwcap_indev_extralibs variable instead of duplicating "-lvfw32" in | Ramiro Polla | 2010-01-23 | 1 | -1/+1 |
* | Indent. | Ramiro Polla | 2010-01-23 | 1 | -1/+1 |
* | Suppress TMS470 warnings about alignment directives | Måns Rullgård | 2010-01-22 | 1 | -0/+3 |
* | configure: fix --cpu=host | Måns Rullgård | 2010-01-22 | 1 | -1/+5 |
* | Remove IPv4-only codepath. Patch by Martin Storsjö <$first $first st>. | Martin Storsjö | 2010-01-21 | 1 | -20/+6 |
* | Translate -mfpu=vfpv3 for TMS470 | Måns Rullgård | 2010-01-20 | 1 | -0/+1 |
* | Ignore annoying armcc warnings | Måns Rullgård | 2010-01-20 | 1 | -0/+3 |
* | H264 DXVA2 implementation | Laurent Aimar | 2010-01-20 | 1 | -0/+5 |
* | Add a check for struct sockaddr->sa_len, which is an indication of whether | Ronald S. Bultje | 2010-01-20 | 1 | -0/+3 |
* | configure: display --list-* output in three columns | Måns Rullgård | 2010-01-20 | 1 | -1/+1 |
* | configure: use nm -P on Solaris | Måns Rullgård | 2010-01-20 | 1 | -1/+4 |
* | Floating point discrete cosine transform | Vitor Sessak | 2010-01-20 | 1 | -0/+2 |
* | configure: do not use character classes with awk | Måns Rullgård | 2010-01-19 | 1 | -1/+1 |