summaryrefslogtreecommitdiff
path: root/configure
Commit message (Collapse)AuthorAge
* move ff_mpeg4_find_frame_end() from h263dec.c to mpeg4video_parser.cAurelien Jacobs2007-05-09
| | | | | | | now h263dec depends on mpeg4video_parser this fixes compilation when h263 decoder is disabled Originally committed as revision 8962 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Install MinGW shared libraries (dlls) to bindirRamiro Polla2007-05-09
| | | | Originally committed as revision 8953 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow conditional compilation of H.263-related decoders.Diego Biurrun2007-05-09
| | | | Originally committed as revision 8949 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move H.263 parser to its own file.Diego Biurrun2007-05-08
| | | | Originally committed as revision 8934 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a few explanatory comments.Diego Biurrun2007-05-08
| | | | Originally committed as revision 8933 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename oggvorbis decoder to libvorbis.Diego Biurrun2007-05-04
| | | | Originally committed as revision 8883 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Give libamr decoders/encoders a lib prefix in the name.Diego Biurrun2007-05-03
| | | | Originally committed as revision 8880 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename dts_decoder to libdts_decoder.Diego Biurrun2007-05-03
| | | | Originally committed as revision 8879 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The configure test for ebx fails because it is run before the -mdynamic-no-picAlexander Strange2007-05-01
| | | | | | | | | | | check. Move it before the ebx test and remove -mdynamic-no-pic from VHOOKCFLAGS later on. patch by Alexander Strange, astrange ithinksw com reference: Subject: [Ffmpeg-devel] [PATCH] fix CONFIG_EBX_AVAILABLE on Darwin/x86 Date: Fri, 13 Apr 2007 17:24:55 -0400 Originally committed as revision 8863 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Align some lines.Diego Biurrun2007-04-27
| | | | Originally committed as revision 8848 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l, rtp_muxer needs config_networkAlex Beregszaszi2007-04-27
| | | | Originally committed as revision 8843 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make protocols configure selectable and also cleanup the CONFIG_NETWORKAlex Beregszaszi2007-04-26
| | | | | | related parts (rtp,rtsp,sdp). Currently they are interdependent. Originally committed as revision 8842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* proper dependency on mpegts_demuxer for rtp_muxerDiego Biurrun2007-04-26
| | | | Originally committed as revision 8831 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove redundant dependency from ffserver_deps.Diego Biurrun2007-04-26
| | | | Originally committed as revision 8830 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove hackish support for the non-free fixed-point AMR-NB reference code.Diego Biurrun2007-04-25
| | | | Originally committed as revision 8813 to svn://svn.ffmpeg.org/ffmpeg/trunk
* "fast unaligned" bytestream functionsRamiro Polla2007-04-25
| | | | | | | | | patch by Ramiro Polla ramiro lisha ufsc br original thread: date: 03/11/2007 03:06 AM subject: [Ffmpeg-devel] [PATCH] Machine endian bytestream functions Originally committed as revision 8803 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move ebx_available and ebp_available from CONFIG_LIST to HAVE_LIST,Diego Biurrun2007-04-24
| | | | | | it's not configurable by the user. Originally committed as revision 8795 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove possibly broken wince cruftAlex Beregszaszi2007-04-20
| | | | Originally committed as revision 8763 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The AC3 demuxer depends on the AC3 parser.Diego Biurrun2007-04-15
| | | | Originally committed as revision 8740 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify Darwin gcc flags setting.Diego Biurrun2007-04-14
| | | | Originally committed as revision 8730 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove redundant 2.95 branch from the Darwin gcc check. It is alreadyDiego Biurrun2007-04-14
| | | | | | being handled by the default case. Originally committed as revision 8729 to svn://svn.ffmpeg.org/ffmpeg/trunk
* trap signals in tests that can crashMåns Rullgård2007-04-13
| | | | Originally committed as revision 8727 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace hackish support for amr-nb and amr-wb. Instead of including the sourceStanislav Brabec2007-04-12
| | | | | | | of the reference implementation it is possible to use proper libraries now. patch by Stanislav Brabec, sbrabec suse cz, changes and bug fixes by me Originally committed as revision 8717 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Suppress possible error from ulimit not having -c or being missing.François Revol2007-04-06
| | | | Originally committed as revision 8634 to svn://svn.ffmpeg.org/ffmpeg/trunk
* There were two files, libavformat/grab.c and libavformat/grab_bktr.c declaringDiego Biurrun2007-04-03
| | | | | | | the video_grab_device_demuxer AVInputFormat. Use two different names for the AVInputFormats to reduce confusion and remove ugliness from the Makefile. Originally committed as revision 8619 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Better variable name, the ENABLE_* lists contain more than codecs.Diego Biurrun2007-04-03
| | | | Originally committed as revision 8607 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use $(command) instead of `command`, it's POSIX, clearer and already used.Diego Biurrun2007-04-01
| | | | Originally committed as revision 8586 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Always lowercase targetos.Diego Biurrun2007-04-01
| | | | Originally committed as revision 8585 to svn://svn.ffmpeg.org/ffmpeg/trunk
* run ebp register check in subshell so we can redirect crash messageMåns Rullgård2007-04-01
| | | | Originally committed as revision 8583 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Force lowercase targetos value for MinGW, we check against lowercase strings.Diego Biurrun2007-03-31
| | | | Originally committed as revision 8578 to svn://svn.ffmpeg.org/ffmpeg/trunk
* blackfin: Audio buffers are no longer allocated on the stack,Diego Biurrun2007-03-31
| | | | | | | thus a 256KB stack is no longer required. according to Marc Hoffman, mmh pleasantst com Originally committed as revision 8570 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix compilation when using the --disable-opts parameter. This to help thosePanagiotis Issaris2007-03-29
| | | | | | | | | | interested in using a debugger to debug FFmpeg. Original thread: Subject: [PATCH] Fix compilation when using --disable-opts Date: 2007-03-15 16:58:35 GMT Originally committed as revision 8549 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Some more BeOS cleanup: check for arpa/inet.h; declare the prototype for ↵François Revol2007-03-23
| | | | | | inet_aton if not found; remove barpainet.h as it's not longer needed. Originally committed as revision 8488 to svn://svn.ffmpeg.org/ffmpeg/trunk
* DXA demuxer and decoderKostya Shishkov2007-03-14
| | | | Originally committed as revision 8405 to svn://svn.ffmpeg.org/ffmpeg/trunk
* libswscale header files are put in a subdirectory named ffmpeg, not swscale.Diego Biurrun2007-03-12
| | | | Originally committed as revision 8347 to svn://svn.ffmpeg.org/ffmpeg/trunk
* small improvements to the help outputDiego Biurrun2007-03-10
| | | | Originally committed as revision 8314 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use - instead of _ for AMR options in help output.Benoit Fouet2007-03-10
| | | | | | patch by Benoit Fouet, benoit.fouet purplelabs com Originally committed as revision 8313 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not hardcode cc on Darwin, fixing --cc option in the process.Patrice Bensoussan2007-03-03
| | | | | | patch by Patrice Bensoussan, patrice.bensoussan free fr Originally committed as revision 8198 to svn://svn.ffmpeg.org/ffmpeg/trunk
* enable some 64bit optimized code on 64bit archAurelien Jacobs2007-02-28
| | | | Originally committed as revision 8155 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l: Use double, not single, quotes when variables need to be expanded.Diego Biurrun2007-02-25
| | | | Originally committed as revision 8129 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Collect the different thread variables in a nice easy to reuse list.Diego Biurrun2007-02-25
| | | | | | based on a patch by Ramiro Polla, angustia arrozcru no-ip org Originally committed as revision 8128 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ffserver uses dlopen(), so make sure it links to libdl if needed.François Revol2007-02-23
| | | | Originally committed as revision 8102 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Merge bfin add_ldflags lines.Diego Biurrun2007-02-22
| | | | Originally committed as revision 8064 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add bfin cpu specific build options, patch by Marc Hoffman % mmh P ↵Marc Hoffman2007-02-22
| | | | | | | | | | pleasantst P com % original thread: date: Feb 21, 2007 1:32 PM subject: [Ffmpeg-devel] bfin cpu specific build options Originally committed as revision 8060 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused variable.Diego Biurrun2007-02-21
| | | | Originally committed as revision 8050 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move MinGW extralibs setting into MinGW section.Diego Biurrun2007-02-21
| | | | Originally committed as revision 8049 to svn://svn.ffmpeg.org/ffmpeg/trunk
* libgsm_ms codec depends on libgsmMåns Rullgård2007-02-20
| | | | Originally committed as revision 8045 to svn://svn.ffmpeg.org/ffmpeg/trunk
* generic foo-config --cflags/libs testMåns Rullgård2007-02-19
| | | | Originally committed as revision 8033 to svn://svn.ffmpeg.org/ffmpeg/trunk
* feature tests for functions requiring one or more headersMåns Rullgård2007-02-19
| | | | Originally committed as revision 8032 to svn://svn.ffmpeg.org/ffmpeg/trunk
* revert last change, it breaks on brain damaged distrosMåns Rullgård2007-02-19
| | | | Originally committed as revision 8031 to svn://svn.ffmpeg.org/ffmpeg/trunk