summaryrefslogtreecommitdiff
path: root/configure
Commit message (Expand)AuthorAge
* doc/Makefile no longer exists.Diego Biurrun2007-05-27
* cosmetics: alignmentAurelien Jacobs2007-05-23
* define ENABLE_* for every CONFIG_ itemAurelien Jacobs2007-05-23
* loosen dependencies over mpegaudiodecAurelien Jacobs2007-05-20
* Add --enable-auto-image-base for building mingw32 & cygwin DLLsZuxy Meng2007-05-19
* remove libdts decoder, we have a native dts decoderAurelien Jacobs2007-05-17
* prevent misdetection by using a stricter regexpAurelien Jacobs2007-05-17
* Building both shared and static libraries is now possible on MinGW.Zuxy Meng2007-05-15
* link to ws2_32.dll only if networking is enabledAlex Beregszaszi2007-05-15
* allow to enable or disable every bitstream filters individuallyJason Millard2007-05-12
* configure check for whether we can compile ssse3Loren Merritt2007-05-12
* split h264.c to move parser in its own fileAurelien Jacobs2007-05-10
* move ff_mpeg4_find_frame_end() from h263dec.c to mpeg4video_parser.cAurelien Jacobs2007-05-09
* Install MinGW shared libraries (dlls) to bindirRamiro Polla2007-05-09
* Allow conditional compilation of H.263-related decoders.Diego Biurrun2007-05-09
* Move H.263 parser to its own file.Diego Biurrun2007-05-08
* Add a few explanatory comments.Diego Biurrun2007-05-08
* Rename oggvorbis decoder to libvorbis.Diego Biurrun2007-05-04
* Give libamr decoders/encoders a lib prefix in the name.Diego Biurrun2007-05-03
* Rename dts_decoder to libdts_decoder.Diego Biurrun2007-05-03
* The configure test for ebx fails because it is run before the -mdynamic-no-picAlexander Strange2007-05-01
* cosmetics: Align some lines.Diego Biurrun2007-04-27
* 10l, rtp_muxer needs config_networkAlex Beregszaszi2007-04-27
* Make protocols configure selectable and also cleanup the CONFIG_NETWORKAlex Beregszaszi2007-04-26
* proper dependency on mpegts_demuxer for rtp_muxerDiego Biurrun2007-04-26
* Remove redundant dependency from ffserver_deps.Diego Biurrun2007-04-26
* Remove hackish support for the non-free fixed-point AMR-NB reference code.Diego Biurrun2007-04-25
* "fast unaligned" bytestream functionsRamiro Polla2007-04-25
* Move ebx_available and ebp_available from CONFIG_LIST to HAVE_LIST,Diego Biurrun2007-04-24
* remove possibly broken wince cruftAlex Beregszaszi2007-04-20
* The AC3 demuxer depends on the AC3 parser.Diego Biurrun2007-04-15
* Simplify Darwin gcc flags setting.Diego Biurrun2007-04-14
* Remove redundant 2.95 branch from the Darwin gcc check. It is alreadyDiego Biurrun2007-04-14
* trap signals in tests that can crashMåns Rullgård2007-04-13
* Replace hackish support for amr-nb and amr-wb. Instead of including the sourceStanislav Brabec2007-04-12
* Suppress possible error from ulimit not having -c or being missing.François Revol2007-04-06
* There were two files, libavformat/grab.c and libavformat/grab_bktr.c declaringDiego Biurrun2007-04-03
* cosmetics: Better variable name, the ENABLE_* lists contain more than codecs.Diego Biurrun2007-04-03
* Use $(command) instead of `command`, it's POSIX, clearer and already used.Diego Biurrun2007-04-01
* Always lowercase targetos.Diego Biurrun2007-04-01
* run ebp register check in subshell so we can redirect crash messageMåns Rullgård2007-04-01
* Force lowercase targetos value for MinGW, we check against lowercase strings.Diego Biurrun2007-03-31
* blackfin: Audio buffers are no longer allocated on the stack,Diego Biurrun2007-03-31
* Fix compilation when using the --disable-opts parameter. This to help thosePanagiotis Issaris2007-03-29
* Some more BeOS cleanup: check for arpa/inet.h; declare the prototype for inet...François Revol2007-03-23
* DXA demuxer and decoderKostya Shishkov2007-03-14
* libswscale header files are put in a subdirectory named ffmpeg, not swscale.Diego Biurrun2007-03-12
* small improvements to the help outputDiego Biurrun2007-03-10
* Use - instead of _ for AMR options in help output.Benoit Fouet2007-03-10
* Do not hardcode cc on Darwin, fixing --cc option in the process.Patrice Bensoussan2007-03-03