]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - configure
Set the step index correctly for flash adpcm. Patch by Baptiste
[frescor/ffmpeg.git] / configure
2007-07-14 aurelThe svq3 decoder depends on h264idct.o and also require...
2007-07-13 mrucreate and populate "tools" directory
2007-07-13 diegoGXF muxer is no longer GPLed.
2007-07-13 ramiroCheck for GetProcessTimes and use it in getutime
2007-07-13 ramiroCheck for getrusage
2007-07-13 mruenable $ARCH_EXT_LIST before parsing command line
2007-07-11 ramiroProper check for interactive support (termios and conio).
2007-07-11 ramiroProper check for mkstemp().
2007-07-10 mruremove OS/2 support
2007-07-09 mruadd fork to HAVE_LIST
2007-07-08 mrufix build after breakage in r9544
2007-07-08 diegoMake vhook build non-recursive.
2007-07-06 mruhandle --enable-small same way as other CONFIG_* option...
2007-07-03 victorOn Cygwin, libswscale is needed in VHOOK(SHFLAGS|LIBS...
2007-06-28 diegoClarify --enable-libfaadbin option description.
2007-06-28 diegoClarify what libfaadbin means in the summary output.
2007-06-25 ramiroRemove localtime_r implementation for systems that...
2007-06-19 mruplace -l flags after object files in check_ld()
2007-06-19 ramirotests/Makefile has been removed
2007-06-18 mrumove lrintf() check before external lib checks to preve...
2007-06-17 mrufix thread support selection
2007-06-17 mrufix report at end of configure
2007-06-17 mrusimplify ppc64 handling
2007-06-17 mruremove unneeded variable initializations
2007-06-17 mruindent
2007-06-17 mrusimplify simd extension checking
2007-06-15 mrutest whether linker supports --warn-common
2007-06-15 mrumerge print_config_enable() and print_config() as only...
2007-06-15 mrureplace TARGET_* with HAVE_* simplifying lists in confi...
2007-06-15 mruadd x86 to ARCH_LIST simplifying config file generation
2007-06-15 mrureplace TARGET_ARCH_* to ARCH_* for consistency
2007-06-15 aurelgenerate ENABLE_* defines also for ARCH_*
2007-06-15 aurelgenerate ENABLE_* defines also for all the HAVE_* values
2007-06-14 ramiroVhooks require special cflags and ldflags for Windows...
2007-06-14 ramiroMake ppm vhook depend on fork()
2007-06-14 ramiroPrint static vhook warning for Cygwin and MinGW
2007-06-14 ramiroPrint static vhook warning for Cygwin only when both...
2007-06-06 diegoConsistent naming and lib prefixes for x264, xvid and...
2007-06-03 lu_zeroAdd support for Cell (requires gcc-4.2 or patches)
2007-06-02 diegoRename aac_decoder to libfaad_decoder for consistency...
2007-06-02 diegoRename faac_encoder to libfaac_encoder for consistency...
2007-05-27 diegodoc/Makefile no longer exists.
2007-05-23 aurelcosmetics: alignment
2007-05-23 aureldefine ENABLE_* for every CONFIG_ item
2007-05-20 aurelloosen dependencies over mpegaudiodec
2007-05-19 zuxyAdd --enable-auto-image-base for building mingw32 ...
2007-05-17 aurelremove libdts decoder, we have a native dts decoder
2007-05-17 aurelprevent missdetection by using a stricter regexp
2007-05-15 diegoBuilding both shared and static libraries is now possib...
2007-05-15 alexlink to ws2_32.dll only if networking is enabled
2007-05-12 aurelallow to enable or disable every bitstream filters...
2007-05-12 lorenmconfigure check for whether we can compile ssse3
2007-05-10 aurelsplit h264.c to move parser in its own file
2007-05-09 aurelmove ff_mpeg4_find_frame_end() from h263dec.c to mpeg4v...
2007-05-09 ramiroInstall MinGW shared libraries (dlls) to bindir
2007-05-09 diegoAllow conditional compilation of H.263-related decoders.
2007-05-08 diegoMove H.263 parser to its own file.
2007-05-08 diegoAdd a few explanatory comments.
2007-05-04 diegoRename oggvorbis decoder to libvorbis.
2007-05-03 diegoGive libamr decoders/encoders a lib prefix in the name.
2007-05-03 diegoRename dts_decoder to libdts_decoder.
2007-05-01 diegoThe configure test for ebx fails because it is run...
2007-04-27 diegocosmetics: Align some lines.
2007-04-27 alex10l, rtp_muxer needs config_network
2007-04-26 alexMake protocols configure selectable and also cleanup...
2007-04-26 diegoproper dependency on mpegts_demuxer for rtp_muxer
2007-04-26 diegoRemove redundant dependency from ffserver_deps.
2007-04-25 diegoRemove hackish support for the non-free fixed-point...
2007-04-25 benoit"fast unaligned" bytestream functions
2007-04-24 diegoMove ebx_available and ebp_available from CONFIG_LIST...
2007-04-20 alexremove possibly broken wince cruft
2007-04-15 diegoThe AC3 demuxer depends on the AC3 parser.
2007-04-14 diegoSimplify Darwin gcc flags setting.
2007-04-14 diegoRemove redundant 2.95 branch from the Darwin gcc check...
2007-04-13 mrutrap signals in tests that can crash
2007-04-12 diegoReplace hackish support for amr-nb and amr-wb. Instead...
2007-04-06 mmu_manSuppress possible error from ulimit not having -c or...
2007-04-03 diegoThere were two files, libavformat/grab.c and libavforma...
2007-04-03 diegocosmetics: Better variable name, the ENABLE_* lists...
2007-04-01 diegoUse $(command) instead of `command`, it's POSIX, cleare...
2007-04-01 diegoAlways lowercase targetos.
2007-04-01 mrurun ebp register check in subshell so we can redirect...
2007-03-31 diegoForce lowercase targetos value for MinGW, we check...
2007-03-31 diegoblackfin: Audio buffers are no longer allocated on...
2007-03-29 takisFix compilation when using the --disable-opts parameter...
2007-03-23 mmu_manSome more BeOS cleanup: check for arpa/inet.h; declare...
2007-03-14 kostyaDXA demuxer and decoder
2007-03-12 diegolibswscale header files are put in a subdirectory named...
2007-03-10 diegosmall improvements to the help output
2007-03-10 diegoUse - instead of _ for AMR options in help output.
2007-03-03 diegoDo not hardcode cc on Darwin, fixing --cc option in...
2007-02-28 aurelenable some 64bit optimized code on 64bit arch
2007-02-25 diego10l: Use double, not single, quotes when variables...
2007-02-25 diegoCollect the different thread variables in a nice easy...
2007-02-23 mmu_manffserver uses dlopen(), so make sure it links to libdl...
2007-02-22 diegoMerge bfin add_ldflags lines.
2007-02-22 gpoirieradd bfin cpu specific build options, patch by Marc...
2007-02-21 diegoRemove unused variable.
2007-02-21 diegoMove MinGW extralibs setting into MinGW section.
2007-02-20 mrulibgsm_ms codec depends on libgsm
next