658 Commits (ca6e50afc13acdd764527c0fcfe13d1ea90b4d98)

Author SHA1 Message Date
Aurelien Jacobs 4bd8e17c8d loosen dependencies over mpegaudiodec 18 years ago
Zuxy Meng d205abe9f7 Add --enable-auto-image-base for building mingw32 & cygwin DLLs 18 years ago
Aurelien Jacobs 670a6b133b remove libdts decoder, we have a native dts decoder 18 years ago
Aurelien Jacobs facbea9596 prevent misdetection by using a stricter regexp 18 years ago
Zuxy Meng b9a793eec8 Building both shared and static libraries is now possible on MinGW. 18 years ago
Alex Beregszaszi 124bed6fb2 link to ws2_32.dll only if networking is enabled 18 years ago
Jason Millard cd61e40781 allow to enable or disable every bitstream filters individually 18 years ago
Loren Merritt 8e38071003 configure check for whether we can compile ssse3 18 years ago
Aurelien Jacobs 26b4fe821c split h264.c to move parser in its own file 18 years ago
Aurelien Jacobs df495dbd9a move ff_mpeg4_find_frame_end() from h263dec.c to mpeg4video_parser.c 18 years ago
Ramiro Polla 5880d5b58d Install MinGW shared libraries (dlls) to bindir 18 years ago
Diego Biurrun 4a815a7f64 Allow conditional compilation of H.263-related decoders. 18 years ago
Diego Biurrun c33d98141d Move H.263 parser to its own file. 18 years ago
Diego Biurrun 912f314854 Add a few explanatory comments. 18 years ago
Diego Biurrun b0caf888d2 Rename oggvorbis decoder to libvorbis. 18 years ago
Diego Biurrun f5a756ef26 Give libamr decoders/encoders a lib prefix in the name. 18 years ago
Diego Biurrun 23aee96097 Rename dts_decoder to libdts_decoder. 18 years ago
Alexander Strange 074a9d2b58 The configure test for ebx fails because it is run before the -mdynamic-no-pic 18 years ago
Diego Biurrun 660db1d6e9 cosmetics: Align some lines. 18 years ago
Alex Beregszaszi 47b515bf64 10l, rtp_muxer needs config_network 18 years ago
Alex Beregszaszi c08fb00016 Make protocols configure selectable and also cleanup the CONFIG_NETWORK 18 years ago
Diego Biurrun f87462ccef proper dependency on mpegts_demuxer for rtp_muxer 18 years ago
Diego Biurrun a53cc2a40f Remove redundant dependency from ffserver_deps. 18 years ago
Diego Biurrun 73508bc6d3 Remove hackish support for the non-free fixed-point AMR-NB reference code. 18 years ago
Ramiro Polla 7b829d2ab6 "fast unaligned" bytestream functions 18 years ago
Diego Biurrun 245626d045 Move ebx_available and ebp_available from CONFIG_LIST to HAVE_LIST, 18 years ago
Alex Beregszaszi 61bc79ec9c remove possibly broken wince cruft 18 years ago
Diego Biurrun 03a76ba9f8 The AC3 demuxer depends on the AC3 parser. 18 years ago
Diego Biurrun 26c1b3bee9 Simplify Darwin gcc flags setting. 18 years ago
Diego Biurrun 8d3dc6ba58 Remove redundant 2.95 branch from the Darwin gcc check. It is already 18 years ago
Måns Rullgård 7dfef2451d trap signals in tests that can crash 18 years ago
Stanislav Brabec 91024272cb Replace hackish support for amr-nb and amr-wb. Instead of including the source 18 years ago
François Revol 0d0677fbc7 Suppress possible error from ulimit not having -c or being missing. 18 years ago
Diego Biurrun 3af6d5cf2f There were two files, libavformat/grab.c and libavformat/grab_bktr.c declaring 18 years ago
Diego Biurrun 1a2a5b3ecd cosmetics: Better variable name, the ENABLE_* lists contain more than codecs. 18 years ago
Diego Biurrun b966340546 Use $(command) instead of `command`, it's POSIX, clearer and already used. 18 years ago
Diego Biurrun ced75d9223 Always lowercase targetos. 18 years ago
Måns Rullgård 58ecc9cd04 run ebp register check in subshell so we can redirect crash message 18 years ago
Diego Biurrun 91c5172d26 Force lowercase targetos value for MinGW, we check against lowercase strings. 18 years ago
Diego Biurrun 846dffeb41 blackfin: Audio buffers are no longer allocated on the stack, 18 years ago
Panagiotis Issaris 449659919c Fix compilation when using the --disable-opts parameter. This to help those 18 years ago
François Revol c9fdab0dab Some more BeOS cleanup: check for arpa/inet.h; declare the prototype for inet_aton if not found; remove barpainet.h as it's not longer needed. 18 years ago
Kostya Shishkov 33a0dd378a DXA demuxer and decoder 18 years ago
Diego Biurrun 3d3361e509 libswscale header files are put in a subdirectory named ffmpeg, not swscale. 18 years ago
Diego Biurrun 7350151b17 small improvements to the help output 18 years ago
Benoit Fouet 1fc113c405 Use - instead of _ for AMR options in help output. 18 years ago
Patrice Bensoussan 0aca87c6fc Do not hardcode cc on Darwin, fixing --cc option in the process. 18 years ago
Aurelien Jacobs c2a29455e3 enable some 64bit optimized code on 64bit arch 18 years ago
Diego Biurrun 0cb78cef4f 10l: Use double, not single, quotes when variables need to be expanded. 18 years ago
Diego Biurrun 8eee7025e1 Collect the different thread variables in a nice easy to reuse list. 18 years ago