| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a configure check for lzo1x_999_compress() and compile the lzo test program | Diego Biurrun | 2009-04-09 | 1 | -0/+2 |
* | configure: Add --enable-runtime-cpudetect | Ramiro Polla | 2009-04-08 | 1 | -0/+3 |
* | Implement JACK input device. | Olivier Guilyardi | 2009-04-02 | 1 | -0/+4 |
* | Add VA API deps. | Gwenole Beauchesne | 2009-04-02 | 1 | -0/+7 |
* | Add hwaccel configury. This generates CONFIG_<CODEC>_<HWACCEL>_HWACCEL | Gwenole Beauchesne | 2009-04-02 | 1 | -3/+13 |
* | Add an empty line in front of configure debug instructions. | Diego Biurrun | 2009-04-02 | 1 | -0/+1 |
* | Quote stored configure arguments containing spaces | Måns Rullgård | 2009-03-30 | 1 | -2/+7 |
* | mingw32: Restore creation of import libraries. They are still not being | Ramiro Polla | 2009-03-29 | 1 | -1/+1 |
* | Create swscale subdirs for out-of-tree builds. | Ramiro Polla | 2009-03-26 | 1 | -0/+5 |
* | cosmetics: Group all path variables together in config.mak. | Diego Biurrun | 2009-03-25 | 1 | -3/+3 |
* | Add a CONFIG_SWSCALE_ALPHA option for alpha channel scaling (enabled by default) | Cédric Schieli | 2009-03-20 | 1 | -0/+3 |
* | Check for VirtualAlloc() so it may be used to allocate executable memory in | Ramiro Polla | 2009-03-19 | 1 | -0/+2 |
* | mingw32: call lib.exe instead of lib to facilitate running it through wine. | Ramiro Polla | 2009-03-15 | 1 | -1/+1 |
* | Disallow out-of-tree builds with config.h in the source tree. | Matthieu Castet | 2009-03-15 | 1 | -0/+2 |
* | Force ebp_available for icc. | Carl Eugen Hoyos | 2009-03-15 | 1 | -0/+2 |
* | Replace all `` by $(), the latter can be nested more easily. | Diego Biurrun | 2009-03-09 | 1 | -16/+16 |
* | Fix MMX2 check, 'movss' is not an MMX2 instruction, use 'pmaxub' instead. | Diego Biurrun | 2009-03-09 | 1 | -1/+1 |
* | Set AS to $CC by default, override with gcc only when CC is armcc | Måns Rullgård | 2009-03-09 | 1 | -3/+5 |
* | Enable CONFIG_FASTDIV by default | Måns Rullgård | 2009-03-09 | 1 | -1/+2 |
* | Allow different executable suffix for host and target | Måns Rullgård | 2009-03-08 | 1 | -3/+11 |
* | cosmetics: fix indentation | Diego Biurrun | 2009-03-07 | 1 | -1/+1 |
* | Get rid of redundant vdpau option, decoders can still be disabled individually. | Diego Biurrun | 2009-03-06 | 1 | -9/+5 |
* | ARM: detect armcc compiler and enable gcc mode | Måns Rullgård | 2009-03-05 | 1 | -0/+10 |
* | configure: check asm support using $as | Måns Rullgård | 2009-03-05 | 1 | -2/+11 |
* | Compile .S files with $(AS), set it in configure | Måns Rullgård | 2009-03-05 | 1 | -1/+6 |
* | Remove the swscale dummy option, most (all?) FATE configs should be updated | Reimar Döffinger | 2009-03-04 | 1 | -1/+0 |
* | Alpha: use -g3 with ccc to allow optimisation with debugging symbols | Måns Rullgård | 2009-03-03 | 1 | -0/+1 |
* | Allow --enable-swscale until FATE is updated | Måns Rullgård | 2009-03-03 | 1 | -0/+1 |
* | Remove old scaler. | Michael Niedermayer | 2009-03-03 | 1 | -14/+0 |
* | Remove deprecated vhook subsystem. | Diego Biurrun | 2009-03-03 | 1 | -55/+2 |
* | Do not add -D_FILE_OFFSET_BITS=64 and -D_LARGEFILE_SOURCE unconditionally to | Diego Biurrun | 2009-03-03 | 1 | -0/+6 |
* | Remove mpeg4aac dependency declaration, the decoder was removed. | Diego Biurrun | 2009-03-03 | 1 | -1/+0 |
* | configure: improve temp file creation and cleanup | Måns Rullgård | 2009-03-03 | 1 | -10/+27 |
* | configure: fix return value from check_header | Måns Rullgård | 2009-03-01 | 1 | -1/+2 |
* | configure: check_func_headers should mark headers as found | Måns Rullgård | 2009-02-28 | 1 | -1/+1 |
* | configure: {enable,disable}_safe functions that sanitise arguments | Måns Rullgård | 2009-02-28 | 1 | -3/+9 |
* | configure: remove redundant alsa/asoundlib.h check | Måns Rullgård | 2009-02-27 | 1 | -1/+0 |
* | 100l: Revert removal of GPL check for libswscale. | Diego Biurrun | 2009-02-24 | 1 | -1/+2 |
* | The software scaler is no longer GPLed. | Diego Biurrun | 2009-02-24 | 1 | -2/+1 |
* | Check if -lrt is required for nanosleep, as is the case on Solaris. | Diego Biurrun | 2009-02-23 | 1 | -0/+3 |
* | Fix gcc detection: Not all gcc versions have "(GCC)" in the version string. | Diego Biurrun | 2009-02-22 | 1 | -1/+1 |
* | configure: detect ccc compiler (Alpha) and set required flags | Måns Rullgård | 2009-02-22 | 1 | -1/+15 |
* | configure: indent | Måns Rullgård | 2009-02-21 | 1 | -12/+12 |
* | Pass sysroot argument to gcc | Måns Rullgård | 2009-02-21 | 1 | -0/+9 |
* | Add --sysroot and --sysinclude configure options | Måns Rullgård | 2009-02-21 | 1 | -1/+7 |
* | configure: move detection of compiler type to single location | Måns Rullgård | 2009-02-21 | 1 | -3/+13 |
* | Remove special treatment of version.h in DEPEND_CMD | Måns Rullgård | 2009-02-21 | 1 | -1/+1 |
* | configure: add (empty) avr32 arch case | Måns Rullgård | 2009-02-21 | 1 | -0/+2 |
* | configure: sort cases in arch section | Måns Rullgård | 2009-02-21 | 1 | -41/+41 |
* | fix missing dependencies | Aurelien Jacobs | 2009-02-19 | 1 | -0/+3 |