| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename pp variable to postproc for consistency. | Diego Biurrun | 2008-03-08 | 1 | -5/+5 |
* | check for x86 bswap instruction | Måns Rullgård | 2008-03-08 | 1 | -3/+3 |
* | simplify library version handling | Måns Rullgård | 2008-03-07 | 1 | -14/+3 |
* | simplify processing of some --disable-* options | Måns Rullgård | 2008-03-05 | 1 | -18/+7 |
* | remove some unneeded artificial dependencies from configure | Aurelien Jacobs | 2008-03-05 | 1 | -13/+0 |
* | Fix endian test with grep not handling non-text files | Måns Rullgård | 2008-03-03 | 1 | -1/+1 |
* | remove unnecessary backslashes | Måns Rullgård | 2008-03-03 | 1 | -1/+1 |
* | Fix libavfilter compilation and make it more in line | Vitor Sessak | 2008-03-03 | 1 | -8/+5 |
* | Force DOS users to enable memalign hack when needed, | Ramiro Polla | 2008-03-03 | 1 | -1/+0 |
* | Support setting the debuglevel (-g level) with --enable-debug=# | Benjamin Larsson | 2008-03-03 | 1 | -1/+3 |
* | Use "disable" helper function | Ramiro Polla | 2008-03-02 | 1 | -1/+1 |
* | Do not add deprecated -no-cpp-precomp to CFLAGS on Darwin. | İsmail Dönmez | 2008-03-01 | 1 | -1/+1 |
* | Add empty line in output to increase readability. | Diego Biurrun | 2008-02-27 | 1 | -0/+1 |
* | check for inline asm support | Måns Rullgård | 2008-02-27 | 1 | -0/+3 |
* | fix version in libavfilter.pc | Måns Rullgård | 2008-02-27 | 1 | -2/+2 |
* | fix versions in .pc files | Måns Rullgård | 2008-02-27 | 1 | -16/+16 |
* | fix libavfilter version extraction | Måns Rullgård | 2008-02-27 | 1 | -1/+1 |
* | Make gcc ignore the distinction between +0.0 and -0.0, this allows it to | Michael Niedermayer | 2008-02-26 | 1 | -0/+1 |
* | print enabled things in columns | Måns Rullgård | 2008-02-26 | 1 | -7/+4 |
* | 10l, alphabetic ordering | Vitor Sessak | 2008-02-26 | 1 | -1/+1 |
* | Build system changes for libavfilter addition. Add --enable-avfilter configur... | Vitor Sessak | 2008-02-26 | 1 | -1/+31 |
* | simplify version number extraction | Måns Rullgård | 2008-02-26 | 1 | -19/+20 |
* | less preprocessor magic in version number macros | Måns Rullgård | 2008-02-26 | 1 | -1/+1 |
* | 25% faster floating point AAN IDCT. | Michael Niedermayer | 2008-02-26 | 1 | -0/+1 |
* | Disable vhook on Interix, patch by Pete Ross, pross xvid org. | Peter Ross | 2008-02-26 | 1 | -0/+3 |
* | Install headers in $prefix/include/$libname | Måns Rullgård | 2008-02-25 | 1 | -11/+10 |
* | Add -lm to x264 check, it is needed on most systems. | Diego Biurrun | 2008-02-22 | 1 | -1/+1 |
* | Clean up lib* version definitions | Måns Rullgård | 2008-02-19 | 1 | -1/+1 |
* | prettify lib* version number extraction | Måns Rullgård | 2008-02-17 | 1 | -8/+12 |
* | prettify encoder/decoder/muxer/... list extraction | Måns Rullgård | 2008-02-17 | 1 | -9/+16 |
* | The Blackfin toolchains will automatically select FDPIC according to the | Mike Frysinger | 2008-02-16 | 1 | -4/+0 |
* | do not run ldconfig after installing shared libraries | Måns Rullgård | 2008-02-16 | 1 | -4/+0 |
* | Include poll.h instead of sys/poll.h | Luca Abeni | 2008-02-13 | 1 | -2/+2 |
* | Do not use ranges with tr, the results are locale-dependent. | Diego Biurrun | 2008-02-11 | 1 | -3/+3 |
* | Warn if a comparison is always true or always false due to the | Michael Niedermayer | 2008-02-03 | 1 | -0/+1 |
* | Make string constants const. Why is this not default? | Michael Niedermayer | 2008-02-03 | 1 | -0/+1 |
* | Remove -Werror= CFLAGS that do not have the desired effect. | Diego Biurrun | 2008-02-02 | 1 | -2/+0 |
* | Mixing declarations and statements is an error, so is any construct | Michael Niedermayer | 2008-02-01 | 1 | -0/+2 |
* | Warn about casts which remove const. | Michael Niedermayer | 2008-02-01 | 1 | -0/+1 |
* | Pass argc and argv to the main function of the SDL tests. | Diego Biurrun | 2008-01-29 | 1 | -2/+2 |
* | Add -pthread to extralibs and not to ldflags so that the dependency gets | Diego Biurrun | 2008-01-26 | 1 | -2/+2 |
* | Add a --enable-nonfree command line parameter similar to --enable-gpl. | Diego Biurrun | 2008-01-26 | 1 | -3/+12 |
* | Do not group libamr_nb and libamr_wb together as libamr. | Diego Biurrun | 2008-01-26 | 1 | -3/+0 |
* | Add system-specific network link flags to inet_aton test. This should fix | Michael Kostylev | 2008-01-18 | 1 | -1/+1 |
* | Use check_lib2 instead of check_lib in SDL test. This is helpful in | KO Myung-Hun | 2008-01-16 | 1 | -1/+1 |
* | pentium4m is a valid CPU name, add it to the list. | Igor Mozolevsky | 2008-01-16 | 1 | -1/+1 |
* | Move "Creating config.mak and config.h..." message down to the point where | Diego Biurrun | 2008-01-16 | 1 | -2/+2 |
* | refer users to ffmpeg-user list in case of errors | Måns Rullgård | 2008-01-12 | 1 | -1/+1 |
* | Adding support for libdc1394 v.2, patch by Alessandro Sappia a dot sappia at ... | Alessandro Sappia | 2008-01-11 | 1 | -1/+12 |
* | Move printing of the license status at the end of configure output, so | Roberto Togni | 2008-01-07 | 1 | -3/+4 |