| Commit message (Expand) | Author | Age | Files | Lines |
* | Add check whether the compiler/assembler supports 10 or more operands. | Diego Biurrun | 2009-02-11 | 1 | -0/+14 |
* | Use default system include path for an installed OpenJPEG library. | Mathieu Malaterre | 2009-02-10 | 1 | -1/+1 |
* | Use libopenjpeg for jpeg2k decoding. | Jai Menon | 2009-02-06 | 1 | -0/+5 |
* | configure: add command flag to disable yasm use | Måns Rullgård | 2009-02-05 | 1 | -1/+3 |
* | configure: set EXESUF before it is used | Måns Rullgård | 2009-02-05 | 1 | -4/+4 |
* | configure: move basic sanity tests before other tests | Måns Rullgård | 2009-02-04 | 1 | -27/+27 |
* | fastdiv is disabled by default, so put --enable-fastdiv into the help output. | Diego Biurrun | 2009-02-04 | 1 | -1/+1 |
* | Use the new RDFT code in the QDM2 decoder. | Alex Converse | 2009-01-30 | 1 | -1/+1 |
* | Add the rdft family of transforms (fft/ifft of an all real sequence) to dsputil. | Alex Converse | 2009-01-30 | 1 | -0/+2 |
* | indentation | Ramiro Polla | 2009-01-27 | 1 | -6/+6 |
* | mingw: don't check for minimum mingw runtime and w32api versions for mingw-w64 | Ramiro Polla | 2009-01-27 | 1 | -0/+2 |
* | configure: exit with error if OS is unknown | Måns Rullgård | 2009-01-26 | 1 | -1/+1 |
* | Add ALSA support in libavdevice. | Nicolas George | 2009-01-26 | 1 | -0/+8 |
* | configure: add datadir variable and write to config.{h,mak} | Måns Rullgård | 2009-01-25 | 1 | -0/+9 |
* | Add AMD 3DNow! instruction enabling/disabling support in the build system. | Diego Biurrun | 2009-01-25 | 1 | -0/+4 |
* | Drop redundant architecture extension dependencies. | Diego Biurrun | 2009-01-25 | 1 | -3/+3 |
* | Add missing architecture-specific options to summary output. | Diego Biurrun | 2009-01-25 | 1 | -0/+7 |
* | SSE depends on x86. | Diego Biurrun | 2009-01-25 | 1 | -1/+1 |
* | Add configuration options section to help output. | Diego Biurrun | 2009-01-24 | 1 | -53/+55 |
* | help output cosmetics | Diego Biurrun | 2009-01-24 | 1 | -4/+3 |
* | Remove --enable-static and --disable-shared from help output. | Diego Biurrun | 2009-01-24 | 1 | -2/+0 |
* | Use cc_default variable in help output for --cc option. | Diego Biurrun | 2009-01-24 | 1 | -1/+1 |
* | Add a check for ppc4xx instructions; rename preprocessor directive accordingly. | Diego Biurrun | 2009-01-24 | 1 | -0/+3 |
* | configure: add help for fastdiv | Måns Rullgård | 2009-01-24 | 1 | -0/+1 |
* | Add VDPAU hardware accelerated decoding for WMV3 and VC1 which can | NVIDIA Corporation | 2009-01-20 | 1 | -0/+2 |
* | Alpha: add -mieee to CFLAGS | Måns Rullgård | 2009-01-18 | 1 | -0/+1 |
* | configure: add fastdiv to CONFIG_LIST | Måns Rullgård | 2009-01-18 | 1 | -0/+1 |
* | Add mpeg1_vdpau decoder. | Carl Eugen Hoyos | 2009-01-16 | 1 | -0/+1 |
* | Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which can | NVIDIA Corporation | 2009-01-16 | 1 | -0/+1 |
* | add -Wundef compiler flag, to catch typo in #if or similar situations | Aurelien Jacobs | 2009-01-16 | 1 | -0/+1 |
* | replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_ | Aurelien Jacobs | 2009-01-14 | 1 | -2/+0 |
* | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs | 2009-01-13 | 1 | -0/+1 |
* | configure: add Alpha CPU types | Måns Rullgård | 2009-01-13 | 1 | -0/+3 |
* | configure: fix PIC activation for x86_64 shared libs | Måns Rullgård | 2009-01-11 | 1 | -1/+1 |
* | Pass subarch instead of arch to YASMFLAGS | Ramiro Polla | 2009-01-11 | 1 | -1/+1 |
* | Extend 'checkheaders' target to architecture-specific subdirectories. | Diego Biurrun | 2009-01-11 | 1 | -0/+2 |
* | Split arch variable into arch and subarch. | Diego Biurrun | 2009-01-11 | 1 | -7/+8 |
* | Use 'enabled' function to simplify x86_64 check in the mingw32 section. | Diego Biurrun | 2009-01-11 | 1 | -1/+1 |
* | Add truncf() replacement function. | Michael Kostylev | 2009-01-11 | 1 | -1/+2 |
* | Use setmode() if it exists in <io.h>, and not based on O_BINARY. | Ramiro Polla | 2009-01-11 | 1 | -0/+2 |
* | Use 'enabled' function instead of raw 'test' calls in arch checks. | Diego Biurrun | 2009-01-11 | 1 | -7/+5 |
* | cosmetics: Remove useless quotes. | Diego Biurrun | 2009-01-11 | 1 | -30/+30 |
* | 1l: better alphabetical order | Diego Biurrun | 2009-01-11 | 1 | -1/+1 |
* | Add missing --disable-armv6t2 to help output. | Diego Biurrun | 2009-01-11 | 1 | -0/+1 |
* | Use coff as objformat for dos. | Michael Kostylev | 2009-01-11 | 1 | -1/+1 |
* | configure: allow to disable sse code. | Ramiro Polla | 2009-01-07 | 1 | -1/+5 |
* | Use posix_memalign() if available. | Ramiro Polla | 2009-01-07 | 1 | -2/+4 |
* | Don't prefix yasm with cross prefix. | Michael Kostylev | 2009-01-07 | 1 | -1/+0 |
* | alphabetical ordering cosmetics | Diego Biurrun | 2009-01-07 | 1 | -6/+6 |
* | Export VDPAU support by installing vdpau.h. | Carl Eugen Hoyos | 2009-01-05 | 1 | -0/+6 |