aboutsummaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
* Consistent naming and lib prefixes for x264, xvid and mp3lame within the code.Diego Biurrun2007-06-061-15/+15
* Add support for Cell (requires gcc-4.2 or patches)Luca Barbato2007-06-031-0/+5
* Rename aac_decoder to libfaad_decoder for consistency and to be able toDiego Biurrun2007-06-021-1/+1
* Rename faac_encoder to libfaac_encoder for consistency and to be able toDiego Biurrun2007-06-021-1/+1
* doc/Makefile no longer exists.Diego Biurrun2007-05-271-1/+0
* cosmetics: alignmentAurelien Jacobs2007-05-231-2/+2
* define ENABLE_* for every CONFIG_ itemAurelien Jacobs2007-05-231-14/+17
* loosen dependencies over mpegaudiodecAurelien Jacobs2007-05-201-0/+1
* Add --enable-auto-image-base for building mingw32 & cygwin DLLsZuxy Meng2007-05-191-2/+2
* remove libdts decoder, we have a native dts decoderAurelien Jacobs2007-05-171-7/+0
* prevent misdetection by using a stricter regexpAurelien Jacobs2007-05-171-7/+7
* Building both shared and static libraries is now possible on MinGW.Zuxy Meng2007-05-151-9/+0
* link to ws2_32.dll only if networking is enabledAlex Beregszaszi2007-05-151-1/+1
* allow to enable or disable every bitstream filters individuallyJason Millard2007-05-121-4/+12
* configure check for whether we can compile ssse3Loren Merritt2007-05-121-0/+8
* split h264.c to move parser in its own fileAurelien Jacobs2007-05-101-0/+1
* move ff_mpeg4_find_frame_end() from h263dec.c to mpeg4video_parser.cAurelien Jacobs2007-05-091-1/+1
* Install MinGW shared libraries (dlls) to bindirRamiro Polla2007-05-091-0/+1
* Allow conditional compilation of H.263-related decoders.Diego Biurrun2007-05-091-0/+10
* Move H.263 parser to its own file.Diego Biurrun2007-05-081-0/+1
* Add a few explanatory comments.Diego Biurrun2007-05-081-0/+8
* Rename oggvorbis decoder to libvorbis.Diego Biurrun2007-05-041-2/+2
* Give libamr decoders/encoders a lib prefix in the name.Diego Biurrun2007-05-031-16/+16
* Rename dts_decoder to libdts_decoder.Diego Biurrun2007-05-031-1/+1
* The configure test for ebx fails because it is run before the -mdynamic-no-picAlexander Strange2007-05-011-2/+2
* cosmetics: Align some lines.Diego Biurrun2007-04-271-5/+5
* 10l, rtp_muxer needs config_networkAlex Beregszaszi2007-04-271-1/+1
* Make protocols configure selectable and also cleanup the CONFIG_NETWORKAlex Beregszaszi2007-04-261-10/+20
* proper dependency on mpegts_demuxer for rtp_muxerDiego Biurrun2007-04-261-1/+1
* Remove redundant dependency from ffserver_deps.Diego Biurrun2007-04-261-1/+1
* Remove hackish support for the non-free fixed-point AMR-NB reference code.Diego Biurrun2007-04-251-10/+3
* "fast unaligned" bytestream functionsRamiro Polla2007-04-251-0/+4
* Move ebx_available and ebp_available from CONFIG_LIST to HAVE_LIST,Diego Biurrun2007-04-241-2/+2
* remove possibly broken wince cruftAlex Beregszaszi2007-04-201-8/+0
* The AC3 demuxer depends on the AC3 parser.Diego Biurrun2007-04-151-0/+1
* Simplify Darwin gcc flags setting.Diego Biurrun2007-04-141-15/+4
* Remove redundant 2.95 branch from the Darwin gcc check. It is alreadyDiego Biurrun2007-04-141-3/+0
* trap signals in tests that can crashMåns Rullgård2007-04-131-15/+27
* Replace hackish support for amr-nb and amr-wb. Instead of including the sourceStanislav Brabec2007-04-121-11/+3
* Suppress possible error from ulimit not having -c or being missing.François Revol2007-04-061-1/+1
* There were two files, libavformat/grab.c and libavformat/grab_bktr.c declaringDiego Biurrun2007-04-031-1/+2
* cosmetics: Better variable name, the ENABLE_* lists contain more than codecs.Diego Biurrun2007-04-031-3/+3
* Use $(command) instead of `command`, it's POSIX, clearer and already used.Diego Biurrun2007-04-011-1/+1
* Always lowercase targetos.Diego Biurrun2007-04-011-8/+8
* run ebp register check in subshell so we can redirect crash messageMåns Rullgård2007-04-011-1/+1
* Force lowercase targetos value for MinGW, we check against lowercase strings.Diego Biurrun2007-03-311-0/+1
* blackfin: Audio buffers are no longer allocated on the stack,Diego Biurrun2007-03-311-1/+1
* Fix compilation when using the --disable-opts parameter. This to help thosePanagiotis Issaris2007-03-291-0/+37
* Some more BeOS cleanup: check for arpa/inet.h; declare the prototype for inet...François Revol2007-03-231-0/+3
* DXA demuxer and decoderKostya Shishkov2007-03-141-0/+1