865 Commits (88b5db9f0881b8d22dc9a5f9e824ed1d22b375a0)

Author SHA1 Message Date
Måns Rullgård e3773a55be simplify processing of some --disable-* options 17 years ago
Aurelien Jacobs 241227d8a8 remove some unneeded artificial dependencies from configure 17 years ago
Måns Rullgård 22f8654776 Fix endian test with grep not handling non-text files 17 years ago
Måns Rullgård 932ccf398a remove unnecessary backslashes 17 years ago
Vitor Sessak 81124ba0d1 Fix libavfilter compilation and make it more in line 17 years ago
Ramiro Polla 6548ff57c0 Force DOS users to enable memalign hack when needed, 17 years ago
Benjamin Larsson 40bcf4c780 Support setting the debuglevel (-g level) with --enable-debug=# 17 years ago
Ramiro Polla c6eed369d2 Use "disable" helper function 17 years ago
İsmail Dönmez 8541cc274c Do not add deprecated -no-cpp-precomp to CFLAGS on Darwin. 17 years ago
Diego Biurrun 2c62e737f4 Add empty line in output to increase readability. 17 years ago
Måns Rullgård 61d251dbc0 check for inline asm support 17 years ago
Måns Rullgård 9342080973 fix version in libavfilter.pc 17 years ago
Måns Rullgård f436a23e59 fix versions in .pc files 17 years ago
Måns Rullgård a6601d69bb fix libavfilter version extraction 17 years ago
Michael Niedermayer b2eb2ff098 Make gcc ignore the distinction between +0.0 and -0.0, this allows it to 17 years ago
Måns Rullgård f65c9da140 print enabled things in columns 17 years ago
Vitor Sessak 3cde40aaa4 10l, alphabetic ordering 17 years ago
Vitor Sessak f7679c54dd Build system changes for libavfilter addition. Add --enable-avfilter configure option. 17 years ago
Måns Rullgård 147e769207 simplify version number extraction 17 years ago
Måns Rullgård 800c289a66 less preprocessor magic in version number macros 17 years ago
Michael Niedermayer 11fdbc4430 25% faster floating point AAN IDCT. 17 years ago
Peter Ross 269820f141 Disable vhook on Interix, patch by Pete Ross, pross xvid org. 17 years ago
Måns Rullgård 76a448ed4f Install headers in $prefix/include/$libname 17 years ago
Diego Biurrun 18ee626cec Add -lm to x264 check, it is needed on most systems. 17 years ago
Måns Rullgård e97ac1e6f5 Clean up lib* version definitions 17 years ago
Måns Rullgård 719c8e00ef prettify lib* version number extraction 17 years ago
Måns Rullgård 73ef89807e prettify encoder/decoder/muxer/... list extraction 17 years ago
Mike Frysinger 63da080387 The Blackfin toolchains will automatically select FDPIC according to the 17 years ago
Måns Rullgård b147ec08c3 do not run ldconfig after installing shared libraries 17 years ago
Luca Abeni f8cda19ee6 Include poll.h instead of sys/poll.h 17 years ago
Diego Biurrun 6c6007d6a3 Do not use ranges with tr, the results are locale-dependent. 17 years ago
Michael Niedermayer 652a5bf69d Warn if a comparison is always true or always false due to the 17 years ago
Michael Niedermayer 9aceb3cfbc Make string constants const. Why is this not default? 17 years ago
Diego Biurrun 1bc0a44d79 Remove -Werror= CFLAGS that do not have the desired effect. 17 years ago
Michael Niedermayer aa819b9b7d Mixing declarations and statements is an error, so is any construct 17 years ago
Michael Niedermayer f49299967b Warn about casts which remove const. 17 years ago
Diego Biurrun d6773f563d Pass argc and argv to the main function of the SDL tests. 17 years ago
Diego Biurrun afc9aee2b4 Add -pthread to extralibs and not to ldflags so that the dependency gets 17 years ago
Diego Biurrun 3fe142e255 Add a --enable-nonfree command line parameter similar to --enable-gpl. 17 years ago
Diego Biurrun 64e13d6914 Do not group libamr_nb and libamr_wb together as libamr. 17 years ago
Michael Kostylev 094c09bb4a Add system-specific network link flags to inet_aton test. This should fix 17 years ago
KO Myung-Hun 1ca5d97fc8 Use check_lib2 instead of check_lib in SDL test. This is helpful in 17 years ago
Igor Mozolevsky 800a5a1905 pentium4m is a valid CPU name, add it to the list. 17 years ago
Diego Biurrun cf1392e9f3 Move "Creating config.mak and config.h..." message down to the point where 17 years ago
Måns Rullgård e5d8ccd727 refer users to ffmpeg-user list in case of errors 17 years ago
Alessandro Sappia 0b4a18218e Adding support for libdc1394 v.2, patch by Alessandro Sappia a dot sappia at ngi dot it 17 years ago
Roberto Togni ca5323af4b Move printing of the license status at the end of configure output, so 17 years ago
Aurelien Jacobs 3abe5fbdc4 improve CRC API 17 years ago
Luca Abeni 8eb793c459 Split the RTP demuxing functions out of rtp.c, to simplify the RTP muxer's dependencies 17 years ago
Luca Abeni 95c2184270 Rationalize some dependencies between rtsp and rtp 17 years ago