| Commit message (Expand) | Author | Age | Files | Lines |
* | configure: simplify directory creation for out of tree builds | Måns Rullgård | 2009-08-23 | 1 | -13/+3 |
* | configure: add --enable-pic flag | Måns Rullgård | 2009-08-20 | 1 | -9/+12 |
* | configure: add AVR32 names for --cpu flag | Måns Rullgård | 2009-08-17 | 1 | -0/+19 |
* | Use pkg-config to generate the linker flags for libdirac. | Diego Biurrun | 2009-08-15 | 1 | -2/+2 |
* | Fix dependency generation with ccache/gcc | Måns Rullgård | 2009-08-10 | 1 | -2/+4 |
* | configure: fix gcc detection for v2.95 | Måns Rullgård | 2009-08-10 | 1 | -1/+1 |
* | Fix the EBX available configure check on Darwin/i386. | Alexander Strange | 2009-08-10 | 1 | -1/+2 |
* | Generate dependencies while compiling if supported by compiler | Måns Rullgård | 2009-08-08 | 1 | -3/+15 |
* | Generate dependencies when object files are built | Måns Rullgård | 2009-08-08 | 1 | -1/+1 |
* | configure: allow comma-separated list in --enable/disable-thing=name | Måns Rullgård | 2009-08-06 | 1 | -2/+3 |
* | configure: allow wildcards in --enable/disable-thing=name | Måns Rullgård | 2009-08-06 | 1 | -4/+11 |
* | configure: support --cpu=host to tune for the host system | Måns Rullgård | 2009-08-06 | 1 | -0/+16 |
* | Make WMV2 encoder depend on H.263 encoder in configure. | Diego Biurrun | 2009-08-06 | 1 | -1/+1 |
* | Make MPEG-4 encoder depend on H.263 encoder in configure. | Diego Biurrun | 2009-08-06 | 1 | -1/+1 |
* | Make WMV1 encoder depend on H.263 encoder in configure. | Diego Biurrun | 2009-08-06 | 1 | -1/+1 |
* | Make FLV encoder depend on H.263 encoder in configure. | Diego Biurrun | 2009-08-05 | 1 | -1/+1 |
* | Make H.263+ (H263P) encoder depend on H.263 encoder in configure. | Diego Biurrun | 2009-08-05 | 1 | -1/+1 |
* | Declare the dependencies of the MSMPEG4v1/MSMPEG4v2/MSMPEG4v3 encoders on the | Diego Biurrun | 2009-08-05 | 1 | -3/+3 |
* | Declare the dependency of RV10/RV20 encoder on the H.263 encoder in configure. | Diego Biurrun | 2009-08-05 | 1 | -2/+2 |
* | Make XVMC mpegvideo decoder depend on mpegvideo decoder. | Diego Biurrun | 2009-08-02 | 1 | -0/+1 |
* | RTMP needs tcp_protocol | Måns Rullgård | 2009-07-31 | 1 | -0/+1 |
* | Make av_always_inline a no-op when --disable-optimizations is supplied to | Jeff Downs | 2009-07-30 | 1 | -1/+1 |
* | Revert addition of '#undef av_always_inline' to config.h in the small case. | Diego Biurrun | 2009-07-30 | 1 | -1/+0 |
* | Undefine av_always_inline before setting it to an empty value. | Jeff Downs | 2009-07-30 | 1 | -0/+1 |
* | Replace BUILD_{SHARED,STATIC} with CONFIG_ counterparts | Måns Rullgård | 2009-07-28 | 1 | -2/+0 |
* | Enable PIC unconditionally on OpenBSD | Måns Rullgård | 2009-07-28 | 1 | -1/+1 |
* | configure: always write PIC flags to config.mak | Måns Rullgård | 2009-07-28 | 1 | -1/+1 |
* | configure: enable PIC in per-arch section instead of separately | Måns Rullgård | 2009-07-28 | 1 | -10/+10 |
* | Fix typo in MinGWCE support in configure. | Martin Storsjö | 2009-07-28 | 1 | -1/+1 |
* | MinGWCE support in configure; networking is disabled for now. | Martin Storsjö | 2009-07-27 | 1 | -1/+5 |
* | Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN | Måns Rullgård | 2009-07-26 | 1 | -5/+0 |
* | fix various compilation dependencies | Aurelien Jacobs | 2009-07-24 | 1 | -0/+2 |
* | Check for the isatty function. | Martin Storsjö | 2009-07-24 | 1 | -0/+2 |
* | configure: some small simplifications | Måns Rullgård | 2009-07-23 | 1 | -2/+2 |
* | configure: add some blank lines to improve readability | Måns Rullgård | 2009-07-23 | 1 | -0/+10 |
* | Move output redirection of deps generation from make rule to DEPEND_CMD | Måns Rullgård | 2009-07-22 | 1 | -1/+1 |
* | Make Theora decoder depend on the VP3 decoder. | Diego Biurrun | 2009-07-22 | 1 | -0/+1 |
* | configure: group tests for compiler characteristics together | Måns Rullgård | 2009-07-22 | 1 | -17/+16 |
* | configure: set -mdynamic-no-pic flag in main darwin section | Måns Rullgård | 2009-07-22 | 1 | -5/+1 |
* | configure: remove special flags for XLC on Darwin | Måns Rullgård | 2009-07-22 | 1 | -4/+0 |
* | configure: remove some darwin-related cruft | Måns Rullgård | 2009-07-22 | 1 | -3/+0 |
* | configure: group all cpu-specific tests together | Måns Rullgård | 2009-07-22 | 1 | -52/+49 |
* | Make E-AC-3 decoder depend on the AC-3 decoder. | Diego Biurrun | 2009-07-21 | 1 | -1/+1 |
* | ARM: check for VFP register arguments | Måns Rullgård | 2009-07-20 | 1 | -0/+6 |
* | configure: make --extra-cflags cumulative again | Måns Rullgård | 2009-07-20 | 1 | -3/+11 |
* | Make VP6A/VP6F decoders depend on the VP6 decoder. | Diego Biurrun | 2009-07-20 | 1 | -0/+2 |
* | Make WMV3 decoders depend on their VC-1 counterparts. | Diego Biurrun | 2009-07-19 | 1 | -4/+3 |
* | Support building with TI TMS470 compiler | Måns Rullgård | 2009-07-19 | 1 | -0/+40 |
* | If any input/output devices are enabled then indevs/outdevs should | Diego Biurrun | 2009-07-19 | 1 | -2/+2 |
* | Replace two occurrences of 'vfwcap_demuxer' with 'vfwcap_indev', I | Stefano Sabatini | 2009-07-18 | 1 | -2/+2 |