| Commit message (Expand) | Author | Age | Files | Lines |
* | Change HAVE_PPC64 to ARCH_PPC64. | Reimar Döffinger | 2009-05-26 | 1 | -3/+3 |
* | dv1394 is disabled by default, do not redundantly disable it on Hurd. | Diego Biurrun | 2009-05-25 | 1 | -1/+0 |
* | Add Hurd to OS list and disable dv1394 in the Hurd case. | Andres Mejia | 2009-05-25 | 1 | -0/+3 |
* | Print out more verbose licensing information. | Diego Biurrun | 2009-05-22 | 1 | -3/+3 |
* | The AC-3 decoder is now LGPL. Exchange the license header and change references | Diego Biurrun | 2009-05-19 | 1 | -2/+0 |
* | Define ARCH_MIPS64 when building for MIPS64 | Måns Rullgård | 2009-05-19 | 1 | -0/+2 |
* | Define HAVE_BIGENDIAN as 0 or 1 according to CPU type | Måns Rullgård | 2009-05-19 | 1 | -0/+1 |
* | configure: add some MIPS CPUs | Måns Rullgård | 2009-05-19 | 1 | -0/+3 |
* | Add gnu/kfreebsd to list of recognized operating systems. | Andres Mejia | 2009-05-14 | 1 | -0/+2 |
* | configure: fix licence check function | Måns Rullgård | 2009-04-29 | 1 | -1/+1 |
* | Require --enable-nonfree for turning on libfaac support. | Diego Biurrun | 2009-04-29 | 1 | -0/+1 |
* | Factorize GPL and nonfree license checks into a common function. | Diego Biurrun | 2009-04-29 | 1 | -15/+12 |
* | configure: support Blackfin CPU names with --cpu | Måns Rullgård | 2009-04-22 | 1 | -0/+3 |
* | PPC: check for x-form asm constraint support | Måns Rullgård | 2009-04-18 | 1 | -0/+2 |
* | PPC asm for AV_RL*() | Måns Rullgård | 2009-04-18 | 1 | -1/+2 |
* | Do not add -fno-common to CFLAGS on DOS, it is unneeded. | Diego Biurrun | 2009-04-16 | 1 | -1/+0 |
* | Check for Decoder_Interface_init() instead of Speech_Decode_Frame_init() when | Martin Storsjö | 2009-04-15 | 1 | -1/+1 |
* | win32, dos: Work around a bug in the GNU toolchain. | Ramiro Polla | 2009-04-13 | 1 | -0/+3 |
* | 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 |